summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-20net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann2-9/+12
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann3-0/+91
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann9-12/+278
2026-01-20net: Add queue-create operationDaniel Borkmann6-0/+93
2026-01-20Merge branch 'net-hinic3-pf-initialization'Paolo Abeni26-37/+2444
2026-01-20hinic3: Add HW event handlerFan Gong6-1/+92
2026-01-20hinic3: Add mac filter opsFan Gong8-0/+514
2026-01-20hinic3: Add adaptive IRQ coalescing with DIMFan Gong7-5/+174
2026-01-20hinic3: Add .ndo_vlan_rx_add/kill_vid and .ndo_validate_addrFan Gong6-0/+128
2026-01-20hinic3: Add .ndo_features_checkFan Gong1-0/+13
2026-01-20hinic3: Add .ndo_set_features and .ndo_fix_featuresFan Gong6-1/+370
2026-01-20hinic3: Add .ndo_tx_timeout and .ndo_get_stats64Fan Gong8-2/+217
2026-01-20hinic3: Add PF management interfacesFan Gong13-3/+521
2026-01-20hinic3: Add PF frameworkFan Gong14-25/+415
2026-01-19Merge branch 'net-mlx5e-save-per-channel-async-icosq-in-default'Jakub Kicinski10-62/+154
2026-01-19net/mlx5e: Conditionally create async ICOSQWilliam Tu4-29/+50
2026-01-19net/mlx5e: Move async ICOSQ to dynamic allocationWilliam Tu6-28/+65
2026-01-19net/mlx5e: Use regular ICOSQ for triggering NAPIWilliam Tu5-5/+37
2026-01-19net/mlx5e: Move async ICOSQ lock into ICOSQ structWilliam Tu3-16/+18
2026-01-19octeon_ep: reset firmware ready statusVimlesh Kumar4-1/+58
2026-01-19Merge branch 'net-thunderbolt-various-improvements'Jakub Kicinski8-3/+73
2026-01-19net: thunderbolt: Allow reading link settingsIan MacDonald1-0/+49
2026-01-19bonding: 3ad: Add support for SPEED_80000Mika Westerberg1-0/+9
2026-01-19net: ethtool: Add support for 80Gbps speedMika Westerberg6-3/+11
2026-01-19net: thunderbolt: Allow changing MAC address of the deviceMika Westerberg1-0/+4
2026-01-19Merge branch 'dpll-support-mode-switching'Jakub Kicinski5-8/+182
2026-01-19dpll: zl3073x: Implement device mode setting supportIvan Vecera1-0/+112
2026-01-19dpll: add dpll_device op to set working modeIvan Vecera4-0/+48
2026-01-19dpll: add dpll_device op to get supported modesIvan Vecera2-8/+22
2026-01-19selftests: net: csum: Fix printk format in recv_get_packet_csum_status()Christophe Leroy (CS GROUP)1-1/+1
2026-01-19Merge branch 'dsa-mxl-gsw1xx-support-r-g-mii-slew-rate-configuration'Jakub Kicinski5-0/+71
2026-01-19net: dsa: mxl-gsw1xx: Support R(G)MII slew rate configurationAlexander Sverdlin4-0/+49
2026-01-19dt-bindings: net: dsa: lantiq,gswip: add MaxLinear R(G)MII slew rateAlexander Sverdlin1-0/+22
2026-01-19Merge branch 'ipv6-more-data-race-annotations'Jakub Kicinski8-43/+57
2026-01-19ipv6: annotate data-races in net/ipv6/route.cEric Dumazet1-11/+13
2026-01-19ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet1-4/+6
2026-01-19ipv6: annotate data-races around sysctl.ip6_rt_gc_intervalEric Dumazet1-6/+6
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet3-4/+6
2026-01-19ipv6: annotate data-races in ip6_multipath_hash_{policy,fields}()Eric Dumazet1-2/+2
2026-01-19ipv6: annotate date-race in ipv6_can_nonlocal_bind()Eric Dumazet1-3/+3
2026-01-19ipv6: annotate data-races from ip6_make_flowlabel()Eric Dumazet1-10/+14
2026-01-19ipv6: add sysctl_ipv6_flowlabel groupEric Dumazet1-3/+7
2026-01-18Merge branch 'net-convert-drivers-to-get_rx_ring_count-part-2'Jakub Kicinski8-60/+50
2026-01-18net: txgbe: convert to use .get_rx_ring_countBreno Leitao1-4/+8
2026-01-18net: macb: convert to use .get_rx_ring_countBreno Leitao1-3/+8
2026-01-18net: cxgb4: convert to use .get_rx_ring_countBreno Leitao1-3/+8
2026-01-18net: xgbe: convert to use .get_rx_ring_countBreno Leitao1-12/+3
2026-01-18net: lan743x: convert to use .get_rx_ring_countBreno Leitao1-10/+3
2026-01-18net: ena: convert to use .get_rx_ring_countBreno Leitao1-19/+3
2026-01-18net: mediatek: convert to use .get_rx_ring_countBreno Leitao1-6/+9