Netdev List
 help / color / mirror / Atom feed
 messages from 2026-06-29 11:29:14 to 2026-06-29 18:32:07 UTC [more...]

[PATCH net-next v2 0/4] net: dsa: motorcomm: Add LED support
 2026-06-29 18:31 UTC  (2+ messages)
` [PATCH net-next v2 1/4] net: dsa: motorcomm: Move to subdirectory

[PATCH net] sctp: fix addr_wq_timer race in sctp_free_addr_wq()
 2026-06-29 18:31 UTC 

[PATCH bpf-next v3 0/2] bpf, sockmap: disallow sockmap mutation from tc, xdp and flow_dissector
 2026-06-29 18:24 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf, sockmap: disallow update and delete "
` [PATCH bpf-next v3 2/2] selftests/bpf: drop tc/xdp/flow_dissector sockmap mutation tests

[PATCH] net: neighbour: add neigh_parms_lookup_dev() helper
 2026-06-29 18:23 UTC  (2+ messages)

[PATCH net-next V4 0/6] evlink: Add boot-time eswitch mode defaults
 2026-06-29 18:21 UTC  (7+ messages)
` [PATCH net-next V4 1/6] net/mlx5: Clear FW reset-in-progress bit before reload
` [PATCH net-next V4 2/6] devlink: Factor out eswitch mode setting
` [PATCH net-next V4 3/6] devlink: Parse eswitch mode boot defaults
` [PATCH net-next V4 4/6] devlink: Apply "
` [PATCH net-next V4 5/6] devlink: Add API to apply eswitch mode boot default
` [PATCH net-next V4 6/6] net/mlx5: Apply devlink eswitch mode boot default on probe

[PATCH net-next v1] tcp/dccp: avoid parity split for socket-local bind range
 2026-06-29 18:21 UTC  (4+ messages)

the confusing 10000base_CR. Shouldn't it be 10000_SFI_DA?
 2026-06-29 18:14 UTC  (10+ messages)

[PATCH] selftests/bpf: Mask socket type flags in mptcpify prog
 2026-06-29 18:12 UTC  (2+ messages)

[PATCH v1 net-next 00/10] net: fib_rules: RTNL-less RTM_NEWRULE and RTM_DELRULE
 2026-06-29 18:11 UTC  (11+ messages)
` [PATCH v1 net-next 01/10] net: fib_rules: Make fib_rules_ops.delete() return void
` [PATCH v1 net-next 02/10] ipv4: fib_rules: Make the need for fib_unmerge() explicit
` [PATCH v1 net-next 03/10] ipv4: fib: Protect fib_new_table() with spinlock
` [PATCH v1 net-next 04/10] ipv4: fib: Drop RTNL annotation for net->ipv4.fib_table_hash[]
` [PATCH v1 net-next 05/10] net: fib_rules: Add fib_rules_ops.lock
` [PATCH v1 net-next 06/10] net: fib_rules: Remove unnecessary EXPORT_SYMBOL
` [PATCH v1 net-next 07/10] net: fib_rules: Drop RTNL assertions
` [PATCH v1 net-next 08/10] net: fib_rules: Use dev_get_by_name_rcu()
` [PATCH v1 net-next 09/10] net: fib_rules: Only hold RTNL for the first IPv4 RTM_NEWRULE
` [PATCH v1 net-next 10/10] ipv6: fib_rules: Convert fib6_rules_net_exit_rtnl() to ->exit()

[PATCH net-next] net: neigh: avoid calling neigh_forced_gc on every alloc when table is full
 2026-06-29 18:05 UTC  (4+ messages)

[PATCH net] net: sgi: ioc3-eth: unregister netdev before freeing DMA rings
 2026-06-29 17:18 UTC  (2+ messages)

[PATCH net] net: sgi: ioc3-eth: fix split TX DMA mapping lengths
 2026-06-29 17:16 UTC  (2+ messages)

[PATCH v4 net-next] bonding: no longer rely on RTNL in bond_fill_info()
 2026-06-29 17:32 UTC 

[PATCH net-next v2 0/8] net: mdio: realtek-rtl9300: Add RTL83xx support
 2026-06-29 17:29 UTC  (15+ messages)
` [PATCH net-next v2 1/8] net: mdio: realtek-rtl9300: Add polling documentation
` [PATCH net-next v2 2/8] net: mdio: realtek-rtl9300: Add page tracking
    ` AW: "
` [PATCH net-next v2 3/8] net: phy: add (*notify_phy_attach/detach)() hooks to struct mii_bus
` [PATCH net-next v2 4/8] net: mdio: realtek-rtl9300: Configure hardware polling during probing
` [PATCH net-next v2 5/8] net: mdio: realtek-rtl9300: Add c45 over c22 mitigation
    ` AW: "
` [PATCH net-next v2 6/8] net: mdio: realtek-rtl9300: Increase MDIO timeout
` [PATCH net-next v2 7/8] net: mdio: realtek-rtl9300: Add support for RTL838x
` [PATCH net-next v2 8/8] net: mdio: realtek-rtl9300: Add support for RTL839x

[PATCH net-next v10 00/12] enic: SR-IOV V2 admin channel and MBOX protocol
 2026-06-29 17:26 UTC  (13+ messages)
` [PATCH net-next v10 01/12] enic: cancel tx_hang_reset work on device removal
` [PATCH net-next v10 02/12] enic: verify firmware supports V2 SR-IOV at probe time
` [PATCH net-next v10 03/12] enic: add admin channel open and close for SR-IOV
` [PATCH net-next v10 04/12] enic: add admin RQ buffer management
` [PATCH net-next v10 05/12] enic: add admin CQ service with MSI-X interrupt and workqueue polling
` [PATCH net-next v10 06/12] enic: define MBOX message types and header structures
` [PATCH net-next v10 07/12] enic: add MBOX core send and receive for admin channel
` [PATCH net-next v10 08/12] enic: add MBOX PF handlers for VF register and capability
` [PATCH net-next v10 09/12] enic: add MBOX VF handlers for capability, register and link state
` [PATCH net-next v10 10/12] enic: wire V2 SR-IOV enable with admin channel and MBOX
` [PATCH net-next v10 11/12] enic: add V2 VF probe with admin channel and PF registration
` [PATCH net-next v10 12/12] enic: re-establish V2 VF admin channel and PF registration after reset

[PATCH net v2] net/sched: cake: reject overhead values that underflow length
 2026-06-29 17:24 UTC  (3+ messages)

[PATCH net-next v6 00/15] Support for onsemi's S2500 10Base-T1S MAC-PHY
 2026-06-29 17:23 UTC  (16+ messages)
` [PATCH net-next v6 01/15] net: phy: Helper to read and write through C45 without lock
` [PATCH net-next v6 02/15] net: phy: Helper to modify PHY loopback mode only
` [PATCH net-next v6 03/15] net: ethernet: oa_tc6: Move oa_tc6.c to its own directory
` [PATCH net-next v6 04/15] net: phy: microchip_t1s: Use generic APIs for C45 read and write
` [PATCH net-next v6 05/15] net: ethernet: oa_tc6: Move constant definitions to header file
` [PATCH net-next v6 06/15] net: ethernet: oa_tc6: Support for hardware timestamp
` [PATCH net-next v6 07/15] net: ethernet: oa_tc6: Support for vendor specific MMS
` [PATCH net-next v6 08/15] net: ethernet: oa_tc6: read, write interface with MMS option
` [PATCH net-next v6 09/15] net: phy: ncn26000: Support for onsemi's S2500 internal phy
` [PATCH net-next v6 10/15] net: phy: ncn26000: Enable enhanced noise immunity
` [PATCH net-next v6 11/15] net: phy: ncn26000: Support for loopback
` [PATCH net-next v6 12/15] onsemi: s2500: Add driver support for TS2500 MAC-PHY
` [PATCH net-next v6 13/15] onsemi: s2500: Added selftest support to onsemi's S2500 driver
` [PATCH net-next v6 14/15] dt-bindings: net: add onsemi's S2500
` [PATCH net-next v6 15/15] Documentation: networking: Add timestamp related APIs to OA TC6 framework

[PATCH net-next v5 00/15] Support for onsemi's S2500 10Base-T1S MAC-PHY
 2026-06-29 17:07 UTC  (4+ messages)
` [PATCH net-next v5 14/15] dt-bindings: net: add onsemi's S2500

Ethtool : PRBS feature
 2026-06-29 16:56 UTC  (13+ messages)

[PATCH net-next v11 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-06-29 16:54 UTC  (13+ messages)
` [PATCH net-next v11 1/7] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v11 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v11 3/7] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v11 4/7] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v11 5/7] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v11 6/7] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v11 7/7] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH v2] net/sched: hhf: clear heavy-hitter state on reset
 2026-06-29 16:44 UTC 

[PATCH 1/2] igc: Wait for MAC passthrough after reset
 2026-06-29 16:42 UTC  (5+ messages)
` [Intel-wired-lan] "

[PATCH net] net/sched: act_bpf: use rcu_dereference_bh() to read the filter
 2026-06-29 16:38 UTC  (2+ messages)

[PATCH v2 00/19] driver core: count references of the platform device's fwnode, not OF node
 2026-06-29 16:23 UTC  (6+ messages)
` [PATCH v2 08/19] iommu/fsl: use platform_device_set_of_node()
` [PATCH v2 19/19] driver core: platform: count references to all kinds of firmware nodes

[PATCH net-next v6 0/2] airoha: add the capability to configure GDM3/GDM4 as WAN/LAN on demand
 2026-06-29 16:17 UTC  (3+ messages)
` [PATCH net-next v6 1/2] net: airoha: rename airoha_priv_flags to airoha_dev_flags
` [PATCH net-next v6 2/2] net: airoha: defer GDM3/GDM4 WAN mode and GDM2 loopback to QoS offload

[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-29 15:49 UTC  (8+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[PATCH net 1/1] sctp: avoid auth_enable sysctl UAF during netns teardown
 2026-06-29 15:31 UTC  (4+ messages)

[PATCH net-next] Documentation: networking: Add a test plan for ethtool pause validation
 2026-06-29 15:24 UTC  (12+ messages)

[PATCH net] netfilter: nf_nat_masquerade: recalculate TCP TS offset when port is randomized
 2026-06-29 15:23 UTC  (3+ messages)

[ANN] net-next is OPEN
 2026-06-29 14:59 UTC 

[PATCH v2] ptp: ocp: add I2C ISP support for ADVA TimeCard CPLD
 2026-06-29 14:53 UTC  (2+ messages)

[PATCH] Wireguard: Fix data-race in rx/tx counter
 2026-06-29 14:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net-next v10 0/5] net: hinic3: PF initialization
 2026-06-29 14:25 UTC  (3+ messages)
` [PATCH net-next v10 1/5] hinic3: Add ethtool queue ops

[PATCH 00/13] treewide: replace linux/gpio.h
 2026-06-29 14:24 UTC  (16+ messages)
` [PATCH 01/13] ARM: replace linux/gpio.h inclusions
` [PATCH 02/13] m68k/coldfire: "
` [PATCH 03/13] mips: "
` [PATCH 04/13] sh: "
` [PATCH 05/13] mfd: "
` [PATCH 06/13] [net-next] net: "
` [PATCH 07/13] ASoC: "
` [PATCH 08/13] pcmcia: "
` [PATCH 09/13] phy: "
` [PATCH 10/13] media: "
` [PATCH 11/13] Input: matrix_keyboard - replace linux/gpio.h inclusion
` [PATCH 12/13] gpib: gpio: "
` [PATCH 13/13] gpiolib: remove linux/gpio.h

[PATCH iproute2-next] devlink: support u32-array values in devlink param show/set
 2026-06-29 14:19 UTC  (4+ messages)

[PATCH 0/3] SM8450 IPA support
 2026-06-29 14:18 UTC  (5+ messages)
` [PATCH 1/3] arm64: dts: qcom: sm8450: Add "

[PATCH net v2] net/liquidio: drop cached VF pci_dev LUT and resolve VF for FLR on request
 2026-06-29 14:16 UTC 

Please apply 736b380e28d0 and eca856950f7c down to 6.1.y
 2026-06-29 14:13 UTC  (6+ messages)

[PATCH v3 0/7] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-06-29 14:10 UTC  (5+ messages)
` [PATCH v3 2/7] net: wwan: t9xx: Add control plane transaction layer
    ` [External Mail] "

[PATCH iwl-next v5 0/2] ice: implement symmetric RSS hash configuration
 2026-06-29 14:10 UTC  (4+ messages)
` [PATCH iwl-next v5 2/2] "

[PATCH net 0/3 v2] Fix broken TC_ACT_REDIRECT
 2026-06-29 14:08 UTC  (7+ messages)
` [PATCH net 1/3 v2] net: Extend bpf_net_context lifetime to cover qdisc enqueue

[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
 2026-06-29 14:06 UTC  (4+ messages)
` [PATCH 3/7] cpufreq: rcpufreq_dt: use vertical import style

[PATCH net 1/1] tcp: bound SYN-ACK timers to reqsk timeout range
 2026-06-29 13:58 UTC  (3+ messages)

[net] ipv6: honor per-interface proxy_ndp in forward and NA paths
 2026-06-29 13:59 UTC  (3+ messages)
` [PATCH net-next v2] "

[PATCH] dt-bindings: Fix bracket
 2026-06-29 13:56 UTC  (2+ messages)

[PATCH iproute2-next v3] rdma: display resource limits in curr/max format
 2026-06-29 13:52 UTC  (4+ messages)

[PATCH iwl-net v2 2/2] ice: preserve uplink DFLT Rx rule on switchdev release
 2026-06-29 13:21 UTC  (3+ messages)

[PATCH net] bridge: stp: Fix a potential use-after-free when deleting a bridge
 2026-06-29 13:22 UTC  (2+ messages)

[PATCH v29 0/5] Type2 device basic support
 2026-06-29 13:20 UTC  (4+ messages)
` [PATCH v29 4/5] sfc: obtain and map cxl range using devm_cxl_probe_mem

[PATCH] mptcp: only honor zero-length DATA_FIN when a mapping is present
 2026-06-29 13:14 UTC  (4+ messages)

[PATCH net] tipc: make sure bc_rcvlink is not dereferenced with NULL value
 2026-06-29 13:09 UTC 

[PATCH net] cxgb4: Fix decode strings dump for T6 adapters
 2026-06-29 13:08 UTC 

[PATCH net-next] chelsio: delete the line with the pidx initialization
 2026-06-29 13:08 UTC 

[PATCH v2 0/6] Add support for IPQ5018 Bluetooth
 2026-06-29 13:01 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: net: bluetooth: Document Qualcomm IPQ5018 Bluetooth controller
` [PATCH v2 2/6] Bluetooth: btqca: Add IPQ5018 support
` [PATCH v2 3/6] firmware: qcom: scm: Add support for setting Bluetooth power modes
` [PATCH v2 4/6] Bluetooth: Introduce Qualcomm IPQ5018 IPC based HCI driver
` [PATCH v2 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
` [PATCH v2 6/6] MAINTAINERS: Add entry for Qualcomm IPQ5018 Bluetooth driver

[PATCH 0/5] netfilter: nf_flow_table_path: L2 bridge offload
 2026-06-29 12:56 UTC  (7+ messages)
` [PATCH 1/5] net: export __dev_fill_forward_path
` [PATCH 2/5] net: bridge: add flow offload helpers
` [PATCH 3/5] netfilter: nf_flow_table_path: add L2 bridge offload
` [PATCH 4/5] netfilter: nf_flow_table_path: handle DEV_PATH_MTK_WDMA in path info
` [PATCH 5/5] netfilter: nf_flow_table_path: add VLAN passthrough support

[PATCH RFC 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
 2026-06-29 12:52 UTC  (2+ messages)

[PATCH v2 00/12] rust: driver: use pointers instead of indices for ID info
 2026-06-29 12:41 UTC  (2+ messages)

[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
 2026-06-29 12:39 UTC  (12+ messages)
` [PATCH v2 01/11] rust: driver: remove `IdTable::id`
` [PATCH v2 02/11] rust: driver: simplify `IdArray::new_without_index`
` [PATCH v2 03/11] rust: pci: use `Option<&IdInfo>` for device ID info
` [PATCH v2 04/11] rust: usb: "
` [PATCH v2 05/11] rust: net/phy: remove expansion from doc
` [PATCH v2 06/11] rust: driver: centralize device ID handling
` [PATCH v2 07/11] rust: driver: remove `$module_table_name` from `module_device_table`
` [PATCH v2 08/11] rust: driver: store pointers in `DeviceId`
` [PATCH v2 09/11] rust: driver: remove open-coded matching logic
` [PATCH v2 10/11] rust: driver: remove duplicate ID table
` [PATCH v2 11/11] RFC: rust: driver: support map-like syntax for "

[PATCH net v5 0/2] net: phy: sfp: fix mii_bus leak and revert RollBall bridge probe
 2026-06-29 12:23 UTC  (3+ messages)
` [PATCH net v5 2/2] Revert "net: phy: sfp: probe for RollBall I2C-to-MDIO bridge in mdio-i2c"

[PATCH net v2] nfc: nci: fix uninit-value in the RF discover/activated NTF handlers
 2026-06-29 12:23 UTC  (3+ messages)

[PATCH RFC] net: enforce net sysctl registration
 2026-06-29 12:22 UTC 

[PATCH iwl-net v2 1/2] ice: skip per-VLAN promisc rules when default VSI Rx rule is set
 2026-06-29 12:06 UTC  (3+ messages)

[PATCH net-next 0/2] net: do not warn on best-effort skb allocation failures
 2026-06-29 11:45 UTC  (3+ messages)
` [PATCH net-next 1/2] netconsole: do not warn when the best-effort skb allocation fails
` [PATCH net-next 2/2] netpoll: do not warn when the best-effort pool refill fails

[PATCH bpf v2 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-06-29 11:38 UTC  (3+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox