aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-18e100: Fix broken cbs accounting due to missing memset.Roger Oksanen1-1/+1
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+11
2009-11-29e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failureRoger Oksanen1-6/+11
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+19
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+19
2009-10-29e100: e100_phy_init() isolates selected PHY, causes 10 second boot delayBruce Allan1-7/+19
2009-10-28e100: Fix to allow systems with FW based cards to resume from STDDavid Graham1-4/+16
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-3/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-23E100: fix interaction with swiotlb on X86.Krzysztof HaƂasa1-1/+1
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2009-07-16E100: work around the driver using streaming DMA mapping for RX descriptors.Krzysztof Halasa1-0/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-18Net / e100: Fix suspend of devices that cannot be power managedRafael J. Wysocki1-5/+6
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-12trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo1-1/+1
2009-06-11e100: add non-MII PHY supportAndreas Mohr1-26/+162
2009-06-08e100: Fix napi_enable BUG_ON when recovering from EEH errorAndre Detsch1-5/+6
2009-04-28e100: do not go D3 in shutdown unless system is powering offThadeu Lima de Souza Cascardo1-7/+23
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-21e100: add support for 82552 10/100 adapterBruce Allan1-16/+77
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-07firmware: convert e100 driver to request_firmware()Jaswinder Singh Rajput1-202/+97
2009-01-04e100: cosmetic cleanupBruce Allan1-134/+134
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-4/+3
2008-11-27e100: cleanup link up/down messagesJeff Kirsher1-4/+6
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-19e100: convert to net_device_opsStephen Hemminger1-11/+16
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+10
2008-11-16e100: fix dma error in direction for mappingJesse Brandeburg1-10/+10
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-31e100: adapt to the reworked PCI PMRafael J. Wysocki1-6/+10
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+1
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-09-18e100: Use pci_pme_active to clear PME_Status and disable PME#Rafael J. Wysocki1-3/+1
2008-08-27e100, fix iomap readJiri Slaby1-2/+2
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-06-27e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xxKevin Hao1-0/+2
2008-04-29net: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-03-25e100: endianness annotationsAl Viro1-1/+1
2008-03-05e100: Do suspend/shutdown like e1000Auke Kok1-26/+3
2008-02-03e100: fix spelling errorsAndreas Mohr1-7/+7
2008-02-03Net: e100, fix iomap mem accessesJiri Slaby1-2/+2
2008-01-28e100 endianness annotationsAl Viro1-37/+35
2008-01-28Fix e100 on systems that have cache incoherent DMADavid Acker1-29/+99