summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-01-30smsc911x: timeout reaches -1Roel Kluin1-1/+1
2009-01-30smsc9420: fix interrupt signalling test failuresSteve Glendinning1-2/+1
2009-01-30ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang4-3/+32
2009-01-30wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2-14/+16
2009-01-30netxen: fix memory leak in drivers/net/netxen_nic_init.cDaniel Marjamäki1-1/+3
2009-01-30netxen: revert jumbo ringsizeDhananjay Phadke1-1/+1
2009-01-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-3/+21
2009-01-30ath5k: fix locking in ath5k_configBob Copeland1-1/+9
2009-01-29iwlwifi: fix kernel oops when ucode DMA memory allocation failureZhu, Yi1-0/+4
2009-01-29rtl8187: Fix error in setting OFDM power settings for RTL8187LLarry Finger1-2/+8
2009-01-28[ARM] etherh: continue fixing build failureRussell King1-1/+1
2009-01-28e1000: fix bug with shared interrupt during resetJesse Brandeburg1-2/+2
2009-01-27m68knommu: correct the mii calculations for 532x ColdFire FECMatt Waddel1-1/+1
2009-01-27m68knommu: add ColdFire M532x to the FEC configuration optionsMatt Waddel1-1/+1
2009-01-27r6040: Remove unused variable pdev from drivers/net/r6040.cManish Katiyar1-1/+0
2009-01-27virtio_net: use correct accessors for scatterlistsIra W. Snyder1-3/+3
2009-01-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-10/+10
2009-01-27gianfar: Revive VLAN supportAnton Vorontsov1-5/+1
2009-01-26bnx2x: tx_has_work should not wait for FWVladislav Zolotarov1-5/+12
2009-01-26netxen: reduce memory footprintDhananjay Phadke2-7/+10
2009-01-26netxen: fix vlan tso/checksum offloadDhananjay Phadke1-11/+20
2009-01-26e1000e: workaround hw errataJesse Brandeburg2-1/+6
2009-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-7/+29
2009-01-26virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANsAlex Williamson1-1/+2
2009-01-25[NET] am79c961a: fix spin_lock usageUwe Kleine-König1-10/+10
2009-01-23rtl8187: Add termination packet to prevent stallLarry Finger1-0/+1
2009-01-23iwlwifi: fix rs_get_rate WARN_ON()Abbas, Mohamed2-5/+23
2009-01-23p54usb: fix packet loss with first generation devicesChristian Lamparter1-2/+5
2009-01-23phy: Add suspend/resume support to SMSC PHYsSteve Glendinning1-0/+12
2009-01-23phylib: Fix oops in suspend/resume pathsAnton Vorontsov1-5/+3
2009-01-23bnx2x: VersionEilon Greenstein1-2/+2
2009-01-23bnx2x: loopback test failureEilon Greenstein1-6/+7
2009-01-23bnx2x: Missing rmb when waiting for FW responseEilon Greenstein1-0/+1
2009-01-23bnx2x: Calling napi_delEilon Greenstein1-0/+6
2009-01-23bnx2x: Carrier off first callEilon Greenstein1-2/+2
2009-01-23bnx2x: Handling load failuresEilon Greenstein1-66/+88
2009-01-23bnx2x: Disable napiEilon Greenstein1-3/+2
2009-01-23bnx2x: Reset HW before useEilon Greenstein1-8/+9
2009-01-22iwlwifi: return NETDEV_TX_OK from _tx opsReinette Chatre2-2/+2
2009-01-22zd1211rw: adding Sitecom WL-603 (0df6:0036) to the USB id listHin-Tak Leung1-0/+1
2009-01-22p54usb: fix nasty use after freeChristian Lamparter1-21/+13
2009-01-22p54: more cryptographic accelerator fixesChristian Lamparter1-3/+17
2009-01-22p54: add missing break in eeprom parserChr1-2/+2
2009-01-22orinoco: use KERN_DEBUG for link status messagesPavel Roskin1-1/+1
2009-01-22rt2x00: Fix TX rate short preamble detectionIvo van Doorn1-1/+2
2009-01-22orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in orinoco_ioctl_set_...Andrey Borzenkov1-17/+13
2009-01-21usb/mcs7830: Don't use buffers from stack for USB transfersChristian Eggers1-2/+18
2009-01-21usbnet: allow type check of devdbg arguments in non-debug buildSteve Glendinning1-2/+0
2009-01-21via-velocity: fix hot spinroel kluin1-1/+1
2009-01-21myri10ge: don't forget pci_disable_device()Brice Goglin1-6/+9