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. 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-0/+3
|\|
| * ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton2017-02-141-0/+3
* | net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-111-1/+1
* | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-071-0/+6
* | net: add dst_pending_confirm flag to skbuffJulian Anastasov2017-02-071-0/+1
|/
* ipv6: Paritially checksum full MTU framesVlad Yasevich2017-01-301-1/+1
* tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-271-2/+2
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2016-12-291-1/+1
* net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack2016-11-251-0/+9
* net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\
| * ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2016-10-311-1/+1
* | ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun2016-11-091-2/+3
|/
* net: ipv6: Remove l3mdev_get_saddr6David Ahern2016-09-101-8/+1
* net: l3mdev: remove redundant callsDavid Ahern2016-09-101-2/+0
* net: l3mdev: Add hook to output pathDavid Ahern2016-09-101-0/+8
* net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-301-0/+8
* net: vrf: Implement get_saddr for IPv6David Ahern2016-06-171-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-8/+3
|\
| * ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2016-06-081-8/+3