| Commit message (Expand) | Author | Files | Lines |
2024-06-06 | net: ravb: Refactor RX ring refill | Paul Barker | 1 | -93/+57 |
2024-06-06 | net: ravb: Align poll function with NAPI docs | Paul Barker | 1 | -15/+11 |
2024-06-06 | net: ravb: Simplify poll & receive functions | Paul Barker | 2 | -16/+13 |
2024-06-06 | net/mlx5e: SHAMPO, Coalesce skb fragments to page size | Dragos Tatulea | 1 | -6/+13 |
2024-06-06 | net/mlx5e: SHAMPO, Re-enable HW-GRO | Yoray Zack | 2 | -5/+37 |
2024-06-06 | net/mlx5e: SHAMPO, Use KSMs instead of KLMs | Yoray Zack | 6 | -67/+71 |
2024-06-06 | net/mlx5e: SHAMPO, Add header-only ethtool counters for header data split | Tariq Toukan | 4 | -0/+20 |
2024-06-06 | net/mlx5e: SHAMPO, Drop rx_gro_match_packets counter | Dragos Tatulea | 4 | -12/+0 |
2024-06-06 | net/mlx5e: SHAMPO, Make GRO counters more precise | Dragos Tatulea | 2 | -9/+14 |
2024-06-06 | net/mlx5e: SHAMPO, Skipping on duplicate flush of the same SHAMPO SKB | Yoray Zack | 1 | -1/+1 |
2024-06-06 | net/mlx5e: SHAMPO, Specialize mlx5e_fill_skb_data() | Dragos Tatulea | 1 | -14/+11 |
2024-06-06 | net/mlx5e: SHAMPO, Simplify header page release in teardown | Dragos Tatulea | 3 | -58/+17 |
2024-06-06 | net/mlx5e: SHAMPO, Disable gso_size for non GRO packets | Dragos Tatulea | 1 | -0/+2 |
2024-06-06 | net/mlx5e: SHAMPO, Fix FCS config when HW GRO on | Dragos Tatulea | 1 | -3/+9 |
2024-06-06 | net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink | Dragos Tatulea | 1 | -0/+3 |
2024-06-06 | net/mlx5e: SHAMPO, Fix incorrect page release | Dragos Tatulea | 1 | -1/+2 |
2024-06-06 | net/mlx5e: SHAMPO, Use net_prefetch API | Tariq Toukan | 1 | -3/+3 |
2024-06-06 | selftests: hsr: Extend the hsr_ping.sh test to use fixed MAC addresses | Lukasz Majewski | 1 | -0/+9 |
2024-06-06 | selftests: hsr: Extend the hsr_redbox.sh test to use fixed MAC addresses | Lukasz Majewski | 1 | -0/+15 |
2024-06-06 | vmxnet3: update to version 9 | Ronak Doshi | 2 | -39/+11 |
2024-06-06 | vmxnet3: add command to allow disabling of offloads | Ronak Doshi | 3 | -0/+24 |
2024-06-06 | vmxnet3: add latency measurement support in vmxnet3 | Ronak Doshi | 3 | -5/+220 |
2024-06-06 | vmxnet3: prepare for version 9 changes | Ronak Doshi | 5 | -5/+11 |
2024-06-06 | ionic: advertise 52-bit addressing limitation for MSI-X | David Christensen | 1 | -0/+5 |
2024-06-05 | bnxt_en: fix atomic counter for ptp packets | Vadim Fedorenko | 1 | -1/+1 |
2024-06-05 | tcp: add sysctl_tcp_rto_min_us | Kevin Yang | 5 | -1/+26 |
2024-06-05 | tcp: derive delack_max with tcp_rto_min helper | Kevin Yang | 1 | -9/+2 |
2024-06-05 | tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp | Eric Dumazet | 3 | -16/+24 |
2024-06-05 | octeontx2-af: Add debugfs support to dump NIX TM topology | Anshumali Gaur | 3 | -0/+373 |
2024-06-05 | mlxsw: spectrum_router: Constify struct devlink_dpipe_table_ops | Christophe JAILLET | 1 | -4/+4 |
2024-06-05 | devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register() | Christophe JAILLET | 2 | -3/+3 |
2024-06-05 | net: phy: aquantia: add support for PHY LEDs | Daniel Golle | 4 | -3/+252 |
2024-06-05 | net: phy: aquantia: move priv and hw stat to header | Christian Marangi | 2 | -37/+38 |
2024-06-05 | net: ethtool: remove unused struct 'cable_test_tdr_req_info' | Dr. David Alan Gilbert | 1 | -4/+0 |
2024-06-05 | net: caif: remove unused structs | Dr. David Alan Gilbert | 2 | -9/+0 |
2024-06-05 | net: remove NULL-pointer net parameter in ip_metrics_convert | Jason Xing | 6 | -17/+14 |
2024-06-05 | net: bridge: fix an inconsistent indentation | Chen Hanxiao | 1 | -2/+2 |
2024-06-05 | dt-bindings: dsa: Rewrite Vitesse VSC73xx in schema | Linus Walleij | 2 | -129/+162 |
2024-06-04 | Revert "ethernet: octeontx2: avoid linking objects into multiple modules" | Jakub Kicinski | 3 | -25/+6 |
2024-06-04 | openvswitch: Remove generic .ndo_get_stats64 | Breno Leitao | 1 | -1/+0 |
2024-06-04 | openvswitch: Move stats allocation to core | Breno Leitao | 1 | -8/+1 |
2024-06-04 | net: skb: add compatibility warnings to skb_shift() | Jakub Kicinski | 1 | -0/+3 |
2024-06-04 | tcp: add a helper for setting EOR on tail skb | Jakub Kicinski | 2 | -9/+11 |
2024-06-04 | tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx() | Jakub Kicinski | 3 | -10/+11 |
2024-06-04 | net/sched: cls_flower: add support for matching tunnel control flags | Davide Caratti | 2 | -1/+58 |
2024-06-04 | flow_dissector: add support for tunnel control flags | Davide Caratti | 3 | -1/+36 |
2024-06-04 | net: count drops due to missing qdisc as dev->tx_drops | Jakub Kicinski | 1 | -0/+1 |
2024-06-04 | r8152: Wake up the system if the we need a reset | Douglas Anderson | 1 | -0/+7 |
2024-06-04 | r8152: If inaccessible at resume time, issue a reset | Douglas Anderson | 1 | -0/+13 |
2024-06-03 | net: dsa: ocelot: unexport felix_phylink_mac_ops and felix_switch_ops | Vladimir Oltean | 2 | -7/+2 |