summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* netxen: add hardware LRO supportDhananjay Phadke2009-08-053-22/+125
* netxen: remove unnecessary structuresDhananjay Phadke2009-08-052-176/+18Star
* netxen: fix vlan tso caseDhananjay Phadke2009-08-051-1/+1
* cpmac: unmark as brokenFlorian Fainelli2009-08-051-1/+1
* cpmac: bump version to 0.5.1Florian Fainelli2009-08-051-1/+1
* cpmac: wait longer after MDIO resetFlorian Fainelli2009-08-051-2/+2
* cpmac: add support for fixed PHYFlorian Fainelli2009-08-051-15/+19
* cpmac: fix wrong MDIO bus identifierFlorian Fainelli2009-08-051-3/+3
* smsc95xx: remove EEPROM loaded checkSteve Glendinning2009-08-021-5/+0Star
* drivers/atm: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-021-2/+2
* drivers/net: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-021-1/+2
* cxgb3: fix Gen2 pci default settingsDivy Le Ray2009-08-021-1/+12
* cxgb3: fix EDC filename stringDivy Le Ray2009-08-021-1/+1
* vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+3
* s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+3
* qlge: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+5
* ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+5
* igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+3
* bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+5
* bnx2: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+5
* atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+3
* atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+3
* be2net: delete unnecessary code from be_cmd_POST()Sathya Perla2009-08-021-41/+4Star
* be2net: some name changes for consistencySathya Perla2009-08-023-34/+34
* be2net: replace some printks with dev_err()/dev_warn()Sathya Perla2009-08-022-28/+15Star
* be2net: remove pci_func field from be_adapter structSathya Perla2009-08-024-14/+11Star
* be2net: get rid of be_ctrl_info struct/abstractionSathya Perla2009-08-025-333/+299Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-3152-548/+4443
|\
| * iwlwifi: debugFs to enable/disable HT40 supportWey-Yi Guy2009-07-294-0/+52
| * ath9k: remove unused ATH_PCI_VERSIONLuis R. Rodriguez2009-07-291-2/+0Star
| * cfg80211: self-contained wext handling where possibleJohannes Berg2009-07-295-100/+1Star
| * cfg80211: combine IWESSID handlersJohannes Berg2009-07-291-34/+2Star
| * cfg80211: combine IWAP handlersJohannes Berg2009-07-291-32/+2Star
| * cfg80211: combine iwfreq implementationsJohannes Berg2009-07-291-32/+2Star
| * ath9k: Add debug counters for TXSujith2009-07-294-14/+160
| * ath9k: get rid of unnecessary setpower callsGabor Juhos2009-07-291-2/+6
| * ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos2009-07-294-15/+12Star
| * ar9170: fix build error when !CONFIG_AR9170_LEDSAlexander Beregalov2009-07-291-0/+2
| * ray_cs: remove bogus NULL check at head of ray_get_wireless_statsJohn W. Linville2009-07-291-3/+0Star
| * iwlagn: fix sparse warning when compiling without debugReinette Chatre2009-07-291-1/+1
| * iwlagn: fix null pointer access during ucode load on 1000Reinette Chatre2009-07-291-0/+1
| * iwlwifi: fix LED config optionPavel Machek2009-07-271-0/+3
| * iwlwifi: Name fix for MPDU density for TX aggregationWey-Yi Guy2009-07-271-2/+10
| * iwlwifi: print packet contents in error caseReinette Chatre2009-07-271-1/+1
| * iwlwifi: remove command callback return valueJohannes Berg2009-07-276-43/+33Star
| * iwlwifi: fix up command sendingJohannes Berg2009-07-2714-142/+180
| * iwlwifi: Thermal Throttling debugfs functionWey-Yi Guy2009-07-272-0/+39
| * iwlwifi: Thermal Throttling Management - part 2Wey-Yi Guy2009-07-273-13/+371
| * iwlwifi: Thermal Throttling Management - Part 1Wey-Yi Guy2009-07-276-12/+301
| * iwlwifi: critical temperature enter/exit conditionWey-Yi Guy2009-07-277-28/+217