summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2005-09-06[PATCH] mv643xx: add netpoll api supportDale Farnsworth1-2/+42
2005-09-06[PATCH] mv643xx: Fix promiscuous mode handlingDale Farnsworth2-62/+4
2005-09-06[PATCH] mv643xx: Disable per port bandwidth limitsDale Farnsworth1-0/+3
2005-09-06[PATCH] mv643xx: fix outstanding tx skb counterDale Farnsworth1-15/+9
2005-09-06[PATCH] mv643xx: fix skb memory leakDale Farnsworth1-4/+2
2005-09-06[PATCH] sis190: basic sis191 supportFrancois Romieu2-5/+8
2005-09-06[PATCH] sis190: RGMII Tx internal delay fiddlingFrancois Romieu1-2/+17
2005-09-06[PATCH] sis190: make 10Mbps the default when handling the StationControl regi...Francois Romieu1-37/+21
2005-09-06[PATCH] sis190: recent chipsets from SiS include a RGMIIFrancois Romieu1-4/+45
2005-09-06[PATCH] sis190: unmask the link change eventsFrancois Romieu1-1/+2
2005-09-06[PATCH] 'mdio_bus_exit' in discarded section .text.exitPeter Chubb1-1/+1
2005-09-06[PATCH] drivers/net/ne3210.c: cleanupsAdrian Bunk1-6/+3
2005-09-06[PATCH] (6/7) missing include (ipw2200)viro@ftp.linux.org.uk1-0/+1
2005-09-06[PATCH] (5/7) iomem annotations, NULL noise removal (ipw2100)viro@ftp.linux.org.uk1-34/+35
2005-09-06[PATCH] (4/7) missing include (uli526x)viro@ftp.linux.org.uk1-1/+1
2005-09-06[PATCH] (3/7) iomem annotations (s2io)viro@ftp.linux.org.uk1-7/+7
2005-09-06[PATCH] (2/7) iomem annotations (e1000)viro@ftp.linux.org.uk1-1/+1
2005-09-06[PATCH] (1/7) chelsio sparse annotationsviro@ftp.linux.org.uk2-3/+3
2005-09-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds5-17/+34
2005-09-05[PATCH] fix pm_message_t stuff in -mm treePavel Machek2-3/+3
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek2-10/+10
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek6-30/+19
2005-09-02Merge refs/heads/ieee80211-wifi from master.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2005-09-02[wireless hostap] automatically select ieee80211 dependency in KconfigJeff Garzik1-0/+2
2005-09-02Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-serial Linus Torvalds1-1/+1
2005-09-02Merge refs/heads/ieee80211-wifi from master.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds36-184/+38673
2005-09-02[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl1-2/+1
2005-09-02[CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriateHerbert Xu1-1/+1
2005-09-02[TG3]: Update driver version and release date.David S. Miller1-2/+2
2005-09-02[TG3]: Minimize locking in TX path.Michael Chan1-11/+13
2005-09-02[SUNGEM]: Fix netpoll bug in Sun GEM Ether driverEric Lemoine1-0/+1
2005-09-02[SUNGEM]: fix minor bug in sungem.hGeoff Levand1-1/+1
2005-09-02[TUNTAP]: Allow setting the linktype of the tap device from userspaceMike Kershaw1-0/+15
2005-09-02/spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik100-4094/+18642
2005-09-02/spare/repo/netdev-2.6 branch 'master'Jeff Garzik100-4094/+18642
2005-09-01[PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()Jouni Malinen1-7/+7
2005-09-01[PATCH] iseries_veth: Be consistent about driver name, increment versionMichael Ellerman1-6/+10
2005-09-01[PATCH] iseries_veth: Remove studly caps from iseries_veth.cMichael Ellerman1-37/+37
2005-09-01[PATCH] iseries_veth: Incorporate iseries_veth.h in iseries_veth.cMichael Ellerman2-48/+40
2005-09-01[PATCH] iseries_veth: Add sysfs support for port structsMichael Ellerman1-0/+67
2005-09-01[PATCH] iseries_veth: Add sysfs support for connection structsMichael Ellerman1-4/+90
2005-09-01[PATCH] iseries_veth: Fix bogus counting of TX errorsMichael Ellerman1-28/+19
2005-09-01[PATCH] iseries_veth: Simplify full-queue handlingMichael Ellerman1-44/+64
2005-09-01[PATCH] iseries_veth: Add a per-connection ack timerMichael Ellerman1-6/+69
2005-09-01[PATCH] iseries_veth: Remove TX timeout codeMichael Ellerman1-48/+0
2005-09-01[PATCH] iseries_veth: Use kobjects to track lifecycle of connection structsMichael Ellerman1-38/+83
2005-09-01[PATCH] iseries_veth: Make init_connection() & destroy_connection() symmetricalMichael Ellerman1-13/+22
2005-09-01[PATCH] iseries_veth: Only call dma_unmap_single() if dma_map_single() succeededMichael Ellerman1-9/+8
2005-09-01[PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variableMichael Ellerman1-6/+7
2005-09-01[PATCH] iseries_veth: Remove redundant message stack lockMichael Ellerman1-9/+3