aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: save skb counts in TX to avoid cache missesDean Nelson2012-06-172-9/+11
* e1000: Fix driver to be used on PA RISC C8000 workstationsJeff Kirsher2011-10-031-0/+6
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* e1000: convert to set_phys_idJeff Kirsher2011-05-072-37/+16
* net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny2011-04-293-20/+26
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-2/+2
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-2/+4
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* e1000: fix sparse warningStephen Hemminger2011-03-021-1/+2
* e1000: add support for Marvell Alaska M88E1118R PHYFlorian Fainelli2011-02-082-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-141-1/+9
|\
| * e1000: Avoid unhandled IRQJesse Brandeburg2011-01-141-1/+9
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-2/+2
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-4/+8
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-2/+2
* | | e1000: Add support for the CE4100 reference platformDirk Brandewie2011-01-094-76/+365
* | | net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław2010-12-161-1/+1
* | | Intel Wired LAN drivers: Use static constJeff Kirsher2010-12-102-16/+17
* | | e1000: fix return value not set on errorDean Nelson2010-12-101-4/+6
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-4/+8
|\ \ \ | | |/ | |/|
| * | e1000: fix screaming IRQAnupam Chanda2010-11-211-4/+8
| |/
* | drivers/net: use vzalloc()Eric Dumazet2010-11-271-4/+2
|/
* e1000: make e1000_reinit_safe localstephen hemminger2010-10-241-1/+1
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-1/+1
* drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* e1000: use GRO for receiveJesse Brandeburg2010-09-231-11/+8
* e1000: fix occasional panic on unloadJesse Brandeburg2010-09-231-1/+19
* e1000: use work queuesJesse Brandeburg2010-09-232-1/+27
* e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou2010-09-221-1/+3
* e1000: fix Tx hangs by disabling 64-bit DMAJesse Brandeburg2010-09-081-70/+92
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+2
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-3/+3
* e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher2010-08-081-0/+3
* e1000: use netif_<level> instead of netdev_<level>Emil Tantilov2010-07-263-61/+70
* e1000: allow option to limit number of descriptors down to 48 per ringAlexander Duyck2010-07-191-2/+2
* e1000: Fix message logging defectJoe Perches2010-06-131-9/+8
* ixgb and e1000: Use new function for copybreak testsJoe Perches2010-05-141-20/+27
* e1000: cleanup unused parametersJesse Brandeburg2010-05-141-8/+0
* e1000: fix WARN_ON with mac-vlanJesse Brandeburg2010-05-141-2/+0
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-142-6/+0
* e1000/e1000e: implement a simple interrupt moderationJesse Brandeburg2010-05-053-6/+30
* e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov2010-04-277-405/+367
* e1000: use DMA API instead of PCI DMA functionsNick Nunley2010-04-272-68/+88
* drivers: net: use skb_headlen()Eric Dumazet2010-04-141-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-062-9/+1
|\
| * e1000: do not modify tx_queue_len on link speed changeEmil Tantilov2010-03-272-9/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-4/+3
* | net/intel: remove trailing space in messagesFrans Pop2010-03-241-2/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-251-1/+18
|\