summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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-061-22/+0
|\ \
| * | ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau2018-04-211-22/+0
* | | 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-171-1/+2
* | ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-11/+7
|/
* net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-051-2/+5
* net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-041-1/+2
* ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-041-3/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-4/+9
|\
| * ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni2018-03-251-4/+9
* | ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet2018-04-011-5/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-1/+1
|\|
| * net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-041-1/+1
* | ip6mr: Make mroute_sk rcu-basedYuval Mintz2018-03-011-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-241-1/+1
|\
| * ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-2/+5
|\|
| * ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet2018-01-151-0/+1
| * ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-01-151-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-2/+3
|\|
| * ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-101-2/+3
* | netfilter: flow table support for IPv6Pablo Neira Ayuso2018-01-081-1/+2
* | ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner2017-12-261-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-2/+10
|\|
| * net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2017-12-211-2/+10
* | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-301-2/+2
|/
* ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-10-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-4/+0
|\
| * ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio2017-07-251-4/+0
* | inet: Stop generating UFO packets.David S. Miller2017-07-171-76/+0
|/
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+1
|\
| * net: account for current skb length when deciding about UFOMichal Kubeček2017-06-231-1/+1
* | ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang2017-06-171-4/+0
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* | Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng2017-06-101-1/+0
* | ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng2017-06-091-3/+3
|/
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-05-221-7/+8
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-05-171-4/+3
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-05-171-0/+4
* ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-131-1/+6
* udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-03-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-191-2/+4
|\
| * ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-02-181-2/+4