aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-02-09iwlwifi: check return value of pci_enable_deviceWinkler, Tomas
2009-02-09iwlwifi: iwl3945_send_tx_power must be staticWinkler, Tomas
2009-02-09iwlwifi: suppress unused variable warning when compiling w/o IWLWIFI_DEBUGWinkler, Tomas
2009-02-09iwl3945: Getting rid of the *39_rxon iwl_priv fieldsSamuel Ortiz
2009-02-09orinoco: checkpatch cleanupAndrey Borzenkov
2009-02-08netxen: fix msi-x interrupt handlingDhananjay Phadke
2009-02-08de2104x: force correct order when writing to rx ringRisto Suominen
2009-02-08tun: Fix unicast filter overflowAlex Williamson
2009-02-08drivers/isdn: introduce missing kfreeJulia Lawall
2009-02-08drivers/atm: introduce missing kfreeJulia Lawall
2009-02-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-07igb: remove dead code in transmit routineJesse Brandeburg
2009-02-07igb: update version number and copyright datesAlexander Duyck
2009-02-07igb: fix two minor items found during code reviewAlexander Duyck
2009-02-07igb: update stats before doing reset in igb_downAlexander Duyck
2009-02-07igb: remove redundant count set and err_hw_initAlexander Duyck
2009-02-07igb: remove disable_av variable from mac_info structAlexander Duyck
2009-02-07igb: change pba size determination from if to switch statementAlexander Duyck
2009-02-07igb: move get_hw_control within igb_resume.Alexander Duyck
2009-02-07igb: don't read eicr when responding to legacy interruptsAlexander Duyck
2009-02-07igb: remove unnecessary adapter->hw calls when just hw-> will do.Alexander Duyck
2009-02-07igb: rename igb_update_mc_addr_list_82575 to not include the 82575Alexander Duyck
2009-02-07igb: remove redundant timer updates and cleanup watchdog_taskAlexander Duyck
2009-02-07igb: cleanup igb_netpoll to be more friendly with napi & GROAlexander Duyck
2009-02-07igb: add counter for dma out of sync errorsAlexander Duyck
2009-02-07igb: update testing done by ethtoolAlexander Duyck
2009-02-07igb: update feature flags supported in ethtoolAlexander Duyck
2009-02-07igb: remove unused rx_hdr_split statisticAlexander Duyck
2009-02-07igb: rename nvm opsAlexander Duyck
2009-02-07igb: rename phy opsAlexander Duyck
2009-02-07igb: read address from RAH/RAL instead of from EEPROMAlexander Duyck
2009-02-07igb: make dev_spec a union and remove dynamic allocationAlexander Duyck
2009-02-07igb: add link check functionAlexander Duyck
2009-02-07igb: remove check for needing an io portAlexander Duyck
2009-02-07igb: move initialization of number of queues into set_interrupt_capabilityAlexander Duyck
2009-02-07igb: move setting of buffsz out of repeated path in alloc_rx_buffersAlexander Duyck
2009-02-07igb: optimize/refactor receive pathAlexander Duyck
2009-02-07sunhme: Don't match PCI devices in SBUS probe.David S. Miller
2009-02-07ixgbe: Fix a set_num_queues() bug that can result in num_(r|t)x_queues = 0Peter P Waskiewicz Jr
2009-02-07forcedeth: bump version to 63Ayaz Abdulla
2009-02-07forcedeth: recover error supportAyaz Abdulla
2009-02-07forcedeth: ethtool tx csum fixAyaz Abdulla
2009-02-07forcedeth: msi interrupt fixAyaz Abdulla
2009-02-07forcedeth: mgmt unit interfaceAyaz Abdulla
2009-02-063c509: Fix resume from hibernation for PnP mode.Ondrej Zary
2009-02-06sungem: Soft lockup in sungem on Netra AC200 when switching interface upIlkka Virta
2009-02-06r8169: Don't update statistics counters when interface is downIvan Vecera
2009-02-06ixgbe: Defeature Tx Head writebackPeter P Waskiewicz Jr
2009-02-06ixgbe: Update flow control state machine in link setupPeter P Waskiewicz Jr
2009-02-06forcedeth: enable msix to defaultYinghai Lu