| Commit message (Expand) | Author | Files | Lines |
2010-10-21 | sfc: make functions static | stephen hemminger | 12 | -41/+26 |
2010-10-21 | bridge: make br_parse_ip_options static | stephen hemminger | 1 | -1/+1 |
2010-10-21 | socket: localize functions | stephen hemminger | 2 | -4/+4 |
2010-10-21 | netxen: make local function static. | stephen hemminger | 3 | -37/+16 |
2010-10-21 | fib: introduce fib_alias_accessed() helper | Eric Dumazet | 4 | -3/+12 |
2010-10-21 | net/sched: fix missing spinlock init | Eric Dumazet | 1 | -0/+2 |
2010-10-21 | r8169: print errors when dma mapping fail | Stanislaw Gruszka | 1 | -3/+13 |
2010-10-21 | r8169: (re)init phy on resume | Stanislaw Gruszka | 1 | -0/+5 |
2010-10-21 | r8169: changing mtu clean up | Stanislaw Gruszka | 1 | -41/+6 |
2010-10-21 | r8169: do not account fragments as packets | Stanislaw Gruszka | 1 | -5/+3 |
2010-10-21 | r8169: use pointer to struct device as local variable | Stanislaw Gruszka | 1 | -26/+25 |
2010-10-21 | r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICE | Stanislaw Gruszka | 1 | -7/+7 |
2010-10-21 | r8169: init rx ring cleanup | Stanislaw Gruszka | 1 | -30/+22 |
2010-10-21 | r8169: check dma mapping failures | Stanislaw Gruszka | 1 | -18/+48 |
2010-10-21 | bnx2x: Update bnx2x to use new vlan accleration. | Hao Zheng | 4 | -84/+27 |
2010-10-21 | ixgbe: Update ixgbe to use new vlan accleration. | Jesse Gross | 3 | -79/+74 |
2010-10-21 | bnx2: Update bnx2 to use new vlan accleration. | Jesse Gross | 2 | -73/+28 |
2010-10-21 | bridge: Add support for TX vlan offload. | Jesse Gross | 1 | -1/+7 |
2010-10-21 | ethtool: Add support for vlan accleration. | Jesse Gross | 2 | -1/+4 |
2010-10-21 | vlan: Centralize handling of hardware acceleration. | Jesse Gross | 5 | -140/+48 |
2010-10-21 | vlan: Avoid hash table lookup to find group. | Jesse Gross | 5 | -73/+34 |
2010-10-21 | vlan: Enable software emulation for vlan accleration. | Jesse Gross | 2 | -6/+44 |
2010-10-21 | vlan: Don't check for vlan group before vlan_tx_tag_present. | Jesse Gross | 29 | -43/+38 |
2010-10-21 | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. | Jesse Gross | 16 | -27/+27 |
2010-10-21 | ebtables: Allow filtering of hardware accelerated vlan frames. | Jesse Gross | 3 | -18/+34 |
2010-10-21 | enic: Fix log message | Vasanthy Kolluri | 1 | -1/+1 |
2010-10-21 | enic: Change min MTU | Vasanthy Kolluri | 1 | -1/+1 |
2010-10-21 | enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAIT | Vasanthy Kolluri | 3 | -4/+10 |
2010-10-21 | enic: Make firmware cognizant of the user set mac address | Vasanthy Kolluri | 1 | -1/+12 |
2010-10-21 | enic: Add support for multiple hardware receive queues | Vasanthy Kolluri | 5 | -124/+368 |
2010-10-21 | ibmveth: Free irq on error path | Denis Kirjanov | 1 | -2/+4 |
2010-10-21 | ibmveth: Cleanup error handling inside ibmveth_open | Denis Kirjanov | 1 | -24/+20 |
2010-10-20 | net: avoid RCU for NOCACHE dst | Eric Dumazet | 3 | -19/+33 |
2010-10-20 | net: allocate tx queues in register_netdevice | Tom Herbert | 2 | -55/+55 |
2010-10-20 | net: cleanups in RX queue allocation | Tom Herbert | 1 | -19/+17 |
2010-10-20 | net: fail alloc_netdev_mq if queue count < 1 | Tom Herbert | 1 | -0/+6 |
2010-10-20 | phonet: remove the unused variable pn | Changli Gao | 1 | -1/+0 |
2010-10-20 | netpoll: Revert napi_poll fix for bonding driver | Neil Horman | 1 | -8/+1 |
2010-10-20 | netpoll: Remove netpoll blocking from uninit path | Neil Horman | 1 | -3/+0 |
2010-10-19 | bnx2x: update version to 1.60.00-3 | Dmitry Kravkov | 1 | -2/+2 |
2010-10-19 | bnx2x: prevent false parity error in MSI-X memory of HC block | Vladislav Zolotarov | 2 | -2/+32 |
2010-10-19 | bnx2x: fix possible deadlock in HC hw block | Dmitry Kravkov | 1 | -8/+29 |
2010-10-19 | inet: RCU changes in inetdev_by_index() | Eric Dumazet | 4 | -22/+16 |
2010-10-19 | net: avoid a dev refcount in ip_mc_find_dev() | Eric Dumazet | 2 | -3/+3 |
2010-10-19 | 3c52x: remove IRQF_SAMPLE_RANDOM from legacy MCA drivers. | Paul Gortmaker | 2 | -2/+2 |
2010-10-18 | bonding: Re-enable netpoll over bonding | Neil Horman | 1 | -19/+10 |
2010-10-18 | bonding: Fix netconsole to not deadlock on rmmod | Neil Horman | 1 | -1/+8 |
2010-10-18 | bonding: Fix napi poll for bonding driver | Neil Horman | 1 | -1/+8 |
2010-10-18 | bonding: Fix deadlock in bonding driver resulting from internal locking when ... | Neil Horman | 3 | -4/+80 |
2010-10-18 | bonding: Fix bonding drivers improper modification of netpoll structure | Neil Horman | 3 | -11/+19 |