summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* vrf: check the original netdevice for generating redirectStephen Suryaputra2018-06-131-1/+2
* net: test tailroom before appending to linear skbWillem de Bruijn2018-05-251-1/+2
* net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-131-2/+5
* ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni2018-04-131-4/+9
* ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet2018-01-311-0/+1
* ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-01-311-2/+4
* ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-311-1/+1
* ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-171-2/+3
* net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2018-01-021-2/+10
* ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-11-181-2/+2
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-121-3/+4
* revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman2017-08-121-1/+1
* net: account for current skb length when deciding about UFOMichal Kubeček2017-08-111-1/+1
* ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio2017-08-111-4/+0
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-061-1/+1
* ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-07-051-2/+4
* ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton2017-06-171-0/+3
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-06-071-7/+8
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-06-071-4/+3
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-06-071-0/+4
* ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-221-1/+6
* tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-02-181-2/+2
* ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2016-10-311-1/+1
* 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
* | skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-031-1/+1
|/
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-22/+20
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-271-17/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-4/+4
|\
| * ipv6: Count in extension headers in skb->network_headerJakub Sitnicki2016-04-071-4/+4
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-6/+9
|/
* net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0
* ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-291-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-111-1/+1
|\
| * udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2016-01-111-1/+1
* | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-1/+1
|/
* ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa2015-11-011-4/+4
* ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa2015-11-011-37/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-4/+2
|\
| * ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-291-0/+2
| * Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa2015-10-291-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-1/+5
|\|
| * ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-231-1/+5
| * net: Really fix vti6 with oif in dst lookupsDavid Ahern2015-10-211-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+3
|\|