summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-11-24i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch3-18/+31
2020-11-11igc: Fix returning wrong statisticsVinicius Costa Gomes1-6/+8
2020-11-11i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()Dan Carpenter1-1/+1
2020-11-11i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba1-2/+24
2020-10-20net: remove unneeded breakTom Rix1-1/+0
2020-10-18ixgbe: fix probing of multi-port devices with one MDIOJakub Kicinski1-9/+14
2020-10-14e1000: remove unused and incorrect codeJesse Brandeburg1-9/+1
2020-10-14i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin5-12/+49
2020-10-09ice: fix adding IP4 IP6 Flow Director rulesDan Nowlin1-1/+61
2020-10-09ice: Fix pointer cast warningsBixuan Cui1-2/+2
2020-10-09ice: add additional debug logging for firmware updateJacob Keller3-6/+33
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller5-33/+45
2020-10-09ice: add the DDP Track ID to devlink infoJacob Keller1-0/+8
2020-10-09ice: Change ice_info_get_dsn to be voidAnirudh Venkataramanan1-8/+2
2020-10-09ice: remove repeated wordsBruce Allan4-5/+5
2020-10-09ice: devlink: use %*phD to print small bufferAndy Shevchenko1-3/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-57/+83
2020-09-30ice: preserve NVM capabilities in safe modeJacob Keller1-22/+27
2020-09-30ice: increase maximum wait time for flash write commandsJacob Keller1-2/+8
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior8-13/+0
2020-09-30net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocationSebastian Andrzej Siewior1-2/+2
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-11/+26
2020-09-29e1000e: Add support for Meteor LakeSasha Neftin5-0/+21
2020-09-29igc: Clean up nvm_info structureSasha Neftin1-3/+0
2020-09-29igc: Reject schedules with a base_time in the futureVinicius Costa Gomes1-2/+23
2020-09-29igc: Export a way to read the PTP timerVinicius Costa Gomes2-4/+4
2020-09-29igc: Remove reset disable flagSasha Neftin1-1/+0
2020-09-29igc: Save PTP time before a resetVinicius Costa Gomes3-3/+29
2020-09-29igc: Remove references to SYSTIMR registerVinicius Costa Gomes1-10/+2
2020-09-29igc: Expose LPI countersSasha Neftin3-0/+7
2020-09-29igc: Clean RX descriptor error flagsAndre Guedes2-16/+3
2020-09-29igc: Remove timeout check from ptp_tx workAndre Guedes1-6/+0
2020-09-29igc: Don't reschedule ptp_tx workAndre Guedes1-5/+4
2020-09-29igc: Rename IGC_TSYNCTXCTL_VALID macroAndre Guedes2-2/+2
2020-09-29igc: Add new device ID'sSasha Neftin3-0/+15
2020-09-29igb: read PBA number from flashGal Hammer1-1/+3
2020-09-29igb: add XDP supportSven Auhagen3-36/+481
2020-09-28ice: convert to new udp_tunnel infrastructureJakub Kicinski5-206/+135
2020-09-28ice: remove unused args from ice_get_open_tunnel_port()Jakub Kicinski4-12/+6
2020-09-28i40e: convert to new udp_tunnel infrastructureJakub Kicinski2-219/+51
2020-09-26ice: add support for flash update overwrite maskJacob Keller3-4/+33
2020-09-26devlink: convert flash_update to use params structureJacob Keller1-5/+5
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller1-7/+2
2020-09-26intel: handle unused assignmentsJesse Brandeburg3-149/+131
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg38-129/+185
2020-09-25ice: fix memory leak in ice_vsi_setupJacob Keller1-1/+13
2020-09-25ice: fix memory leak if register_netdev_failsJacob Keller3-19/+6
2020-09-25ice: Fix call trace on suspendAnirudh Venkataramanan1-0/+1
2020-09-25iavf: Fix incorrect adapter get in iavf_resumeSylwester Dziedziuch1-2/+2
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-18/+43