aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-2911-34/+39
|\
| * [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_...Greg Kroah-Hartman2006-06-271-1/+1
| * [PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman2006-06-2711-33/+38
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-06-2715-199/+133
|\ \
| * | [netdrvr] Remove long-unused bits from Becker template driversJeff Garzik2006-06-268-124/+58
| * | [netdrvr] natsemi: minor cleanupsJeff Garzik2006-06-261-23/+12
| * | [netdrvr] natsemi: Separate out media initialization codeJeff Garzik2006-06-261-28/+37
| * | [PATCH] WAN: update info page for a bunch of my driversKrzysztof Halasa2006-06-263-3/+3
| * | [PATCH] drivers/net/hamradio/dmascc.c: fix section mismatchAdrian Bunk2006-06-261-1/+1
| * | [PATCH] Fix phy id for LXT971A/LXT972AUwe Zeisberger2006-06-261-4/+4
| * | [PATCH] DM9000 - minor code cleanupsBen Dooks2006-06-261-4/+5
| * | [PATCH] DM9000 - do no re-init spin lockBen Dooks2006-06-261-1/+0
| * | [PATCH] DM9000 - check for MAC left in by bootloaderBen Dooks2006-06-261-0/+7
| * | [PATCH] DM9000 - better checks for platform resourcesBen Dooks2006-06-261-11/+6
| |/
* | [PATCH] m68knommu: FEC driver event/irq fixesGreg Ungerer2006-06-271-39/+52
* | [PATCH] m68knommu: FEC driver set different priority/level on each IRQWillson Callan2006-06-271-3/+3
* | [PATCH] m68knommu: FEC driver support for the ColdFire 523x CPU familyMatt Waddel2006-06-271-19/+179
* | [PATCH] m68knommu: avoid fec driver hang when link disappearsPhilippe De Muyter2006-06-271-4/+11
* | [PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2006-06-272-18/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-264-5/+5
|\
| * spelling fixesAndreas Mohr2006-06-264-5/+5
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-261-2/+6
|\ \
| * | [IRDA]: add some IBM think padsBen Collins2006-06-261-2/+6
| |/
* | [PATCH] Add bcm43xx HW RNG supportMichael Buesch2006-06-263-0/+44
* | [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-2/+1
|/
* [PATCH] m68knommu: 532x FEC eth struct mapGreg Ungerer2006-06-251-1/+1
* [PATCH] irda-usb printk fixAndrew Morton2006-06-251-1/+1
* [PATCH] wan/sdla section fixesRandy Dunlap2006-06-251-2/+2
* [PATCH] m68k: cleanup generic irq namesRoman Zippel2006-06-251-1/+1
* [NET] sunhme: Kill useless loop over sdevs in quattro_sbus_find().David S. Miller2006-06-231-14/+0
* [NET] myri_sbus: Kill unused next_module struct member.David S. Miller2006-06-231-1/+0
* [NET] myri_sbus: Convert to new SBUS device layer.David S. Miller2006-06-231-55/+61
* [NET] sunqe: Convert to new SBUS driver layer.David S. Miller2006-06-231-249/+219
* [NET] sunbmac: Convert over to new SBUS device framework.David S. Miller2006-06-232-67/+61
* [NET] sunlance: Convert to new SBUS driver framework.David S. Miller2006-06-231-76/+97
* [NET] sunhme: Convert to new SBUS driver framework.David S. Miller2006-06-232-174/+187
* [NET] sunhme: Kill __sparc__ and __sparc_v9__ ifdefs.David S. Miller2006-06-231-12/+12
* [SPARC]: Port sparc64 in-kernel device tree code to sparc32.David S. Miller2006-06-231-0/+1
* [SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller2006-06-234-24/+35
* [NET]: Require CAP_NET_ADMIN to create tuntap devices.David Woodhouse2006-06-231-0/+3
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-2313-32/+32
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-2334-87/+43
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-06-2234-349/+1570
|\
| * [PATCH] myri10ge - drop workaround pci_save_state() disabling MSI Brice Goglin2006-06-221-2/+0
| * [PATCH] myri10ge - drop workaround for the missing AER ext cap on nVidia CK804 Brice Goglin2006-06-221-6/+0
| * Merge branch 'upstream' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2006-06-221-0/+6
| |\
| | * via-velocity: the link is not correctly detected when the device startsFrancois Romieu2006-06-231-0/+6
| * | [PATCH] WAN: ioremap() failure checks in driversKrzysztof Halasa2006-06-224-3/+21
| * | [PATCH] WAN: register_hdlc_device() doesn't need dev_alloc_name()Krzysztof Halasa2006-06-221-22/+2
| * | [PATCH] skb_padto()-area fixes in 8390, wavelanAlan Cox2006-06-222-10/+14