summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice, xsk: Move Rx allocation out of while-loopBjörn Töpel2020-12-151-6/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-126-38/+94
|\
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2020-12-105-34/+90
| |\
| | * ice: avoid premature Rx buffer reuseBjörn Töpel2020-12-101-9/+22
| | * ixgbe: avoid premature Rx buffer reuseBjörn Töpel2020-12-101-7/+17
| | * i40e: avoid premature Rx buffer reuseBjörn Töpel2020-12-101-7/+20
| | * igb: avoid transmit queue timeout in xdp pathSven Auhagen2020-12-101-0/+5
| | * igb: use xdp_do_flushSven Auhagen2020-12-101-1/+1
| | * igb: skb add metasize for xdpSven Auhagen2020-12-101-0/+4
| | * igb: XDP extack message on errorSven Auhagen2020-12-101-5/+12
| | * igb: take VLAN double header into accountSven Auhagen2020-12-102-4/+8
| | * igb: XDP xmit back fix error codeSven Auhagen2020-12-101-1/+1
| * | e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits2020-12-101-4/+4
| |/
* | igc: Add new device IDSasha Neftin2020-12-103-0/+3
* | ice: Add space to unknown speedSimon Perron Caissy2020-12-091-1/+1
* | ice: join format strings to same line as ice_debugJacob Keller2020-12-097-160/+80
* | ice: silence static analysis warningBruce Allan2020-12-091-1/+1
* | ice: cleanup misleading commentBruce Allan2020-12-091-3/+3
* | ice: Remove vlan_ena from vsi structureNick Nunley2020-12-092-8/+4
* | ice: Remove gate to OROM initJeb Cramer2020-12-091-26/+0
* | ice: Enable Support for FW Override (E82X)Jeb Cramer2020-12-091-4/+0
* | ice: don't always return an error for Get PHY Abilities AQ commandPaul M Stillwell Jr2020-12-091-1/+2
* | ice: cleanup stack hogBruce Allan2020-12-091-18/+26
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-049-46/+119
|\ \
| * | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-016-7/+7
| * | i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson2020-11-174-35/+112
| * | i40e: Remove unnecessary sw_ring access from xsk TxMagnus Karlsson2020-11-171-5/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-283-18/+31
|\ \ \ | | |/ | |/|
| * | i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch2020-11-243-18/+31
| |/
* | igbvf: Refactor tracesKaren Sornek2020-11-241-2/+2
* | i40e: report correct VF link speed when link state is set to enableStefan Assmann2020-11-241-2/+3
* | i40e: remove redundant assignmentMarek Majtyka2020-11-241-1/+0
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-241-0/+1
* | devlink: move flash end and begin to core devlinkJacob Keller2020-11-201-4/+1
* | devlink: move request_firmware out of driverJacob Keller2020-11-201-13/+1
|/
* igc: Fix returning wrong statisticsVinicius Costa Gomes2020-11-111-6/+8
* i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()Dan Carpenter2020-11-111-1/+1
* i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba2020-11-111-2/+24
* net: remove unneeded breakTom Rix2020-10-201-1/+0
* ixgbe: fix probing of multi-port devices with one MDIOJakub Kicinski2020-10-181-9/+14
* e1000: remove unused and incorrect codeJesse Brandeburg2020-10-141-9/+1
* i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin2020-10-145-12/+49
* ice: fix adding IP4 IP6 Flow Director rulesDan Nowlin2020-10-091-1/+61
* ice: Fix pointer cast warningsBixuan Cui2020-10-091-2/+2
* ice: add additional debug logging for firmware updateJacob Keller2020-10-093-6/+33
* ice: refactor devlink_port to be per-VSIJacob Keller2020-10-095-33/+45
* ice: add the DDP Track ID to devlink infoJacob Keller2020-10-091-0/+8
* ice: Change ice_info_get_dsn to be voidAnirudh Venkataramanan2020-10-091-8/+2
* ice: remove repeated wordsBruce Allan2020-10-094-5/+5
* ice: devlink: use %*phD to print small bufferAndy Shevchenko2020-10-091-3/+1