summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck2013-02-161-22/+26
* ixgbe: Add function for setting XPS queue mappingAlexander Duyck2013-02-163-5/+20
* ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck2013-02-163-35/+19
* igb: increase timeout for ethtool offline self-testStefan Assmann2013-02-161-1/+1
* igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2013-02-162-23/+31
* e1000e: display a warning message when SmartSpeed worksKoki Sanagi2013-02-161-0/+7
* e1000: fix whitespace issues and multi-line commentsJeff Kirsher2013-02-165-528/+586
* ixgbe: refactor initialization of feature flagsEmil Tantilov2013-02-151-20/+38
* igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin2013-02-151-251/+11
* igb: Intialize MAC function pointersAkeem G. Abodunrin2013-02-151-0/+61
* igb: Initialize NVM function pointersAkeem G. Abodunrin2013-02-151-0/+109
* igb: Initialize PHY function pointersAkeem G. Abodunrin2013-02-151-0/+112
* igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2013-02-152-15/+28
* igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny2013-02-151-1/+1
* igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny2013-02-151-1/+1
* igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny2013-02-151-6/+1
* igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2013-02-152-34/+161
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-141-1/+1
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-141-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-131-0/+1
|\
| * ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck2013-02-121-6/+3
| * ixgbe: fix gso typeMichael S. Tsirkin2013-02-111-2/+6
| * e1000e: enable ECC on I217/I218 to catch packet buffer memory errorsBruce Allan2013-01-296-0/+71
| * ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller2013-01-161-2/+2
| * ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller2013-01-162-6/+2
* | drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-083-22/+6
* | ixgbe: Fix SR-IOV MTU warningAlexander Duyck2013-02-052-3/+1
* | ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck2013-02-051-1/+1
* | ixgbe: update date to 2013Don Skidmore2013-02-0529-30/+30
* | ixgbe: fix return values and memcpy parameters to eliminate Smatch warningsJosh Hay2013-02-052-6/+7
* | ixgbe: fix potential null dereferenceJosh Hay2013-02-051-0/+3
* | ixgbe: allow reading of SFF-8472 data over i2cEmil Tantilov2013-02-056-7/+66
* | e1000e: cleanup checkpatch braces checksBruce Allan2013-02-055-8/+2
* | e1000e: convert enums of register offsets and move #defines to regs.hBruce Allan2013-02-053-223/+253
* | e1000e: cosmetic move of #defines and prototypes to the new manage.hBruce Allan2013-02-054-41/+73
* | e1000e: cosmetic move of #defines and function prototypes to the new nvm.hBruce Allan2013-02-053-15/+48
* | e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan2013-02-055-222/+243
* | e1000e: cosmetic move of function prototypes to the new mac.hBruce Allan2013-02-053-37/+76
* | e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan2013-02-056-230/+270
* | e1000e: cosmetic move of #defines to the new 80003es2lan.hBruce Allan2013-02-053-63/+96
* | e1000e: cosmetic move of #defines and prototypes to the new 82571.hBruce Allan2013-02-056-25/+60
* | ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-042-8/+5
* | e1000e: use generic IEEE MII definitionsBruce Allan2013-02-019-204/+138
* | e1000e: resolve -Wunused-parameter compile warningsBruce Allan2013-02-016-33/+31
* | e1000e: update driver version stringBruce Allan2013-02-011-1/+1
* | e1000e: cleanup some whitespace and indentation issuesBruce Allan2013-02-017-48/+49
* | e1000e: cleanup: group OR'ed bit settings with parensBruce Allan2013-02-011-2/+3
* | e1000e: cleanup defines.hBruce Allan2013-02-011-21/+0
* | ixgbe: autoneg variable refactoringJosh Hay2013-02-016-35/+19
* | ixgbe: removed unused variable from setup_link_speedJosh Hay2013-02-016-8/+4