summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2018-07-28ip: hash fragments consistentlyPaolo Abeni
2018-06-13vrf: check the original netdevice for generating redirectStephen Suryaputra
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn
2018-04-13net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill
2018-04-13ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni
2018-01-31ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet
2018-01-31ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-17ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet
2018-01-02net: reevalulate autoflowlabel setting after sysctl settingShaohua Li
2017-11-18ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-12revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman
2017-08-11net: account for current skb length when deciding about UFOMichal Kubeček
2017-08-11ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio
2017-08-06ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li
2017-07-05ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn
2017-06-17ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton
2017-06-07ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet
2017-06-07ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller
2017-06-07ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek
2017-03-22ipv6: avoid write to a possibly cloned skbFlorian Westphal
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
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
2016-04-07ipv6: Count in extension headers in skb->network_headerJakub Sitnicki
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-11udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert
2015-11-01ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa
2015-11-01ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa
2015-10-21net: Really fix vti6 with oif in dst lookupsDavid Ahern