aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-2/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-21/+19
2011-05-07net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfreePaul E. McKenney1-6/+1
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-5/+0
2011-05-04ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit().David S. Miller1-2/+2
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-2/+4
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-12/+13
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-17/+14
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov1-1/+1
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+5
2011-01-20net: ipv6: sit: fix rcu annotationsEric Dumazet1-10/+13
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-12-01net/ipv6/sit.c: return unhandled skb to tunnel4_rcvDavid McCullough1-1/+2
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-8/+6
2010-10-27tunnels: Fix tunnels change rcu protectionPavel Emelyanov1-0/+1
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet1-2/+1
2010-09-29sit: enable lockless xmitsEric Dumazet1-0/+1
2010-09-29sit: fix percpu stats accountingEric Dumazet1-3/+11
2010-09-27sit: percpu stats accountingEric Dumazet1-18/+64
2010-09-20net: rx_dropped accountingEric Dumazet1-1/+4
2010-09-15sit: get rid of ipip6_lockEric Dumazet1-33/+31
2010-08-30net: struct xfrm_tunnel in read_mostly sectionEric Dumazet1-1/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-4/+4
2010-06-01ipv6: get rid of ipip6_prl_lockEric Dumazet1-6/+2
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet1-5/+3
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-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-1/+1
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan1-1/+0
2010-02-16tunnels: fix netns vs proto registration orderingAlexey Dobriyan1-7/+6
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-5/+4
2009-12-01net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman1-19/+6
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-10sit: Clean up DF code by copying from IPIPHerbert Xu1-21/+21
2009-10-29ipv6 sit: Optimize multiple unregistrationEric Dumazet1-6/+11
2009-10-24ipv6 sit: RCU conversion phase IIEric Dumazet1-18/+27
2009-10-24ipv6 sit: RCU conversion phase IEric Dumazet1-23/+50
2009-10-11ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明1-3/+6
2009-10-11ipv6 sit: Fix 6rd relay address.YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2009-10-11ipv6 sit: Ensure to initialize 6rd parameters.YOSHIFUJI Hideaki / 吉藤英明1-4/+6
2009-10-07ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明1-8/+116
2009-10-05tunnels: Optimize tx pathEric Dumazet1-2/+3
2009-09-30sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak1-1/+1
2009-09-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak1-58/+0
2009-09-24tunnel: eliminate recursion fieldEric Dumazet1-8/+0
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-1/+2
2009-08-28sit: allow ip fragmentation when using nopmtudisc to fix package lossSascha Hlusiak1-1/+1
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-07-11sit: fix regression: do not release skb->dst before xmitSascha Hlusiak1-0/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3