summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2012-01-11net: introduce DST_NOPEER dst flagEric Dumazet
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
2010-04-21ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...Shan Wei
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-19netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt
2010-04-19netfilter: xtables: inclusion of xt_TEEJan Engelhardt
2010-04-15ipv6: fix the comment of ip6_xmit()Shan Wei
2010-04-15net: replace ipfragok with skb->local_dfShan Wei
2010-04-15ipv6: cancel to setting local_df in ip6_xmit()Shan Wei
2010-04-15ip: Fix ip_dev_loopback_xmit()Eric Dumazet
2010-04-13netfilter: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocationJan Engelhardt
2010-04-13netfilter: ipv6: move POSTROUTING invocation before fragmentationJan Engelhardt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo