summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
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
2021-12-01ipv6: fix typos in __ip6_finish_output()Eric Dumazet
2021-07-31ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin
2021-07-31ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin
2021-07-28ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel
2021-07-19net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski
2021-01-23net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin
2019-12-18net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
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
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-05-31bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn
2019-05-30net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso
2019-05-30net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern
2019-04-03ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu
2019-03-03net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-08ip: silence udp zerocopy smatch false positiveWillem de Bruijn
2018-12-07ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
2018-12-04net: Do not route unicast IP packets twiceIdo Schimmel
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn
2018-12-03udp: msg_zerocopyWillem de Bruijn
2018-11-24net: always initialize pagedlenWillem de Bruijn
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-23ip: hash fragments consistentlyPaolo Abeni
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia
2018-06-20ip: limit use of gso_size to udpWillem de Bruijn