summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin2021-07-121-0/+28
* ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel2021-07-061-1/+3
* ipv6: delete useless dst check in ip6_dst_lookup_tailzhang kai2021-06-241-5/+3
* net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-06-241-15/+17
* net: use indirect call helpers for dst_outputBrian Vazquez2021-02-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-141-1/+40
|\
| * net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-091-1/+40
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-071-1/+1
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-071-1/+1
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-071-2/+1
|/
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-3/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-2/+0
| |\
| | * ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2020-10-141-2/+0
| * | net: ipv6: delete duplicated wordsRandy Dunlap2020-09-181-1/+1
| |/
* / skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-201-1/+1
|/
* net: ipv6: kerneldoc fixesAndrew Lunn2020-07-131-2/+4
* net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese2020-02-241-0/+70
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-4/+4
* netfilter: Support iif matches in POSTROUTINGPhil Sutter2019-11-151-2/+2
* net: ensure correct skb->tstamp in various fragmentersEric Dumazet2019-10-181-0/+3
* ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-2/+2
* ip: support SO_MARK cmsgWillem de Bruijn2019-09-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-1/+1
|\
| * ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+1
|\|
| * net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn2019-06-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | | net: fix use-after-free in kfree_skb_listEric Dumazet2019-06-031-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-311-9/+17
|\ \ \
| * | | bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2019-05-311-9/+17
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-2/+2
|\ \ \ | | |/ | |/|
| * | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-301-2/+2
| |/
* | net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso2019-05-301-76/+107
* | net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso2019-05-301-55/+77
|/
* neighbor: Add skip_cache argument to neigh_outputDavid Ahern2019-04-081-1/+1
* ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-031-1/+3
* net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri2019-03-031-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+1
|\
| * net: clear skb->tstamp in forwarding pathsEric Dumazet2018-12-151-0/+1
* | sk_buff: add skb extension infrastructureFlorian Westphal2018-12-191-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-21/+21
|\|
| * ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-071-21/+21
* | ip: silence udp zerocopy smatch false positiveWillem de Bruijn2018-12-081-1/+2
* | net: Do not route unicast IP packets twiceIdo Schimmel2018-12-041-0/+7
* | udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-031-11/+11
* | udp: msg_zerocopyWillem de Bruijn2018-12-031-1/+22
|/
* net: always initialize pagedlenWillem de Bruijn2018-11-241-1/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-4/+2
|\