aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-25/+57
2024-07-11igc: Remove the internal 'eee_advert' fieldSasha Neftin3-10/+0
2024-07-11ice: remove eswitch rebuildMichal Swiatkowski3-24/+0
2024-07-11ice: Add support for devlink local_forwarding paramPawel Kaminski4-1/+141
2024-07-11i40e: correct i40e_addr_to_hkey() name in kdocSimon Horman1-1/+1
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen14-14/+0
2024-07-11ice: Add tracepoint for adding and removing switch rulesMarcin Szycik4-2/+43
2024-07-11ice: Remove unused members from switch APIMarcin Szycik4-81/+10
2024-07-11ice: Optimize switch recipe creationMarcin Szycik3-337/+212
2024-07-11ice: remove unused recipe bookkeeping dataMichal Swiatkowski3-43/+15
2024-07-11ice: Simplify bitmap setting in adding recipeMichal Swiatkowski1-15/+9
2024-07-11ice: Remove reading all recipes before adding a new oneMichal Swiatkowski1-27/+2
2024-07-11ice: Remove unused struct ice_prot_lkup_ext membersMarcin Szycik2-29/+19
2024-07-10ice: Implement driver functionality to dump serdes equalizer valuesAnil Samal5-2/+245
2024-07-10ice: Implement driver functionality to dump fec statisticsAnil Samal5-0/+403
2024-07-10ice: Extend Sideband Queue command to support flagsAnil Samal3-13/+14
2024-07-10e1000e: fix force smbus during suspend flowVitaly Lifshits1-20/+53
2024-07-10idpf: use libeth Rx buffer management for payload bufferAlexander Lobakin6-246/+120
2024-07-10idpf: convert header split mode to libeth + napi_build_skb()Alexander Lobakin4-116/+204
2024-07-10libeth: support different types of buffers for RxAlexander Lobakin1-11/+121
2024-07-10idpf: remove legacy Page Pool Ethtool statsAlexander Lobakin2-29/+1
2024-07-10idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin8-252/+153
2024-07-10idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQAlexander Lobakin6-19/+44
2024-07-10idpf: merge singleq and splitq &net_device_opsAlexander Lobakin4-63/+20
2024-07-10idpf: strictly assert cachelines of queue and queue vector structuresAlexander Lobakin1-67/+118
2024-07-10idpf: avoid bloating &idpf_q_vector with big %NR_CPUSAlexander Lobakin3-18/+22
2024-07-10idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin7-728/+1018
2024-07-10idpf: stop using macros for accessing queue descriptorsAlexander Lobakin5-50/+52
2024-07-09i40e: Fix XDP program unloading while removing the driverMichal Kubiak1-5/+4
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-97/+177
2024-07-03ice: use proper macro for testing bitPetr Oros1-1/+1
2024-07-03ice: Reject pin requests with unsupported flagsJacob Keller2-16/+23
2024-07-03ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-03ice: Fix improper extts handlingMilena Olech2-22/+91
2024-07-01e1000e: Fix S0ix residency on corporate systemsDima Ruinskiy1-66/+66
2024-06-28ice: do not init struct ice_adapter more times than neededPrzemek Kitszel1-32/+28
2024-06-28ice: Distinguish driver reset and removal for AQ shutdownPiotr Gardocki3-12/+15
2024-06-28ice: Allow different FW API versions based on MAC typePaul Greenwalt2-7/+19
2024-06-28ice: Check all ice_vsi_rebuild() errors in functionEric Joyner1-2/+11
2024-06-28ice: Add get/set hw address for VFs using devlink commandsKarthik Sundaravel3-10/+91
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2024-06-23ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski1-1/+9
2024-06-21ice: update representor when VSI is readyMichal Swiatkowski3-10/+17
2024-06-21ice: move VSI configuration outside repr setupMichal Swiatkowski3-15/+57
2024-06-21ice: move devlink locking outside the port creationMichal Swiatkowski4-8/+9
2024-06-21ice: store representor ID in bridge portMichal Swiatkowski4-8/+7
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+34
2024-06-20igb: Add MII write supportJackie Jone1-0/+4
2024-06-19ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik1-2/+4
2024-06-17Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman9-107/+246