summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6Star
* DMA-API: net: intel/e1000e: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6Star
* 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
* igb: Update version numberAkeem G Abodunrin2013-09-041-1/+1
* igb: Implementation to report advertised/supported link on i354 devicesAkeem G Abodunrin2013-09-041-11/+15
* igb: Get speed and duplex for 1G non_copper devicesAkeem G Abodunrin2013-09-041-1/+26
* igb: Support to get 2_5G link status for appropriate media typeAkeem G Abodunrin2013-09-042-18/+18
* igb: No PHPM support in i354 devicesAkeem G Abodunrin2013-09-041-2/+9
* igb: M88E1543 PHY downshift implementationAkeem G Abodunrin2013-09-041-9/+20
* igb: New PHY_ID for i354 deviceAkeem G Abodunrin2013-09-043-14/+14
* igb: Implementation of 1-sec delay for i210 devicesAkeem G Abodunrin2013-09-042-3/+32
* igb: Don't look for a PBA in the iNVM when flashlessTodd Fujinaka2013-09-041-1/+8
* drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-041-2/+2
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-302-6/+6
* ixgbe: add support for older QSFP active DA cablesEmil Tantilov2013-08-292-10/+50
* ixgbe: include QSFP PHY types in ixgbe_is_sfp()Emil Tantilov2013-08-291-0/+4
* ixgbe: add 1Gbps support for QSFP+Emil Tantilov2013-08-293-11/+33
* ixgbe: fix SFF data dumps of SFP+ modules from an offsetEmil Tantilov2013-08-291-5/+4Star
* ixgbe: cleanup some log messagesDon Skidmore2013-08-292-5/+3Star
* ixgbe: zero out mailbox buffer on initEmil Tantilov2013-08-291-2/+2
* ixgbe: fix link test when connected to 1Gbps link partnerEmil Tantilov2013-08-291-17/+10Star
* ixgbe: fix incorrect limit value in ring transverseDon Skidmore2013-08-291-1/+1
* ixgbe: Check return value on eeprom readsMark Rustad2013-08-294-39/+107
* ixgbe: disable link when adapter goes downJacob Keller2013-08-293-0/+25
* e1000e: balance semaphore put/get for 82573Steven La2013-08-271-0/+5
* e1000e: resolve checkpatch JIFFIES_COMPARISON warningBruce Allan2013-08-221-1/+1
* e1000e: Avoid kernel crash during shutdownLi Zhang2013-08-221-0/+7
* e1000e: Add code to check for failure of pci_disable_link_state callCarolyn Wyborny2013-08-221-26/+59
* e1000e: cleanup whitespace in recent commitBruce Allan2013-08-221-1/+2
* igb: Expose RSS indirection table for ethtoolLaura Mihaela Vasilescu2013-08-223-21/+97
* igb: Add macro for size of RETA indirection tableLaura Mihaela Vasilescu2013-08-222-1/+3
* igb: Fix get_fw_version function for all partsCarolyn Wyborny2013-08-224-44/+93
* igb: Add device support for flashless SKU of i210 deviceCarolyn Wyborny2013-08-224-2/+19
* igb: Refactor NVM read functions to accommodate devices with no flashCarolyn Wyborny2013-08-224-60/+77
* igb: Refactor of init_nvm_paramsCarolyn Wyborny2013-08-225-65/+92
* igb: Update MTU so that it is always at least a standard frame sizeAlexander Duyck2013-08-221-0/+4
* igb: don't allow SR-IOV without MSI-XMitch A Williams2013-08-221-0/+5
* igb: Added rcu_lock to avoid raceAkeem G Abodunrin2013-08-221-1/+4
* igb: Read register for latch_on without return valueAkeem G Abodunrin2013-08-223-19/+12Star
* igb: Reset the link when EEE setting changedAkeem G Abodunrin2013-08-221-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-044-13/+11Star
|\
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-022-9/+9
| * igb: fix vlan filtering in promisc mode when not in VT modeEmil Tantilov2013-07-281-2/+1Star