aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2010-02-26cnic: Simplify route checking during iSCSI connection.Michael Chan
2010-02-26cnic: Fix panic in cnic_iscsi_nl_msg_recv() when device is down.Michael Chan
2010-02-26cnic: Finetune iSCSI connection reset.Eddie Wai
2010-02-26cnic: Finetune iSCSI connection set up.Eddie Wai
2010-02-26ixgbe: Do not allocate too many netdev txqueuesJohn Fastabend
2010-02-26ixgbe: do not stop tx queues in ixgbe_set_tsoJohn Fastabend
2010-02-26ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enable...Mallikarjuna R Chilakala
2010-02-26greth: convert to netdev_tx_tkirjanov@gmail.com
2010-02-26sis190: handle DMA mapping errorskirjanov@gmail.com
2010-02-26tc35815: Fix double locking on NAPIAtsushi Nemoto
2010-02-26isa-skelton: Remove a wrong netif_wake_queue() callAtsushi Nemoto
2010-02-26octeon: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko
2010-02-26can: netlink support for bus-error reporting and countersWolfgang Grandegger
2010-02-26drivers/net/myri10ge: Use pr_<level> and netdev_<level>Joe Perches
2010-02-26drivers/net/chelsio: Use pr_<level>, netif_msg_<type>Joe Perches
2010-02-26isdn: remove ishexdigit() in regard to isxdigit()Andy Shevchenko
2010-02-26gigaset: reduce syslog clutterTilman Schmidt
2010-02-26bas_gigaset: collapse CR/LF at end of AT responseTilman Schmidt
2010-02-26KS8695: Don't call netif_carrier_off() from ndo_stop()Yegor Yefremov
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-02-23tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ONAtsushi Nemoto
2010-02-23cdc_ether: new PID for Ericsson C3607w to the whitelist (resubmit)Torgny Johansson
2010-02-23e1000: Fix DMA mapping error handling on RXAnton Blanchard
2010-02-23e1000: correct wrong coding style for "else"Jiri Pirko
2010-02-22can:ti_hecc: Add pm hook-upSriram
2010-02-22isdn: fix a few Kconfig imperfectionsTilman Schmidt
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko
2010-02-22e1000: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko
2010-02-22net/arm: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-22drivers/net/typhoon.c: Use (pr|netdev)_<level> macro helpersJoe Perches
2010-02-22b44: use netdev_alloc_skb instead of dev_alloc_skbHauke Mehrtens
2010-02-22b44: Set PHY address to NO_PHY if reset fails.Hauke Mehrtens
2010-02-22pci: add support for 82576NS serdes to existing SR-IOV quirkAlexander Duyck
2010-02-22ixgbe: prevent speculative processing of descriptors before readyMilton Miller
2010-02-22mwl8k: convert to new station add/remove callbacksJohannes Berg
2010-02-22iwlwifi: sanity check before counting number of tfds can be freeStanislaw Gruszka
2010-02-22iwlwifi: error checking for number of tfds in queueWey-Yi Guy
2010-02-20eepro: fix netdev_mc_count conversionAlexander Beregalov
2010-02-19be2net: Bump the driver version numberAjit Khaparde
2010-02-19be2net: Maintain tx and rx counters in driverAjit Khaparde
2010-02-19be2net: update copyright datesAjit Khaparde
2010-02-19r8169: enable 64-bit DMA by default for PCI Express devices (v2)Robert Hancock
2010-02-19sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerancesBen Hutchings
2010-02-19sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()Ben Hutchings
2010-02-19mlx4: replace the dma_sync_single_range_for_cpu/device APIFUJITA Tomonori