summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-11ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio1-4/+2
2017-08-26ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca1-2/+6
2017-07-18udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev1-1/+1
2017-06-05ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-06-05ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller1-4/+3
2017-06-05ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek1-6/+12
2017-02-23ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki1-1/+1
2016-05-01ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-5/+4
2015-05-10udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-02-20ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu1-2/+6
2014-09-14ip: make IP identifiers less predictableEric Dumazet1-0/+2
2014-09-14inetpeer: get rid of ip_id_countEric Dumazet1-14/+9
2014-08-06Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings1-12/+1
2014-07-11net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-04-30ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa1-2/+2
2014-04-30ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien1-8/+6
2014-04-09net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-1/+12
2014-01-03ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-11-28inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa1-1/+1
2013-10-27ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-08-03ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
2013-08-03ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet1-1/+7
2013-06-29ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2013-02-20ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ1-2/+2
2012-06-10ipv6: fix incorrect ipsec fragmentGao feng1-18/+50
2012-04-02ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng1-5/+6
2011-12-23net: introduce DST_NOPEER dst flagEric Dumazet1-1/+1
2011-10-28ipv6: fix error propagation in ip6_ufo_append_data()Zheng Yan1-1/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet1-5/+2
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+3
2011-10-19ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert1-6/+12
2011-08-25net: ipv6: convert to SKB frag APIsIan Campbell1-3/+4
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet1-2/+11
2011-07-22ipv6: make fragment identifications less predictableEric Dumazet1-5/+31
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-6/+10
2011-07-17net: Create and use new helper, neigh_output().David S. Miller1-7/+3
2011-07-17ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller1-1/+1
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller1-5/+9
2011-05-07inet: Decrease overhead of on-stack inet_cork.David S. Miller1-16/+18
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-4/+4
2011-04-16ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter1-4/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-13ipv6: Convert to use flowi6 where applicable.David S. Miller1-45/+45
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-5/+5
2011-03-03xfrm: Return dst directly from xfrm_lookup()David S. Miller1-8/+2
2011-03-02xfrm: Handle blackhole route creation via afinfo.David S. Miller1-22/+10
2011-03-02ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-2/+2
2011-03-02xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller1-2/+2
2011-03-02ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller1-6/+6
2011-03-02net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller1-0/+2