aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang1-2/+2
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-3/+2
2012-09-24net: use a per task frag allocatorEric Dumazet1-40/+25
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang1-11/+2
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy1-2/+5
2012-07-10inet: Minimize use of cached route inetpeer.David S. Miller1-2/+8
2012-07-06ipv6: fix a bad cast in ip6_dst_lookup_tail()Eric Dumazet1-1/+1
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller1-2/+6
2012-07-05net: Do delayed neigh confirmation.David S. Miller1-1/+1
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-14/+1
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller1-7/+4
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat1-0/+1
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng1-18/+50
2012-05-19ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet1-1/+4
2012-05-18ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet1-0/+4
2012-05-18ipv6: remove csummode in ip6_append_data()Eric Dumazet1-3/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston1-0/+3
2012-04-25ipv6: call consume_skb() in frag/reassemblyEric Dumazet1-2/+2
2012-03-20ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng1-5/+6
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller1-5/+3
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller1-1/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet1-1/+1
2011-12-05net: 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-22net: 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-18ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert1-6/+12
2011-08-24net: 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-21ipv6: make fragment identifications less predictableEric Dumazet1-5/+31
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-6/+10
2011-07-16net: Create and use new helper, neigh_output().David S. Miller1-7/+3
2011-07-16ipv6: 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-06inet: 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-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter1-4/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-45/+45
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-5/+5
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller1-8/+2
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller1-22/+10
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-2/+2
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller1-2/+2