aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-05-091-1/+2
* ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2015-02-201-2/+6
* ip: make IP identifiers less predictableEric Dumazet2014-09-131-0/+2
* inetpeer: get rid of ip_id_countEric Dumazet2014-09-131-14/+9
* Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings2014-08-061-12/+1
* net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet2014-07-111-8/+3
* ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa2014-04-301-2/+2
* ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien2014-04-301-8/+6
* net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2014-04-091-1/+12
* ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa2014-01-031-2/+2
* inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2013-11-281-1/+1
* ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa2013-10-261-31/+22
* ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa2013-08-021-6/+10
* ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet2013-08-021-1/+7
* ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet2013-06-291-1/+1
* ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ2013-02-201-2/+2
* ipv6: fix incorrect ipsec fragmentGao feng2012-06-101-18/+50
* ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng2012-04-021-5/+6
* net: introduce DST_NOPEER dst flagEric Dumazet2011-12-221-1/+1
* ipv6: fix error propagation in ip6_ufo_append_data()Zheng Yan2011-10-281-1/+1
* ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-271-5/+2
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+3
* ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert2011-10-181-6/+12
* net: ipv6: convert to SKB frag APIsIan Campbell2011-08-241-3/+4
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2011-08-031-2/+11
* ipv6: make fragment identifications less predictableEric Dumazet2011-07-211-5/+31
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-6/+10
* net: Create and use new helper, neigh_output().David S. Miller2011-07-161-7/+3
* ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller2011-07-161-1/+1
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-141-5/+9
* inet: Decrease overhead of on-stack inet_cork.David S. Miller2011-05-061-16/+18
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-4/+4
* ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter2011-04-151-4/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-45/+45
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-5/+5
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-8/+2
* xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-011-22/+10
* ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller2011-03-011-2/+2
* xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller2011-03-011-2/+2
* ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller2011-03-011-6/+6
* net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller2011-03-011-0/+2
* ipv6: Consolidate route lookup sequences.David S. Miller2011-03-011-11/+69
* inet: Remove unused sk_sndmsg_* from UFOHerbert Xu2011-03-011-1/+0
* net: TX timestamps for IPv6 UDP packetsAnders Berggren2011-02-281-0/+17
* ipv6: totlen is declared and assigned but not usedHagen Paul Pfeifer2011-02-251-3/+0
* inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller2011-02-041-1/+4
* inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov2011-01-121-0/+3
* ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2010-12-191-10/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-5/+13
|\