summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-6/+5
* ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila2010-01-061-2/+1
* ip: Report qdisc packet dropsEric Dumazet2009-09-021-1/+1
* ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDSEric Dumazet2009-09-011-0/+1
* inet6: Conversion from u8 to intGerrit Renker2009-08-131-10/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-161-1/+0
|\
| * net: ip_push_pending_frames() fixEric Dumazet2009-07-111-1/+0
* | udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala2009-07-121-15/+3
* | udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala2009-07-121-3/+5
|/
* net: No more expensive sock_hold()/sock_put() on each txEric Dumazet2009-06-111-1/+0
* ipv6: Use frag list abstraction interfaces.David S. Miller2009-06-091-3/+3
* net: skb->dst accessorsEric Dumazet2009-06-031-30/+30
* snmp: add missing counters for RFC 4293Neil Horman2009-04-271-4/+5
* ipv6: Copy cork options in ip6_append_dataHerbert Xu2009-02-051-15/+52
* netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2008-12-101-1/+2
* net: reduce structures when XFRM=nAlexey Dobriyan2008-10-281-1/+1
* ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BHDenis V. Lunev2008-10-081-1/+1
* ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev2008-10-081-1/+1
* ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev2008-10-081-7/+11
* netns: add net parameter to IP6_INC_STATSDenis V. Lunev2008-10-081-22/+34
* ipv6: local dev is actually unused in ip6_fragmentDenis V. Lunev2008-10-081-2/+0
* ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman2008-09-091-32/+32
* netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-141-1/+1
* ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun2008-08-031-1/+1
OpenPOWER on IntegriCloud