aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2006-06-20[FORCEDETH] Fix xmit_lock/netif_tx_lock after mergeHerbert Xu1-10/+10
2006-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-16/+2
2006-06-20Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-16/+28
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller4-16/+2
2006-06-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-8/+0
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds26-3764/+3567
2006-06-19[MIPS] Remove support for NEC DDB5476.Ralf Baechle1-8/+0
2006-06-18[ARM] 3406/1: lpd7x: compilation fix for smc91xMarc Singer1-16/+28
2006-06-18Merge branch 'master' into upstreamJeff Garzik1-1/+6
2006-06-17[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu1-5/+2
2006-06-17[TG3]: Convert to non-LLTXMichael Chan2-20/+23
2006-06-17[TG3]: Remove unnecessary tx_lockMichael Chan1-4/+0
2006-06-17[BNX2]: Update version and reldateMichael Chan1-2/+2
2006-06-17[BNX2]: Use CPU native page sizeMichael Chan2-2/+8
2006-06-17[BNX2]: Use compressed firmwareMichael Chan1-3392/+1864
2006-06-17[BNX2]: Add firmware decompressionMichael Chan3-12/+152
2006-06-17[BNX2]: Allow WoL settings on new 5708 chipsMichael Chan1-1/+3
2006-06-17[BNX2]: Add an rx drop counterMichael Chan2-3/+14
2006-06-17[BNX2]: Endian fixes.Alexey Dobriyan1-2/+2
2006-06-17[IRDA]: irda-usb.c: STIR421x cleanupsNick Fedchik2-192/+145
2006-06-17[NET] ppp: Remove unnecessary pskb_may_pullHerbert Xu1-2/+0
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu2-4/+8
2006-06-17[NET]: Add netif_tx_lockHerbert Xu10-34/+35
2006-06-17[TG3]: update version and reldateMichael Chan1-2/+2
2006-06-17[TG3]: Add recovery logic when MMIOs are re-orderedMichael Chan2-9/+49
2006-06-17[TG3]: Add 5786 PCI IDMichael Chan1-0/+2
2006-06-17[IRDA]: ali-ircc: using device model power managementSamuel Ortiz1-55/+51
2006-06-17[IRDA]: stir4200, switching to the kthread APIChristoph Hellwig1-24/+14
2006-06-17[IRDA]: Initial support for MCS7780 based donglesSamuel Ortiz4-0/+1192
2006-06-17[PATCH] sky2: netconsole suspend/resume interactionStephen Hemminger1-1/+6
2006-06-13Merge branch 'master' into upstreamJeff Garzik3-112/+81
2006-06-13[PATCH] sky2: stop/start hardware idle timer on suspend/resumeStephen Hemminger1-4/+13
2006-06-13[PATCH] sky2: save/restore base hardware irq during suspend/resumeStephen Hemminger1-0/+3
2006-06-13[PATCH] sky2: fix hotplug detect during pollStephen Hemminger1-2/+2
2006-06-13[PATCH] sky2: don't hard code number of portsStephen Hemminger1-2/+2
2006-06-13[PATCH] sky2: set_power_state should be voidStephen Hemminger1-8/+8
2006-06-12[sky2] Fix sky2 network driver suspend/resumeLinus Torvalds1-0/+4
2006-06-11[PATCH] net: au1000_eth: PHY framework conversionHerbert Valerio Riedel3-1359/+378
2006-06-11[PATCH] 3c5zz ethernet: fix section warningsRandy Dunlap6-6/+6
2006-06-11[PATCH] smc ethernet: fix section mismatch warningsRandy Dunlap3-7/+4
2006-06-11[PATCH] hp ethernet: fix section mismatchesRandy Dunlap2-3/+3
2006-06-11[PATCH] Section mismatch in drivers/net/ne.o during modpostRandy.Dunlap2-2/+2
2006-06-11[PATCH] e1000: prevent statistics from getting garbled during resetLinas Vepstas1-1/+7
2006-06-11[PATCH] smc911x Kconfig fixAndrew Morton1-1/+1
2006-06-11[PATCH] forcedeth: new device idsAyaz Abdulla1-0/+32
2006-06-11[PATCH] forcedeth config: versionAyaz Abdulla1-1/+2
2006-06-11[PATCH] forcedeth config: module parametersAyaz Abdulla1-22/+45
2006-06-11[PATCH] forcedeth config: diagnosticsAyaz Abdulla1-8/+398
2006-06-11[PATCH] forcedeth config: move functionsAyaz Abdulla1-133/+133
2006-06-11[PATCH] forcedeth config: statisticsAyaz Abdulla1-3/+194
2006-06-11[PATCH] forcedeth config: csumAyaz Abdulla1-8/+77
2006-06-11[PATCH] forcedeth config: wolAyaz Abdulla1-7/+10
2006-06-11[PATCH] forcedeth config: phyAyaz Abdulla1-30/+78
2006-06-11[PATCH] forcedeth config: flow controlAyaz Abdulla1-59/+176
2006-06-11[PATCH] forcedeth config: ring sizesAyaz Abdulla1-58/+240
2006-06-11[PATCH] forcedeth config: tso cleanupAyaz Abdulla1-6/+2
2006-06-09[TG3]: Handle Sun onboard tg3 chips more correctly.David S. Miller2-97/+50
2006-06-08Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik2-1/+188
2006-06-08Merge branch 'upstream-fixes' into upstreamJeff Garzik2-9/+8
2006-06-08Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik2-7/+6
2006-06-08Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik5-6/+2103
2006-06-08Merge branch 'upstream-fixes' into upstreamJeff Garzik1-9/+22
2006-06-08Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik1-9/+22
2006-06-08[PATCH] skge: version 1.6Stephen Hemminger1-1/+1
2006-06-08[PATCH] skge: dont allow bad hardware address from ROMStephen Hemminger1-0/+8
2006-06-08[PATCH] skge: transmit complete via IRQ not NAPIStephen Hemminger2-70/+102
2006-06-08[PATCH] skge: TX low water mark definitionStephen Hemminger1-3/+4
2006-06-08[PATCH] skge: use workq for PHY handlingStephen Hemminger2-26/+25
2006-06-08[PATCH] myri10ge updateBrice Goglin1-20/+38
2006-06-08Merge branch 'master' into upstreamJeff Garzik4-2/+21
2006-06-08e1000: add PCI Error RecoveryAuke Kok1-1/+113
2006-06-08e100: add PCI Error RecoveryAuke Kok1-0/+75
2006-06-08e1000: remove risky prefetch on next_skb->dataAuke Kok1-6/+2
2006-06-08e1000: fix ethtool test irq alloc as "probe"Auke Kok1-1/+4
2006-06-05[PPPOE]: Missing result check in __pppoe_xmit().Florin Malita1-0/+3
2006-06-05[NETCONSOLE]: Clean up initcall warning.Matt Mackall1-1/+1
2006-06-05[PATCH] wireless: move zd1201 where it belongsPavel Machek4-0/+2096
2006-06-05[PATCH] bcm43xx: quiet down log spam from set_securityJason Lunz1-6/+7
2006-06-05Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-9/+22
2006-06-05[PATCH] Implement get / set tso for forcedeth driverZachary Amsden1-0/+16
2006-06-05[PATCH] nmclan_cs: dereferencing skb after netif_rx()Florin Malita1-1/+1
2006-06-05[PATCH] bcm43xx: add DMA rx poll workaround to DMA4Michael Buesch1-9/+22
2006-06-05Merge branch 'from-linus' into upstreamJohn W. Linville3-13/+19
2006-05-28Merge branch 'velocity' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik1-1/+1
2006-05-27via-velocity: allow MTU size less than 1500 bytesJay Cliburn1-1/+1
2006-05-26[PATCH] r8169: add new PCI IDYoichi Yuasa1-0/+1
2006-05-26[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*Jeff Garzik16-686/+686
2006-05-26[PATCH] forcedeth: add support for flow controlAyaz Abdulla1-35/+104
2006-05-26[PATCH] spidernet: replace whitespaces by tabsJens Osterkamp1-3/+3
2006-05-26Merge branch 'upstream-fixes' into upstreamJeff Garzik1-2/+0
2006-05-26[PATCH] pcnet32: remove incorrect pcnet32_free_ringDon Fry1-2/+0
2006-05-26e1000: add shutdown handler back to fix WOLAuke Kok1-1/+9
2006-05-26[PATCH] e1000: endian fixesAlexey Dobriyan1-2/+2
2006-05-26Merge branch 'upstream-fixes' into upstreamJeff Garzik3-13/+13
2006-05-26Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2-3/+3
2006-05-26Merge branch 'upstream-fixes' into upstreamJohn W. Linville2-3/+3
2006-05-26[PATCH] arlan: fix section mismatch warningsRandy Dunlap1-2/+2
2006-05-26[PATCH] wavelan: fix section mismatchRandy Dunlap1-1/+1
2006-05-26Merge branch 'from-linus' into upstreamJohn W. Linville3-10/+37
2006-05-26ixgb: update version, datesAuke Kok11-13/+13
2006-05-26ixgb: remove changelogAuke Kok1-16/+0
2006-05-26ixgb: replace netdev->priv with netdev_priv()Auke Kok1-2/+2
2006-05-26ixgb: remove inlines, allow compiler to chooseAuke Kok1-8/+8
2006-05-26ixgb: remove lock access in the fast pathAuke Kok1-6/+6
2006-05-26ixgb: allocate only buffersize neededAuke Kok1-28/+7
2006-05-26ixgb: revert an unwanted fix regarding tso/descriptorsAuke Kok1-14/+1
2006-05-26ixgb: fix interface losing macaddr on ifdn/upAuke Kok1-0/+1
2006-05-26ixgb: fix smp polling race conditionAuke Kok1-4/+5
2006-05-25[IRDA]: *_DONGLE should depend on IRTTY_SIRSamuel Ortiz1-10/+10
2006-05-25ixgb: increment version to 1.0.104-k4Auke Kok1-1/+1
2006-05-25ixgb: use rx copybreak/skb recycleAuke Kok1-0/+20
2006-05-25ixgb: add performance enhancements to the buffer_info structAuke Kok2-30/+45
2006-05-24[PATCH] phy: new SMSC LAN83C185 PHY driverHerbert Valerio Riedel3-0/+108
2006-05-24[netdrvr ibmlana, ibmveth] trim trailing whitespaceJeff Garzik4-60/+60
2006-05-24[PATCH] ibmveth change buffer pools dynamicallySantiago Leon2-44/+174
2006-05-24[PATCH] drivers/net/s2io.c: make bus_speed[] staticAdrian Bunk1-1/+1
2006-05-24Merge branch 'upstream-fixes' into upstreamJeff Garzik1-3/+16
2006-05-24[PATCH] sky2: fix jumbo packet supportStephen Hemminger1-3/+16
2006-05-24Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik13-98/+49
2006-05-24[netdrvr pcnet_cs, myri] trim trailing whitespaceJeff Garzik3-34/+34
2006-05-24[PATCH] pcnet_cs: Add TRENDnet TE-CF100 ethernet adapter IDMarcin Juszkiewicz1-0/+2
2006-05-24[PATCH] Add Myri-10G Ethernet driverBrice Goglin6-0/+3137
2006-05-23Merge branch 'e1000-7.0.38-k4' of git://lost.foo-projects.org/~ahkok/git/netd...Jeff Garzik5-135/+104
2006-05-23Merge branch 'master' into upstreamJeff Garzik4-164/+248
2006-05-23e1000: bump version to 7.0.38-k4Auke Kok1-1/+1
2006-05-23e1000: remove changelog in driverAuke Kok1-39/+0
2006-05-23e1000: Fix date string in MakefileAuke Kok1-1/+1
2006-05-23e1000: remove leading and trailing whitespace.Auke Kok4-81/+81
2006-05-23e1000: remove backslash r debug printfsAuke Kok1-12/+12
2006-05-23e1000: add shutdown handler back to fix WOLAuke Kok1-1/+9
2006-05-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-7/+21
2006-05-23[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita1-3/+1
2006-05-23ixgb: increment version to 1.0.104-k2Auke Kok1-1/+1
2006-05-23ixgb: add tx timeout counterAuke Kok3-4/+27
2006-05-23ixgb: use DPRINTK and msglvl, and ethtool to control itAuke Kok3-15/+54
2006-05-23ixgb: remove hardcoded numberAuke Kok1-1/+3
2006-05-23ixgb: add copper 10gig driver idAuke Kok3-3/+9
2006-05-23ixgb: add NETIF_F_LLTX analogous to e1000Auke Kok1-2/+29
2006-05-23ixgb: fix flow controlAuke Kok1-13/+11
2006-05-23ixgb: remove duplicate code setting duplex and speedAuke Kok1-21/+14
2006-05-23ixgb: fix rare early tso completionAuke Kok1-2/+15
2006-05-22[BNX2]: Use kmalloc instead of arrayMichael Chan1-4/+14
2006-05-22[BNX2]: Fix bug in bnx2_nvram_write()Michael Chan1-1/+1
2006-05-22[TG3]: Add some missing rx error countersMichael Chan1-2/+6
2006-05-22[PATCH] hostap: new pcmcia IDsMarcin Juszkiewicz1-0/+6
2006-05-22Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-3/+1
2006-05-22[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita1-3/+1
2006-05-22Merge branch 'from-linus' into upstreamJohn W. Linville10-145/+81
2006-05-21[PATCH] forcedeth: fix multi irq issuesAyaz Abdulla1-154/+226
2006-05-20Merge branch 'upstream-fixes' into upstreamJeff Garzik8-302/+131
2006-05-20[PATCH] winbond-840-remove-badness-in-pci_map_singleErling A. Jacobsen1-2/+2
2006-05-20[PATCH] network: axnet_cs: bug fix multicast code (support older ax88190 chip...Komuro1-11/+2
2006-05-20[PATCH] skge: don't allow transmit ring to be too smallStephen Hemminger1-1/+1
2006-05-20[PATCH] skge: bad checksums on big-endian platformsStephen Hemminger1-2/+1
2006-05-20Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik1-3/+3
2006-05-20[PATCH] sky2 version 1.4Stephen Hemminger1-1/+1
2006-05-20[PATCH] sky2: force NAPI repoll if busyStephen Hemminger1-5/+11
2006-05-20[PATCH] sky2: more fixes for Yukon UltraStephen Hemminger2-1/+4
2006-05-20[PATCH] Subjec: sky2, skge: correct PCI id for DGE-560TStephen Hemminger2-2/+2
2006-05-20[PATCH] sky2: allow dual port usageStephen Hemminger1-15/+17
2006-05-20[PATCH] via-rhine: revert "change mdelay to msleep and remove from ISR path"John W. Linville1-31/+3
2006-05-20[PATCH] revert "forcedeth: fix multi irq issues"Andrew Morton1-228/+84
2006-05-20Merge branch 'master' into upstreamJeff Garzik29-723/+642
2006-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/netdev-2.6Linus Torvalds4-11/+46
2006-05-17[PATCH] unused exports in wireless driversArjan van de Ven3-14/+0
2006-05-17Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-3/+3
2006-05-17[PATCH] bcm43xx: associate on 'ifconfig up'David Woodhouse1-3/+3
2006-05-17Merge branch 'from-linus' into upstreamJohn W. Linville19-686/+559
2006-05-16[PATCH] x86_64: Check for bad dma address in b44 1GB DMA workaroundAndi Kleen1-10/+18
2006-05-15sky2: prevent dual port receiver problemsStephen Hemminger1-1/+12
2006-05-15x86_64: Check for bad dma address in b44 1GB DMA workaroundAndi Kleen1-10/+18
2006-05-15The ixp2000 driver for the enp2611 was developed on a board withLennert Buytenhek3-10/+34
2006-05-15[PATCH] dl2k needs dma-mapping.hAndrew Morton1-0/+1
2006-05-12[TG3]: ethtool always report port is TP.Karsten Keil1-3/+5
2006-05-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-525/+330
2006-05-10Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/shemmi...Linus Torvalds4-9/+13
2006-05-10sis900: phy for FoxCon motherboardJames Cameron1-0/+1
2006-05-10dl2k: use DMA_48BIT_MASK constantFrancois Romieu1-6/+6
2006-05-10phy: mdiobus_register(): initialize all phy_map entriesHerbert Valerio Riedel1-1/+3
2006-05-10sky2: ifdown kills irq maskStephen Hemminger1-2/+3
2006-05-09[TG3]: Fix possible NULL deref in tg3_run_loopback().Jesper Juhl1-0/+3
2006-05-09[IRDA]: Switching to a workqueue for the SIR workChristoph Hellwig4-524/+314
2006-05-09[IRDA]: smsc-ircc: Minimal hotplug support.David Brownell1-1/+13
2006-05-08Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Hemminger4-23/+37
2006-05-08spidernet: enable support for bcm5461 ethernet phyJens Osterkamp3-9/+47
2006-05-08spidernet: introduce new settingJens Osterkamp2-0/+4
2006-05-08Fix RTL8019AS init for Toshiba RBTX49xx boardsSergei Shtylyov1-12/+19
2006-05-08au1000_eth.c: use ether_crc() from <linux/crc32.h>Herbert Valerio Riedel1-17/+1
2006-05-08sky2: version 1.3Stephen Hemminger1-1/+1
2006-05-08Add more support for the Yukon Ultra chip found in dual core centino laptops.Stephen Hemminger2-29/+62
2006-05-08sky2: synchronize irq on removeStephen Hemminger1-0/+2
2006-05-08sky2: dont write status ringStephen Hemminger1-14/+7
2006-05-08sky2: edge triggered workaround enhancementStephen Hemminger1-8/+12
2006-05-08sky2: use mask instead of modulo operationStephen Hemminger1-6/+8
2006-05-08sky2: tx ring index mask fixStephen Hemminger1-1/+2
2006-05-08sky2: status irq hang fixStephen Hemminger1-28/+25
2006-05-08sky2: backout NAPI rescheduleStephen Hemminger1-16/+4
2006-05-06[IRDA] irda-usb: use NULL instead of 0Randy Dunlap1-1/+1
2006-05-05[PATCH] bcm43xx: add PCI ID for bcm4319Stefano Brivio1-0/+2
2006-05-05[PATCH] bcm43xx: fix whitespaceStefano Brivio1-3/+3