summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* net: e100: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* i40e: Bump versionCatherine Sullivan2013-10-091-1/+1
* i40e: Add support for 64 bit netstatsAlexander Duyck2013-10-094-15/+95
* i40e: Move rings from pointer to array to array of pointersAlexander Duyck2013-10-096-185/+204
* i40e: Replace ring container array with linked listAlexander Duyck2013-10-093-53/+58
* i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck2013-10-094-60/+112
* i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck2013-10-095-26/+28
* i40e: Add support for Tx byte queue limitsAlexander Duyck2013-10-091-0/+15
* i40e: Drop dead code and flags from Tx hotpathAlexander Duyck2013-10-092-27/+5
* i40e: clean up Tx fast pathAlexander Duyck2013-10-092-99/+122
* i40e: Do not directly increment Tx next_to_useAlexander Duyck2013-10-091-21/+25
* i40e: Cleanup Tx buffer info layoutAlexander Duyck2013-10-092-15/+14
* i40e: Drop unused completed statAlexander Duyck2013-10-093-5/+2
* i40e: Link code updatesAnjali Singhai2013-10-091-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-0/+2
|\
| * igb: Avoid uninitialized advertised variable in eee_set_curAndi Kleen2013-10-021-0/+2
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-024-11/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-014-85/+89
|\ \ | |/
| * i40e: clean up coccicheck reported errorsJesse Brandeburg2013-09-272-5/+4
| * i40e: better return valuesJesse Brandeburg2013-09-271-16/+21
| * i40e: convert ret to aq_retJesse Brandeburg2013-09-271-55/+52
| * i40e: small clean ups from reviewJesse Brandeburg2013-09-271-3/+3
| * i40e: use common failure flowJesse Brandeburg2013-09-271-6/+6
| * igb: Fix ethtool loopback test for 82580 copperTodd Fujinaka2013-09-271-0/+3
* | igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu2013-10-013-0/+107
* | igb: Add ethtool offline tests for i354Fujinaka, Todd2013-10-011-2/+4
* | ixgbe: remove marketing names from busy poll codeJacob Keller2013-10-013-23/+23
* | ixgbe: Cleanup the use of tabs and spacesJeff Kirsher2013-10-012-26/+26
* | ixgbe: ethtool DCB registers dump for 82599 and x540Leonardo Potenza2013-10-012-15/+65
* | ixgbevf: move API neg to reset pathDon Skidmore2013-10-011-11/+10
* | ixgbevf: add wait for Rx queue disableDon Skidmore2013-10-011-17/+44
* | ixgbevf: cleanup redundant mailbox read failure checkDon Skidmore2013-10-011-27/+2
* | ixgbevf: do not print registers to dmesg in ixgbevf_get_regsJacob Keller2013-10-011-53/+2
* | intel: Remove extern from function prototypesJoe Perches2013-09-2412-254/+233
|/
* e1000e: fix overrun of PHY RAR arrayDavid Ertman2013-09-133-6/+17
* e1000e: cleanup boolean comparison to trueDavid Ertman2013-09-131-1/+1
* ixgbe: fix ethtool reporting of supported links for SFP modulesEmil Tantilov2013-09-131-0/+7
* ixgbe: limit setting speed to only one at a time for QSFP modulesEmil Tantilov2013-09-132-1/+22
* ixgbe: fix ethtool loopback diagnostic with DCB enabledEmil Tantilov2013-09-131-0/+5
* ixgbe: fully disable hardware RSC logic when disabling RSCJacob Keller2013-09-132-1/+9
* igb: Read flow control for i350 from correct EEPROM sectionFujinaka, Todd2013-09-121-1/+9
* igb: Add additional get_phy_id call for i354 devicesCarolyn Wyborny2013-09-121-0/+4
* i40e: include i40e in kernel properJesse Brandeburg2013-09-113-0/+63
* i40e: debugfs interfaceJesse Brandeburg2013-09-111-0/+2076
* i40e: init code and hardware supportJesse Brandeburg2013-09-1116-0/+13813
* i40e: implement virtual device interfaceJesse Brandeburg2013-09-113-0/+2823
* i40e: driver core headersJesse Brandeburg2013-09-113-0/+899
* i40e: driver ethtool coreJesse Brandeburg2013-09-111-0/+1449
* i40e: transmit, receive, and NAPIJesse Brandeburg2013-09-111-0/+1817
* i40e: main driver coreJesse Brandeburg2013-09-111-0/+7375
OpenPOWER on IntegriCloud