summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-03-276-122/+181
|\
| * i40e: add support for XDP_REDIRECTBjörn Töpel2018-03-263-10/+68
| * i40e: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-261-5/+4
| * i40e: re-number feature flags to remove gapsJacob Keller2018-03-261-31/+26
| * i40e: stop using cmpxchg flow in i40e_set_priv_flags()Jacob Keller2018-03-261-14/+5
| * i40e: hold the RTNL lock while changing interrupt schemesJacob Keller2018-03-261-2/+17
| * i40e: move client flags into state bitsJacob Keller2018-03-263-19/+17
| * i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller2018-03-262-5/+5
| * i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-264-26/+27
| * i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller2018-03-262-7/+6
| * i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller2018-03-262-8/+11
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-03-2624-0/+18823
|\ \
| * | ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan2018-03-269-1/+728
| * | ice: Support link events, reset and rebuildAnirudh Venkataramanan2018-03-267-6/+681
| * | ice: Update Tx scheduler tree for VSI multi-Tx queue supportAnirudh Venkataramanan2018-03-268-3/+1006
| * | ice: Add stats and ethtool supportAnirudh Venkataramanan2018-03-269-5/+1828
| * | ice: Add support for VLANs and offloadsAnirudh Venkataramanan2018-03-2610-16/+1631
| * | ice: Implement transmit and NAPI supportAnirudh Venkataramanan2018-03-265-2/+1171
| * | ice: Configure VSIs for Tx/RxAnirudh Venkataramanan2018-03-2614-6/+2729
| * | ice: Add support for switch filter programmingAnirudh Venkataramanan2018-03-267-2/+1935
| * | ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan2018-03-267-0/+1548
| * | ice: Initialize PF and setup miscellaneous interruptAnirudh Venkataramanan2018-03-2610-1/+1025
| * | ice: Get MAC/PHY/link info and scheduler topologyAnirudh Venkataramanan2018-03-268-0/+929
| * | ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan2018-03-2610-1/+1082
| * | ice: Start hardware initializationAnirudh Venkataramanan2018-03-2612-1/+854
| * | ice: Add support for control queuesAnirudh Venkataramanan2018-03-2612-2/+1458
| * | ice: Add basic driver framework for Intel(R) E800 SeriesAnirudh Venkataramanan2018-03-267-0/+264
| |/
* | ethernet: Use octal not symbolic permissionsJoe Perches2018-03-262-2/+2
|/
* ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-231-3/+4
* ixgbevf: Add XDP queue stats reportingTony Nguyen2018-03-231-0/+24
* ixgbevf: Add support for meta dataTony Nguyen2018-03-231-4/+25
* ixgbevf: Delay tail write for XDP packetsTony Nguyen2018-03-231-12/+18
* ixgbevf: Add support for XDP_TX actionTony Nguyen2018-03-233-32/+294
* ixgbevf: Add XDP support for pass and drop actionsTony Nguyen2018-03-233-42/+178
* ixgbe: enable TSO with IPsec offloadShannon Nelson2018-03-232-11/+29
* ixgbe: no need for esp trailer if GSOShannon Nelson2018-03-231-16/+21
* ixgbe: remove unneeded ipsec test in TX pathShannon Nelson2018-03-231-4/+2
* ixgbe: no need for ipsec csum feature checkShannon Nelson2018-03-231-6/+0
* ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt2018-03-231-2/+2
* ixgbe: add status reg reads to ixgbe_check_removePaul Greenwalt2018-03-232-11/+21
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-23168-0/+168
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-234-62/+63
|\
| * e1000e: Fix link check race conditionBenjamin Poirier2018-03-122-21/+24
| * Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier2018-03-123-19/+9
| * e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat2018-03-051-2/+2
| * e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2018-03-052-2/+2
| * e1000e: Avoid missed interrupts following ICR readBenjamin Poirier2018-03-052-8/+24
| * e1000e: Fix queue interrupt re-raising in Other interruptBenjamin Poirier2018-03-051-0/+3
| * Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Benjamin Poirier2018-03-051-14/+2
| * e1000e: Remove Other from EIACBenjamin Poirier2018-03-051-2/+3
OpenPOWER on IntegriCloud