aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* pcnet32: change to use netdev_privDon Fry2007-04-281-42/+42
* pcnet32: only allocate init_block dma consistentDon Fry2007-04-281-43/+34
* ixgb: Use ARRAY_SIZE macro when appropriate.Ahmed S. Darwish2007-04-281-3/+1
* S2IO: Save/Restore unused buffer mappings in 2/3 buffer modeRamkrishna Vepa2007-04-281-4/+16
* e1000: Use kcalloc()Yan Burman2007-04-282-31/+24
* e1000: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-04-281-1/+1
* network: add the missing phy_device speed information to phy_mii_ioctlShan Lu2007-04-281-0/+6
* sk98lin: handle pci_enable_device() return value in skge_resume()Dmitriy Monakhov2007-04-281-5/+15
* dmfe: add support for Wake on lanMaxim Levitsky2007-04-281-2/+64
* dmfe: add support for suspend/resumeMaxim Levitsky2007-04-281-3/+49
* phy layer: add kernel-doc + DocBookRandy Dunlap2007-04-283-95/+226
* user of the jiffies rounding code: e1000Arjan van de Ven2007-04-281-3/+3
* tc35815 driver update (take 2)Atsushi Nemoto2007-04-282-675/+1915
* drivers/net/qla3xxx.c: make 2 functions staticAdrian Bunk2007-04-281-2/+2
* make drivers/net/s2io.c:vlan_strip_flag staticAdrian Bunk2007-04-281-1/+1
* Add support for Seeq 8003 on Challenge S Mezz board.Ladislav Michl2007-04-281-3/+25
* ehea: NAPI multi queue TX/RX path for SMPJan-Bernd Themann2007-04-283-129/+169
* ehea: dynamic add / remove portJan-Bernd Themann2007-04-282-125/+323
* chelsio: use const for virtual functionsStephen Hemminger2007-04-2810-39/+33
* chelsio: use C99 style initializationStephen Hemminger2007-04-281-61/+134
* chelsio: remove unused code for 1G boardsStephen Hemminger2007-04-284-1047/+1
* [PATCH] bcm43xx: do not rebuild when kernel version changesSam Ravnborg2007-04-281-2/+2
* [PATCH] hostap: Add D-Link DWL-650 Rev. P1 product idJouni Malinen2007-04-281-0/+5
* [PATCH] ipw2200: fix ieee80211_get_geo typoAndrew Morton2007-04-281-1/+1
* [PATCH] libertas: fix build breakage from netdev class_device -> deviceJohn W. Linville2007-04-281-8/+8
* [PATCH] wireless: remove obsolete text filesJohn W. Linville2007-04-282-40/+0
* [PATCH] hostap: use offsetof() instead of own equivalentPavel Roskin2007-04-281-2/+2
* [PATCH] Marvell Libertas 8388 802.11b/g USB driverMarcelo Tosatti2007-04-2839-0/+22321
* [PATCH] zd1211rw: changed GFP_NOFS to GFP_KERNELUlrich Kunitz2007-04-282-12/+12
* [PATCH] ipw2200: add channels sysfs entryZhu Yi2007-04-281-0/+47
* sis900: Allocate rx replacement buffer before rx operationNeil Horman2007-04-271-4/+5
* PHY: remove rwsem use from phy coreGreg Kroah-Hartman2007-04-272-14/+1
* Merge branch 'e1000-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...Linus Torvalds2007-04-271-46/+58
|\
| * e1000: FIX: Stop raw interrupts disabled nag from RTMark Huth2007-04-261-4/+1
| * e1000: FIX: firmware handover bitsBruce Allan2007-04-261-21/+12
| * e1000: FIX: be ready for incoming irq at pci_request_irqAuke Kok2007-04-261-21/+45
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-279-90/+50
|\ \
| * | [TIGON3]: of_get_property() returns const.David S. Miller2007-04-261-1/+1
| * | [TULIP]: Use pci_device_to_OF_node() on sparc.David S. Miller2007-04-261-11/+7
| * | [TULIP]: Use CONFIG_SPARC consistently in ifdef tests.David S. Miller2007-04-265-16/+12
| * | [TG3]: Use pci_device_to_OF_node() on sparc.David S. Miller2007-04-261-18/+13
| * | [SUNHME]: Use pci_device_to_OF_node().David S. Miller2007-04-261-13/+5
| * | [SUNGEM]: Consolidate powerpc and sparc MAC probing code.David S. Miller2007-04-262-26/+7
| * | [SUNGEM]: __sparc__ --> CONFIG_SPARCDavid S. Miller2007-04-261-4/+4
| * | [SPARC/64] constify of_get_property return: driversStephen Rothwell2007-04-264-6/+6
| |/
* | [NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.cMilind Arun Choudhary2007-04-261-3/+1
* | [NET] tun/tap: fixed hw address handlingBrian Braunstein2007-04-261-11/+27
* | [NET]: Fix yam.cAndrew Morton2007-04-261-1/+1
* | [WIRELESS] drivers/net/wireless/Kconfig: correct minor typoJohn W. Linville2007-04-251-2/+2
* | [WIRELESS]: Refactor wireless Kconfig.Johannes Berg2007-04-255-74/+57