summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | net: dpaa: no need to make sure all CPUs receive a corresponding Tx queueVladimir Oltean2024-07-151-11/+0
| * | | | | | | net: dpaa: stop ignoring TX queues past the number of CPUsVladimir Oltean2024-07-151-5/+1
| * | | | | | | net: dpaa: eliminate NR_CPUS dependency in egress_fqs[] and conf_fqs[]Vladimir Oltean2024-07-152-20/+47
| * | | | | | | net: dpaa: avoid on-stack arrays of NR_CPUS elementsVladimir Oltean2024-07-152-6/+24
| * | | | | | | net: airoha: Introduce ethernet support for EN7581 SoCLorenzo Bianconi2024-07-143-1/+2740
| * | | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-07-146-496/+272
| |\ \ \ \ \ \ \
| | * | | | | | | ice: Add tracepoint for adding and removing switch rulesMarcin Szycik2024-07-114-2/+43
| | * | | | | | | ice: Remove unused members from switch APIMarcin Szycik2024-07-114-81/+10
| | * | | | | | | ice: Optimize switch recipe creationMarcin Szycik2024-07-113-337/+212
| | * | | | | | | ice: remove unused recipe bookkeeping dataMichal Swiatkowski2024-07-113-43/+15
| | * | | | | | | ice: Simplify bitmap setting in adding recipeMichal Swiatkowski2024-07-111-15/+9
| | * | | | | | | ice: Remove reading all recipes before adding a new oneMichal Swiatkowski2024-07-111-27/+2
| | * | | | | | | ice: Remove unused struct ice_prot_lkup_ext membersMarcin Szycik2024-07-112-29/+19
| * | | | | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-07-1423-50/+142
| |\ \ \ \ \ \ \ \
| | * | | | | | | | igc: Remove the internal 'eee_advert' fieldSasha Neftin2024-07-113-10/+0
| | * | | | | | | | ice: remove eswitch rebuildMichal Swiatkowski2024-07-113-24/+0
| | * | | | | | | | ice: Add support for devlink local_forwarding paramPawel Kaminski2024-07-114-1/+141
| | * | | | | | | | i40e: correct i40e_addr_to_hkey() name in kdocSimon Horman2024-07-111-1/+1
| | * | | | | | | | net: intel: Remove MODULE_AUTHORsTony Nguyen2024-07-1114-14/+0
| | |/ / / / / / /
| * | | | | | | | sfc: falcon: Make I2C terminology more inclusiveEaswar Hariharan2024-07-141-1/+1
| * | | | | | | | net: dpaa: Fix compilation WarningBreno Leitao2024-07-141-2/+0
| * | | | | | | | eth: mlx5: expose NETIF_F_NTUPLE when ARFS is compiled outJakub Kicinski2024-07-145-12/+24
| * | | | | | | | net/mlx5: Use set number of max EQsDaniel Jurgens2024-07-142-10/+9
| * | | | | | | | net/mlx5: Set default max eqs for SFsDaniel Jurgens2024-07-143-1/+26
| * | | | | | | | net/mlx5: Set sf_eq_usage for SF max EQsDaniel Jurgens2024-07-141-0/+3
| * | | | | | | | net: mvpp2: Improve data types and use min()Thorsten Blum2024-07-141-6/+6
| * | | | | | | | Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-07-1313-1392/+1666
| |\ \ \ \ \ \ \ \
| | * | | | | | | | idpf: use libeth Rx buffer management for payload bufferAlexander Lobakin2024-07-106-246/+120
| | * | | | | | | | idpf: convert header split mode to libeth + napi_build_skb()Alexander Lobakin2024-07-104-116/+204
| | * | | | | | | | libeth: support different types of buffers for RxAlexander Lobakin2024-07-101-11/+121
| | * | | | | | | | idpf: remove legacy Page Pool Ethtool statsAlexander Lobakin2024-07-102-29/+1
| | * | | | | | | | idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin2024-07-108-252/+153
| | * | | | | | | | idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQAlexander Lobakin2024-07-106-19/+44
| | * | | | | | | | idpf: merge singleq and splitq &net_device_opsAlexander Lobakin2024-07-104-63/+20
| | * | | | | | | | idpf: strictly assert cachelines of queue and queue vector structuresAlexander Lobakin2024-07-101-67/+118
| | * | | | | | | | idpf: avoid bloating &idpf_q_vector with big %NR_CPUSAlexander Lobakin2024-07-103-18/+22
| | * | | | | | | | idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin2024-07-107-728/+1018
| | * | | | | | | | idpf: stop using macros for accessing queue descriptorsAlexander Lobakin2024-07-105-50/+52
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-135-18/+31
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | eth: bnxt: use the indir table from ethtool contextJakub Kicinski2024-07-133-37/+29
| * | | | | | | | | | eth: bnxt: bump the entry size in indir tables to u32Jakub Kicinski2024-07-133-9/+9
| * | | | | | | | | | eth: bnxt: pad out the correct indirection tableJakub Kicinski2024-07-131-1/+1
| * | | | | | | | | | eth: bnxt: use the RSS context XArray instead of the local listJakub Kicinski2024-07-133-50/+26
| * | | | | | | | | | eth: bnxt: use context priv for struct bnxt_rss_ctxJakub Kicinski2024-07-133-30/+9
| * | | | | | | | | | eth: bnxt: depend on core cleaning up RSS contextsJakub Kicinski2024-07-133-9/+6
| * | | | | | | | | | eth: bnxt: remove rss_ctx_bmapJakub Kicinski2024-07-133-18/+2
| * | | | | | | | | | eth: bnxt: move from .set_rxfh to .create_rxfh_context and friendsJakub Kicinski2024-07-132-45/+75
| * | | | | | | | | | eth: bnxt: allow deleting RSS contexts when the device is downJakub Kicinski2024-07-132-6/+10
| * | | | | | | | | | bna: adjust 'name' buf size of bna_tcb and bna_ccb structuresAlexey Kodanev2024-07-122-6/+7
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-1111-35/+97
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |