aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-6/+5
2010-01-06ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila1-2/+1
2009-09-02ip: Report qdisc packet dropsEric Dumazet1-1/+1
2009-09-01ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDSEric Dumazet1-0/+1
2009-08-13inet6: Conversion from u8 to intGerrit Renker1-10/+5
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2009-07-12udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala1-15/+3
2009-07-12udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala1-3/+5
2009-07-11net: ip_push_pending_frames() fixEric Dumazet1-1/+0
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet1-1/+0
2009-06-09ipv6: Use frag list abstraction interfaces.David S. Miller1-3/+3
2009-06-03net: skb->dst accessorsEric Dumazet1-30/+30
2009-04-27snmp: add missing counters for RFC 4293Neil Horman1-4/+5
2009-02-05ipv6: Copy cork options in ip6_append_dataHerbert Xu1-15/+52
2008-12-10netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery1-1/+2
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan1-1/+1
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BHDenis V. Lunev1-1/+1
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev1-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev1-7/+11
2008-10-08netns: add net parameter to IP6_INC_STATSDenis V. Lunev1-22/+34
2008-10-08ipv6: local dev is actually unused in ip6_fragmentDenis V. Lunev1-2/+0
2008-09-09ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman1-32/+32