aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] more s/fucn/func/ typo fixesAkinobu Mita2006-03-261-2/+2
* [PATCH] 3c59x: minor cleanupsSteffen Klassert2006-03-261-47/+34
* [PATCH] 3c59x: remove per-driver versioningSteffen Klassert2006-03-261-7/+2
* [PATCH] 3c59x: use ethtool_op_get_linkSteffen Klassert2006-03-261-15/+1
* [PATCH] 3c59x: carriercheck for forced mediaSteffen Klassert2006-03-261-4/+5
* [PATCH] 3c59x: decrease polling intervalSteffen Klassert2006-03-261-0/+4
* [PATCH] 3c59x: use mii_check_mediaSteffen Klassert2006-03-261-77/+49
* [PATCH] sem2mutex: misc static one-file mutexesIngo Molnar2006-03-261-3/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-251-0/+1
|\
| * [WIRELESS]: Fix config dependencies.Dave Jones2006-03-241-0/+1
* | [PATCH] amiga: fix driver_register() return handling, remove zorro_module_init()Bjorn Helgaas2006-03-254-4/+4
* | [PATCH] EISA: tidy-up driver_register() return valueBjorn Helgaas2006-03-252-15/+19
* | [PATCH] hp300: fix driver_register() return handling, remove dio_module_init()Bjorn Helgaas2006-03-251-1/+1
* | [PATCH] Remove MODULE_PARMRusty Russell2006-03-2518-31/+32
|/
* [PATCH] net: ne2k.c won't compile if pci_clone_list is constHorms2006-03-241-1/+1
* [PATCH] AT91RM9200 Ethernet driverAndrew Victor2006-03-244-0/+1220
* [PATCH] Fix "value computed not used" warningsTakashi Iwai2006-03-241-1/+1
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-244-5/+5
* [PATCH] remove ISA legacy functions: drivers/net/lance.cAl Viro2006-03-241-2/+7
* [PATCH] remove ISA legacy functions: drivers/net/hp-plus.cAl Viro2006-03-241-4/+13
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-03-2311-235/+376
|\
| * Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-03-238-179/+318
| |\
| | * [PATCH] hostap: Fix memory leak on PCI probe error pathJouni Malinen2006-03-232-5/+8
| | * [PATCH] hostap: Remove dead code (duplicated idx != 0)Jouni Malinen2006-03-231-4/+0
| | * [PATCH] hostap: Fix unlikely read overrun in CIS parsingJouni Malinen2006-03-231-2/+2
| | * [PATCH] hostap: Fix double free in prism2_config() error pathEugene Teo2006-03-231-2/+0
| | * [PATCH] hostap: Fix ap_add_sta() return value verificationAdrian Bunk2006-03-231-1/+1
| | * [PATCH] hostap: Fix hw reset after CMDCODE_ACCESS_WRITE timeoutAdrian Bunk2006-03-231-4/+4
| | * [PATCH] wireless/airo: cache wireless scansDan Williams2006-03-231-59/+172
| | * [PATCH] wireless/airo: define default MTUDan Williams2006-03-231-16/+17
| | * [PATCH] wireless/airo: clean up printk usage to print device nameDan Williams2006-03-231-86/+105
| | * [PATCH] WE-20 for kernel 2.6.16Jean Tourrilhes2006-03-231-0/+9
| * | [PATCH] skge: version 1.5Stephen Hemminger2006-03-231-1/+1
| * | [PATCH] skge: compute available ring buffersStephen Hemminger2006-03-232-11/+10
| * | [PATCH] skge: dont free skb until multi-part transmit completeStephen Hemminger2006-03-231-35/+38
| * | [PATCH] skge: multicast statistics fixStephen Hemminger2006-03-231-1/+1
| * | [PATCH] skge: rx_reuse called twiceStephen Hemminger2006-03-231-3/+2
| * | [PATCH] skge: dont use dev_alloc_skb for rx buffsStephen Hemminger2006-03-231-3/+3
| * | [PATCH] skge: align receive buffersStephen Hemminger2006-03-231-1/+2
| * | [PATCH] sky2: dont need to use dev_kfree_skb_anyStephen Hemminger2006-03-231-2/+2
| * | [PATCH] sky2: Fix RX statsStephen Hemminger2006-03-231-1/+1
| * | [PATCH] sky2: typo in last stats patchStephen Hemminger2006-03-231-1/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-234-90/+173
|\ \ \ | |/ / |/| |
| * | [TG3]: Update driver version and reldate.David S. Miller2006-03-231-2/+2
| * | [TG3]: Add 5755 nvram supportMichael Chan2006-03-232-0/+46
| * | [TG3]: Add 5755 supportMichael Chan2006-03-232-7/+36
| * | [BNX2]: Update version and reldateMichael Chan2006-03-231-2/+2
| * | [BNX2]: Separate tx producer and consumer fieldsMichael Chan2006-03-232-9/+13
| * | [BNX2]: Move .h files to bnx2.cMichael Chan2006-03-232-40/+40
| * | [BNX2]: Combine small mem allocationsMichael Chan2006-03-232-19/+17