aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-07-13sfc: falcon: Make I2C terminology more inclusiveEaswar Hariharan1-1/+1
2024-07-13net: dpaa: Fix compilation WarningBreno Leitao1-2/+0
2024-07-13eth: mlx5: expose NETIF_F_NTUPLE when ARFS is compiled outJakub Kicinski5-12/+24
2024-07-13net/mlx5: Use set number of max EQsDaniel Jurgens2-10/+9
2024-07-13net/mlx5: Set default max eqs for SFsDaniel Jurgens3-1/+26
2024-07-13net/mlx5: Set sf_eq_usage for SF max EQsDaniel Jurgens1-0/+3
2024-07-13net: mvpp2: Improve data types and use min()Thorsten Blum1-6/+6
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner77-680/+1351
2024-07-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski13-1392/+1666
2024-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-18/+31
2024-07-12eth: bnxt: use the indir table from ethtool contextJakub Kicinski3-37/+29
2024-07-12eth: bnxt: bump the entry size in indir tables to u32Jakub Kicinski3-9/+9
2024-07-12eth: bnxt: pad out the correct indirection tableJakub Kicinski1-1/+1
2024-07-12eth: bnxt: use the RSS context XArray instead of the local listJakub Kicinski3-50/+26
2024-07-12eth: bnxt: use context priv for struct bnxt_rss_ctxJakub Kicinski3-30/+9
2024-07-12eth: bnxt: depend on core cleaning up RSS contextsJakub Kicinski3-9/+6
2024-07-12eth: bnxt: remove rss_ctx_bmapJakub Kicinski3-18/+2
2024-07-12eth: bnxt: move from .set_rxfh to .create_rxfh_context and friendsJakub Kicinski2-45/+75
2024-07-12eth: bnxt: allow deleting RSS contexts when the device is downJakub Kicinski2-6/+10
2024-07-12bnxt_en: Fix crash in bnxt_get_max_rss_ctx_ring()Michael Chan1-0/+3
2024-07-12octeontx2-af: fix issue with IPv4 match for RSSSatheesh Paul1-3/+4
2024-07-12octeontx2-af: fix issue with IPv6 ext match for RSSKiran Kumar K1-1/+4
2024-07-12octeontx2-af: fix detection of IP layerMichal Mazur1-2/+6
2024-07-12octeontx2-af: fix a issue with cpt_lf_alloc mailboxSrujana Challa1-1/+1
2024-07-12octeontx2-af: replace cpt slot with lf id on reg writeNithin Dabilpuram1-7/+16
2024-07-12bna: adjust 'name' buf size of bna_tcb and bna_ccb structuresAlexey Kodanev2-6/+7
2024-07-11i40e: fix: remove needless retries of NVM updateAleksandr Loktionov1-4/+0
2024-07-11net/mlx5: Expose SFs IRQsShay Drory5-11/+43
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-35/+97
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-11net: ks8851: Fix potential TX stall after interface reopenRonald Wahl1-1/+1
2024-07-11net: ethernet: mtk-star-emac: set mac_managed_pm when probingJian Hui Lee1-0/+7
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