aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* tulip/pnic.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-16/+17
* tulip/media.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-38/+36
* tulip/interrupt.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-47/+53
* tulip/eeprom.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-23/+24
* tulip/dmfe.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-36/+31
* tulip/de2104x.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-70/+68
* tulip/21142.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-37/+39
* tulip_core: Use dev_<level> and pr_<level>Joe Perches2010-01-311-80/+82
* net: merge fixup for qlge_mainStephen Rothwell2010-01-281-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-2828-92/+130
|\
| * bonding: bond_open error return valuestephen hemminger2010-01-281-1/+1
| * ixgbe: if ixgbe_copy_dcb_cfg is going to fail learn about it earlyJohn Fastabend2010-01-281-8/+6
| * ixgbe: set the correct DCB bit for pg tx settingsJohn Fastabend2010-01-281-1/+1
| * igbvf: fix issue w/ mapped_as_page being left set after unmapAlexander Duyck2010-01-281-0/+1
| * drivers/net: ks8851_mll ethernet network driverChoi, David2010-01-281-2/+2
| * be2net: Bug fix to support newer generation of BE ASICAjit Khaparde2010-01-283-3/+30
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-283-7/+6
| |\
| | * ath9k: fix eeprom INI values override for 2GHz-only cardsFelix Fietkau2010-01-251-4/+3
| | * iwlwifi: fix pointer signedness warningJohannes Berg2010-01-251-2/+2
| | * ath9k: fix beacon slot/buffer leakFelix Fietkau2010-01-191-1/+1
| * | starfire: clean up properly if firmware loading failsBen Hutchings2010-01-261-1/+4
| * | virtio_net: Make delayed refill more reliableHerbert Xu2010-01-251-2/+1
| * | sfc: Use fixed-size buffers for MCDI NVRAM requestsBen Hutchings2010-01-253-6/+7
| * | sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS bufferGuido Barzini2010-01-251-1/+3
| * | qlge: Only free resources if they were allocatedBreno Leitao2010-01-251-7/+8
| * | sky2: revert config space changestephen hemminger2010-01-241-0/+13
| * | sky2: Enable/disable WOL per hardware deviceMike McCormack2010-01-231-7/+22
| * | net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala2010-01-234-4/+4
| * | igb/igbvf: cleanup exception handling in tx_map_advAlexander Duyck2010-01-232-2/+2
| * | e1000/e1000e: don't use small hardware rx buffersJesse Brandeburg2010-01-232-38/+2
| * | fmvj18x_cs: add new id (Panasonic lan & modem card)Ken Kawasaki2010-01-232-0/+2
| * | be2net: swap only first 2 fields of mcc_wrbSathya Perla2010-01-231-1/+1
| * | Please add support for Microsoft MN-120 PCMCIA network cardRon Murray2010-01-231-0/+1
| * | Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-01-232-1/+13
| |\ \
| | * | wimax/i2400m: Add support for more i6x50 SKUsInaky Perez-Gonzalez2010-01-212-1/+13
* | | | netdev: remove HAVE_ leftoversAlexey Dobriyan2010-01-286-32/+5
* | | | ariadne: Fix build.David S. Miller2010-01-261-2/+0
* | | | net: use helpers to access uc list V2Jiri Pirko2010-01-2512-31/+31
* | | | ixgbevf: Fix IPv6 GSO type checksJeff Kirsher2010-01-231-1/+1
* | | | ixgbevf: Tell network stack to stop tx when the VF detects PF resetGreg Rose2010-01-231-0/+2
* | | | ixgbevf: Fix panics in the VF driverGreg Rose2010-01-231-4/+20
* | | | ixgbevf: Take action when the PF notifies the VF it is resetting.Greg Rose2010-01-231-0/+7
* | | | ixgbe: Improve reset coordination between the PF and the VFGreg Rose2010-01-233-0/+39
* | | | ixgbe: Allow the VF driver to be loaded before the PF driverGreg Rose2010-01-232-5/+8
* | | | ixgbe: Remove unused emulation MAC storage from the per VF data structure.Greg Rose2010-01-231-1/+0
* | | | ixgbe: Set the correct pool when VLANs are added in SR-IOV mode.Greg Rose2010-01-231-2/+4
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-23504-4611/+18220
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-221480-28788/+101423
| |\ \ \
| | * \ \ Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-01-211-2/+3
| | |\ \ \
| | | * | | libata: retry FS IOs even if it has failed with AC_ERR_INVALIDTejun Heo2010-01-201-2/+3