Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | net: dpaa: no need to make sure all CPUs receive a corresponding Tx queue | Vladimir Oltean | 2024-07-15 | 1 | -11/+0 | |
| * | | | | | | | net: dpaa: stop ignoring TX queues past the number of CPUs | Vladimir Oltean | 2024-07-15 | 1 | -5/+1 | |
| * | | | | | | | net: dpaa: eliminate NR_CPUS dependency in egress_fqs[] and conf_fqs[] | Vladimir Oltean | 2024-07-15 | 2 | -20/+47 | |
| * | | | | | | | net: dpaa: avoid on-stack arrays of NR_CPUS elements | Vladimir Oltean | 2024-07-15 | 2 | -6/+24 | |
| * | | | | | | | net: airoha: Introduce ethernet support for EN7581 SoC | Lorenzo Bianconi | 2024-07-14 | 3 | -1/+2740 | |
| * | | | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Jakub Kicinski | 2024-07-14 | 6 | -496/+272 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ice: Add tracepoint for adding and removing switch rules | Marcin Szycik | 2024-07-11 | 4 | -2/+43 | |
| | * | | | | | | | ice: Remove unused members from switch API | Marcin Szycik | 2024-07-11 | 4 | -81/+10 | |
| | * | | | | | | | ice: Optimize switch recipe creation | Marcin Szycik | 2024-07-11 | 3 | -337/+212 | |
| | * | | | | | | | ice: remove unused recipe bookkeeping data | Michal Swiatkowski | 2024-07-11 | 3 | -43/+15 | |
| | * | | | | | | | ice: Simplify bitmap setting in adding recipe | Michal Swiatkowski | 2024-07-11 | 1 | -15/+9 | |
| | * | | | | | | | ice: Remove reading all recipes before adding a new one | Michal Swiatkowski | 2024-07-11 | 1 | -27/+2 | |
| | * | | | | | | | ice: Remove unused struct ice_prot_lkup_ext members | Marcin Szycik | 2024-07-11 | 2 | -29/+19 | |
| * | | | | | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | Jakub Kicinski | 2024-07-14 | 23 | -50/+142 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | igc: Remove the internal 'eee_advert' field | Sasha Neftin | 2024-07-11 | 3 | -10/+0 | |
| | * | | | | | | | | ice: remove eswitch rebuild | Michal Swiatkowski | 2024-07-11 | 3 | -24/+0 | |
| | * | | | | | | | | ice: Add support for devlink local_forwarding param | Pawel Kaminski | 2024-07-11 | 4 | -1/+141 | |
| | * | | | | | | | | i40e: correct i40e_addr_to_hkey() name in kdoc | Simon Horman | 2024-07-11 | 1 | -1/+1 | |
| | * | | | | | | | | net: intel: Remove MODULE_AUTHORs | Tony Nguyen | 2024-07-11 | 14 | -14/+0 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | sfc: falcon: Make I2C terminology more inclusive | Easwar Hariharan | 2024-07-14 | 1 | -1/+1 | |
| * | | | | | | | | net: dpaa: Fix compilation Warning | Breno Leitao | 2024-07-14 | 1 | -2/+0 | |
| * | | | | | | | | eth: mlx5: expose NETIF_F_NTUPLE when ARFS is compiled out | Jakub Kicinski | 2024-07-14 | 5 | -12/+24 | |
| * | | | | | | | | net/mlx5: Use set number of max EQs | Daniel Jurgens | 2024-07-14 | 2 | -10/+9 | |
| * | | | | | | | | net/mlx5: Set default max eqs for SFs | Daniel Jurgens | 2024-07-14 | 3 | -1/+26 | |
| * | | | | | | | | net/mlx5: Set sf_eq_usage for SF max EQs | Daniel Jurgens | 2024-07-14 | 1 | -0/+3 | |
| * | | | | | | | | net: mvpp2: Improve data types and use min() | Thorsten Blum | 2024-07-14 | 1 | -6/+6 | |
| * | | | | | | | | Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Jakub Kicinski | 2024-07-13 | 13 | -1392/+1666 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | idpf: use libeth Rx buffer management for payload buffer | Alexander Lobakin | 2024-07-10 | 6 | -246/+120 | |
| | * | | | | | | | | idpf: convert header split mode to libeth + napi_build_skb() | Alexander Lobakin | 2024-07-10 | 4 | -116/+204 | |
| | * | | | | | | | | libeth: support different types of buffers for Rx | Alexander Lobakin | 2024-07-10 | 1 | -11/+121 | |
| | * | | | | | | | | idpf: remove legacy Page Pool Ethtool stats | Alexander Lobakin | 2024-07-10 | 2 | -29/+1 | |
| | * | | | | | | | | idpf: reuse libeth's definitions of parsed ptype structures | Alexander Lobakin | 2024-07-10 | 8 | -252/+153 | |
| | * | | | | | | | | idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQ | Alexander Lobakin | 2024-07-10 | 6 | -19/+44 | |
| | * | | | | | | | | idpf: merge singleq and splitq &net_device_ops | Alexander Lobakin | 2024-07-10 | 4 | -63/+20 | |
| | * | | | | | | | | idpf: strictly assert cachelines of queue and queue vector structures | Alexander Lobakin | 2024-07-10 | 1 | -67/+118 | |
| | * | | | | | | | | idpf: avoid bloating &idpf_q_vector with big %NR_CPUS | Alexander Lobakin | 2024-07-10 | 3 | -18/+22 | |
| | * | | | | | | | | idpf: split &idpf_queue into 4 strictly-typed queue structures | Alexander Lobakin | 2024-07-10 | 7 | -728/+1018 | |
| | * | | | | | | | | idpf: stop using macros for accessing queue descriptors | Alexander Lobakin | 2024-07-10 | 5 | -50/+52 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-07-13 | 5 | -18/+31 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | eth: bnxt: use the indir table from ethtool context | Jakub Kicinski | 2024-07-13 | 3 | -37/+29 | |
| * | | | | | | | | | | eth: bnxt: bump the entry size in indir tables to u32 | Jakub Kicinski | 2024-07-13 | 3 | -9/+9 | |
| * | | | | | | | | | | eth: bnxt: pad out the correct indirection table | Jakub Kicinski | 2024-07-13 | 1 | -1/+1 | |
| * | | | | | | | | | | eth: bnxt: use the RSS context XArray instead of the local list | Jakub Kicinski | 2024-07-13 | 3 | -50/+26 | |
| * | | | | | | | | | | eth: bnxt: use context priv for struct bnxt_rss_ctx | Jakub Kicinski | 2024-07-13 | 3 | -30/+9 | |
| * | | | | | | | | | | eth: bnxt: depend on core cleaning up RSS contexts | Jakub Kicinski | 2024-07-13 | 3 | -9/+6 | |
| * | | | | | | | | | | eth: bnxt: remove rss_ctx_bmap | Jakub Kicinski | 2024-07-13 | 3 | -18/+2 | |
| * | | | | | | | | | | eth: bnxt: move from .set_rxfh to .create_rxfh_context and friends | Jakub Kicinski | 2024-07-13 | 2 | -45/+75 | |
| * | | | | | | | | | | eth: bnxt: allow deleting RSS contexts when the device is down | Jakub Kicinski | 2024-07-13 | 2 | -6/+10 | |
| * | | | | | | | | | | bna: adjust 'name' buf size of bna_tcb and bna_ccb structures | Alexey Kodanev | 2024-07-12 | 2 | -6/+7 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-07-11 | 11 | -35/+97 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | |