summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
5 daysipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+2
2025-07-17Revert "ipv6: save dontfrag in cork"Brett A C Sheffield (Librecast)1-5/+4
2025-06-04ipv6: save dontfrag in corkWillem de Bruijn1-4/+5
2025-04-10ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen1-3/+3
2025-03-13net: use indirect call helpers for dst_outputBrian Vazquez1-0/+1
2025-01-09ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet1-0/+4
2025-01-09ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet1-0/+4
2025-01-09ipv6: use skb_expand_head in ip6_xmitVasily Averin1-16/+11
2025-01-09ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin1-35/+16
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-2/+1
2024-09-04ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-07-18ipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
2024-07-18ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet1-1/+1
2023-11-20ipv6: avoid atomic fragment on GSO packetsYan Zhai1-1/+7
2023-09-19lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+1
2023-04-20ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan1-1/+6
2022-12-14ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet1-0/+5
2022-08-25ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-04-20ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel1-1/+1
2022-03-28net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk1-2/+2
2022-03-08xfrm: fix MTU regressionJiri Bohac1-4/+7
2021-12-01ipv6: fix typos in __ip6_finish_output()Eric Dumazet1-1/+1
2021-10-27ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra1-1/+2
2021-07-31ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin1-1/+1
2021-07-31ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin1-0/+28
2021-07-28ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel1-1/+3
2021-07-19net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski1-15/+17
2021-01-23net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin1-1/+40
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2020-10-15ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers1-2/+0
2020-09-19net: ipv6: delete duplicated wordsRandy Dunlap1-1/+1
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-1/+1
2020-07-14net: ipv6: kerneldoc fixesAndrew Lunn1-2/+4
2020-02-25net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese1-0/+70
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-4/+4
2019-11-16netfilter: Support iif matches in POSTROUTINGPhil Sutter1-2/+2
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet1-0/+3
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet1-2/+2
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn1-1/+2
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel1-1/+1
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-04net: fix use-after-free in kfree_skb_listEric Dumazet1-3/+2
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+17
2019-06-01bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo1-9/+17
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-5/+1