summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ixgb: cleanup space after whileJesse Brandeburg2008-07-112-7/+7
* ixgb: format all if( to be if (Jesse Brandeburg2008-07-116-132/+130
* ixgb: clean up un-necessary declarationsJesse Brandeburg2008-07-111-18/+9
* ixgb: add copybreak parameterJesse Brandeburg2008-07-111-2/+7
* ixgb: remove lltx support and update tx routineJesse Brandeburg2008-07-112-32/+1
* ixgb: fix unload race with timersJesse Brandeburg2008-07-111-0/+2
* ixgb: fix race on rx_buffer_len in mtu changeJesse Brandeburg2008-07-111-3/+7
* ixgb: move time stamp set before setting dma pointerJesse Brandeburg2008-07-111-2/+2
* ixgb: don't allow too small MTUJesse Brandeburg2008-07-111-3/+3
* ixgb: check down state before enable irqJesse Brandeburg2008-07-111-1/+2
* ixgb: leave room for extra hardware memory usageJesse Brandeburg2008-07-111-2/+2
* ixgb: fix bug in descriptor ring due to prefetch corruptionJesse Brandeburg2008-07-111-21/+6
* ixgb: repeat 32 bit ioremap cleanupJesse Brandeburg2008-07-111-10/+3
* ixgb: maybe stop tx port missed a pieceJesse Brandeburg2008-07-111-5/+10
* ucc_geth: delete non NAPI code from the driver.Francois Romieu2008-07-112-31/+2
* gianfar: delete non NAPI code from the driver.Francois Romieu2008-07-113-85/+6
* via-rhine: delete non NAPI code from the driver.Francois Romieu2008-07-112-36/+2
* cxgb: delete non NAPI code from the driver.Francois Romieu2008-07-113-75/+5
* S2io: Version update for IOMMU overflow checking and enable msi-x link interr...Sreenivasa Honnur2008-07-111-1/+1
* S2io: Enable msi-x link interrupts.Sreenivasa Honnur2008-07-112-17/+31
* S2io: Fix IOMMU overflow checking.Sreenivasa Honnur2008-07-111-19/+22
* via-velocity: add velocity_set_rxbufsize helperFrancois Romieu2008-07-111-3/+9
* via-velocity: move residual free rx descriptors count register updateFrancois Romieu2008-07-111-14/+14
* via-velocity: lean and clean velocity_init_ringsFrancois Romieu2008-07-111-27/+21
* via-velocity: remove the bounce buffersFrancois Romieu2008-07-112-59/+18
* net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller2008-07-085-107/+8
* netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-084-4/+47
* netdev: The ingress_lock member is no longer needed.David S. Miller2008-07-081-4/+4
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-081-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-085-6/+15
|\
| * irda: New device ID for nsc-irccVille Syrjala2008-07-081-0/+1
| * irda: via-ircc proper dma freeingWang Chen2008-07-081-0/+3
| * zd1211rw: add ID for AirTies WUS-201Firat Birlik2008-07-071-0/+1
| * drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bitDarren Jenkins2008-07-071-2/+2
| * hostap_cs: correct poor NULL checks in suspend/resume routinesJohn W. Linville2008-07-071-4/+8
* | rtl8187: Change detection of RTL8187B with USB ID of 8187Larry Finger2008-07-082-36/+47
* | rtl8187: updating Kconfig to support RTL8187BHin-Tak Leung2008-07-081-3/+9
* | rtl8187: change rtl8187_dev.c to support RTL8187B (part 2)Hin-Tak Leung2008-07-081-40/+168
* | rtl8187: change rtl8187_dev.c to support RTL8187B (part 1)Hin-Tak Leung2008-07-081-29/+234
* | rtl8187: updating rtl8187_rtl8225.c to support RTL8187BHin-Tak Leung2008-07-081-14/+215
* | rtl8187: updating rtl818x.h to support RTL8187BHin-Tak Leung2008-07-081-9/+27
* | rtl8187: updating rtl8187.h to support RTL8187BHin-Tak Leung2008-07-081-16/+97
* | rt2x00: Fix register commentsIvo van Doorn2008-07-082-8/+36
* | hostap: don't compile prism2_suspend() for hostap_pci without CONFIG_PMPavel Roskin2008-07-081-2/+2
* | b43legacy: Remove switch statement with 64-bit indexLarry Finger2008-07-081-15/+51
* | rt2x00: Report RX end time for rt2400pciIvo van Doorn2008-07-083-0/+26
* | rt2x00: Use ieee80211_hw->workqueue againIvo van Doorn2008-07-083-17/+8
* | rt2x00: Decrease alignment headroomIvo van Doorn2008-07-081-3/+4
* | rt2x00: Remove input_polldev requirements for rfkillIvo van Doorn2008-07-085-93/+38
* | zd1211rw: beacon config error checkingDaniel Drake2008-07-081-17/+45