aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-02qlcnic: clear device reset state after fw recoveryAmit Kumar Salecha1-1/+21
2010-02-02qlcnic: add ethernet identifier in board infoAmit Kumar Salecha1-3/+7
2010-02-02qlcnic: use DEFINE_PCI_DEVICE_TABLEAmit Kumar Salecha1-1/+1
2010-02-02sky2: Fix TX_MAP_PAGE misspellingJarek Poplawski1-1/+1
2010-02-02virtio_net: Defer skb allocation in receive path Date: Wed, 13 Jan 2010 12:53:38 -0800Shirley Ma1-179/+248
2010-02-02net/irda: sh_sir: Add SuperH IrDA driverKuninori Morimoto3-0/+834
2010-01-31tulip/xircom_cb.c: Use dev_<level> and pr_<level>Joe Perches1-19/+25
2010-01-31tulip/winbond-840.c: Use dev_<level> and pr_<level>Joe Perches1-87/+90
2010-01-31tulip/uli526x.c: Use dev_<level> and pr_<level>Joe Perches1-19/+27
2010-01-31tulip/timer.c: Use dev_<level> and pr_<level>Joe Perches1-27/+25
2010-01-31tulip/pnic2.c: Use dev_<level> and pr_<level>Joe Perches1-29/+30
2010-01-31tulip/pnic.c: Use dev_<level> and pr_<level>Joe Perches1-16/+17
2010-01-31tulip/media.c: Use dev_<level> and pr_<level>Joe Perches1-38/+36
2010-01-31tulip/interrupt.c: Use dev_<level> and pr_<level>Joe Perches1-47/+53
2010-01-31tulip/eeprom.c: Use dev_<level> and pr_<level>Joe Perches1-23/+24
2010-01-31tulip/dmfe.c: Use dev_<level> and pr_<level>Joe Perches1-36/+31
2010-01-31tulip/de2104x.c: Use dev_<level> and pr_<level>Joe Perches1-70/+68
2010-01-31tulip/21142.c: Use dev_<level> and pr_<level>Joe Perches1-37/+39
2010-01-31tulip_core: Use dev_<level> and pr_<level>Joe Perches1-80/+82
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/net-2.6David S. Miller27-92/+129
2010-01-28netdev: remove HAVE_ leftoversAlexey Dobriyan5-26/+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/linville/wireless-2.6David S. Miller3-7/+6
2010-01-26starfire: clean up properly if firmware loading failsBen Hutchings1-1/+4
2010-01-26ariadne: Fix build.David S. Miller1-2/+0
2010-01-25virtio_net: Make delayed refill more reliableHerbert Xu1-2/+1
2010-01-25sfc: Use fixed-size buffers for MCDI NVRAM requestsBen Hutchings3-6/+7
2010-01-25sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS bufferGuido Barzini1-1/+3
2010-01-25qlge: Only free resources if they were allocatedBreno Leitao1-7/+8
2010-01-25net: use helpers to access uc list V2Jiri Pirko11-30/+30
2010-01-25ath9k: fix eeprom INI values override for 2GHz-only cardsFelix Fietkau1-4/+3
2010-01-25iwlwifi: fix pointer signedness warningJohannes Berg1-2/+2
2010-01-24sky2: 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
2010-01-23ixgbevf: Take action when the PF notifies the VF it is resetting.Greg Rose1-0/+7
2010-01-23ixgbe: Improve reset coordination between the PF and the VFGreg Rose3-0/+39
2010-01-23ixgbe: Allow the VF driver to be loaded before the PF driverGreg Rose2-5/+8
2010-01-23ixgbe: Remove unused emulation MAC storage from the per VF data structure.Greg Rose1-1/+0
2010-01-23ixgbe: Set the correct pool when VLANs are added in SR-IOV mode.Greg Rose1-2/+4