aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-33/+30
* ipv6: fix incorrect ipsec fragmentGao feng2012-06-101-18/+50
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-9/+31
* ipv6: fix NULL dereference in udp6_ufo_fragment()Jason Wang2011-10-161-5/+5
* ipv6: make fragment identifications less predictableEric Dumazet2011-08-151-5/+35
* inet: Decrease overhead of on-stack inet_cork.David S. Miller2011-05-061-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-151-4/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-45/+45
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-5/+5
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-8/+2
* xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-011-22/+10
* 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/+0
* 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/+0
* inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller2011-02-041-1/+4
* inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov2011-01-121-0/+3
* ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2010-12-191-10/+2
* 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-211-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-101-19/+19
* ipv6: Add GSO support on forwarding pathHerbert Xu2010-05-281-1/+1
* ipv6: ip6mr: support multiple tablesPatrick McHardy2010-05-111-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-101-13/+20
|\
| * ipv6: cleanup: remove unneeded null checkDan Carpenter2010-04-301-2/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-1/+1
| |\
| | * ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...Shan Wei2010-04-211-1/+1
| * | IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-231-8/+16
| * | IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-231-1/+1
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-211-1/+1
| |\ \ | | |/
| | * ip: Fix ip_dev_loopback_xmit()Eric Dumazet2010-04-151-1/+1
* | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-6/+3
|\ \ \ | |/ /
| * | ipv6: fix the comment of ip6_xmit()Shan Wei2010-04-151-1/+1
| * | net: replace ipfragok with skb->local_dfShan Wei2010-04-151-1/+1
| * | ipv6: cancel to setting local_df in ip6_xmit()Shan Wei2010-04-151-4/+0
| |/
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt2010-04-191-1/+0
* | netfilter: xtables: inclusion of xt_TEEJan Engelhardt2010-04-191-0/+1
* | netfilter: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocationJan Engelhardt2010-04-131-2/+3
* | netfilter: ipv6: move POSTROUTING invocation before fragmentationJan Engelhardt2010-04-131-26/+23
* | netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-8/+8
|/
* ipv6: Use 1280 as min MTU for ipv6 forwardingUlrich Weber2010-02-261-4/+8