summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley5-51/+135
2021-12-17iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley3-94/+453
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley3-52/+240
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-26/+36
2021-12-15ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov1-0/+3
2021-12-15ixgbe: Document how to enable NBASE-T supportRobert Schlabbach1-0/+4
2021-12-15igc: Fix typo in i225 LTR functionsSasha Neftin1-1/+1
2021-12-15igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-12-15igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14
2021-12-15ice: use modern kernel API for kickJesse Brandeburg1-4/+5
2021-12-15ice: tighter control over VSI_DOWN stateJesse Brandeburg2-5/+8
2021-12-15ice: use prefetch methodsJesse Brandeburg1-1/+12
2021-12-15ice: update to newer kernel APIJesse Brandeburg1-9/+9
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller10-27/+308
2021-12-15ice: reduce time to read Option ROM CIVD dataJacob Keller1-12/+36
2021-12-15ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller3-72/+39
2021-12-15ice: move and rename ice_check_for_pending_updateJacob Keller3-77/+77
2021-12-15ice: devlink: add shadow-ram region to snapshot Shadow RAMJacob Keller2-5/+89
2021-12-14ice: Don't put stale timestamps in the skbKarol Kolacinski2-7/+10
2021-12-14ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski1-1/+1
2021-12-14ice: Remove unused ICE_FLOW_SEG_HDRS_L2_MASKTony Nguyen1-2/+0
2021-12-14ice: Remove unnecessary castsDan Carpenter1-4/+2
2021-12-14ice: Propagate error codesTony Nguyen8-99/+45
2021-12-14ice: Remove excess error variablesTony Nguyen10-282/+223
2021-12-14ice: Cleanup after ice_status removalTony Nguyen28-350/+265
2021-12-14ice: Remove enum ice_statusTony Nguyen22-654/+568
2021-12-14ice: Use int for ice_statusTony Nguyen33-859/+863
2021-12-14ice: Remove string printing for ice_statusTony Nguyen9-236/+163
2021-12-14ice: Refactor status flow for DDP loadWojciech Drewek4-182/+272
2021-12-14ice: Refactor promiscuous functionsBrett Creeley4-102/+156
2021-12-14ice: refactor PTYPE validatingJeff Guo4-372/+133
2021-12-14ice: Add package PTYPE enable informationHaiyue Wang4-0/+98
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu6-24/+0
2021-12-13iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann1-1/+0
2021-12-13iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter1-2/+2
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-85/+165
2021-12-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski9-47/+74
2021-12-08ice: safer stats processingJesse Brandeburg1-11/+18
2021-12-07ice: fix adding different tunnelsMichal Swiatkowski6-13/+25
2021-12-07ice: fix choosing UDP header typeMichal Swiatkowski1-17/+10
2021-12-07ice: ignore dropped packets during initJesse Brandeburg1-0/+3
2021-12-07ice: Fix problems with DSCP QoS implementationDave Ertman1-6/+12
2021-12-07ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt1-0/+4
2021-12-07ice: fix FDIR init missing when reset VFYahui Cao1-0/+2
2021-12-06i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski1-0/+8
2021-12-06i40e: Fix pre-set max number of queues for VFMateusz Palczewski1-5/+0
2021-12-06i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek2-22/+50
2021-12-06iavf: Fix reporting when setting descriptor countMichal Maloszewski1-11/+32
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-12-01iavf: restore MSI state on resetMitch Williams1-0/+1