summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-168-26/+36
|\
| * ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov2021-12-151-0/+3
| * ixgbe: Document how to enable NBASE-T supportRobert Schlabbach2021-12-151-0/+4
| * igc: Fix typo in i225 LTR functionsSasha Neftin2021-12-151-1/+1
| * igbvf: fix double free in `igbvf_probe`Letu Ren2021-12-151-0/+1
| * igb: Fix removal of unicast MAC filters of VFsKaren Sornek2021-12-151-14/+14
| * ice: Don't put stale timestamps in the skbKarol Kolacinski2021-12-142-7/+10
| * ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski2021-12-141-1/+1
| * iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann2021-12-131-1/+0
| * iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter2021-12-131-2/+2
* | ice: use modern kernel API for kickJesse Brandeburg2021-12-151-4/+5
* | ice: tighter control over VSI_DOWN stateJesse Brandeburg2021-12-152-5/+8
* | ice: use prefetch methodsJesse Brandeburg2021-12-151-1/+12
* | ice: update to newer kernel APIJesse Brandeburg2021-12-151-9/+9
* | ice: support immediate firmware activation via devlink reloadJacob Keller2021-12-1510-27/+308
* | ice: reduce time to read Option ROM CIVD dataJacob Keller2021-12-151-12/+36
* | ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller2021-12-153-72/+39
* | ice: move and rename ice_check_for_pending_updateJacob Keller2021-12-153-77/+77
* | ice: devlink: add shadow-ram region to snapshot Shadow RAMJacob Keller2021-12-152-5/+89
* | ice: Remove unused ICE_FLOW_SEG_HDRS_L2_MASKTony Nguyen2021-12-141-2/+0
* | ice: Remove unnecessary castsDan Carpenter2021-12-141-4/+2
* | ice: Propagate error codesTony Nguyen2021-12-148-99/+45
* | ice: Remove excess error variablesTony Nguyen2021-12-1410-282/+223
* | ice: Cleanup after ice_status removalTony Nguyen2021-12-1428-350/+265
* | ice: Remove enum ice_statusTony Nguyen2021-12-1422-654/+568
* | ice: Use int for ice_statusTony Nguyen2021-12-1433-859/+863
* | ice: Remove string printing for ice_statusTony Nguyen2021-12-149-236/+163
* | ice: Refactor status flow for DDP loadWojciech Drewek2021-12-144-182/+272
* | ice: Refactor promiscuous functionsBrett Creeley2021-12-144-102/+156
* | ice: refactor PTYPE validatingJeff Guo2021-12-144-372/+133
* | ice: Add package PTYPE enable informationHaiyue Wang2021-12-144-0/+98
* | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-146-24/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-0914-85/+165
|\|
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2021-12-089-47/+74
| |\
| | * ice: safer stats processingJesse Brandeburg2021-12-081-11/+18
| | * ice: fix adding different tunnelsMichal Swiatkowski2021-12-076-13/+25
| | * ice: fix choosing UDP header typeMichal Swiatkowski2021-12-071-17/+10
| | * ice: ignore dropped packets during initJesse Brandeburg2021-12-071-0/+3
| | * ice: Fix problems with DSCP QoS implementationDave Ertman2021-12-071-6/+12
| | * ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt2021-12-071-0/+4
| | * ice: fix FDIR init missing when reset VFYahui Cao2021-12-071-0/+2
| * | i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski2021-12-061-0/+8
| * | i40e: Fix pre-set max number of queues for VFMateusz Palczewski2021-12-061-5/+0
| * | i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek2021-12-062-22/+50
| * | iavf: Fix reporting when setting descriptor countMichal Maloszewski2021-12-061-11/+32
| * | iavf: restore MSI state on resetMitch Williams2021-12-011-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-0/+1
|\|
| * ice: xsk: clear status_error0 for each allocated descMaciej Fijalkowski2021-11-301-0/+1
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-12-015-44/+69
|\ \
| * | iavf: Fix displaying queue statistics shown by ethtoolJedrzej Jagielski2021-11-301-11/+19