summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2015-12-12ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck1-72/+70
2015-12-12ixgbe: Simplify definitions for regidx and bit in set_vftaAlexander Duyck1-29/+19
2015-12-12ixgbe: Fix SR-IOV VLAN pool configurationAlexander Duyck1-2/+2
2015-12-12ixgbe: Return error on failure to allocate mac_tableAlexander Duyck1-0/+2
2015-12-08treewide: Fix typos in printkMasanari Iida1-1/+1
2015-12-06Revert "i40e: remove CONFIG_I40E_VXLAN"Singhai, Anjali3-7/+20
2015-12-06fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frameJacob Keller1-3/+3
2015-12-06fm10k: TRIVIAL fix typo of hardwareJacob Keller1-2/+2
2015-12-06fm10k: change default Tx ITR to 25usecJacob Keller1-1/+2
2015-12-06fm10k: use macro for default Tx and Rx ITR valuesJacob Keller3-4/+6
2015-12-06fm10k: Update adaptive ITR algorithmJacob Keller3-14/+45
2015-12-06fm10k: introduce ITR_IS_ADAPTIVE macroJacob Keller3-5/+5
2015-12-06fm10k: Add support for ITR scaling based on PCIe link speedJacob Keller3-4/+55
2015-12-06fm10k: rename mbx_tx_oversized statistic to mbx_tx_droppedJacob Keller1-1/+1
2015-12-06fm10k: add statistics for actual DWORD count of mbmem mailboxJacob Keller3-1/+9
2015-12-06fm10k: explicitly typecast vlan values to u16Jacob Keller1-3/+3
2015-12-06fm10k: Correct typecast in fm10k_update_xc_addr_pfJacob Keller1-3/+3
2015-12-06fm10k: reinitialize queuing scheme after calling init_hwJacob Keller1-0/+18
2015-12-06fm10k: always check init_hw for errorsJacob Keller1-5/+29
2015-12-06fm10k: reset max_queues on init_hw_vf failureJacob Keller1-3/+10
2015-12-06fm10k: set netdev features in one locationJacob Keller3-21/+21
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-12-04i40e/i40evf: avoid mutex re-initJesse Brandeburg4-13/+20
2015-12-03ixgbe: Reset interface after enabling SR-IOVAlexander Duyck1-0/+3
2015-12-03Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller11-203/+226
2015-12-03i40e: Fix i40e_print_features() VEB mode outputJoe Perches1-23/+19
2015-12-03ixgbevf: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+14
2015-12-03ixgbe: Always turn PHY power on when requestedMark Rustad2-2/+4
2015-12-03ixgbe: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+15
2015-12-03ixgbe: Save VF info and take referencesMark Rustad3-23/+59
2015-12-03ixgbe: Wait for master disable to be setMark Rustad1-1/+13
2015-12-03ixgbe: Correct spec violations by waiting after resetMark Rustad4-5/+9
2015-12-03ixgbe: Update PTP to support X550EM_x devicesMark Rustad4-197/+578
2015-12-03ixgbe: Allow FDB entries access to more RAR filtersAlexander Duyck1-1/+4
2015-12-03ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addressesAlexander Duyck1-3/+25
2015-12-03ixgbe: Refactor MAC address configuration codeAlexander Duyck2-70/+100
2015-12-03ixgbevf: Minor cleanupsMark Rustad1-24/+12
2015-12-03ixgbevf: Use a private workqueue to avoid certain possible hangsMark Rustad1-2/+13
2015-12-03ixgbe: Use private workqueue to avoid certain possible hangsMark Rustad1-1/+13
2015-12-03ixgbe: Add support for newer thermal alarmMark Rustad2-3/+23
2015-12-03ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550emMark Rustad1-13/+8
2015-12-03i40e: trivial fixesJesse Brandeburg3-20/+8
2015-12-03i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evfCatherine Sullivan2-2/+2
2015-12-03i40e/i40evf: use logical operatorMitch Williams2-2/+2
2015-12-03i40e: fix whitespaceMitch Williams1-2/+2
2015-12-03i40e: Remove separate functions gathering XOFF Rx statsNeerav Parikh1-70/+7
2015-12-03i40e: remove CONFIG_I40E_VXLANJesse Brandeburg3-20/+7
2015-12-03i40e: use priv flags to control packet splitJesse Brandeburg2-0/+28
2015-12-03i40evf: use correct typesMitch Williams1-1/+1
2015-12-03i40e: propagate properlyMitch Williams2-51/+76