aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-06net: ravb: Allocate RX buffers via page poolPaul Barker2-96/+175
2024-06-06net: ravb: Use NAPI threaded mode on 1-core CPUs with GbEth IPPaul Barker1-1/+4
2024-06-06net: ravb: Enable SW IRQ Coalescing for GbEthPaul Barker2-0/+5
2024-06-06net: ravb: Refactor GbEth RX code pathPaul Barker1-27/+32
2024-06-06net: ravb: Refactor RX ring refillPaul Barker1-93/+57
2024-06-06net: ravb: Align poll function with NAPI docsPaul Barker1-15/+11
2024-06-06net: ravb: Simplify poll & receive functionsPaul Barker2-16/+13
2024-06-05Merge branch 'net-mlx5e-shampo-enable-hw-gro-once-more'Jakub Kicinski10-178/+202
2024-06-05net/mlx5e: SHAMPO, Coalesce skb fragments to page sizeDragos Tatulea1-6/+13
2024-06-05net/mlx5e: SHAMPO, Re-enable HW-GROYoray Zack2-5/+37
2024-06-05net/mlx5e: SHAMPO, Use KSMs instead of KLMsYoray Zack6-67/+71
2024-06-05net/mlx5e: SHAMPO, Add header-only ethtool counters for header data splitTariq Toukan4-0/+20
2024-06-05net/mlx5e: SHAMPO, Drop rx_gro_match_packets counterDragos Tatulea4-12/+0
2024-06-05net/mlx5e: SHAMPO, Make GRO counters more preciseDragos Tatulea2-9/+14
2024-06-05net/mlx5e: SHAMPO, Skipping on duplicate flush of the same SHAMPO SKBYoray Zack1-1/+1
2024-06-05net/mlx5e: SHAMPO, Specialize mlx5e_fill_skb_data()Dragos Tatulea1-14/+11
2024-06-05net/mlx5e: SHAMPO, Simplify header page release in teardownDragos Tatulea3-58/+17
2024-06-05net/mlx5e: SHAMPO, Disable gso_size for non GRO packetsDragos Tatulea1-0/+2
2024-06-05net/mlx5e: SHAMPO, Fix FCS config when HW GRO onDragos Tatulea1-3/+9
2024-06-05net/mlx5e: SHAMPO, Fix invalid WQ linked list unlinkDragos Tatulea1-0/+3
2024-06-05net/mlx5e: SHAMPO, Fix incorrect page releaseDragos Tatulea1-1/+2
2024-06-05net/mlx5e: SHAMPO, Use net_prefetch APITariq Toukan1-3/+3
2024-06-05selftests: hsr: Extend the hsr_ping.sh test to use fixed MAC addressesLukasz Majewski1-0/+9
2024-06-05selftests: hsr: Extend the hsr_redbox.sh test to use fixed MAC addressesLukasz Majewski1-0/+15
2024-06-05Merge branch 'vmxnet3-upgrade-to-version-9'Jakub Kicinski5-49/+266
2024-06-05vmxnet3: update to version 9Ronak Doshi2-39/+11
2024-06-05vmxnet3: add command to allow disabling of offloadsRonak Doshi3-0/+24
2024-06-05vmxnet3: add latency measurement support in vmxnet3Ronak Doshi3-5/+220
2024-06-05vmxnet3: prepare for version 9 changesRonak Doshi5-5/+11
2024-06-05ionic: advertise 52-bit addressing limitation for MSI-XDavid Christensen1-0/+5
2024-06-05bnxt_en: fix atomic counter for ptp packetsVadim Fedorenko1-1/+1
2024-06-05Merge branch 'tcp-rto-min-us'David S. Miller6-10/+28
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang5-1/+26
2024-06-05tcp: derive delack_max with tcp_rto_min helperKevin Yang1-9/+2
2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet3-16/+24
2024-06-05octeontx2-af: Add debugfs support to dump NIX TM topologyAnshumali Gaur3-0/+373
2024-06-05Merge branch 'devlink-const'David S. Miller3-7/+7
2024-06-05mlxsw: spectrum_router: Constify struct devlink_dpipe_table_opsChristophe JAILLET1-4/+4
2024-06-05devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()Christophe JAILLET2-3/+3
2024-06-05net: phy: aquantia: add support for PHY LEDsDaniel Golle4-3/+252
2024-06-05net: phy: aquantia: move priv and hw stat to headerChristian Marangi2-37/+38
2024-06-05net: ethtool: remove unused struct 'cable_test_tdr_req_info'Dr. David Alan Gilbert1-4/+0
2024-06-05net: caif: remove unused structsDr. David Alan Gilbert2-9/+0
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing6-17/+14
2024-06-05net: bridge: fix an inconsistent indentationChen Hanxiao1-2/+2
2024-06-05dt-bindings: dsa: Rewrite Vitesse VSC73xx in schemaLinus Walleij2-129/+162
2024-06-04Revert "ethernet: octeontx2: avoid linking objects into multiple modules"Jakub Kicinski3-25/+6
2024-06-04openvswitch: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-06-04openvswitch: Move stats allocation to coreBreno Leitao1-8/+1
2024-06-04Merge branch 'tcp-refactor-skb_cmp_decrypted-checks'Paolo Abeni5-19/+25