summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | [PATCH] iomem annotations (ac3200.c)viro@ftp.linux.org.uk2005-09-061-1/+1
| * | [PATCH] S2io: Hardware and miscellaneous fixesravinandan.arakali@neterion.com2005-09-063-28/+88
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds2005-09-071-8/+17
|\ \
| * | [ARCNET]: Fix return value from arcnet_send_packet().Pieter Dejaeghere2005-09-061-8/+17
| |/
* | [PATCH] bogus #if (smc91x.h)viro@ZenIV.linux.org.uk2005-09-071-1/+1
* | [PATCH] -Wundef fixes (hamachi)viro@ZenIV.linux.org.uk2005-09-071-0/+4
* | [PATCH] s2io u64 use for uintptr_tviro@zenIV.linux.org.uk2005-09-071-5/+5
* | [PATCH] Fix smsc_ircc_init return valueBrice Goglin2005-09-071-0/+1
* | [PATCH] smsc-ircc2: dont use void * where specific type will doDmitry Torokhov2005-09-071-6/+4
* | [PATCH] smsc-ircc2: use netdev_priv()Dmitry Torokhov2005-09-071-12/+11
* | [PATCH] smsc-ircc2: add to sysfs as platform device, new PMDmitry Torokhov2005-09-071-56/+65
* | [PATCH] smsc-ircc2: dont pass iobase aroundDmitry Torokhov2005-09-071-35/+26
* | [PATCH] smsc-ircc2: remove typedefsDmitry Torokhov2005-09-071-26/+13
* | [PATCH] smsc-ircc2: drop DIM macro in favor of ARRAY_SIZEDmitry Torokhov2005-09-071-3/+2
* | [PATCH] smsc-ircc2: formatting fixesDmitry Torokhov2005-09-071-326/+317
* | [PATCH] smsc-ircc2: whitespace fixesDmitry Torokhov2005-09-072-217/+217
* | [PATCH] 3c59x: read current link status from phyTommy S. Christensen2005-09-071-0/+1
* | [PATCH] 3c59x PM fixesRafael J. Wysocki2005-09-071-1/+17
|/
* Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2005-09-0620-233/+1735
|\
| * [PATCH] orinoco: New driver - spectrum_cs.Pavel Roskin2005-09-053-0/+1134
| * [PATCH] orinoco: New driver - orinoco_nortel.Pavel Roskin2005-09-053-0/+334
| * [PATCH] orinoco: Remove EXPERIMENTAL mark from PLX_HERMES, TMD_HERMES and PCI...Pavel Roskin2005-09-051-12/+6
| * [PATCH] orinoco: Optimize orinoco_join_ap()Pavel Roskin2005-09-051-7/+11
| * [PATCH] orinoco: Fix memory leak on error in processing hostscan frames.Pavel Roskin2005-09-051-1/+3
| * [PATCH] orinoco: Remove entry for Intel PRO/Wireless 2011B.Pavel Roskin2005-09-051-1/+0
| * [PATCH] orinoco: Change orinoco_translate_scan() to return error code on error.Pavel Roskin2005-09-051-28/+43
| * [PATCH] Kconfig fix (PHYLIB vs. s390)viro@ZenIV.linux.org.uk2005-09-051-1/+1
| * [PATCH] (15/22) Kconfig fix (82596)Al Viro2005-09-051-1/+1
| * [PATCH] mv643xx: add netpoll api supportDale Farnsworth2005-09-051-2/+42
| * [PATCH] mv643xx: Fix promiscuous mode handlingDale Farnsworth2005-09-052-62/+4
| * [PATCH] mv643xx: Disable per port bandwidth limitsDale Farnsworth2005-09-051-0/+3
| * [PATCH] mv643xx: fix outstanding tx skb counterDale Farnsworth2005-09-051-15/+9
| * [PATCH] mv643xx: fix skb memory leakDale Farnsworth2005-09-051-4/+2
| * [PATCH] sis190: basic sis191 supportFrancois Romieu2005-09-052-5/+8
| * [PATCH] sis190: RGMII Tx internal delay fiddlingFrancois Romieu2005-09-051-2/+17
| * [PATCH] sis190: make 10Mbps the default when handling the StationControl regi...Francois Romieu2005-09-051-37/+21
| * [PATCH] sis190: recent chipsets from SiS include a RGMIIFrancois Romieu2005-09-051-4/+45
| * [PATCH] sis190: unmask the link change eventsFrancois Romieu2005-09-051-1/+2
| * [PATCH] 'mdio_bus_exit' in discarded section .text.exitPeter Chubb2005-09-051-1/+1
| * [PATCH] drivers/net/ne3210.c: cleanupsAdrian Bunk2005-09-051-6/+3
| * [PATCH] (6/7) missing include (ipw2200)viro@ftp.linux.org.uk2005-09-051-0/+1
| * [PATCH] (5/7) iomem annotations, NULL noise removal (ipw2100)viro@ftp.linux.org.uk2005-09-051-34/+35
| * [PATCH] (4/7) missing include (uli526x)viro@ftp.linux.org.uk2005-09-051-1/+1
| * [PATCH] (3/7) iomem annotations (s2io)viro@ftp.linux.org.uk2005-09-051-7/+7
| * [PATCH] (2/7) iomem annotations (e1000)viro@ftp.linux.org.uk2005-09-051-1/+1
| * [PATCH] (1/7) chelsio sparse annotationsviro@ftp.linux.org.uk2005-09-052-3/+3
* | [IPW2200]: ipw2200.h needs linux/dma-mapping.hDavid S. Miller2005-09-051-0/+1
* | [TG3]: Update driver version and release date.David S. Miller2005-09-051-2/+2
* | [TG3]: Use status tag to check for new eventsMichael Chan2005-09-051-17/+15
* | [TG3]: Remove status block access in tg3_msi() and add prefetchesMichael Chan2005-09-051-17/+11
OpenPOWER on IntegriCloud