summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* intel-ethernet: use correct module licenseJesse Brandeburg2018-09-1812-13/+13
* iavf: finish renaming files to iavfJesse Brandeburg2018-09-1816-21/+21
* iavf: rename most of i40e stringsJesse Brandeburg2018-09-1817-1407/+1366
* iavf: tracing infrastructure renameJesse Brandeburg2018-09-183-22/+22
* iavf: replace i40e_debug with iavf versionJesse Brandeburg2018-09-185-23/+23
* iavf: rename i40e_hw to iavf_hwJesse Brandeburg2018-09-189-99/+98
* iavf: rename I40E_ADMINQ_DESCJesse Brandeburg2018-09-182-11/+11
* iavf: rename device ID definesJesse Brandeburg2018-09-185-78/+27
* iavf: remove references to old namesJesse Brandeburg2018-09-189-273/+269
* iavf: move i40evf files to new nameJesse Brandeburg2018-09-189-11/+11
* iavf: rename i40e_status to iavf_statusJesse Brandeburg2018-09-1810-132/+119
* iavf: rename functions and structs to new nameJesse Brandeburg2018-09-1814-1691/+1665
* iavf: diet and reformatJesse Brandeburg2018-09-188-4014/+6
* intel-ethernet: rename i40evf to iavfJesse Brandeburg2018-09-1826-24/+31
* i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller2018-09-084-444/+436
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-318-93/+1385
|\
| * xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson2018-09-011-2/+2
| * i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson2018-09-011-4/+2
| * i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson2018-08-294-1/+186
| * i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson2018-08-292-33/+61
| * i40e: add AF_XDP zero-copy Rx supportBjörn Töpel2018-08-297-11/+775
| * i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel2018-08-292-20/+44
| * i40e: refactor Rx path for re-useBjörn Töpel2018-08-291-34/+77
| * i40e: added queue pair disable/enable functionsBjörn Töpel2018-08-291-0/+250
* | i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek2018-08-301-0/+10
* | i40evf: cancel workqueue sync for adminq when a VF is removedLihong Yang2018-08-301-0/+2
* | i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek2018-08-301-0/+8
* | i40evf: Don't enable vlan stripping when rx offload is turned onPatryk Małek2018-08-301-5/+6
* | i40e: Check and correct speed values for link on openJan Sokolowski2018-08-301-3/+24
* | i40e: report correct statistics when XDP is enabledBjörn Töpel2018-08-301-11/+13
* | i40e: static analysis report from communityMartyna Szapar2018-08-301-1/+1
* | i40evf: set IFF_UNICAST_FLT flag for the VFLihong Yang2018-08-301-0/+2
* | i40e: use correct length for strncpyMitch Williams2018-08-301-1/+2
* | i40evf: Validate the number of queues a PF sendsPaul M Stillwell Jr2018-08-301-0/+32
* | i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński2018-08-302-5/+14
* | i40evf: update ethtool stats code and use helper functionsJacob Keller2018-08-302-60/+298
* | i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.hJacob Keller2018-08-302-181/+222
* | i40e: convert queue stats to i40e_stats arrayJacob Keller2018-08-301-59/+89
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-08-2817-1199/+3326
|\
| * ice: Fix and update driver version stringAnirudh Venkataramanan2018-08-281-1/+1
| * ice: Introduce SERVICE_DIS flag and service routine functionsAkeem G Abodunrin2018-08-282-7/+28
| * ice: Enable VSI Rx/Tx pruning only when VLAN 0 is activeBrett Creeley2018-08-281-9/+85
| * ice: Enable firmware logging during device initialization.Hieu Tran2018-08-285-2/+286
| * ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash2018-08-283-1/+181
| * ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari2018-08-285-0/+331
| * ice: Clean up register fileAnirudh Venkataramanan2018-08-281-229/+188
| * ice: Implement handlers for ethtool PHY/link operationsChinh Cao2018-08-284-53/+891
| * ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan2018-08-287-171/+580
| * ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan2018-08-285-553/+500
| * ice: Code optimization for ice_fill_sw_rule()Zhenning Xiao2018-08-281-8/+10