summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-18ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu
2011-10-28ipv6: fix error propagation in ip6_ufo_append_data()Zheng Yan
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-18ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert
2011-08-24net: ipv6: convert to SKB frag APIsIan Campbell
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-16net: Create and use new helper, neigh_output().David S. Miller
2011-07-16ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller
2011-05-06inet: Decrease overhead of on-stack inet_cork.David S. Miller
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller
2011-03-01ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu
2011-02-28net: TX timestamps for IPv6 UDP packetsAnders Berggren
2011-02-25ipv6: totlen is declared and assigned but not usedHagen Paul Pfeifer
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller
2011-01-12inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov
2010-12-19ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-23net: return operator cleanupEric Dumazet
2010-09-21ip: fix truesize mismatch in ip fragmentationEric Dumazet
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-28ipv6: Add GSO support on forwarding pathHerbert Xu
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-30ipv6: cleanup: remove unneeded null checkDan Carpenter
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley