summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorLines
2010-05-28ipv6: Add GSO support on forwarding pathHerbert Xu-1/+1
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy-1/+1
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-13/+20
2010-04-30ipv6: cleanup: remove unneeded null checkDan Carpenter-2/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley-8/+16
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley-1/+1
2010-04-21ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...Shan Wei-1/+1
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-6/+3
2010-04-19netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt-1/+0
2010-04-19netfilter: xtables: inclusion of xt_TEEJan Engelhardt-0/+1
2010-04-15ipv6: fix the comment of ip6_xmit()Shan Wei-1/+1
2010-04-15net: replace ipfragok with skb->local_dfShan Wei-1/+1
2010-04-15ipv6: cancel to setting local_df in ip6_xmit()Shan Wei-4/+0
2010-04-15ip: Fix ip_dev_loopback_xmit()Eric Dumazet-1/+1
2010-04-13netfilter: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocationJan Engelhardt-2/+3
2010-04-13netfilter: ipv6: move POSTROUTING invocation before fragmentationJan Engelhardt-26/+23
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt-8/+8
2010-02-26ipv6: Use 1280 as min MTU for ipv6 forwardingUlrich Weber-4/+8
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan-6/+5
2010-01-06ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila-2/+1
2009-09-02ip: Report qdisc packet dropsEric Dumazet-1/+1
2009-09-01ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDSEric Dumazet-0/+1
2009-08-13inet6: Conversion from u8 to intGerrit Renker-10/+5
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+0
2009-07-12udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala-15/+3
2009-07-12udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala-3/+5
2009-07-11net: ip_push_pending_frames() fixEric Dumazet-1/+0
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet-1/+0
2009-06-09ipv6: Use frag list abstraction interfaces.David S. Miller-3/+3
2009-06-03net: skb->dst accessorsEric Dumazet-30/+30
2009-04-27snmp: add missing counters for RFC 4293Neil Horman-4/+5
2009-02-05ipv6: Copy cork options in ip6_append_dataHerbert Xu-15/+52
2008-12-10netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery-1/+2
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan-1/+1
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BHDenis V. Lunev-1/+1
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev-7/+11
2008-10-08netns: add net parameter to IP6_INC_STATSDenis V. Lunev-22/+34
2008-10-08ipv6: local dev is actually unused in ip6_fragmentDenis V. Lunev-2/+0
2008-09-09ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman-32/+32
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley-1/+1
2008-08-03ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun-1/+1
2008-07-31ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun-0/+4
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen-1/+1
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki-2/+2
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki-0/+7
2008-07-03ipv6: Do not forward packets with the unspecified source address.YOSHIFUJI Hideaki-1/+2