summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-10-13ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-1/+2
2018-07-28ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-04-13ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-03-03ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki1-8/+3
2018-01-31ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
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-11ipv6: 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-26ipv6: 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
2016-03-14ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa1-0/+3
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-1/+2
2015-03-14udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-2/+2
2014-09-10net: use kfree_skb_list() helper in more placesFlorian Westphal1-5/+1
2014-08-25ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-1/+0
2014-08-25ipv6: White-space cleansing : Line LayoutsIan Morris1-10/+10
2014-08-06net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-1/+8
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-07-29ip: make IP identifiers less predictableEric Dumazet1-0/+2
2014-07-25ipv6: remove obsolete comment in ip6_append_data()Li RongQing1-1/+0
2014-07-16net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn1-9/+4
2014-07-12ipv6: Use BUG_ONHimangi Saraogi1-2/+2
2014-07-08ipv6: Implement automatic flow label generation on transmitTom Herbert1-2/+5
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-0/+12
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-14ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa1-1/+1
2014-05-12net: rename local_df to ignore_dfWANG Cong1-6/+6
2014-05-07net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal1-1/+5
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1
2014-04-01ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa1-2/+2
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+6
2014-03-18ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien1-8/+6
2014-03-11ipv6: ip6_forward: perform skb->pkt_type check at the beginningLi RongQing1-3/+3
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2014-02-27ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa1-4/+5
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+0
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal1-3/+0
2014-02-14net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+15
2014-01-13ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with itHannes Frederic Sowa1-1/+22
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+27
2013-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-10/+2
2013-12-19ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa1-9/+27
2013-12-19ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-3/+3