aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2018-04-12net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill
2018-04-12ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni
2018-04-12ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney
2018-01-10ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-25ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio
2017-07-17inet: Stop generating UFO packets.David S. Miller
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček
2017-06-17ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-10Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng
2017-06-09ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng
2017-05-22ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller
2017-05-17ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek
2017-03-13ipv6: avoid write to a possibly cloned skbFlorian Westphal
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-18ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-14ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov
2017-01-30ipv6: Paritially checksum full MTU framesVlad Yasevich
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2016-12-29ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li
2016-11-25net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack
2016-11-19net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-09ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun
2016-10-31ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki
2016-09-10net: ipv6: Remove l3mdev_get_saddr6David Ahern
2016-09-10net: l3mdev: remove redundant callsDavid Ahern
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu
2016-06-17net: vrf: Implement get_saddr for IPv6David Ahern
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-08ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller