Age | Commit message (Expand) | Author | Files | Lines |
2010-05-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 17 | -92/+1132 |
2010-05-02 | net/usb: initiate sync sequence in sierra_net.c driver | Elina Pasheva | 1 | -0/+3 |
2010-05-02 | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 2 | -13/+21 |
2010-05-01 | net/usb: remove default in Kconfig for sierra_net driver | Elina Pasheva | 1 | -1/+0 |
2010-05-01 | cdc_ether: Identify MBM devices by GUID in MDLM descriptor | Jonas Sjöquist | 1 | -74/+39 |
2010-05-01 | r8169: Fix rtl8169_rx_interrupt() | Eric Dumazet | 1 | -5/+17 |
2010-05-01 | forcedeth: Stay in NAPI as long as there's work | stephen hemminger | 1 | -14/+17 |
2010-04-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -1/+1 |
2010-04-30 | e1000e: Fix oops caused by ASPM patch. | Anton Blanchard | 1 | -0/+3 |
2010-04-29 | net/sb1250: register mdio bus in probe | Sebastian Siewior | 1 | -34/+33 |
2010-04-29 | igb: Clean up left over prototype of igb_get_hw_dev_name() | Emil Tantilov | 1 | -1/+0 |
2010-04-29 | wireless: Fix merge. | Hauke Mehrtens | 1 | -1/+0 |
2010-04-28 | caif: Ldisc add permission check and mem-alloc error check | Sjur Braendeland | 1 | -1/+4 |
2010-04-28 | sfc: Create multiple TX queues | Ben Hutchings | 8 | -123/+140 |
2010-04-28 | sfc: Test only the first pair of TX queues | Ben Hutchings | 2 | -3/+3 |
2010-04-28 | sfc: Add Siena PHY BIST and cable diagnostic support | Steve Hodgson | 1 | -2/+144 |
2010-04-28 | sfc: Clean up efx_nic::irq_zero_count | Ben Hutchings | 1 | -1/+2 |
2010-04-28 | sfc: Add necessary parentheses to macro definitions in net_driver.h | Ben Hutchings | 1 | -11/+11 |
2010-04-28 | sfc: Break NAPI processing after one ring-full of TX completions | Ben Hutchings | 2 | -24/+33 |
2010-04-28 | sfc: Set PERIODIC_NOEVENT flag for MC_CMD_MAC_STATS | Steve Hodgson | 1 | -16/+9 |
2010-04-28 | sfc: Update MCDI protocol definitions | Ben Hutchings | 1 | -16/+55 |
2010-04-28 | sfc: Enable IPv6 RSS using random key for Toeplitz hash | Ben Hutchings | 2 | -0/+21 |
2010-04-28 | sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errors | Steve Hodgson | 1 | -1/+2 |
2010-04-28 | sfc: Log specific message for failure of NVRAM self-test | Ben Hutchings | 1 | -2/+8 |
2010-04-28 | sfc: Extend the legacy interrupt workarounds | Steve Hodgson | 2 | -15/+10 |
2010-04-28 | sfc: Reconfigure the XAUI serdes after an EM reset | Steve Hodgson | 3 | -1/+5 |
2010-04-28 | sfc: Stop masking out XGMII faults over reconfigures | Steve Hodgson | 1 | -15/+5 |
2010-04-28 | sfc: Handle serious errors in exactly one interrupt handler | Steve Hodgson | 3 | -21/+29 |
2010-04-28 | sfc: Consistently report short MCDI responses as EIO | Ben Hutchings | 2 | -11/+17 |
2010-04-28 | sfc: Ignore parity errors in the other port's SRAM | Steve Hodgson | 1 | -0/+2 |
2010-04-28 | sfc: Change falcon_probe_board() to fail for unsupported boards | Ben Hutchings | 3 | -12/+7 |
2010-04-28 | sfc: Always close net device at the end of a disabling reset | Ben Hutchings | 1 | -2/+2 |
2010-04-28 | sfc: Wait at most 10ms for the MC to finish reading out MAC statistics | Ben Hutchings | 1 | -2/+11 |
2010-04-28 | sky2: use the DMA state API instead of the pci equivalents | FUJITA Tomonori | 2 | -14/+14 |
2010-04-28 | bnx2x: Remove two prefetch() | Eric Dumazet | 1 | -2/+0 |
2010-04-28 | ixgbe: disable MSI-X by default on certain Cisco adapters | Nicholas Nunley | 2 | -1/+20 |
2010-04-28 | net/usb: add sierra_net.c driver | Elina Pasheva | 3 | -0/+1012 |
2010-04-28 | ixgbe: add registers etc. printout code just before resetting adapters | Taku Izumi | 1 | -0/+341 |
2010-04-28 | igb: add registers etc. printout code just before resetting adapters | Taku Izumi | 1 | -0/+332 |
2010-04-28 | e1000e: add registers etc. printout code just before resetting adapters | Taku Izumi | 1 | -0/+357 |
2010-04-28 | cdc_ether: fix autosuspend for mbm devices | Torgny Johansson | 1 | -0/+1 |
2010-04-28 | e1000: Use netdev_<level>, pr_<level> and dev_<level> | Emil Tantilov | 7 | -405/+367 |
2010-04-28 | gianfar: Wait for both RX and TX to stop | Andy Fleming | 1 | -3/+3 |
2010-04-28 | ixgbevf: use DMA API instead of PCI DMA functions | Nick Nunley | 1 | -33/+35 |
2010-04-28 | ixgbe: use DMA API instead of PCI DMA functions | Nick Nunley | 2 | -55/+64 |
2010-04-28 | ixgb: use DMA API instead of PCI DMA functions | Nick Nunley | 1 | -31/+39 |
2010-04-28 | igbvf: use DMA API instead of PCI DMA functions | Nick Nunley | 1 | -36/+38 |
2010-04-28 | igb: convert igb from using PCI DMA functions to using DMA API functions | Alexander Duyck | 3 | -58/+61 |
2010-04-28 | e1000e: use DMA API instead of PCI DMA functions | Nick Nunley | 2 | -63/+66 |
2010-04-28 | e1000: use DMA API instead of PCI DMA functions | Nick Nunley | 2 | -68/+88 |