summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2006-07-04kbuild: introduce utsrelease.hSam Ravnborg1-1/+1
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-2/+2
2006-07-03[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner127-158/+158
2006-07-01Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-17/+110
2006-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds181-183/+6
2006-07-01[IPV6]: Added GSO support for TCPv6Herbert Xu1-6/+9
2006-07-01[TG3]: Update version and reldateMichael Chan1-2/+2
2006-07-01[TG3]: Add TSO workaround using GSOMichael Chan2-5/+51
2006-07-01[TG3]: Turn on hw fix for ASF problemsMichael Chan2-2/+7
2006-07-01[TG3]: Add rx BD workaroundMichael Chan2-2/+29
2006-07-01[TG3]: Add tg3_netif_stop() in vlan functionsMichael Chan1-0/+12
2006-07-01[PATCH] com20020_cs: more device supportMarc Sowen1-1/+4
2006-07-01[PATCH] pcmcia: hostap_cs.c - 0xc00f,0x0000 conflicts with pcnet_csKomuro1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel176-177/+0
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-30typo fixes: infomation -> informationAdrian Bunk4-4/+4
2006-06-30typo fixes: bandwith -> bandwidthAdrian Bunk1-1/+1
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-13/+24
2006-06-30[IrDA]: Fix the AU1000 FIR dependenciesAdrian Bunk1-1/+1
2006-06-30[IrDA]: MCS7780 usb_driver struct should be staticAdrian Bunk1-1/+1
2006-06-30[BNX2]: Turn off link during shutdownMichael Chan2-4/+5
2006-06-30[BNX2]: Use dev_kfree_skb() instead of the _irq versionMichael Chan1-5/+5
2006-06-30[BNX2]: Add NETIF_F_TSO_ECNMichael Chan1-2/+12
2006-06-30[SUNHME]: Mark SBUS probing routines as __devinit.David S. Miller1-5/+5
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds3-23/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds11-34/+39
2006-06-28Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds15-199/+133
2006-06-28[PATCH] m68knommu: FEC driver event/irq fixesGreg Ungerer1-39/+52
2006-06-28[PATCH] m68knommu: FEC driver set different priority/level on each IRQWillson Callan1-3/+3
2006-06-28[PATCH] m68knommu: FEC driver support for the ColdFire 523x CPU familyMatt Waddel1-19/+179
2006-06-28[PATCH] m68knommu: avoid fec driver hang when link disappearsPhilippe De Muyter1-4/+11
2006-06-28[PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2-18/+7
2006-06-27[PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_...Greg Kroah-Hartman1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman11-33/+38
2006-06-27e1000: increase version to 7.1.9-k2Auke Kok1-1/+1
2006-06-27e1000: add ich8lan device ID'sAuke Kok1-0/+7
2006-06-27e1000: allow user to disable ich8 lock loss workaroundAuke Kok1-0/+21
2006-06-27e1000: integrate ich8 support into driverAuke Kok4-130/+725
2006-06-27e1000: add ich8lan core functionsAuke Kok3-7/+1392
2006-06-27e1000: disable ERTAuke Kok1-3/+0
2006-06-27e1000: check return value of _get_speed_and_duplexAuke Kok1-2/+6
2006-06-27e1000: M88 PHY workaroundAuke Kok2-17/+40
2006-06-27e1000: fix adapter led blinking inconsistencyAuke Kok3-14/+40
2006-06-27e1000: disable CRC stripping workaroundAuke Kok1-4/+1
2006-06-27e1000: force register write flushes to circumvent broken platformsAuke Kok2-9/+33
2006-06-27e1000: rework module param code with uninitialized valuesAuke Kok1-106/+61
2006-06-27e1000: recycle skbAuke Kok1-1/+2
2006-06-27e1000: change printk into DPRINTKAuke Kok1-1/+1
2006-06-27e1000: add smart power down codeAuke Kok3-0/+41
2006-06-27e1000: small performance tweak by removing double codeAuke Kok1-1/+0