aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26ice: Add stats and ethtool supportAnirudh Venkataramanan9-5/+1828
2018-03-26ice: Add support for VLANs and offloadsAnirudh Venkataramanan10-16/+1631
2018-03-26ice: Implement transmit and NAPI supportAnirudh Venkataramanan5-2/+1171
2018-03-26ice: Configure VSIs for Tx/RxAnirudh Venkataramanan14-6/+2729
2018-03-26ice: Add support for switch filter programmingAnirudh Venkataramanan7-2/+1935
2018-03-26ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan7-0/+1548
2018-03-26ice: Initialize PF and setup miscellaneous interruptAnirudh Venkataramanan10-1/+1025
2018-03-26ice: Get MAC/PHY/link info and scheduler topologyAnirudh Venkataramanan8-0/+929
2018-03-26ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan10-1/+1082
2018-03-26ice: Start hardware initializationAnirudh Venkataramanan12-1/+854
2018-03-26ice: Add support for control queuesAnirudh Venkataramanan12-2/+1458
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches2-2/+2
2018-03-26ice: Add basic driver framework for Intel(R) E800 SeriesAnirudh Venkataramanan7-0/+264
2018-03-23ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel1-3/+4
2018-03-23ixgbevf: Add XDP queue stats reportingTony Nguyen1-0/+24
2018-03-23ixgbevf: Add support for meta dataTony Nguyen1-4/+25
2018-03-23ixgbevf: Delay tail write for XDP packetsTony Nguyen1-12/+18
2018-03-23ixgbevf: Add support for XDP_TX actionTony Nguyen3-32/+294
2018-03-23ixgbevf: Add XDP support for pass and drop actionsTony Nguyen3-42/+178
2018-03-23ixgbe: enable TSO with IPsec offloadShannon Nelson2-11/+29
2018-03-23ixgbe: no need for esp trailer if GSOShannon Nelson1-16/+21
2018-03-23ixgbe: remove unneeded ipsec test in TX pathShannon Nelson1-4/+2
2018-03-23ixgbe: no need for ipsec csum feature checkShannon Nelson1-6/+0
2018-03-23ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt1-2/+2
2018-03-23ixgbe: add status reg reads to ixgbe_check_removePaul Greenwalt2-11/+21
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher168-0/+168
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-62/+63
2018-03-19i40e: Fix the polling mechanism of GLGEN_RSTAT.DEVSTATEPaweł Jabłoński1-6/+29
2018-03-19i40evf: remove flags that are never usedJacob Keller1-3/+0
2018-03-19i40e: Prevent setting link speed on I40E_DEV_ID_25G_BPatryk Małek1-0/+1
2018-03-19i40e: Fix incorrect return typesDoug Dziggel2-4/+4
2018-03-19i40e: add doxygen comment for new mode parameterJacob Keller1-0/+1
2018-03-19i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem3-3/+22
2018-03-19i40e: Prevent setting link speed on KX_X722Patryk Małek1-1/+2
2018-03-19i40e: Properly check allowed advertisement capabilitiesJan Sokolowski1-9/+7
2018-03-19i40evf: Reorder configure_clsflower to avoid deadlock on errorAlexander Duyck1-12/+11
2018-03-14i40e: restore TCPv4 input set when re-enabling ATRJacob Keller1-0/+9
2018-03-14i40e: fix for wrong partition id calculation on OCP mezz cardsMariusz Stachura2-1/+25
2018-03-14i40e: factor out re-enable functions for ATR and SBJacob Keller1-16/+32
2018-03-14i40e: track filter type statistics when deleting invalid filtersJacob Keller1-8/+48
2018-03-14i40e: Fix permission check for VF MAC filtersFilip Sadowski1-28/+51
2018-03-14i40e: Cleanup i40e_vlan_rx_registerJacob Keller1-17/+4
2018-03-14i40e: Fix attach VF to VM issuePaweł Jabłoński1-0/+11
2018-03-14i40evf/i40evf_main: Fix variable assignment in i40evf_parse_cls_flowerGustavo A R Silva1-1/+1
2018-03-14i40e: remove i40e_fcoe filesCorentin Labbe2-1698/+0
2018-03-12ixgbe: fix disabling hide VLAN on VF resetPaul Greenwalt1-1/+5
2018-03-12e1000e: Fix link check race conditionBenjamin Poirier2-21/+24
2018-03-12Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier3-19/+9
2018-03-12ixgbevf: fix unused variable warningArnd Bergmann1-5/+5
2018-03-12ixgbe: Add receive length error counterTonghao Zhang1-0/+1