summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [PATCH] ipw2200: replace kmalloc+memset with kcallocYan Burman2006-12-061-2/+1
| | * | [PATCH] prism54: replace kmalloc+memset with kzallocYan Burman2006-12-062-9/+4
| | * | [PATCH] hostap: replace kmalloc+memset with kzallocYan Burman2006-12-068-32/+12
| | * | [PATCH] zd1211rw: Support for multicast addressesUlrich Kunitz2006-12-065-3/+102
| | * | [PATCH] zd1211rw: Fill enc_capa in GIWRANGE handlerDaniel Drake2006-12-061-0/+3
| | * | [PATCH] zd1211rw: zd_mac_rx isn't always called in IRQ contextDaniel Drake2006-12-061-4/+2
| * | | [PATCH] sky2: sparse warningsStephen Hemminger2006-12-072-42/+29
| * | | [PATCH] skge: fix sparse warningsStephen Hemminger2006-12-071-75/+75
| * | | [PATCH] myri10ge: write as 2 32-byte blocks in myri10ge_submit_8rxBrice Goglin2006-12-071-1/+3
| * | | [PATCH] sky2: receive queue watermark tweakStephen Hemminger2006-12-072-3/+9
| * | | [PATCH] sky2: beter ram buffer partitioningStephen Hemminger2006-12-071-16/+25
| * | | [PATCH] sky2: add comments to PCI idsStephen Hemminger2006-12-071-25/+23
| * | | [PATCH] sky2: add PCI for 88ec033Stephen Hemminger2006-12-071-0/+1
| * | | [PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb()Andrew Victor2006-12-071-2/+1
| * | | [PATCH] AT91RM9200 Ethernet: Add netpoll / netconsole supportAndrew Victor2006-12-071-0/+14
| * | | [PATCH] AT91RM9200 Ethernet: Move check_timer variable and use mod_timer()Andrew Victor2006-12-072-9/+8
| * | | [PATCH] AT91RM9200 Ethernet: Remove 'at91_dev' and use netdev_priv()Andrew Victor2006-12-071-30/+25
| * | | Merge branch 'master' into upstreamJeff Garzik2006-12-0789-790/+608
| |\ \ \
| * | | | [PATCH] NetXen: multiport firmware support, ioctl interfaceAmit S. Kale2006-12-059-377/+1161
| * | | | [PATCH] NetXen: whitespace cleaup and more cleanup fixesAmit S. Kale2006-12-0510-193/+165
| * | | | [PATCH] net: smc91x add missing bracketMariusz Kozlowski2006-12-051-1/+1
| * | | | [PATCH] sk98lin debug build fixMariusz Kozlowski2006-12-051-1/+1
| * | | | [PATCH] declance: Support the I/O ASIC LANCE w/o TURBOchannelMaciej W. Rozycki2006-12-051-5/+1
| * | | | [PATCH] declance: Fix PMAX and PMAD supportMaciej W. Rozycki2006-12-051-191/+207
| * | | | [PATCH] bonding: incorrect bonding state reported via ioctlAndy Gospodarek2006-12-051-1/+1
| * | | | [PATCH] Update smc91x driver with ARM Versatile board infoDeepak Saxena2006-12-051-0/+18
| * | | | [PATCH] ns83820 annotationsAl Viro2006-12-041-11/+14
| * | | | [PATCH] myri10ge annotationsAl Viro2006-12-043-72/+77
| * | | | [PATCH] drivers/net/arm missing __devinitAl Viro2006-12-042-7/+7
| * | | | [PATCH] trivial missing __init in drivers/net/*Al Viro2006-12-0433-37/+37
| * | | | [PATCH] mv643xx_eth.c NULL noise removalAl Viro2006-12-041-2/+2
| * | | | [PATCH] __iomem annotations: smc91xAl Viro2006-12-041-2/+2
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-12-073-73/+96
|\ \ \ \ \
| * | | | | [TG3]: Identify Serdes devices more clearly.Michael Chan2006-12-071-4/+6
| * | | | | [TG3]: Use msleep.Michael Chan2006-12-071-9/+5
| * | | | | [TG3]: Use netif_msg_*.Michael Chan2006-12-071-5/+10
| * | | | | [TG3]: Allow partial speed advertisement.Michael Chan2006-12-071-15/+24
| * | | | | [TG3]: Add TG3_FLG2_IS_NIC flag.Michael Chan2006-12-072-13/+25
| * | | | | [TG3]: Add 5787F device ID.Michael Chan2006-12-071-1/+3
| * | | | | [TG3]: Fix Phy loopback.Michael Chan2006-12-071-13/+10
| * | | | | [IrDA]: PXA FIR code device model conversionPaul Sokolovsky2006-12-071-13/+13
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-071-1/+0
|\ \ \ \ \
| * | | | | [PATCH] paravirt: header and stubs for paravirtualisationRusty Russell2006-12-071-1/+0
* | | | | | [PATCH] Pass struct dev pointer to dma_cache_sync()Ralf Baechle2006-12-071-47/+47
* | | | | | [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-072-0/+2
| |/ / / / |/| | | |
* | | | | [PATCH] ... and more work_struct-induced breakage (mips)Al Viro2006-12-061-4/+5
* | | | | [PATCH] hamradio/dmascc: fix up work_struct-induced breakageAl Viro2006-12-061-4/+4
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0619-359/+62
|\| | | |
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2006-12-0619-359/+62
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski2006-12-0519-257/+19