summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-08ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa1-1/+1
2013-10-14ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-07-29ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
2013-07-29ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet1-1/+7
2013-06-27ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2013-02-14ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ1-2/+2
2012-06-09ipv6: fix incorrect ipsec fragmentGao feng1-18/+50
2012-03-20ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng1-5/+6
2012-01-28ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller1-5/+3
2012-01-28ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller1-1/+1
2011-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-23net: introduce DST_NOPEER dst flagEric Dumazet1-1/+1
2011-12-06net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-3/+3
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+2
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan1-9/+9
2011-11-18ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu1-2/+6
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
2011-03-02ipv6: Consolidate route lookup sequences.David S. Miller1-11/+69
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu1-1/+0
2011-02-28net: TX timestamps for IPv6 UDP packetsAnders Berggren1-0/+17
2011-02-26ipv6: totlen is declared and assigned but not usedHagen Paul Pfeifer1-3/+0
2011-02-05inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller1-1/+4
2011-01-13inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov1-0/+3
2010-12-20ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens1-10/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+13
2010-09-24net: return operator cleanupEric Dumazet1-2/+2
2010-09-22ip: fix truesize mismatch in ip fragmentationEric Dumazet1-5/+13