summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-02-03qlcnic: use DEFINE_PCI_DEVICE_TABLEAmit Kumar Salecha1-1/+1
2010-02-03sky2: Fix TX_MAP_PAGE misspellingJarek Poplawski1-1/+1
2010-02-03virtio_net: Defer skb allocation in receive path Date: Wed, 13 Jan 2010 12:53...Shirley Ma1-179/+248
2010-02-03virtio: Add ability to detach unused buffers from vringsShirley Ma1-0/+25
2010-02-02be2net: use eq-id to calculate cev-isr reg offsetSathya Perla1-1/+1
2010-02-02net/irda: sh_sir: Add SuperH IrDA driverKuninori Morimoto3-0/+834
2010-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller7-5/+212
2010-02-01tulip/xircom_cb.c: Use dev_<level> and pr_<level>Joe Perches1-19/+25
2010-02-01tulip/winbond-840.c: Use dev_<level> and pr_<level>Joe Perches1-87/+90
2010-02-01tulip/uli526x.c: Use dev_<level> and pr_<level>Joe Perches1-19/+27
2010-02-01tulip/timer.c: Use dev_<level> and pr_<level>Joe Perches1-27/+25
2010-02-01tulip/pnic2.c: Use dev_<level> and pr_<level>Joe Perches1-29/+30
2010-02-01tulip/pnic.c: Use dev_<level> and pr_<level>Joe Perches1-16/+17
2010-02-01tulip/media.c: Use dev_<level> and pr_<level>Joe Perches1-38/+36
2010-02-01tulip/interrupt.c: Use dev_<level> and pr_<level>Joe Perches1-47/+53
2010-02-01tulip/eeprom.c: Use dev_<level> and pr_<level>Joe Perches1-23/+24
2010-02-01tulip/dmfe.c: Use dev_<level> and pr_<level>Joe Perches1-36/+31
2010-02-01tulip/de2104x.c: Use dev_<level> and pr_<level>Joe Perches1-70/+68
2010-02-01tulip/21142.c: Use dev_<level> and pr_<level>Joe Perches1-37/+39
2010-02-01tulip_core: Use dev_<level> and pr_<level>Joe Perches1-80/+82
2010-01-30Bluetooth: Add DFU driver for Atheros Bluetooth chipset AR3011Vikram Kandukuri3-1/+200
2010-01-30Bluetooth: Redo checks in IRQ handler for shared IRQ supportMike Frysinger4-4/+12
2010-01-29cdc_ether: Partially revert "usbnet: Set link down initially ..."Ben Hutchings1-1/+1
2010-01-29be2net: Fix memset() arg ordering.David S. Miller1-1/+1
2010-01-28net: merge fixup for qlge_mainStephen Rothwell1-1/+1
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller28-92/+130
2010-01-28netdev: remove HAVE_ leftoversAlexey Dobriyan6-32/+5
2010-01-28bonding: bond_open error return valuestephen hemminger1-1/+1
2010-01-28ixgbe: if ixgbe_copy_dcb_cfg is going to fail learn about it earlyJohn Fastabend1-8/+6
2010-01-28ixgbe: set the correct DCB bit for pg tx settingsJohn Fastabend1-1/+1
2010-01-28igbvf: fix issue w/ mapped_as_page being left set after unmapAlexander Duyck1-0/+1
2010-01-28drivers/net: ks8851_mll ethernet network driverChoi, David1-2/+2
2010-01-28be2net: Bug fix to support newer generation of BE ASICAjit Khaparde3-3/+30
2010-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-7/+6
2010-01-27starfire: clean up properly if firmware loading failsBen Hutchings1-1/+4
2010-01-26ariadne: Fix build.David S. Miller1-2/+0
2010-01-26virtio_net: Make delayed refill more reliableHerbert Xu1-2/+1
2010-01-26sfc: Use fixed-size buffers for MCDI NVRAM requestsBen Hutchings3-6/+7
2010-01-26sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS bufferGuido Barzini1-1/+3
2010-01-26qlge: Only free resources if they were allocatedBreno Leitao1-7/+8
2010-01-26net: use helpers to access uc list V2Jiri Pirko12-31/+31
2010-01-26ath9k: fix eeprom INI values override for 2GHz-only cardsFelix Fietkau1-4/+3
2010-01-26iwlwifi: fix pointer signedness warningJohannes Berg1-2/+2
2010-01-25sky2: revert config space changestephen hemminger1-0/+13
2010-01-23sky2: Enable/disable WOL per hardware deviceMike McCormack1-7/+22
2010-01-23ixgbevf: Fix IPv6 GSO type checksJeff Kirsher1-1/+1
2010-01-23net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala4-4/+4
2010-01-23igb/igbvf: cleanup exception handling in tx_map_advAlexander Duyck2-2/+2
2010-01-23ixgbevf: Tell network stack to stop tx when the VF detects PF resetGreg Rose1-0/+2
2010-01-23ixgbevf: Fix panics in the VF driverGreg Rose1-4/+20