summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2025-04-10ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2024-09-04ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet
2024-09-04ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet
2024-09-04ipv6: prevent UAF in ip6_send_skb()Eric Dumazet
2024-07-18ipv6: prevent NULL dereference in ip6_output()Eric Dumazet
2024-07-18ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet
2024-01-15net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko
2023-11-20ipv6: avoid atomic fragment on GSO packetsYan Zhai
2023-09-19lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-04-13ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan
2023-02-01ipv6: fix reachability confirmation with proxy_ndpGergely Risko
2022-12-14ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet
2022-08-25ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May
2022-04-20ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel
2022-03-28net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk
2022-03-08xfrm: fix MTU regressionJiri Bohac
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2021-12-01ipv6: fix typos in __ip6_finish_output()Eric Dumazet
2021-10-15ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra
2021-08-03ipv6: use skb_expand_head in ip6_xmitVasily Averin
2021-08-03ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-23ipv6: decrease hop limit counter in ip6_forward()Kangmin Park
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko
2021-07-20ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin
2021-07-12ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin
2021-07-06ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel
2021-06-24ipv6: delete useless dst check in ip6_dst_lookup_tailzhang kai
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-09net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-14ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2020-09-18net: ipv6: delete duplicated wordsRandy Dunlap
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro
2020-07-13net: ipv6: kerneldoc fixesAndrew Lunn
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-11-15netfilter: Support iif matches in POSTROUTINGPhil Sutter
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller