aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'from-linus' into upstreamJohn W. Linville2006-05-263-10/+37
|\
| * [PATCH] sky2: fix jumbo packet supportStephen Hemminger2006-05-241-3/+16
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-05-232-7/+21
| |\
| | * [BNX2]: Use kmalloc instead of arrayMichael Chan2006-05-221-4/+14
| | * [BNX2]: Fix bug in bnx2_nvram_write()Michael Chan2006-05-221-1/+1
| | * [TG3]: Add some missing rx error countersMichael Chan2006-05-221-2/+6
| * | [PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita2006-05-231-3/+1
| |/
* | [PATCH] hostap: new pcmcia IDsMarcin Juszkiewicz2006-05-221-0/+6
* | Merge branch 'upstream-fixes' into upstreamJohn W. Linville2006-05-221-3/+1
|\ \
| * | [PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita2006-05-221-3/+1
| |/
* | Merge branch 'from-linus' into upstreamJohn W. Linville2006-05-2210-145/+81
|\ \ | |/
| * [PATCH] forcedeth: fix multi irq issuesAyaz Abdulla2006-05-211-154/+226
| * [PATCH] winbond-840-remove-badness-in-pci_map_singleErling A. Jacobsen2006-05-201-2/+2
| * [PATCH] network: axnet_cs: bug fix multicast code (support older ax88190 chip...Komuro2006-05-201-11/+2
| * [PATCH] skge: don't allow transmit ring to be too smallStephen Hemminger2006-05-201-1/+1
| * [PATCH] skge: bad checksums on big-endian platformsStephen Hemminger2006-05-201-2/+1
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-05-201-3/+3
| |\
| * | [PATCH] sky2 version 1.4Stephen Hemminger2006-05-201-1/+1
| * | [PATCH] sky2: force NAPI repoll if busyStephen Hemminger2006-05-201-5/+11
| * | [PATCH] sky2: more fixes for Yukon UltraStephen Hemminger2006-05-202-1/+4
| * | [PATCH] Subjec: sky2, skge: correct PCI id for DGE-560TStephen Hemminger2006-05-202-2/+2
| * | [PATCH] sky2: allow dual port usageStephen Hemminger2006-05-201-15/+17
| * | [PATCH] via-rhine: revert "change mdelay to msleep and remove from ISR path"John W. Linville2006-05-201-31/+3
| * | [PATCH] revert "forcedeth: fix multi irq issues"Andrew Morton2006-05-201-228/+84
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/netdev-2.6Linus Torvalds2006-05-174-11/+46
| |\ \
| | * | sky2: prevent dual port receiver problemsStephen Hemminger2006-05-151-1/+12
| | * | x86_64: Check for bad dma address in b44 1GB DMA workaroundAndi Kleen2006-05-151-10/+18
| | * | The ixp2000 driver for the enp2611 was developed on a board withLennert Buytenhek2006-05-153-10/+34
* | | | [PATCH] unused exports in wireless driversArjan van de Ven2006-05-173-14/+0
* | | | Merge branch 'upstream-fixes' into upstreamJohn W. Linville2006-05-171-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | [PATCH] bcm43xx: associate on 'ifconfig up'David Woodhouse2006-05-171-3/+3
| |/ /
* | | Merge branch 'from-linus' into upstreamJohn W. Linville2006-05-1719-686/+559
|\ \ \ | |/ /
| * | [PATCH] x86_64: Check for bad dma address in b44 1GB DMA workaroundAndi Kleen2006-05-161-10/+18
| * | [PATCH] dl2k needs dma-mapping.hAndrew Morton2006-05-151-0/+1
| |/
| * [TG3]: ethtool always report port is TP.Karsten Keil2006-05-121-3/+5
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-05-116-525/+330
| |\
| | * [TG3]: Fix possible NULL deref in tg3_run_loopback().Jesper Juhl2006-05-091-0/+3
| | * [IRDA]: Switching to a workqueue for the SIR workChristoph Hellwig2006-05-094-524/+314
| | * [IRDA]: smsc-ircc: Minimal hotplug support.David Brownell2006-05-091-1/+13
| * | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/shemmi...Linus Torvalds2006-05-104-9/+13
| |\ \ | | |/ | |/|
| | * sis900: phy for FoxCon motherboardJames Cameron2006-05-101-0/+1
| | * dl2k: use DMA_48BIT_MASK constantFrancois Romieu2006-05-101-6/+6
| | * phy: mdiobus_register(): initialize all phy_map entriesHerbert Valerio Riedel2006-05-101-1/+3
| | * sky2: ifdown kills irq maskStephen Hemminger2006-05-101-2/+3
| * | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Hemminger2006-05-084-23/+37
| |\ \
| * | | spidernet: enable support for bcm5461 ethernet phyJens Osterkamp2006-05-083-9/+47
| * | | spidernet: introduce new settingJens Osterkamp2006-05-082-0/+4
| * | | Fix RTL8019AS init for Toshiba RBTX49xx boardsSergei Shtylyov2006-05-081-12/+19
| * | | au1000_eth.c: use ether_crc() from <linux/crc32.h>Herbert Valerio Riedel2006-05-081-17/+1
| * | | sky2: version 1.3Stephen Hemminger2006-05-081-1/+1