aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon1-1/+1
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon1-2/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-3/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2020-10-14ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)Mathieu Desnoyers1-2/+0
2020-09-18net: 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-13net: ipv6: kerneldoc fixesAndrew Lunn1-2/+4
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.Martin Varghese1-0/+70
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-4/+4
2019-11-15netfilter: 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-27Merge 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-17Merge 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-03net: fix use-after-free in kfree_skb_listEric Dumazet1-3/+2
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+17
2019-05-31bpf: 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/gregkh/driver-coreLinus Torvalds1-5/+1
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn1-2/+2
2019-05-30net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso1-76/+107
2019-05-30net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso1-55/+77
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern1-1/+1
2019-04-03ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu1-1/+3
2019-03-03net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri1-0/+6
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal1-0/+1
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet1-0/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+21
2018-12-08ip: silence udp zerocopy smatch false positiveWillem de Bruijn1-1/+2
2018-12-07ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-12-04net: Do not route unicast IP packets twiceIdo Schimmel1-0/+7
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn1-11/+11
2018-12-03udp: msg_zerocopyWillem de Bruijn1-1/+22
2018-11-24net: always initialize pagedlenWillem de Bruijn1-1/+2
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-07-23ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn1-2/+1
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn1-10/+8
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn1-14/+10
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia1-3/+8