summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-02-17qlge: Fix occasional loopback test failure.Ron Mercer1-1/+6
2010-02-17qlge: Fix bonding mac address bug.Ron Mercer2-1/+7
2010-02-17qlge: Fix dropping of large non-TCP/UDP frames.Ron Mercer1-15/+5
2010-02-17ll_temac: Fix MAC address configuration from userlandSteven J. Magnani1-1/+8
2010-02-17ll_temac: Add support for V2 LLTEMAC coreSteven J. Magnani1-1/+4
2010-02-17net: convert multiple drivers to use netdev_for_each_mc_addrJiri Pirko8-27/+15
2010-02-17cassini: convert to use netdev_for_each_mc_addrJiri Pirko1-37/+35
2010-02-17igb: update tx DMA mapping error handlingNick Nunley1-5/+3
2010-02-17igb: change descriptor control thresholdsNick Nunley1-2/+2
2010-02-17igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectorsNick Nunley1-7/+3
2010-02-17igb: remove unused vmolr valueNick Nunley1-4/+0
2010-02-17igb: minor type cleanupsNick Nunley1-6/+6
2010-02-17igb: move gso_segs into buffer_info structureNick Nunley2-1/+3
2010-02-17igb: inline igb_maybe_stop_txNick Nunley1-1/+1
2010-02-17igb: only read phy specific stats if in internal phy modeNick Nunley1-3/+8
2010-02-17igb: only support SRRCTL_DROP_EN when using multiple queuesNick Nunley1-0/+3
2010-02-17igb: cap interrupts at 20K per queue when in itr mode 3Nick Nunley1-0/+4
2010-02-17igb: remove adaptive IFS from driverNick Nunley5-93/+2
2010-02-17igb: Allocate rings seperately instead of as a blockAlexander Duyck3-81/+83
2010-02-17igb: call pci_save_state after pci_restore_stateNick Nunley1-0/+2
2010-02-17igb: Power down link when interface is downNick Nunley8-11/+129
2010-02-17igb: ignore EEPROM APME check when shutting down serdes linkNick Nunley1-19/+2
2010-02-17igb: Report link status in ethtool when interface is downNick Nunley3-2/+21
2010-02-17igb: add support for wake-on-linkNick Nunley1-4/+7
2010-02-17igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck2-13/+13
2010-02-17b44: Ratelimit timeout error message.Jochen Friedrich1-5/+7
2010-02-16percpu: add __percpu sparse annotations to net driversTejun Heo3-10/+12
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-0/+27
2010-02-16netdev: bfin_mac: drop experimental markings on RMII supportMike Frysinger1-2/+2
2010-02-16drivers/net/pcnet32.c: Checkpatch cleaningJoe Perches1-80/+73
2010-02-16drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpersJoe Perches1-217/+130
2010-02-16drivers/net/tehuti.c: trivial checkpatch cleanupsJoe Perches1-7/+7
2010-02-16drivers/net/tehuti.c: Hoist assigns out of ifsJoe Perches1-22/+27
2010-02-16drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpersJoe Perches2-59/+59
2010-02-16drivers/net/sky2: Convert to use netif_printk macrosJoe Perches1-38/+27
2010-02-16drivers/net/ixgb: Use netif_printk macrosJoe Perches2-49/+51
2010-02-16bnx2: Update firmwares and update version to 2.0.8.Michael Chan1-7/+7
2010-02-16bnx2: Fix bug when saving statistics.Patrick Rabau1-5/+5
2010-02-16bnx2: Allow user-specified multiple advertisement speed values.Michael Chan1-25/+8
2010-02-16bnx2: Adjust flow control water marks.Michael Chan2-2/+2
2010-02-16bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change.Michael Chan1-0/+7
2010-02-16bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX.Michael Chan1-1/+1
2010-02-16atl1c: Add support for Atheros AR8152 and AR8152Luis R. Rodriguez5-25/+191
2010-02-16be2net: set proper value to version field in req hdrAjit Khaparde1-0/+1
2010-02-15ixgbe: fix WOL register setup for 82599Don Skidmore1-0/+4
2010-02-15ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errataDon Skidmore1-0/+22
2010-02-15net: emaclite: adding MDIO and phy lib supportJohn Linn2-43/+336
2010-02-15be2net: implement EEH pci error recovery handlersSathya Perla3-2/+125
2010-02-15net/macvtap: fix reference countingArnd Bergmann1-13/+22
2010-02-15cxgb3: fix link flapDivy Le Ray1-1/+2