summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet4-16/+16
2010-09-29ip6tnl: percpu stats accountingEric Dumazet1-16/+77
2010-09-29ipip: enable lockless xmitsEric Dumazet1-0/+1
2010-09-29ip_gre: lockless xmitEric Dumazet1-0/+4
2010-09-29sit: enable lockless xmitsEric Dumazet1-0/+1
2010-09-29sit: fix percpu stats accountingEric Dumazet1-3/+11
2010-09-29ipip: fix percpu stats accountingEric Dumazet1-3/+10
2010-09-29dummy: percpu stats and lockless xmitEric Dumazet2-3/+56
2010-09-29net: add a recursion limit in xmit pathEric Dumazet1-1/+11
2010-09-29ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski1-1/+9
2010-09-29ipv4: Allow configuring subnets as local addressesTom Herbert3-5/+6
2010-09-28pch_gbe: add header filesRandy Dunlap1-0/+2
2010-09-28Documentation: Update Phonet doc for Pipe Controller implementationKumar Sanghvi1-0/+53
2010-09-28tg3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-2/+7
2010-09-288021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings1-1/+1
2010-09-28sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+2
2010-09-28niu: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+2
2010-09-28myri10ge: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings1-2/+3
2010-09-28mv643xx_eth: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings1-1/+2
2010-09-28mlx4_en: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings1-1/+2
2010-09-28ixgbe: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-5/+11
2010-09-28igb: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-4/+8
2010-09-28gianfar: Use netif_set_real_num_rx_queues()Ben Hutchings1-2/+1
2010-09-28cxgb4vf: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings1-1/+4
2010-09-28cxgb4: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+4
2010-09-28cxgb3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+4
2010-09-28bnx2x: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-2/+4
2010-09-28bnx2: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-3/+6
2010-09-28net: Add netif_copy_real_num_queues() for use by virtual net driversBen Hutchings1-0/+12
2010-09-28net: Allow changing number of RX queues after device allocationBen Hutchings4-19/+78
2010-09-28net: sk_{detach|attach}_filter() rcu fixesEric Dumazet1-6/+4
2010-09-28fib: use atomic_inc_not_zero() in fib_rules_lookupEric Dumazet1-3/+5
2010-09-28sit: percpu stats accountingEric Dumazet1-18/+64
2010-09-28ipip: percpu stats accountingEric Dumazet1-34/+93
2010-09-28ip_gre: percpu stats accountingEric Dumazet1-39/+104
2010-09-28tunnels: prepare percpu accountingEric Dumazet3-10/+27
2010-09-28vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet1-2/+2
2010-09-28Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi4-6/+479
2010-09-27net: r6040: store BIOS default MAC in perm_addOtavio Salvador1-0/+3
2010-09-27ipv6: add a missing unregister_pernet_subsys callNeil Horman3-3/+14
2010-09-27net: loopback driver cleanupEric Dumazet2-17/+9
2010-09-27net: fix rcu use in ip_route_output_slowEric Dumazet1-1/+1
2010-09-27rps: allocate rx queues in register_netdevice onlyEric Dumazet1-44/+32
2010-09-27s390: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov1-2/+2
2010-09-27sgiseeq: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-1/+1
2010-09-27rionet: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-1/+1
2010-09-27ibm_newemac: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-2/+2
2010-09-27net: update SOCK_MIN_RCVBUFEric Dumazet1-1/+5
2010-09-27smsc911x: Add MODULE_ALIAS()Vincent Stehlé1-0/+1
2010-09-27net: reset skb queue mapping when rx'ing over tunnelTom Herbert1-0/+1