summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfc: functions to insert/remove conntrack entries to MAE hardwareEdward Cree2023-08-093-0/+274
* sfc: functions to register for conntrack zone offloadEdward Cree2023-08-095-1/+156
* sfc: add MAE table machinery for conntrack tableEdward Cree2023-08-095-1/+308
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-08-0914-161/+279
|\
| * ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel2023-08-076-133/+99
| * ice: add FW load waitJan Sokolowski2023-08-072-0/+39
| * ice: Add get C827 PHY index functionKarol Kolacinski2023-08-074-0/+67
| * ice: Rename enum ice_pkt_flags valuesMarcin Szycik2023-08-072-7/+7
| * ice: Add direction metadataMarcin Szycik2023-08-074-19/+28
| * ice: Accept LAG netdevs in bridge offloadsWojciech Drewek2023-08-071-5/+42
* | Merge tag 'mlx5-updates-2023-08-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-08-0922-280/+309
|\ \
| * | net/mlx5: Bridge, Only handle registered netdev bridge eventsRoi Dayan2023-08-071-0/+4
| * | net/mlx5: E-Switch, Remove redundant arg ignore_flow_lvlRoi Dayan2023-08-071-4/+2
| * | net/mlx5: Fix typo reminder -> remainderGal Pressman2023-08-071-3/+3
| * | net/mlx5: remove many unnecessary NULL valuesRuan Jinjie2023-08-072-3/+3
| * | net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla2023-08-0711-48/+54
| * | net/mlx5: Handle SF IRQ request in the absence of SF IRQ poolMaher Sanalla2023-08-072-10/+26
| * | net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla2023-08-077-8/+8
| * | net/mlx5: Add IRQ vector to CPU lookup functionMaher Sanalla2023-08-074-8/+20
| * | net/mlx5: Introduce mlx5_cpumask_default_spreadMaher Sanalla2023-08-071-6/+14
| * | net/mlx5: Implement single completion EQ create/destroy methodsMaher Sanalla2023-08-071-71/+66
| * | net/mlx5: Use xarray to store and manage completion EQsMaher Sanalla2023-08-071-26/+24
| * | net/mlx5: Refactor completion IRQ request/release handlers in EQ layerMaher Sanalla2023-08-071-58/+51
| * | net/mlx5: Use xarray to store and manage completion IRQsMaher Sanalla2023-08-071-32/+29
| * | net/mlx5: Refactor completion IRQ request/release APIMaher Sanalla2023-08-074-103/+101
| * | net/mlx5: Track the current number of completion EQsMaher Sanalla2023-08-071-10/+14
| |/
* | docs: net: page_pool: de-duplicate the intro commentJakub Kicinski2023-08-092-28/+14
* | devlink: Remove unused devlink_dpipe_table_resource_set() declarationYue Haibing2023-08-091-3/+0
* | net: fq: Remove unused typedef fq_flow_get_default_tYue Haibing2023-08-091-5/+0
* | net/tls: avoid TCP window full during ->read_sock()Hannes Reinecke2023-08-091-8/+5
* | ipv6: exthdrs: Replace opencoded swap() implementationZiyang Xuan2023-08-091-4/+1
* | net/ipv4: return the real errno instead of -EINVALxu xin2023-08-091-1/+1
* | Merge branch 'net-renesas-rswitch-add-speed-change-support'Jakub Kicinski2023-08-092-3/+27
|\ \
| * | net: renesas: rswitch: Add .[gs]et_link_ksettings supportYoshihiro Shimoda2023-08-091-0/+2
| * | net: renesas: rswitch: Add runtime speed change supportYoshihiro Shimoda2023-08-092-3/+25
|/ /
* | rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma2023-08-095-15/+0
* | Merge branch 'bnxt_en-fix-2-compile-warnings-in-bnxt_dcb-c'Jakub Kicinski2023-08-092-569/+101
|\ \
| * | bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.cMichael Chan2023-08-092-284/+49
| * | bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()Michael Chan2023-08-092-285/+52
|/ /
* | net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()Dan Carpenter2023-08-092-2/+2
* | Merge branch 'team-do-some-cleanups-in-team-driver'Jakub Kicinski2023-08-096-78/+48
|\ \
| * | team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_se...Zhengchao Shao2023-08-091-8/+3
| * | team: change the getter function in the team_option structure to voidZhengchao Shao2023-08-094-48/+33
| * | team: change the init function in the team_option structure to voidZhengchao Shao2023-08-094-19/+11
| * | team: remove unreferenced header in broadcast and roundrobin filesZhengchao Shao2023-08-092-2/+0
| * | team: add __exit modifier to team_nl_fini()Zhengchao Shao2023-08-091-1/+1
|/ /
* | Merge branch 'net-fs_enet-driver-cleanup'Jakub Kicinski2023-08-0913-197/+27
|\ \
| * | net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macrosChristophe Leroy2023-08-092-5/+5
| * | net: fs_enet: Remove linux/fs_enet_pd.hChristophe Leroy2023-08-092-119/+0
| * | net: fs_enet: Don't include fs_enet_pd.h when not neededChristophe Leroy2023-08-093-3/+0