summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: reduce stack usage in do_execute_actionsIlya Maximets2023-10-011-12/+11
* Merge branch 'dev-stats-virtio-l2tp_eth'David S. Miller2023-10-014-40/+31
|\
| * net: l2tp_eth: use generic dev->stats fieldsEric Dumazet2023-10-011-22/+12
| * virtio_net: avoid data-races on dev->stats fieldsEric Dumazet2023-10-011-15/+15
| * net: add DEV_STATS_READ() helperEric Dumazet2023-10-012-3/+4
|/
* octeontx2-pf: Tc flower offload support for MPLSHariprasad Kelam2023-10-015-0/+187
* net: ethernet: xilinx: Drop kernel doc comment about return valueUwe Kleine-König2023-10-011-2/+0
* net: atl1c: switch to napi_consume_skb()Sieng-Piaw Liew2023-10-011-6/+7
* Merge branch 'sch_fq-improvements'David S. Miller2023-10-013-47/+110
|\
| * net_sched: sch_fq: always garbage collectEric Dumazet2023-10-011-3/+1
| * net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet2023-10-012-37/+92
| * net_sched: sch_fq: change how @inactive is trackedEric Dumazet2023-10-011-5/+7
| * net_sched: sch_fq: struct sched_data reorgEric Dumazet2023-10-011-4/+12
| * net_sched: constify qdisc_priv()Eric Dumazet2023-10-011-4/+4
|/
* Merge branch 'tcp_delack_max'David S. Miller2023-10-014-6/+23
|\
| * tcp: derive delack_max from rto_minEric Dumazet2023-10-013-2/+19
| * tcp: constify tcp_rto_min() and tcp_rto_min_us() argumentEric Dumazet2023-10-011-2/+2
| * net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet2023-10-011-2/+2
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2023-09-309-251/+483
|\
| * ice: Remove the FW shared parametersMichal Michalik2023-09-203-86/+0
| * ice: PTP: add clock domain number to auxiliary interfaceMichal Michalik2023-09-204-147/+34
| * ice: Use PTP auxbus for all PHYs restart in E822Michal Michalik2023-09-201-3/+21
| * ice: Auxbus devices & driver for E822 TSMichal Michalik2023-09-205-17/+430
* | pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen2023-09-282-10/+66
* | pktgen: Automate flag enumeration for unknown flag handlingLiang Chen2023-09-281-16/+22
* | MAINTAINERS: Add an obsolete entry for LL TEMAC driverHarini Katakam2023-09-281-0/+5
* | Merge tag 'mlx5-updates-2023-09-19' of git://git.kernel.org/pub/scm/linux/ker...Paolo Abeni2023-09-2811-208/+203
|\ \
| * | net/mlx5: Enable 4 ports multiport E-switchShay Drory2023-09-201-9/+9
| * | net/mlx5: Add a health error syndrome for pci data poisonedMoshe Shemesh2023-09-202-0/+3
| * | net/mlx5: DR, Handle multi destination action in the right orderErez Shitrit2023-09-203-3/+29
| * | net/mlx5: DR, Add check for multi destination FTEErez Shitrit2023-09-201-0/+13
| * | net/mlx5: Bridge, Enable mcast in smfs steering modeErez Shitrit2023-09-202-9/+3
| * | net/mlx5e: Check police action rate for matchall filterJianbo Liu2023-09-201-0/+12
| * | net/mlx5e: Consider aggregated port speed during rate configurationJianbo Liu2023-09-201-12/+72
| * | net/mlx5: Remove redundant max_sfs check and field from struct mlx5_sf_dev_tableJiri Pirko2023-09-201-15/+0
| * | net/mlx5: Remove SF table reference countingJiri Pirko2023-09-201-97/+23
| * | net/mlx5: Push common deletion code into mlx5_sf_del()Jiri Pirko2023-09-201-8/+11
| * | net/mlx5: Rename mlx5_sf_deactivate_all() to mlx5_sf_del_all()Jiri Pirko2023-09-201-2/+2
| * | net/mlx5: Move state lock taking into mlx5_sf_dealloc()Jiri Pirko2023-09-201-3/+4
| * | net/mlx5: Convert SF port_indices xarray to function_ids xarrayJiri Pirko2023-09-201-18/+11
| * | net/mlx5: Use devlink port pointer to get the pointer of container SF structJiri Pirko2023-09-201-32/+12
| * | net/mlx5: Call mlx5_sf_id_erase() once in mlx5_sf_dealloc()Jiri Pirko2023-09-201-3/+2
* | | ethernet/intel: Use list_for_each_entry() helperJinjie Ruan2023-09-282-10/+4
* | | Merge branch 'selftests-tc-testing-parallel-tdc'Paolo Abeni2023-09-2858-1288/+2720
|\ \ \
| * | | selftests/tc-testing: update tdc documentationPedro Tammela2023-09-281-55/+10
| * | | selftests/tc-testing: implement tdc parallel test runPedro Tammela2023-09-283-57/+148
| * | | selftests/tc-testing: update test definitions for local resourcesPedro Tammela2023-09-2851-1114/+2369
| * | | selftests/tc-testing: localize test resourcesPedro Tammela2023-09-285-98/+229
|/ / /
* | | net: sfp: add quirk for Fiberstone GPON-ONU-34-20BIChristian Marangi2023-09-281-0/+5
* | | Merge branch 'mlxsw-multicast'David S. Miller2023-09-224-20/+30
|\ \ \