aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-24net: use a per task frag allocatorGravatar Eric Dumazet 1-40/+25
2012-09-10ipv6: remove some useless RCU read lockGravatar Amerigo Wang 1-11/+2
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingGravatar Patrick McHardy 1-2/+5
2012-07-10inet: Minimize use of cached route inetpeer.Gravatar David S. Miller 1-2/+8
2012-07-06ipv6: fix a bad cast in ip6_dst_lookup_tail()Gravatar Eric Dumazet 1-1/+1
2012-07-05ipv6: Store route neighbour in rt6_info struct.Gravatar David S. Miller 1-2/+6
2012-07-05net: Do delayed neigh confirmation.Gravatar David S. Miller 1-1/+1
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeGravatar Michel Machado 1-14/+1
2012-06-08inet: Create and use rt{,6}_get_peer_create().Gravatar David S. Miller 1-7/+4
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsGravatar Vincent Bernat 1-0/+1
2012-05-27ipv6: fix incorrect ipsec fragmentGravatar Gao feng 1-18/+50
2012-05-19ipv6: disable GSO on sockets hitting dst_allfragGravatar Eric Dumazet 1-1/+4
2012-05-18ipv6: ip6_fragment() should check CHECKSUM_PARTIALGravatar Eric Dumazet 1-0/+4
2012-05-18ipv6: remove csummode in ip6_append_data()Gravatar Eric Dumazet 1-3/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedGravatar Joe Perches 1-2/+1
2012-05-01ipv6: Export ipv6 functions for use by other protocolsGravatar Chris Elston 1-0/+3
2012-04-25ipv6: call consume_skb() in frag/reassemblyGravatar Eric Dumazet 1-2/+2
2012-03-20ipv6: fix incorrent ipv6 ipsec packet fragmentGravatar Gao feng 1-5/+6
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().Gravatar David S. Miller 1-5/+3
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()Gravatar David S. Miller 1-1/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2011-12-22net: introduce DST_NOPEER dst flagGravatar Eric Dumazet 1-1/+1
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.Gravatar David Miller 1-3/+3
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Gravatar Jesse Gross 1-1/+2
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-9/+9
2011-11-18ipv6: Remove all uses of LL_ALLOCATED_SPACEGravatar Herbert Xu 1-2/+6
2011-10-28ipv6: fix error propagation in ip6_ufo_append_data()Gravatar Zheng Yan 1-1/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITGravatar Eric Dumazet 1-5/+2
2011-10-19net: add skb frag size accessorsGravatar Eric Dumazet 1-2/+3
2011-10-18ipv6: Fix IPsec slowpath fragmentation problemGravatar Steffen Klassert 1-6/+12
2011-08-24net: ipv6: convert to SKB frag APIsGravatar Ian Campbell 1-3/+4
2011-08-03net: fix NULL dereferences in check_peer_redir()Gravatar Eric Dumazet 1-2/+11
2011-07-21ipv6: make fragment identifications less predictableGravatar Eric Dumazet 1-5/+31
2011-07-17net: Abstract dst->neighbour accesses behind helpers.Gravatar David S. Miller 1-6/+10
2011-07-16net: Create and use new helper, neigh_output().Gravatar David S. Miller 1-7/+3
2011-07-16ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbourGravatar David S. Miller 1-1/+1
2011-07-14net: Embed hh_cache inside of struct neighbour.Gravatar David S. Miller 1-5/+9
2011-05-06inet: Decrease overhead of on-stack inet_cork.Gravatar David S. Miller 1-16/+18
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-4/+4
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionGravatar Daniel Walter 1-4/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-45/+45
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-5/+5
2011-03-02xfrm: Return dst directly from xfrm_lookup()Gravatar David S. Miller 1-8/+2
2011-03-01xfrm: Handle blackhole route creation via afinfo.Gravatar David S. Miller 1-22/+10
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().Gravatar David S. Miller 1-2/+2
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.Gravatar David S. Miller 1-2/+2
2011-03-01ipv6: Change final dst lookup arg name to "can_sleep"Gravatar David S. Miller 1-6/+6
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.Gravatar David S. Miller 1-0/+2