summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg2014-01-161-6/+2
* net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-20/+13
* ixgbe: fix for unused variable warning with certain configDon Skidmore2013-12-171-0/+2
* e1000e: Fix a compile flag mis-match for suspend/resumeDavid Ertman2013-12-171-2/+2
* e1000e: fix compiler warning (maybe-unitialized variable)David Ertman2013-12-171-2/+5
* e1000e: fix compiler warningsDavid Ertman2013-12-171-3/+7
* igb: Fix for issue where values could be too high for udelay function.Carolyn Wyborny2013-12-141-1/+4
* i40e: fix null dereferenceJesse Brandeburg2013-12-141-0/+3
* ixgbe: Make ixgbe_identify_qsfp_module_generic staticMark Rustad2013-11-302-2/+2
* ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by defaultJohn Fastabend2013-11-301-3/+2
* ixgbe: ixgbe_fwd_ring_down needs to be staticJohn Fastabend2013-11-301-2/+2
* e1000: fix possible reset_task running after adapter downVladimir Davydov2013-11-301-4/+11
* e1000: fix lockdep warning in e1000_reset_taskVladimir Davydov2013-11-292-35/+3
* e1000: prevent oops when adapter is being closed and reset simultaneouslyyzhu12013-11-292-0/+14
* igb: Fixed Wake On LAN supportAkeem G Abodunrin2013-11-291-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-191-8/+6
|\
| * e1000e: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-8/+6
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-142-0/+9
|\ \
| * | net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-062-0/+9
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-147-74/+35
|\ \ \ | |_|/ |/| |
| * | DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King2013-09-211-7/+2
| * | DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handlingRussell King2013-09-211-10/+5
| * | DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handlingRussell King2013-09-211-10/+5
| * | DMA-API: net: intel/ixgb: fix 32-bit DMA mask handlingRussell King2013-09-211-11/+5
| * | DMA-API: net: intel/igbvf: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6
| * | DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6
| * | DMA-API: net: intel/e1000e: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6
* | | ixgbe: add warning when max_vfs is out of range.Jacob Keller2013-11-112-8/+13
* | | igb: Update link modes display in ethtoolCarolyn Wyborny2013-11-111-24/+27
* | | ixgbe: deleting dfwd stations out of order can cause null ptr derefJohn Fastabend2013-11-081-2/+6
* | | ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPSJohn Fastabend2013-11-081-6/+10
* | | ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend2013-11-074-89/+443
* | | ixgbe: fix inconsistent clearing of the multicast tableEmil Tantilov2013-11-011-8/+7
* | | ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore2013-11-012-8/+12
* | | ixgbe: Reduce memory consumption with larger page sizesAnton Blanchard2013-11-011-0/+4
* | | igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd2013-11-011-1/+3
* | | ixgbevf: remove redundant workaroundEmil Tantilov2013-11-011-9/+0
* | | e1000: fix wrong queue idx calculationHong Zhiguo2013-11-011-2/+1
* | | i40e: fix error return code in i40e_probe()Wei Yongjun2013-10-291-1/+3
* | | ixgbevf: Add zero_base handler to network statisticsDon Skidmore2013-10-292-34/+45
* | | ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-293-0/+60
* | | ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-292-0/+177
* | | ixgbevf: have clean_rx_irq return total_rx_packets cleanedJacob Keller2013-10-291-6/+7
* | | ixgbevf: add ixgbevf_rx_skbJacob Keller2013-10-291-1/+15
* | | ixgbe: remove unnecessary duplication of PCIe bandwidth displayJacob Keller2013-10-291-23/+13
* | | ixgbe: show <2% for encoding loss on PCIe Gen3Jacob Keller2013-10-291-2/+2
* | | ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_allJacob Keller2013-10-292-16/+38
* | | ixgbevf: bump driver versionDon Skidmore2013-10-241-1/+1
* | | ixgbevf: implement ethtool get/set coalesceJacob Keller2013-10-243-1/+84
* | | ixgbevf: Adds function to set PSRTYPE registerDon Skidmore2013-10-241-2/+16