aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-26drivers/net: return operator cleanupEric Dumazet1-2/+2
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher1-0/+2
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+8
2010-04-24e100: Fix the TX workqueue raceAlan Cox1-2/+8
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-16drivers/net/e100.c: Use pr_<level> and netif_<level>Joe Perches1-85/+98
2010-03-15e100: Fix ring parameter change handling regression.David S. Miller1-1/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-3/+7
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
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