summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* net: use a per task frag allocatorEric Dumazet2012-09-241-40/+25
* ipv6: remove some useless RCU read lockAmerigo Wang2012-09-101-11/+2
* netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-301-2/+5
* inet: Minimize use of cached route inetpeer.David S. Miller2012-07-101-2/+8
* ipv6: fix a bad cast in ip6_dst_lookup_tail()Eric Dumazet2012-07-061-1/+1
* ipv6: Store route neighbour in rt6_info struct.David S. Miller2012-07-051-2/+6
* net: Do delayed neigh confirmation.David S. Miller2012-07-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-121-0/+1
|\
| * snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat2012-06-071-0/+1
* | net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado2012-06-121-14/+1
* | inet: Create and use rt{,6}_get_peer_create().David S. Miller2012-06-081-7/+4
|/
* ipv6: fix incorrect ipsec fragmentGao feng2012-05-271-18/+50
* ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet2012-05-191-1/+4
* ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet2012-05-181-0/+4
* ipv6: remove csummode in ip6_append_data()Eric Dumazet2012-05-181-3/+1
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+1
* ipv6: Export ipv6 functions for use by other protocolsChris Elston2012-05-011-0/+3
* ipv6: call consume_skb() in frag/reassemblyEric Dumazet2012-04-251-2/+2
* ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng2012-03-201-5/+6
* ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller2012-01-271-5/+3
* ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2012-01-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-1/+1
|\
| * net: introduce DST_NOPEER dst flagEric Dumazet2011-12-221-1/+1
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-3/+3
* | ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-031-1/+2
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-9/+9
* | ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2011-11-181-2/+6
|/
* 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