aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] acenic: fix section mismatchesRandy Dunlap2006-03-291-5/+5
* [PATCH] spidernet : reduce console spamJens Osterkamp2006-03-291-1/+1
* [PATCH] via-rhine: link state fixRoger Luethi2006-03-291-0/+21
* [PATCH] axnet_cs.c : add hardware multicast supportKomuro2006-03-291-8/+53
* b44: fix force mac address before ifconfig upGary Zambrano2006-03-291-0/+5
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-291-49/+69
|\
| * [TG3]: Update version and reldateMichael Chan2006-03-281-2/+2
| * [TG3]: Skip timer code during full lockMichael Chan2006-03-281-0/+4
| * [TG3]: Speed up SRAM accessMichael Chan2006-03-281-23/+30
| * [TG3]: Fix PHY loopback on 5700Michael Chan2006-03-281-1/+4
| * [TG3]: Fix bug in 40-bit DMA workaround codeMichael Chan2006-03-281-1/+1
| * [TG3]: Fix probe failure due to invalid MAC addressMichael Chan2006-03-281-22/+28
* | Merge ../linux-2.6Paul Mackerras2006-03-2914-21/+24
|\ \ | |/
| * [PATCH] Typo fixesAlexey Dobriyan2006-03-287-8/+8
| * [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-285-10/+13
| * [PATCH] for_each_possible_cpu: loopback device.KAMEZAWA Hiroyuki2006-03-281-1/+1
| * [PATCH] pnp: IRDA: adjust pnp_register_driver signatureBjorn Helgaas2006-03-271-1/+1
| * [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-1/+1
* | [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-281-1/+1
|/
* [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