summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * iwlwifi: unify iwlagn and 3945 power save managementWinkler, Tomas2009-02-095-242/+60Star
| * iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler2009-02-0922-839/+859
| * iwlwifi: check return value of pci_enable_deviceWinkler, Tomas2009-02-092-2/+8
| * iwlwifi: iwl3945_send_tx_power must be staticWinkler, Tomas2009-02-091-1/+1
| * iwlwifi: suppress unused variable warning when compiling w/o IWLWIFI_DEBUGWinkler, Tomas2009-02-092-6/+6
| * iwl3945: Getting rid of the *39_rxon iwl_priv fieldsSamuel Ortiz2009-02-0911-1087/+585Star
| * orinoco: checkpatch cleanupAndrey Borzenkov2009-02-0911-119/+143
* | enic: Add api for link down count and to get firmware notification status.Scott Feldman2009-02-104-7/+38
* | enic: bug fix: tx_timeout reset path fix-upsScott Feldman2009-02-101-16/+23
* | enic: record all bad FCS errs as frame errorsScott Feldman2009-02-102-7/+4Star
* | enic: bug fix: return notify intr creditsScott Feldman2009-02-103-7/+26
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-107-5/+32
|\ \
| * | gianfar: Fix boot hangs while bringing up gianfar ethernetJarek Poplawski2009-02-091-0/+6
| * | netxen: fix msi-x interrupt handlingDhananjay Phadke2009-02-092-2/+13
| * | de2104x: force correct order when writing to rx ringRisto Suominen2009-02-091-1/+2
| * | tun: Fix unicast filter overflowAlex Williamson2009-02-091-2/+8
| * | drivers/isdn: introduce missing kfreeJulia Lawall2009-02-091-0/+2
| * | drivers/atm: introduce missing kfreeJulia Lawall2009-02-091-0/+1
* | | ppp: section fixes re netnsAlexey Dobriyan2009-02-103-3/+3
| |/ |/|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-075-43/+74
|\|
| * sunhme: Don't match PCI devices in SBUS probe.David S. Miller2009-02-071-4/+8
| * 3c509: Fix resume from hibernation for PnP mode.Ondrej Zary2009-02-071-0/+1
| * sungem: Soft lockup in sungem on Netra AC200 when switching interface upIlkka Virta2009-02-071-4/+4
| * r8169: Don't update statistics counters when interface is downIvan Vecera2009-02-071-35/+58
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-063-0/+7
| |\
| | * iwlwifi: save PCI state before suspend, restore after resumeReinette Chatre2009-02-042-0/+4
| | * iwlwifi: clean key table in iwl_clear_stations_tableReinette Chatre2009-02-041-0/+3
* | | igb: remove dead code in transmit routineJesse Brandeburg2009-02-071-3/+0Star
* | | igb: update version number and copyright datesAlexander Duyck2009-02-0714-16/+16
* | | igb: fix two minor items found during code reviewAlexander Duyck2009-02-071-2/+4
* | | igb: update stats before doing reset in igb_downAlexander Duyck2009-02-071-0/+4
* | | igb: remove redundant count set and err_hw_initAlexander Duyck2009-02-071-11/+4Star
* | | igb: remove disable_av variable from mac_info structAlexander Duyck2009-02-072-2/+2
* | | igb: change pba size determination from if to switch statementAlexander Duyck2009-02-071-4/+7
* | | igb: move get_hw_control within igb_resume.Alexander Duyck2009-02-071-4/+5
* | | igb: don't read eicr when responding to legacy interruptsAlexander Duyck2009-02-071-4/+1Star
* | | igb: remove unnecessary adapter->hw calls when just hw-> will do.Alexander Duyck2009-02-071-11/+10Star
* | | igb: rename igb_update_mc_addr_list_82575 to not include the 82575Alexander Duyck2009-02-073-9/+8Star
* | | igb: remove redundant timer updates and cleanup watchdog_taskAlexander Duyck2009-02-071-5/+5
* | | igb: cleanup igb_netpoll to be more friendly with napi & GROAlexander Duyck2009-02-072-19/+23
* | | igb: add counter for dma out of sync errorsAlexander Duyck2009-02-074-3/+24
* | | igb: update testing done by ethtoolAlexander Duyck2009-02-071-26/+61
* | | igb: update feature flags supported in ethtoolAlexander Duyck2009-02-072-11/+10Star
* | | igb: remove unused rx_hdr_split statisticAlexander Duyck2009-02-072-2/+0Star
* | | igb: rename nvm opsAlexander Duyck2009-02-076-29/+27Star
* | | igb: rename phy opsAlexander Duyck2009-02-076-254/+162Star
* | | igb: read address from RAH/RAL instead of from EEPROMAlexander Duyck2009-02-072-17/+13Star
* | | igb: make dev_spec a union and remove dynamic allocationAlexander Duyck2009-02-075-47/+12Star
* | | igb: add link check functionAlexander Duyck2009-02-071-17/+42
* | | igb: remove check for needing an io portAlexander Duyck2009-02-072-44/+10Star