aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* igb: cap interrupts at 20K per queue when in itr mode 3Nick Nunley2010-02-171-0/+4
* igb: remove adaptive IFS from driverNick Nunley2010-02-175-93/+2
* igb: Allocate rings seperately instead of as a blockAlexander Duyck2010-02-173-81/+83
* igb: call pci_save_state after pci_restore_stateNick Nunley2010-02-171-0/+2
* igb: Power down link when interface is downNick Nunley2010-02-178-11/+129
* igb: ignore EEPROM APME check when shutting down serdes linkNick Nunley2010-02-171-19/+2
* igb: Report link status in ethtool when interface is downNick Nunley2010-02-173-2/+21
* igb: add support for wake-on-linkNick Nunley2010-02-171-4/+7
* igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck2010-02-172-13/+13
* b44: Ratelimit timeout error message.Jochen Friedrich2010-02-171-5/+7
* percpu: add __percpu sparse annotations to net driversTejun Heo2010-02-163-10/+12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-163-0/+27
|\
| * be2net: set proper value to version field in req hdrAjit Khaparde2010-02-161-0/+1
| * ixgbe: fix WOL register setup for 82599Don Skidmore2010-02-151-0/+4
| * ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errataDon Skidmore2010-02-151-0/+22
* | netdev: bfin_mac: drop experimental markings on RMII supportMike Frysinger2010-02-161-2/+2
* | drivers/net/pcnet32.c: Checkpatch cleaningJoe Perches2010-02-161-80/+73
* | drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpersJoe Perches2010-02-161-217/+130
* | drivers/net/tehuti.c: trivial checkpatch cleanupsJoe Perches2010-02-161-7/+7
* | drivers/net/tehuti.c: Hoist assigns out of ifsJoe Perches2010-02-161-22/+27
* | drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpersJoe Perches2010-02-162-59/+59
* | drivers/net/sky2: Convert to use netif_printk macrosJoe Perches2010-02-161-38/+27
* | drivers/net/ixgb: Use netif_printk macrosJoe Perches2010-02-162-49/+51
* | bnx2: Update firmwares and update version to 2.0.8.Michael Chan2010-02-161-7/+7
* | bnx2: Fix bug when saving statistics.Patrick Rabau2010-02-161-5/+5
* | bnx2: Allow user-specified multiple advertisement speed values.Michael Chan2010-02-161-25/+8
* | bnx2: Adjust flow control water marks.Michael Chan2010-02-162-2/+2
* | bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change.Michael Chan2010-02-161-0/+7
* | bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX.Michael Chan2010-02-161-1/+1
* | atl1c: Add support for Atheros AR8152 and AR8152Luis R. Rodriguez2010-02-165-25/+191
* | net: emaclite: adding MDIO and phy lib supportJohn Linn2010-02-152-43/+336
* | be2net: implement EEH pci error recovery handlersSathya Perla2010-02-153-2/+125
* | net/macvtap: fix reference countingArnd Bergmann2010-02-151-13/+22
* | cxgb3: fix link flapDivy Le Ray2010-02-151-1/+2
* | cxgb3: FIx VLAN over Jumbo framesDivy Le Ray2010-02-151-0/+3
* | ixgbe: Cleanup incorrect header commentsPeter Waskiewicz2010-02-151-5/+0
* | niu: Refinements to kernel logging.David S. Miller2010-02-151-25/+1
* | niu: Use pr_<level>, netdev_<level> and netif_<level> macrosJoe Perches2010-02-141-392/+311
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-147-26/+30
|\ \ | |/
| * Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-141-1/+4
| |\
| | * iwlwifi: fix AMSDU Rx after paged Rx patchShanyu Zhao2010-02-121-1/+4
| * | sfc: Fix SFE4002 initialisationSteve Hodgson2010-02-122-1/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-106-6/+16
| |\ \ | | |/
| | * rtl8187: Add new device IDJelle Martijn Kok2010-02-101-0/+1
| | * iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()Roel Kluin2010-02-091-1/+1
| | * ath9k: Fix sequence numbers for PAE framesSujith2010-02-091-2/+2
| * | via-velocity: Fix races on shared interruptsSimon Kagstrom2010-02-101-11/+10
| * | via-velocity: Take spinlock on set coalesceSimon Kagstrom2010-02-101-0/+3
| * | via-velocity: Remove unused IRQ status parameter from rx_srv and tx_srvSimon Kagstrom2010-02-101-10/+7
* | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-1453-401/+517
|\ \ \