summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet2012-05-191-1/+4
* ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet2012-05-191-0/+4
* ipv6: remove csummode in ip6_append_data()Eric Dumazet2012-05-181-3/+1Star
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+1Star
* ipv6: Export ipv6 functions for use by other protocolsChris Elston2012-05-011-0/+3
* ipv6: call consume_skb() in frag/reassemblyEric Dumazet2012-04-261-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-281-5/+3Star
* ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2012-01-281-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-231-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/+2Star
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+3
* ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert2011-10-191-6/+12
* net: ipv6: convert to SKB frag APIsIan Campbell2011-08-251-3/+4
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2011-08-031-2/+11
* ipv6: make fragment identifications less predictableEric Dumazet2011-07-221-5/+31
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-6/+10
* net: Create and use new helper, neigh_output().David S. Miller2011-07-171-7/+3Star
* 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-071-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-161-4/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-131-45/+45
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-131-5/+5
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-8/+2Star
* xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-011-22/+10Star
* 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/+0Star
* 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/+0Star
* inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller2011-02-051-1/+4
* inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov2011-01-131-0/+3
* ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2010-12-201-10/+2Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-5/+13
|\
| * ip: fix truesize mismatch in ip fragmentationEric Dumazet2010-09-221-5/+13
* | net: return operator cleanupEric Dumazet2010-09-231-2/+2
* | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-231-1/+1
|/
* net-next: remove useless union keywordChangli Gao2010-06-111-19/+19