summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-05-11ath9k: Cleanup ineffective return valuesVasanthakumar Thiagarajan6-85/+36
2009-05-11ath9k: Remove bogus break after returnVasanthakumar Thiagarajan1-2/+0
2009-05-11iwlwifi: default WMM AC parametersWey-Yi Guy1-2/+14
2009-05-11iwlwifi: show qos AC parametersWey-Yi Guy1-1/+21
2009-05-11iwlagn: show current rate scale data in debugfsWey-Yi Guy1-0/+42
2009-05-11iwlwifi: use #define instead of hard coded valueWey-Yi Guy2-10/+12
2009-05-11iwl3945: read rev id in nic configAbhijeet Kolekar1-7/+5
2009-05-11iwlwifi: more descriptive unsupported hardware messageReinette Chatre1-1/+1
2009-05-11iwlagn: improve rate scale table searchMohamed Abbas2-9/+40
2009-05-11iwlwifi: clean up PS codeJohannes Berg7-292/+48
2009-05-11iwlwifi: fix PS disable status raceJohannes Berg1-3/+2
2009-05-11iwlwifi: do proper hw restartJohannes Berg4-61/+24
2009-05-11mac80211: move HT operation mode BSS infoJohannes Berg3-4/+4
2009-05-11rt2x00: Fix chipset detection for rt73usbIvo van Doorn1-1/+1
2009-05-11iwlwifi: make iwl_set_rate staticJohannes Berg2-4/+1
2009-05-11wireless: WL12XX should depend on GENERIC_HARDIRQSGeert Uytterhoeven1-1/+1
2009-05-09Remove duplicate slow protocol define in bond_3ad.hRichard Genoud1-2/+2
2009-05-09netxen: trivial register access cleanupDhananjay Phadke1-8/+5
2009-05-09netxen: disable msi-x for NC512m adapterDhananjay Phadke1-1/+0
2009-05-09netxen: fix irq tear down and msix leak.Dhananjay Phadke1-31/+43
2009-05-09netxen: cache msi register offsetDhananjay Phadke2-1/+6
2009-05-08bnx2x: do not return negative number of received packagesStanislaw Gruszka1-1/+1
2009-05-08bnx2x: free workqueue when driver fail to registerStanislaw Gruszka1-1/+8
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller95-1280/+16237
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-44/+439
2009-05-07smsc911x: fix calculation of res_size for ioremapMatthias Ludwig1-1/+1
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg4-0/+8
2009-05-07ixgbe: Typecase '1' for 64 bit shiftNelson, Shannon1-3/+3
2009-05-07ixgbe: fix failing to log fan failuresDon Skidmore1-2/+26
2009-05-07ixgbe: Enable L2 header split in 82599Yi Zou2-1/+3
2009-05-07ixgbe: set queue0 for srrctl configuration correctly for DCBAlexander Duyck1-1/+12
2009-05-07ixgbe: always set header length in SRRCTLAlexander Duyck1-18/+10
2009-05-06bnx2: Fix panic in bnx2_poll_work().Michael Chan1-2/+4
2009-05-06igb: resolve panic on shutdown when SR-IOV is enabledAlexander Duyck1-7/+5
2009-05-06ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC drivergouji-new1-7/+12
2009-05-06ixgbe: Return PCI_ERS_RESULT_DISCONNECT when bus is disabledBreno Leitao1-0/+3
2009-05-06ixgbe: remove ixgbe_napi_add/del_all referencesAlexander Duyck1-2/+0
2009-05-06ixgbe: skb_record_rx_queue should record rx queue instead of vectorAlexander Duyck1-2/+3
2009-05-06ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck4-133/+158
2009-05-06pci: update 82576 sr-iov quirk with latest device IDsAlexander Duyck1-0/+2
2009-05-06igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck3-10/+12
2009-05-06igbvf: cleanup flags and allow for rx checksum to be disabledAlexander Duyck3-33/+26
2009-05-06mv643xx_eth: only unmask RX and TX_END interrupts for available queuesSaeed Bishara1-6/+14
2009-05-06mv643xx_eth: rework receive skb cache alignmentLennert Buytenhek1-8/+13
2009-05-06mv643xx_eth: minor register definition cleanupLennert Buytenhek1-23/+21
2009-05-06mv643xx_eth: count handling a link event as one unit of napi workLennert Buytenhek1-0/+1
2009-05-06mv643xx_eth: fix variable shadowing sparse warningLennert Buytenhek1-1/+0
2009-05-06netxen: fix bonding supportDhananjay Phadke6-168/+82
2009-05-06netxen: fix mac list managementDhananjay Phadke3-79/+58
2009-05-06netxen: fix race in tx ring acccessDhananjay Phadke3-7/+8