summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-171-4/+2
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-0/+2
|\
| * ip: hash fragments consistentlyPaolo Abeni2018-07-231-0/+2
* | ip: unconditionally set cork gso_sizeWillem de Bruijn2018-07-071-2/+1
* | ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-071-10/+8
* | ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-071-14/+10
* | net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-3/+8
|/
* ip: limit use of gso_size to udpWillem de Bruijn2018-06-201-1/+2
* vrf: check the original netdevice for generating redirectStephen Suryaputra2018-06-041-1/+2