summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison26-62/+61
2009-02-01wimax: replace uses of __constant_{endian}Harvey Harrison5-31/+31
2009-02-01smsc911x: allow mac address to be saved before device resetSteve Glendinning1-8/+22
2009-02-01smsc911x: add external phy detection overridesSteve Glendinning1-37/+38
2009-02-01smsc911x: register isr as IRQF_SHAREDSteve Glendinning1-1/+1
2009-02-01smsc911x: add support for platform-specific irq flagsSteve Glendinning1-5/+14
2009-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller32-342/+385
2009-01-31sfc: Replace stats_enabled flag with a disable countBen Hutchings6-25/+57
2009-01-31sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings6-201/+141
2009-01-31sfc: SFT9001: Always enable XNP exchange on SFT9001 rev BBen Hutchings1-1/+1
2009-01-31sfc: Update board info for hardware monitor on SFN4111T-R5 and laterBen Hutchings1-2/+10
2009-01-31sfc: Test for PHYXS faults whenever we cannot test link state bitsSteve Hodgson1-7/+9
2009-01-31sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson4-13/+28
2009-01-31sfc: Fix post-reset MAC selectionSteve Hodgson1-7/+8
2009-01-31sfc: SFN4111T: Fix GPIO sharing between I2C and FLASH_CFG_1Ben Hutchings1-6/+9
2009-01-31sfc: SFT9001: Fix speed reporting in 1G PHY loopbackSteve Hodgson3-18/+18
2009-01-31sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson4-28/+0
2009-01-31sfc: SFT9001: Enable robust link trainingSteve Hodgson1-1/+5
2009-01-31sky2: fix hard hang with netconsoling and iface going upAlexey Dobriyan1-3/+3
2009-01-30tulip: fix 21142 with 10Mbps without negotiationPhilippe De Muyter1-4/+19
2009-01-30drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logicRoel Kluin1-2/+2
2009-01-30gianfar: Fix Wake-on-LAN supportAnton Vorontsov1-0/+2
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-28e1000: fix bug with shared interrupt during resetJesse Brandeburg1-2/+2
2009-01-28net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller11-0/+13
2009-01-27iw_cxgb3: handle chip reset notificationsDivy Le Ray3-1/+19
2009-01-27cxgb3: Notify fatal errorsDivy Le Ray3-4/+28
2009-01-27r6040: Remove unused variable pdev from drivers/net/r6040.cManish Katiyar1-1/+0
2009-01-27smsc911x: leave RX_STOP interrupt permanently enabledSteve Glendinning1-10/+3
2009-01-27smc91x: struct net_device_opsMagnus Damm1-8/+14
2009-01-27net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers19-50/+54
2009-01-27net: pppoe - stop using proc internalsCyrill Gorcunov1-28/+6
2009-01-27pppol2tp: stop using proc internalsAlexey Dobriyan1-43/+5
2009-01-27virtio_net: use correct accessors for scatterlistsIra W. Snyder1-3/+3
2009-01-27ixgbe: add support KX/KX4 deviceDon Skidmore4-0/+24
2009-01-27ixgbe: fix slow load times on 82598 nicsDon Skidmore1-7/+18
2009-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller117-420/+5756
2009-01-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-23/+1277
2009-01-27Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds49-102/+65
2009-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds44-375/+577
2009-01-27gianfar: Revive VLAN supportAnton Vorontsov1-5/+1