summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
Commit message (Expand)AuthorAgeFilesLines
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-118-17024/+0Star
* intel drivers: repair missing flush operationsJesse Brandeburg2011-08-042-0/+9
* e1000: always call e1000_check_for_link() on e1000_ce4100 MACs.Nicolas Schichan2011-07-221-4/+7
* e1000: do vlan cleanupJiri Pirko2011-07-212-62/+108
* e1000: convert to ndo_fix_featuresMichał Mirosław2011-06-212-73/+26Star
* e1000: remove unnecessary codeGreg Dietsche2011-06-171-6/+1Star
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-231-0/+1
* e1000: convert to set_phys_idJeff Kirsher2011-05-072-37/+16Star
* 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-104-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-112-16/+17
* | | e1000: fix return value not set on errorDean Nelson2010-12-111-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-281-4/+2Star
|/
* e1000: make e1000_reinit_safe localstephen hemminger2010-10-251-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-271-1/+1
* e1000: use GRO for receiveJesse Brandeburg2010-09-231-11/+8Star
* 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-231-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-031-1/+2
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-261-3/+3
* e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher2010-08-091-0/+3
* e1000: use netif_<level> instead of netdev_<level>Emil Tantilov2010-07-273-61/+70
* e1000: allow option to limit number of descriptors down to 48 per ringAlexander Duyck2010-07-201-2/+2
* e1000: Fix message logging defectJoe Perches2010-06-141-9/+8Star
* ixgb and e1000: Use new function for copybreak testsJoe Perches2010-05-141-20/+27
* e1000: cleanup unused parametersJesse Brandeburg2010-05-141-8/+0Star
* e1000: fix WARN_ON with mac-vlanJesse Brandeburg2010-05-141-2/+0Star
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-142-6/+0Star
* e1000/e1000e: implement a simple interrupt moderationJesse Brandeburg2010-05-063-6/+30
* e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov2010-04-287-405/+367Star
* e1000: use DMA API instead of PCI DMA functionsNick Nunley2010-04-282-68/+88
* drivers: net: use skb_headlen()Eric Dumazet2010-04-151-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-072-9/+1Star
|\