summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin2-13/+13
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+0
2013-02-16ixgbe: Update DESC_NEEDED define to adjust for changes to MAX_SKB_FRAGSAlexander Duyck1-1/+1
2013-02-16ixgbe: fix Tx timeouts with BQLEmil Tantilov2-7/+34
2013-02-16ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume3-0/+119
2013-02-16ixgbe: cleanup error checking in ixgbe_identify_sfp_module_generic()Emil Tantilov1-24/+10
2013-02-16ixgbe: fix possible data corruption in read_i2c_byteEmil Tantilov1-1/+1
2013-02-16ixgbe: Add support for set_channels ethtool operationAlexander Duyck1-0/+38
2013-02-16ixgbe: Add support for displaying the number of Tx/Rx channelsAlexander Duyck1-0/+72
2013-02-16ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck2-13/+8
2013-02-16ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck1-22/+26
2013-02-16ixgbe: Add function for setting XPS queue mappingAlexander Duyck3-5/+20
2013-02-16ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck3-35/+19
2013-02-16igb: increase timeout for ethtool offline self-testStefan Assmann1-1/+1
2013-02-16igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2-23/+31
2013-02-16e1000e: display a warning message when SmartSpeed worksKoki Sanagi1-0/+7
2013-02-16e1000: fix whitespace issues and multi-line commentsJeff Kirsher5-528/+586
2013-02-15ixgbe: refactor initialization of feature flagsEmil Tantilov1-20/+38
2013-02-15igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin1-251/+11
2013-02-15igb: Intialize MAC function pointersAkeem G. Abodunrin1-0/+61
2013-02-15igb: Initialize NVM function pointersAkeem G. Abodunrin1-0/+109
2013-02-15igb: Initialize PHY function pointersAkeem G. Abodunrin1-0/+112
2013-02-15igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2-15/+28
2013-02-15igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny1-6/+1
2013-02-15igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2-34/+161
2013-02-14bridge: Add vlan support to static neighborsVlad Yasevich1-1/+1
2013-02-14bridge: Dump vlan information from a bridge portVlad Yasevich1-1/+2
2013-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-02-13ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck1-6/+3
2013-02-11ixgbe: fix gso typeMichael S. Tsirkin1-2/+6
2013-02-09drivers: net: Remove remaining alloc/OOM messagesJoe Perches3-22/+6
2013-02-05ixgbe: Fix SR-IOV MTU warningAlexander Duyck2-3/+1
2013-02-05ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-02-05ixgbe: update date to 2013Don Skidmore29-30/+30
2013-02-05ixgbe: fix return values and memcpy parameters to eliminate Smatch warningsJosh Hay2-6/+7
2013-02-05ixgbe: fix potential null dereferenceJosh Hay1-0/+3
2013-02-05ixgbe: allow reading of SFF-8472 data over i2cEmil Tantilov6-7/+66
2013-02-05e1000e: cleanup checkpatch braces checksBruce Allan5-8/+2
2013-02-05e1000e: convert enums of register offsets and move #defines to regs.hBruce Allan3-223/+253
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new manage.hBruce Allan4-41/+73
2013-02-05e1000e: cosmetic move of #defines and function prototypes to the new nvm.hBruce Allan3-15/+48
2013-02-05e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan5-222/+243
2013-02-05e1000e: cosmetic move of function prototypes to the new mac.hBruce Allan3-37/+76
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan6-230/+270
2013-02-05e1000e: cosmetic move of #defines to the new 80003es2lan.hBruce Allan3-63/+96
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new 82571.hBruce Allan6-25/+60
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2-8/+5
2013-02-01e1000e: use generic IEEE MII definitionsBruce Allan9-204/+138