aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-29arp: remove unnecessary export of arp_broken_opsstephen hemminger
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet
2010-09-29ip6tnl: percpu stats accountingEric Dumazet
2010-09-29ipip: enable lockless xmitsEric Dumazet
2010-09-29ip_gre: lockless xmitEric Dumazet
2010-09-29sit: enable lockless xmitsEric Dumazet
2010-09-29sit: fix percpu stats accountingEric Dumazet
2010-09-29ipip: fix percpu stats accountingEric Dumazet
2010-09-29dummy: percpu stats and lockless xmitEric Dumazet
2010-09-29net: add a recursion limit in xmit pathEric Dumazet
2010-09-28ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski
2010-09-28ipv4: Allow configuring subnets as local addressesTom Herbert
2010-09-28pch_gbe: add header filesRandy Dunlap
2010-09-27Documentation: Update Phonet doc for Pipe Controller implementationKumar Sanghvi
2010-09-27tg3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-278021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings
2010-09-27sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-27niu: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-27myri10ge: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings
2010-09-27mv643xx_eth: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings
2010-09-27mlx4_en: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings
2010-09-27ixgbe: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-27igb: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-27gianfar: Use netif_set_real_num_rx_queues()Ben Hutchings
2010-09-27cxgb4vf: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings
2010-09-27cxgb4: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-27cxgb3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-27bnx2x: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-27bnx2: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-27net: Add netif_copy_real_num_queues() for use by virtual net driversBen Hutchings
2010-09-27net: Allow changing number of RX queues after device allocationBen Hutchings
2010-09-27net: sk_{detach|attach}_filter() rcu fixesEric Dumazet
2010-09-27fib: use atomic_inc_not_zero() in fib_rules_lookupEric Dumazet
2010-09-27sit: percpu stats accountingEric Dumazet
2010-09-27ipip: percpu stats accountingEric Dumazet
2010-09-27ip_gre: percpu stats accountingEric Dumazet
2010-09-27tunnels: prepare percpu accountingEric Dumazet
2010-09-27vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet
2010-09-27Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-26net: r6040: store BIOS default MAC in perm_addOtavio Salvador
2010-09-26ipv6: add a missing unregister_pernet_subsys callNeil Horman
2010-09-26net: loopback driver cleanupEric Dumazet
2010-09-26net: fix rcu use in ip_route_output_slowEric Dumazet
2010-09-26rps: allocate rx queues in register_netdevice onlyEric Dumazet
2010-09-26s390: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov
2010-09-26sgiseeq: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy
2010-09-26rionet: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy
2010-09-26ibm_newemac: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy
2010-09-26net: update SOCK_MIN_RCVBUFEric Dumazet