summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-281-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-181-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/+1Star
|\|
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1Star
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | | net: fix use-after-free in kfree_skb_listEric Dumazet2019-06-041-3/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-011-9/+17
|\ \ \
| * | | bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2019-06-011-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-311-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-091-1/+1
* ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-041-1/+3
* net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri2019-03-041-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-101-21/+21
|\|
| * ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-081-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-041-11/+11
* | udp: msg_zerocopyWillem de Bruijn2018-12-041-1/+22
|/
* net: always initialize pagedlenWillem de Bruijn2018-11-251-1/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-4/+2Star
|\
| * ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-171-4/+2Star
* | 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-251-0/+2
|\
| * ip: hash fragments consistentlyPaolo Abeni2018-07-231-0/+2
* | ip: unconditionally set cork gso_sizeWillem de Bruijn2018-07-071-2/+1Star
* | ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-071-10/+8Star
* | ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-071-14/+10Star
* | 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+2
|\
| * net: test tailroom before appending to linear skbWillem de Bruijn2018-05-171-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-071-22/+0Star
|\ \
| * | ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau2018-04-211-22/+0Star
* | | udp: paged allocation with gsoWillem de Bruijn2018-04-261-5/+14
* | | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-261-2/+4
* | | udp: expose inet cork to udpWillem de Bruijn2018-04-261-10/+10
* | | net/ipv6: Make from in rt6_info rcu protectedDavid Ahern2018-04-211-2/+7
|/ /
* | net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-181-1/+2
* | ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-11/+7Star
|/
* net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-061-2/+5
* net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-041-1/+2