aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-01ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller1-6/+6
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller1-0/+2
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller1-11/+69
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu1-1/+0
2011-02-28net: TX timestamps for IPv6 UDP packetsAnders Berggren1-0/+17
2011-02-25ipv6: totlen is declared and assigned but not usedHagen Paul Pfeifer1-3/+0
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller1-1/+4
2011-01-12inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov1-0/+3
2010-12-19ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens1-10/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+13
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-09-21ip: fix truesize mismatch in ip fragmentationEric Dumazet1-5/+13
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller1-1/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-19/+19
2010-05-28ipv6: Add GSO support on forwarding pathHerbert Xu1-1/+1
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy1-1/+1
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-13/+20
2010-04-30ipv6: cleanup: remove unneeded null checkDan Carpenter1-2/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley1-8/+16
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley1-1/+1
2010-04-21ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU field less than IPV6_MIN_MTUShan Wei1-1/+1
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-6/+3
2010-04-19netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt1-1/+0
2010-04-19netfilter: xtables: inclusion of xt_TEEJan Engelhardt1-0/+1
2010-04-15ipv6: fix the comment of ip6_xmit()Shan Wei1-1/+1
2010-04-15net: replace ipfragok with skb->local_dfShan Wei1-1/+1
2010-04-15ipv6: cancel to setting local_df in ip6_xmit()Shan Wei1-4/+0
2010-04-15ip: Fix ip_dev_loopback_xmit()Eric Dumazet1-1/+1
2010-04-13netfilter: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocationJan Engelhardt1-2/+3
2010-04-13netfilter: ipv6: move POSTROUTING invocation before fragmentationJan Engelhardt1-26/+23
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-8/+8
2010-02-26ipv6: Use 1280 as min MTU for ipv6 forwardingUlrich Weber1-4/+8