Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger
2012-04-02net/ipv6/sit.c: Checkpatch cleanupEldad Zack
2012-01-27ipv6: sit: Convert to dst_neigh_lookup()David S. Miller
2012-01-13net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-13ipip, sit: copy parms.name after register_netdeviceTed Feng
2011-12-06net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-09net: better pcpu data alignmentEric Dumazet
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-17sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-08net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfreePaul E. McKenney
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko
2011-05-04ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit().David S. Miller
2011-05-04ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-13ipv4: Create and use route lookup helpers.David S. Miller
2011-03-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-03-03ipv4: Make output route lookup return rtable directly.David S. Miller
2011-01-21net: ipv6: sit: fix rcu annotationsEric Dumazet
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-02net/ipv6/sit.c: return unhandled skb to tunnel4_rcvDavid McCullough
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-10-28tunnels: Fix tunnels change rcu protectionPavel Emelyanov
2010-10-06net: add a core netdev->rx_dropped counterEric Dumazet
2010-09-30sit: enable lockless xmitsEric Dumazet
2010-09-30sit: fix percpu stats accountingEric Dumazet
2010-09-28sit: percpu stats accountingEric Dumazet
2010-09-20net: rx_dropped accountingEric Dumazet
2010-09-16sit: get rid of ipip6_lockEric Dumazet
2010-08-31net: struct xfrm_tunnel in read_mostly sectionEric Dumazet
2010-06-11net-next: remove useless union keywordChangli Gao
2010-06-01ipv6: get rid of ipip6_prl_lockEric Dumazet
2010-05-18net: Introduce skb_tunnel_rx() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-19ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan
2010-02-17tunnels: fix netns vs proto registration orderingAlexey Dobriyan
2010-01-18net: spread __net_init, __net_exitAlexey Dobriyan
2009-12-02net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-11sit: Clean up DF code by copying from IPIPHerbert Xu
2009-10-29ipv6 sit: Optimize multiple unregistrationEric Dumazet
2009-10-24ipv6 sit: RCU conversion phase IIEric Dumazet
2009-10-24ipv6 sit: RCU conversion phase IEric Dumazet