summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-17ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu1-1/+3
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-07-28ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-06-13vrf: check the original netdevice for generating redirectStephen Suryaputra1-1/+2
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-04-13net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill1-2/+5
2018-04-13ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-01-31ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet1-0/+1
2018-01-31ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings1-1/+1
2018-01-17ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet1-2/+3
2018-01-02net: reevalulate autoflowlabel setting after sysctl settingShaohua Li1-2/+10
2017-11-18ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet1-2/+2
2017-08-13udp: consistently apply ufo or fragmentationWillem de Bruijn1-3/+4
2017-08-13revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman1-1/+1
2017-08-11net: account for current skb length when deciding about UFOMichal Kubeček1-1/+1
2017-08-11ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio1-4/+0
2017-08-07ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li1-1/+1
2017-07-05ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-06-17ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton1-0/+3
2017-06-07ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-06-07ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller1-4/+3
2017-06-07ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek1-0/+4
2017-03-22ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira1-2/+2
2016-10-31ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki1-1/+1
2016-09-11net: ipv6: Remove l3mdev_get_saddr6David Ahern1-8/+1
2016-09-11net: l3mdev: remove redundant callsDavid Ahern1-2/+0
2016-09-11net: l3mdev: Add hook to output pathDavid Ahern1-0/+8
2016-08-31net: lwtunnel: Handle fragmentationRoopa Prabhu1-0/+8
2016-06-18net: vrf: Implement get_saddr for IPv6David Ahern1-2/+10
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+3
2016-06-08ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki1-8/+3
2016-06-04skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-1/+1
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang1-22/+20
2016-04-28ipv6: rename IP6_INC_STATS_BH()Eric Dumazet1-17/+17
2016-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2016-04-08ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-4/+4
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-6/+9
2016-03-02net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2016-01-30ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni1-1/+5
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-01-12udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček1-1/+1
2015-12-16net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+1
2015-11-01ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa1-4/+4
2015-11-01ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa1-37/+33
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa1-0/+2
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa1-5/+1