aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-3/+1
2006-03-23[PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven1-12/+13
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-0/+1
2006-03-22Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds7-56/+69
2006-03-22Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-2/+2
2006-03-22[PATCH] Use of uninitialized variable in drivers/net/depca.cEric Sesterhenn1-1/+1
2006-03-22[PATCH] Use after free in net/tulip/de2104x.cEric Sesterhenn1-1/+1
2006-03-22[PATCH] sis900 adm7001 PHY supportArtur Skawina1-0/+1
2006-03-22[PATCH] sky2: more ethtool statsStephen Hemminger2-41/+57
2006-03-22[PATCH] AMD Au1xx0: fix Ethernet TX statsSergei Shtylylov1-11/+7
2006-03-22[PATCH] fix spidernet build issueJens Osterkamp1-2/+2
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-03-22[TG3]: Bump driver version and reldate.David S. Miller1-2/+2
2006-03-22[TG3]: Skip phy power down on some devicesMichael Chan1-2/+14
2006-03-22[TG3]: Fix SRAM access during tg3_init_one()Michael Chan1-3/+9
2006-03-22Fix spelling in E1000_DISABLE_PACKET_SPLIT Kconfig descriptionJames Ring1-1/+1
2006-03-21[ARM] 3373/1: move uengine loader to arch/arm/commonLennert Buytenhek2-2/+2
2006-03-21[netdrvr] pcnet32: other source formatting cleanupsJeff Garzik1-174/+54
2006-03-21[netdrvr] pcnet32: LindentJeff Garzik1-1999/+2156
2006-03-21[PATCH] skfp warning fixesAndrew Morton1-6/+6
2006-03-21[PATCH] smc91x: allow for dynamic bus access configsNicolas Pitre2-220/+307
2006-03-21[PATCH] pcnet32: support boards with multiple physDon Fry1-24/+212
2006-03-21[PATCH] sky2 version 1.1Stephen Hemminger1-1/+1
2006-03-21[PATCH] sky2: handle all error irqsStephen Hemminger2-12/+49
2006-03-21[PATCH] sky2: transmit recoveryStephen Hemminger1-6/+31
2006-03-21[PATCH] sky2: whitespace fixesStephen Hemminger1-5/+5
2006-03-21[PATCH] sky2: add MSI supportStephen Hemminger2-4/+79
2006-03-21[PATCH] sky2: coalescing parametersStephen Hemminger1-13/+6
2006-03-21[PATCH] sky2: rework of NAPI and IRQ managementStephen Hemminger2-180/+111
2006-03-21[PATCH] sky2: drop broken wake on lan supportStephen Hemminger2-37/+0
2006-03-21[PATCH] sky2: remove support for untested Yukon EC/rev 0Stephen Hemminger2-63/+32
2006-03-21[PATCH] mv643xx_eth: Cache align skb->data if CONFIG_NOT_COHERENT_CACHEDale Farnsworth1-4/+14
2006-03-21[PATCH] skge: version 1.4Stephen Hemminger1-1/+1
2006-03-21[PATCH] skge: handle pci errors betterStephen Hemminger1-21/+30
2006-03-21[PATCH] skge: formmating and whitespace cleanupStephen Hemminger1-12/+18
2006-03-21[PATCH] skge: use mmiowbStephen Hemminger1-1/+5
2006-03-21[PATCH] skge: use kcallocStephen Hemminger1-2/+1
2006-03-21[PATCH] skge: dma configuration cleanupStephen Hemminger1-14/+10
2006-03-21[PATCH] skge: check the allocation of ring bufferStephen Hemminger1-1/+9
2006-03-21[PATCH] skge: use auto masking of irqsStephen Hemminger2-34/+21
2006-03-21[PATCH] skge: use NAPI for tx cleanup.Stephen Hemminger1-55/+44
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-567/+1472
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-2/+3
2006-03-20[TG3]: Don't mark tg3_test_registers() as returning const.David S. Miller1-1/+1
2006-03-20[TG3]: make drivers/net/tg3.c:tg3_request_irq() staticAdrian Bunk1-1/+1
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu2-4/+3
2006-03-20[TG3]: netif_carrier_off runs too early; could still be queued when init failsJeff Mahoney1-1/+2
2006-03-20[WAN]: fix section mismatch warning in sbniSam Ravnborg1-2/+1
2006-03-20[SUNGEM]: sem2mutexIngo Molnar2-21/+22
2006-03-20[CASSINI]: sem2mutexIngo Molnar2-21/+21
2006-03-20[IRDA]: remove MODULE_PARM()Andrew Morton1-6/+6
2006-03-20[IRDA] sem2mutex: drivers/net/irdaArjan van de Ven2-18/+20
2006-03-20[NET]: dev_put/dev_hold cleanupStephen Hemminger1-1/+1
2006-03-20[TG3]: update version and reldateMichael Chan1-2/+2
2006-03-20[TG3]: Add firmware version infoMichael Chan2-0/+57
2006-03-20[TG3]: nvram cleanupMichael Chan1-27/+35
2006-03-20[TG3]: Fixup memory test for 5787Michael Chan1-3/+13
2006-03-20[TG3]: Add new one-shot MSI handlerMichael Chan2-31/+55
2006-03-20[TG3]: Add ipv6 checksum supportMichael Chan1-4/+8
2006-03-20[TG3]: Add new hard_start_xmitMichael Chan2-5/+142
2006-03-20[TG3]: Add 5787 nvram supportMichael Chan2-20/+130
2006-03-20[TG3]: Add 5787 and 5754 basic supportMichael Chan2-3/+30
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger1-1/+1
2006-03-20[IRDA]: TOIM3232 dongle supportDavid Basden3-0/+384
2006-03-20[TG3]: Fix tg3_get_ringparam()Michael Chan1-4/+13
2006-03-20[TG3]: Add some missing netif_running() checksMichael Chan1-0/+6
2006-03-20[IRDA]: pci_register_driver conversionChristophe Lucas2-2/+2
2006-03-20[IRDA]: sti/cli removal from EP7211 IrDA driverDavid chosrova1-4/+7
2006-03-20[IRDA]: nsc-ircc: support for yet another Thinkpad IrDA chipsetJean Tourrilhes1-4/+6
2006-03-20[IRDA]: nsc-ircc: PM updateDmitry Torokhov2-35/+98
2006-03-20[IRDA]: nsc-ircc: ISAPnP supportJean Tourrilhes1-34/+151
2006-03-20[BNX2]: include <linux/vmalloc.h>Michael Chan2-2/+3
2006-03-20[BNX2]: Update versionMichael Chan1-2/+3
2006-03-20[BNX2]: Support larger rx ring sizes (part 2)Michael Chan1-2/+2
2006-03-20[BNX2]: Support larger rx ring sizes (part 1)Michael Chan2-46/+107
2006-03-20[BNX2]: Fix bug when rx ring is fullMichael Chan1-16/+25
2006-03-20[BNX2]: Add ethtool -d supportMichael Chan1-0/+60
2006-03-20[BNX2]: Reduce register test sizeMichael Chan1-254/+0
2006-03-20[TG3]: Update version and reldateMichael Chan1-2/+2
2006-03-20[TG3]: Support shutdown WoL.Michael Chan1-11/+41
2006-03-20[TG3]: Enable TSO by defaultMichael Chan1-4/+5
2006-03-20[TG3]: Add support for 5714S and 5715SMichael Chan1-1/+34
2006-03-20[PATCH] USB: Fix irda-usb use after useEugene Teo1-2/+3
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel6-1/+17
2006-03-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+4
2006-03-20Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik4-366/+354
2006-03-20Merge branch 'master'Jeff Garzik2-9/+44
2006-03-20[TG3]: Do not try to access NIC_SRAM_DATA_SIG on Sun parts.David S. Miller1-0/+4
2006-03-19[TG3]: 40-bit DMA workaround part 2Michael Chan2-9/+44
2006-03-17[PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2Zhu Yi1-1/+1
2006-03-17[PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.hZhu Yi2-1/+1
2006-03-17[PATCH] ipw2100: semaphore to mutexes conversionIngo Molnar2-61/+62
2006-03-17[PATCH] ipw2100: Fix radiotap code gcc warningZhu Yi1-7/+8
2006-03-17[PATCH] ipw2100: add radiotap headers to packtes captured in monitor modeStefan Rompf2-11/+88
2006-03-17[PATCH] ipw2x00: expend Copyright to 2006Zhu Yi4-6/+6
2006-03-17[PATCH] drivers/net/wireless/ipw2200.c: fix an array overunAdrian Bunk1-3/+2
2006-03-17[PATCH] ipw2200: Update ipw2200 version stamp to 1.1.1Zhu Yi1-1/+1
2006-03-17[PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image formatJames Ketrenos1-101/+64
2006-03-17[PATCH] ipw2200: wireless extension sensitivity threshold supportOlivier Hochreutiner2-1/+51
2006-03-17[PATCH] ipw2200: Enables the "slow diversity" algorithmCahill, Ben M2-1/+2
2006-03-17[PATCH] ipw2200: Set a meaningful silence threshold valueCahill, Ben M2-7/+10
2006-03-17[PATCH] ipw2200: export `debug' module param only if CONFIG_IPW2200_DEBUGZhu Yi1-0/+2
2006-03-17[PATCH] ipw2200: Change debug level for firmware error loggingZhu Yi1-5/+5
2006-03-17[PATCH] ipw2200: Filter unsupported channels out in ad-hoc modeZhu Yi1-4/+12
2006-03-17[PATCH] ipw2200: Fix ipw_sw_reset() implementation inconsistent with commentZhu Yi1-2/+2
2006-03-17[PATCH] ipw2200: Fix rf_kill is activated after mode change with 'disable=1'Zhu Yi1-5/+12
2006-03-17[PATCH] ipw2200: remove the WPA card associates to non-WPA AP checkingZhu Yi1-9/+0
2006-03-17[PATCH] ipw2200: Add signal level to iwlist scan outputBill Moss1-3/+4
2006-03-17[PATCH] ipw2200: use generic ieee80211_get_hdrlen() to get packet lengthZhu Yi2-24/+2
2006-03-17[PATCH] ipw2200: fix a potential NULL pointer dereferenceZhu Yi1-2/+0
2006-03-17[PATCH] ipw2200: stop netdev queue if h/w doesn't have space for new packetsJames Ketrenos1-5/+3
2006-03-17[PATCH] ipw2200: print geography code upon module loadHenrik Brix Andersen1-3/+9
2006-03-17[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() staticAdrian Bunk1-1/+1
2006-03-17[PATCH] Remove duplicated code from ipw2200.cLarry Finger1-112/+16
2006-03-17[PATCH] spidernet: select FW_LOADERChristoph Hellwig1-0/+1
2006-03-16Merge branch 'upstream-fixes'Jeff Garzik5-11/+15
2006-03-16[netdrvr] fix array overflows in Chelsio driverScott Bardone1-3/+3
2006-03-16[PATCH] e1000 endianness bugsDavid S. Miller1-4/+4
2006-03-15Merge branch 'upstream-fixes'John W. Linville2-3/+4
2006-03-15e100: fix eeh on pseries during ethtool -tJesse Brandeburg1-1/+4
2006-03-11[PATCH] drivers/net/e1000/: proper prototypesAdrian Bunk3-27/+22
2006-03-11[TG3] tg3_bus_string(): remove dead codeAdrian Bunk1-2/+0
2006-03-11[TUN]: Fix leak in tun_get_user()Dave Jones1-1/+4
2006-03-11[PATCH] chelsio/espi.c:tricn_init(): remove dead codeAdrian Bunk1-11/+3
2006-03-11[PATCH] Sparse: Cleanup sgiseeq sparse warnings.Ralf Baechle1-11/+6
2006-03-11[PATCH] 3c509: use proper suspend/resume APIPekka Enberg1-47/+23
2006-03-11[PATCH] CONFIG_FORCEDETH updatesAdrian Bunk1-2/+2
2006-03-11Merge branch 'e1000-upstream' of git://198.78.49.142/linux-2.6Jeff Garzik1-3/+3
2006-03-11Merge branch 'upstream-fixes'Jeff Garzik8-70/+120
2006-03-11[PATCH] 3c509: bus registration fixAndrew Morton1-5/+8
2006-03-11[PATCH] de620: fix section mismatch warningSam Ravnborg1-1/+1
2006-03-11[PATCH] NE2000 Kconfig help entry improvementJesper Juhl1-1/+2
2006-03-11[PATCH] dl2k: DMA freeing errorJon Mason1-10/+15
2006-03-11[PATCH] Wrong return value corrupts free object in e1000 driverDavid S. Miller1-1/+1
2006-03-09sky2: truncate oversize packetsStephen Hemminger1-5/+11
2006-03-09sky2: force early transmit interruptsStephen Hemminger1-4/+9
2006-03-09sky2: not random enoughStephen Hemminger1-2/+1
2006-03-09de2104x: fix the TX watchdogFrancois Romieu1-0/+2
2006-03-09de2104x: prevent interrupt before the interrupt handler is registeredFrancois Romieu1-13/+11
2006-03-08e1000: Fix mii-tool access to setting speed and duplexJeff Kirsher1-3/+3
2006-03-06[TG3]: Add DMA address workaroundMichael Chan1-28/+59
2006-03-06Merge branch 'upstream-fixes'Jeff Garzik1-3/+1
2006-03-06[PATCH] chelsio: fix kmalloc failure in t1_espi_createEric Sesterhenn1-3/+1
2006-03-04Fix io ordering problems in e100Catalin(ux aka Dino) BOIE1-3/+3
2006-03-04[PATCH] natsemi: NAPI and a bugfixMark Brown1-0/+42
2006-03-04[PATCH] natsemi: NAPI and a bugfixMark Brown1-49/+97
2006-03-04Merge branch 'upstream-fixes'Jeff Garzik1-0/+1
2006-03-04s2io: set_multicast_list bugJeff Garzik1-0/+1
2006-03-04[PATCH] remove obsolete sis900 documentationAdrian Bunk1-5/+1
2006-03-03Merge branch 'net-const'Jeff Garzik45-119/+123
2006-03-03Massive net driver const-ification.Arjan van de Ven43-118/+118
2006-03-03[PATCH] sb1250-mac: Add support for the BCM1480Ralf Baechle1-39/+70
2006-03-03pcnet_cs: add new id (Logitec LPM-LN100TE)Komuro1-0/+1
2006-03-03[PATCH] bonding: suppress duplicate packetsJay Vosburgh3-26/+56
2006-03-03[PATCH] mv643xx_eth: Remove BIT0-BIT31 #definesDale Farnsworth1-103/+49
2006-03-03[PATCH] mv643xx_eth: Remove non-working feature: task level rx queue refillDale Farnsworth2-55/+12
2006-03-03[PATCH] mv643xx_eth: Clean up interrupt handlingDale Farnsworth2-55/+25
2006-03-03[PATCH] mv643xx_eth: Move #defines of constants to mv643xx_eth.hDale Farnsworth2-62/+51
2006-03-03[PATCH] mv643xx_eth: Refactor/clean up tx queue handlingDale Farnsworth2-177/+84
2006-03-03[PATCH] mv643xx_eth: Refactor tx command queuing codeDale Farnsworth2-410/+158
2006-03-03[PATCH] mv643xx_eth: Select CONFIG_MII on CONFIG_MV643XX_ETHDale Farnsworth1-0/+1
2006-03-03[PATCH] mv643xx_eth: Rename "channels" to "queues"Dale Farnsworth1-22/+22
2006-03-03[PATCH] mv643xx_eth: Fix misplaced parenthesis in mv643xx_eth_port_disable_rxDale Farnsworth1-2/+2
2006-03-03[PATCH] mv643xx_eth: Remove duplicate includes of linux/in.h and linux/ip.hDale Farnsworth1-2/+0
2006-03-02e1000: Added driver comments and whitespace changes. Modified long lines of ...Jeff Kirsher4-82/+60
2006-03-02e1000: Added a performance enhancement - prefetchJeff Kirsher1-3/+15
2006-03-02e1000: Add copybreak when using packet splitJeff Kirsher1-0/+30
2006-03-02e1000: Fixed the following issues with ESB2 (requires ESB2 support):Jeff Kirsher3-14/+65
2006-03-02e1000: Add support for new hardware (ESB2)Jeff Kirsher4-16/+964
2006-03-02e1000: Add performance enahancement by balancing TX and RXJeff Kirsher1-0/+8
2006-03-02e1000: Add enabled Jumbo frame support for 82573LJeff Kirsher2-1/+20
2006-03-02e1000: Add 82573 controller support to TSO fixJeff Kirsher1-11/+19
2006-03-02e1000: Fix filling skb descriptors while using packet splitJeff Kirsher1-5/+2
2006-03-02e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher4-11/+66
2006-03-02e1000: Fix Quadport Wake on LANJeff Kirsher3-1/+41
2006-03-02e1000: Fix RSS if enabled in mid-connectionJeff Kirsher2-1/+30
2006-03-02e1000: Fix 82543 issue when reading eepromJeff Kirsher1-1/+7
2006-03-02e1000: Fix dhcp issue when the skb structure fields are not filled properlyJeff Kirsher1-1/+1
2006-03-02e1000: Fix AMT losing connectivity when switching VLAN in passive modeJeff Kirsher1-1/+2
2006-03-02e1000: Fix unecessary delay for 82573 controllersJeff Kirsher1-6/+0
2006-03-02e1000: Fix lock up while setting ring parametersJeff Kirsher1-3/+3
2006-03-02e1000: Fix dead countersJeff Kirsher1-1/+0
2006-03-02e1000: Remove Multiqueue code until we have support for MSI-X in our hardwareJeff Kirsher3-292/+4
2006-03-02Merge branch 'lro'Jeff Garzik2-62/+565
2006-03-01Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-76/+46
2006-03-01[PATCH] pcmcia: add id for AMB8110 PC CardJesse Allen1-0/+1
2006-03-01[PATCH] pcmcia: avoid binding hostap_cs to Orinoco cardsPavel Roskin1-1/+4
2006-03-01Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik8-102/+81
2006-03-01Merge branch 'upstream-fixes'Jeff Garzik7-170/+79
2006-03-01Merge branch 'e1000' of ssh://198.78.49.142/srv/git/intel/linux-2.6Jeff Garzik2-76/+46
2006-02-28[PATCH] e1000: revert to single descriptor for legacy receive pathJeff Kirsher2-76/+46
2006-02-28[PATCH] sky2: remove MSI supportStephen Hemminger2-78/+0
2006-02-28Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2-16/+24
2006-02-27[PATCH] wireless/airo: Remove 'Setting transmit key' info messagesDan Williams1-2/+0
2006-02-27Merge branch 'from-jgarzik-upstream'John W. Linville1-48/+545
2006-02-27Merge branch 'from-linus'John W. Linville17-197/+513
2006-02-278139cp: fix broken suspend/resumeFrancois Romieu1-16/+21
2006-02-27via-velocity: fix memory corruption when changing the mtuFrancois Romieu1-0/+3
2006-02-27[TG3]: Fix Sun tg3 variant detection.David S. Miller1-0/+9
2006-02-27Merge branch 'master'Jeff Garzik3-3/+5