summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-5/+5
2011-03-03xfrm: Return dst directly from xfrm_lookup()David S. Miller1-8/+2
2011-03-02xfrm: Handle blackhole route creation via afinfo.David S. Miller1-22/+10
2011-03-02ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-2/+2
2011-03-02xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller1-2/+2
2011-03-02ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller1-6/+6
2011-03-02net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller1-0/+2
2011-03-02ipv6: 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-26ipv6: totlen is declared and assigned but not usedHagen Paul Pfeifer1-3/+0
2011-02-05inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller1-1/+4
2011-01-13inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov1-0/+3
2010-12-20ipv6: 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/ne...David S. Miller1-5/+13
2010-09-24net: return operator cleanupEric Dumazet1-2/+2
2010-09-22ip: 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-11net-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-05-01ipv6: cleanup: remove unneeded null checkDan Carpenter1-2/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-04-24IPv6: Complete IPV6_DONTFRAG supportBrian Haley1-8/+16
2010-04-24IPv6: Add dontfrag argument to relevant functionsBrian Haley1-1/+1
2010-04-22ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...Shan Wei1-1/+1
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-16ipv6: fix the comment of ip6_xmit()Shan Wei1-1/+1
2010-04-16net: replace ipfragok with skb->local_dfShan Wei1-1/+1
2010-04-16ipv6: cancel to setting local_df in ip6_xmit()Shan Wei1-4/+0
2010-04-16ip: 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 imp...Tejun 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-19ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-6/+5
2010-01-07ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila1-2/+1
2009-09-03ip: Report qdisc packet dropsEric Dumazet1-1/+1
2009-09-02ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDSEric Dumazet1-0/+1
2009-08-14inet6: Conversion from u8 to intGerrit Renker1-10/+5
2009-07-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2009-07-13udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala1-15/+3
2009-07-13udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala1-3/+5
2009-07-12net: ip_push_pending_frames() fixEric Dumazet1-1/+0
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet1-1/+0