public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-13 13:23:45 to 2026-03-14 00:24:17 UTC [more...]

[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-14  0:24 UTC  (16+ messages)
` [PATCH 01/15] tracepoint: Add trace_invoke_##name() API

[PATCH ethtool-next 0/2] Pause storm tracking
 2026-03-14  0:17 UTC  (3+ messages)
` [PATCH ethtool-next 1/2] ethtool: Update pause stats struct
` [PATCH ethtool-next 2/2] ethtool: Update doc for tunable

[PATCH net-next 0/6] net: bcmgenet: add XDP support
 2026-03-14  0:13 UTC  (5+ messages)
` [PATCH net-next 3/6] net: bcmgenet: add basic XDP support (PASS/DROP)

[PATCH net-next] net: enetc: remove stray semicolon
 2026-03-14  0:09 UTC  (2+ messages)

[PATCH net-next v4 0/6] bnxt_en: Add XDP RSS hash metadata support
 2026-03-14  0:03 UTC  (10+ messages)
` [PATCH net-next v4 1/6] bnxt_en: use bnxt_xdp_buff for xdp context
` [PATCH net-next v4 2/6] bnxt_en: Implement XDP RSS hash metadata extraction
` [PATCH net-next v4 3/6] bnxt_en: Move bnxt_rss_ext_op into header
` [PATCH net-next v4 4/6] bnxt_en: Implement XDP RSS hash metadata extraction for V3_CMP
` [PATCH net-next v4 5/6] selftests: net: move common xdp.py functions into lib
` [PATCH net-next v4 6/6] selftests: drv-net: xdp: Add rss_hash metadata tests

[PATCH net-next 0/2] selftests/vsock: support nested VM runner for vmtest.sh
 2026-03-14  0:00 UTC  (3+ messages)
` [PATCH net-next 1/2] selftests/vsock: fix vmtest.sh for read-only nested VM runners
` [PATCH net-next 2/2] selftests/vsock: fix vsock_test path shadowing in nested VMs

[PATCH v2 0/2] Fixes for stmmac driver
 2026-03-13 23:44 UTC  (4+ messages)
` [PATCH v2 1/2] net: stmmac: fix pinctrl management during suspend/resume

[PATCH net-next] tools: ynl: rework policy access to support recursion
 2026-03-13 23:20 UTC 

[PATCH net-next v7 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2026-03-13 23:13 UTC  (8+ messages)
` [PATCH net-next v7 1/5] net: stmmac: Add 25GMAC core type to dwmac_core_type enum
` [PATCH net-next v7 2/5] net: stmmac: Add DW25GMAC support in stmmac core driver
` [PATCH net-next v7 3/5] net: stmmac: Integrate dw25gmac into hwif handling
` [PATCH net-next v7 4/5] net: stmmac: Add PCI driver support for BCM8958x
` [PATCH net-next v7 5/5] net: stmmac: Add BCM8958x driver to build system

[PATCH net-next v2] netfilter: conntrack: expose gc_scan_interval_max via sysctl
 2026-03-13 22:55 UTC  (4+ messages)

[PATCH net-next v2 0/3] netdevsim: support ETS offload
 2026-03-13 22:47 UTC  (7+ messages)
` [PATCH net-next v2 1/3] netdevsim: move TC offload code to a dedicated file
` [PATCH net-next v2 2/3] netdevsim: support tc-ets offload
` [PATCH net-next v2 3/3] tc-testing: add a test case for ETS offload

[PATCH net-next] selftests/vsock: auto-detect kernel for guest VMs
 2026-03-13 22:15 UTC 

[PATCH net-next] tcp: add cwnd_event_tx_start to tcp_congestion_ops
 2026-03-13 22:07 UTC  (2+ messages)

[PATCH net-next v1 0/4] r8169: add ltr and c10 support for RTL8116af
 2026-03-13 21:21 UTC  (5+ messages)
` [PATCH net-next v1 2/4] r8169: add sfp mode "

[PATCH 00/12] netem: fixes, cleanup, and selftest
 2026-03-13 21:15 UTC  (13+ messages)
` [PATCH 01/12] selftests: net: add netem qdisc test
` [PATCH 02/12] Revert "net/sched: Restrict conditions for adding duplicating netems to qdisc tree"
` [PATCH 03/12] net/sched: netem: add per-CPU recursion guard for duplication
` [PATCH 04/12] net/sched: netem: restructure dequeue to avoid re-entrancy with child qdisc
` [PATCH 05/12] net/sched: netem: fix probability gaps in 4-state loss model
` [PATCH 06/12] net/sched: netem: fix slot delay calculation overflow
` [PATCH 07/12] net/sched: netem: fix queue limit check to include reordered packets
` [PATCH 08/12] net/sched: netem: null-terminate tfifo linear queue tail
` [PATCH 09/12] net/sched: netem: only reseed PRNG when seed is explicitly provided
` [PATCH 10/12] net/sched: netem: move state enums out of struct netem_sched_data
` [PATCH 11/12] net/sched: netem: remove useless VERSION
` [PATCH 12/12] net/sched: netem: replace pr_info with netlink extack error messages

[PATCH net-next 0/9] pull request: ovpn 2026-03-13
 2026-03-13 20:51 UTC  (10+ messages)
` [PATCH net-next 1/9] selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3
` [PATCH net-next 2/9] ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doit
` [PATCH net-next 3/9] ovpn: pktid: use bitops.h API
` [PATCH net-next 4/9] ovpn: notify userspace on client float event
` [PATCH net-next 5/9] selftests: ovpn: add notification parsing and matching
` [PATCH net-next 6/9] ovpn: add support for asymmetric peer IDs
` [PATCH net-next 7/9] selftests: ovpn: check asymmetric peer-id
` [PATCH net-next 8/9] selftests: ovpn: add test for the FW mark feature
` [PATCH net-next 9/9] ovpn: consolidate crypto allocations in one chunk

[RFC PATCH bpf-next v2 00/11] Dynptr cleanup and bugfixes
 2026-03-13 20:49 UTC  (8+ messages)
` [RFC PATCH bpf-next v2 06/11] bpf: Refactor object relationship tracking and fix dynptr UAF bug

[PATCH net-next] octeontx2-af: CGX: use kzalloc_flex for name
 2026-03-13 20:31 UTC  (2+ messages)

[PATCH net] net: bcmasp: fix double frees during remove
 2026-03-13 20:21 UTC  (3+ messages)

[PATCH net-next 0/2] net: add SKB_DROP_REASON_RECURSION_LIMIT
 2026-03-13 20:18 UTC  (5+ messages)
` [PATCH net-next 1/2] net: dropreason: "
` [PATCH net-next 2/2] net: plumb drop reasons to __dev_queue_xmit()

[syzbot] [net?] general protection fault in bond_header_create
 2026-03-13 20:15 UTC  (2+ messages)

[PATCH net-next v5 0/8] net: macb: Add XDP support and page pool integration
 2026-03-13 20:14 UTC  (9+ messages)
` [PATCH net-next v5 1/8] net: macb: move Rx buffers alloc from link up to open
` [PATCH net-next v5 2/8] net: macb: rename rx_skbuff into rx_buff
` [PATCH net-next v5 3/8] net: macb: Add page pool support handle multi-descriptor frame rx
` [PATCH net-next v5 4/8] net: macb: use the current queue number for stats
` [PATCH net-next v5 5/8] net: macb: make macb_tx_skb generic
` [PATCH net-next v5 6/8] net: macb: generalize tx buffer handling
` [PATCH net-next v5 7/8] net: macb: add XDP support for gem
` [PATCH net-next v5 8/8] net: macb: introduce ndo_xdp_xmit support

[PATCH net-next v2 13/15] net: stmmac: add helper to set transmit tail pointer
 2026-03-13 20:10 UTC  (3+ messages)

[PATCH iwl-net] ice: fix posted write support for sideband queue operations
 2026-03-13 19:49 UTC  (4+ messages)
` [Intel-wired-lan] "

[TODAY @ 3 PM]: How AI “Viral Characters” Are Pulling Millions of Views & Turning Short Videos Into Daily Sales Confirmation
 2026-03-13 19:46 UTC 

[PATCH net-next 00/11] net: sleepable ndo_set_rx_mode
 2026-03-13 19:38 UTC  (15+ messages)
` [PATCH net-next 01/11] net: add address list snapshot and reconciliation infrastructure
` [PATCH net-next 02/11] net: introduce ndo_set_rx_mode_async and dev_rx_mode_work
` [PATCH net-next 03/11] net: move promiscuity handling into dev_rx_mode_work
` [PATCH net-next 04/11] fbnic: convert to ndo_set_rx_mode_async
` [PATCH net-next 05/11] mlx5: "
` [PATCH net-next 06/11] bnxt: "
` [PATCH net-next 07/11] iavf: "
` [PATCH net-next 08/11] netdevsim: "
` [PATCH net-next 09/11] dummy: "
` [PATCH net-next 10/11] net: warn ops-locked drivers still using ndo_set_rx_mode
` [PATCH net-next 11/11] selftests: net: add team_bridge_macvlan rx_mode test

[PATCH net] net/sched: Mark qdisc for deletion if graft cannot delete
 2026-03-13 19:36 UTC  (8+ messages)

[PATCH net-next v1] net: openvswitch: decouple flow_table from ovs_mutex
 2026-03-13 19:35 UTC  (2+ messages)

[RFC Patch net-next 0/2] net_sched: Move GSO segmentation to root qdisc
 2026-03-13 19:23 UTC  (5+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-13 19:22 UTC  (3+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH net-next 00/11] ethtool: Generic loopback support
 2026-03-13 19:11 UTC  (14+ messages)
` [PATCH net-next 01/11] ethtool: Add dump_one_dev callback for per-device sub-iteration
` [PATCH net-next 02/11] ethtool: Add loopback netlink UAPI definitions

[PATCH net-next 0/8] net: stmmac: improve PCS support
 2026-03-13 18:42 UTC  (3+ messages)
` [PATCH net-next 8/8] net: stmmac: report PCS configuration changes

[PATCH net-next] net: stmmac: fix dwmac4 transmit performance regression
 2026-03-13 18:39 UTC  (4+ messages)

[PATCH net] clsact: Fix use-after-free in init/destroy rollback asymmetry
 2026-03-13 18:31 UTC  (2+ messages)

[PATCH v5 net-next 0/5] psp: Add support for dev-assoc/disassoc
 2026-03-13 18:28 UTC  (6+ messages)
` [PATCH v5 net-next 1/5] psp: add admin/non-admin version of psp_device_get_locked
` [PATCH v5 net-next 2/5] psp: add new netlink cmd for dev-assoc and dev-disassoc
` [PATCH v5 net-next 3/5] psp: add a new netdev event for dev unregister
` [PATCH v5 net-next 4/5] selftests/net: Add bpf skb forwarding program
` [PATCH v5 net-next 5/5] selftest/net: psp: Add test for dev-assoc/disassoc

[PATCH] netfilter: ipset: harden payload calculation in call_ad()
 2026-03-13 18:01 UTC 

[PATCH][next] hinic3: Fix spelling mistake "capbility" -> "capability"
 2026-03-13 17:51 UTC  (2+ messages)

[PATCH net v2] bnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handler
 2026-03-13 17:45 UTC  (2+ messages)

[PATCH net-next v4 0/3] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
 2026-03-13 17:39 UTC  (3+ messages)
` [PATCH net-next v4 1/3] dt-bindings: ethernet: eswin: add clock sampling control

[PATCH 0/3] macsec: Add support for VLAN filtering in offload mode
 2026-03-13 17:31 UTC  (4+ messages)

[PATCH net-next v6 1/9] net: dsa: microchip: Add support for KSZ8463 global irq
 2026-03-13 17:29 UTC  (12+ messages)

[PATCH rdma-next 0/8] RDMA/mana_ib: Handle service reset for RDMA resources
 2026-03-13 16:59 UTC  (3+ messages)

[PATCH net-next v11] virtio_net: add page_pool support for buffer allocation
 2026-03-13 16:50 UTC  (3+ messages)

[PATCH v4 0/2] PCI: AtomicOps: Fix pci_enable_atomic_ops_to_root()
 2026-03-13 16:49 UTC  (3+ messages)
` [PATCH v4 1/2] PCI: AtomicOps: Do not enable if root-port capabilities are unknown
` [PATCH v4 2/2] PCI: AtomicOps: Update references to PCIe spec

[PATCH net-next v2] net: airoha: select QDMA block according LAN/WAN configuration
 2026-03-13 16:28 UTC 

[PATCH net-next] net: stmmac: avoid passing pci_dev
 2026-03-13 16:28 UTC  (2+ messages)

[PATCH v2 0/7] arm64: dts: qcom: Add support for Arduino VENTUNO Q
 2026-03-13 16:23 UTC  (7+ messages)
` [PATCH v2 2/7] arm64: dts: qcom: monaco: Add missing usb-role-switch property
` [PATCH v2 4/7] arm64: dts: qcom: Add Monaco Monza SoM
` [PATCH v2 6/7] arm64: dts: qcom: Add Arduino Monza (VENTUNO Q) board support

[PATCH] idpf: Replace use of system_unbound_wq with system_dfl_wq
 2026-03-13 16:08 UTC  (2+ messages)

[PATCH RFC net-next v2 0/2] hsr: Add additional info to send/ receive skbs
 2026-03-13 16:04 UTC  (9+ messages)
` [PATCH RFC net-next v2 2/2] af_packet: Add port specific handling for HSR

[PATCH net] xfrm: prevent policy_hthresh.work from racing with netns teardown
 2026-03-13 15:58 UTC 

[PATCH net-next] net: airoha: select QDMA block according LAN/WAN configuration
 2026-03-13 15:25 UTC  (7+ messages)

[PATCH] net/smc: fix NULL pointer dereference in smc_tcp_syn_recv_sock
 2026-03-13 15:23 UTC  (2+ messages)

[PATCH net-next v3 0/2] net: macb: implement ethtool set channels count operation
 2026-03-13 15:15 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: macb: implement ethtool_ops.get|set_channels()
` [PATCH net-next v3 2/2] net: macb: distribute evenly Tx SRAM segments

[PATCH net-next v2 0/2] net: macb: implement ethtool set channels count operation
 2026-03-13 15:14 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: macb: implement ethtool_ops.get|set_channels()

[PATCH net v4] ipv4: bump rt_genid when a relevant devconf value changes through netlink
 2026-03-13 15:13 UTC  (3+ messages)

[PATCH net 00/11] netfilter: updates for net
 2026-03-13 15:06 UTC  (12+ messages)
` [PATCH net 01/11] netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()
` [PATCH net 02/11] netfilter: conntrack: add missing netlink policy validations
` [PATCH net 03/11] netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()
` [PATCH net 04/11] netfilter: revert nft_set_rbtree: validate open interval overlap
` [PATCH net 05/11] netfilter: nf_flow_table_ip: reset mac header before vlan push
` [PATCH net 06/11] netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case
` [PATCH net 07/11] nf_tables: nft_dynset: fix possible stateful expression memleak in error path
` [PATCH net 08/11] netfilter: nft_ct: drop pending enqueued packets on removal
` [PATCH net 09/11] netfilter: xt_CT: drop pending enqueued packets on template removal
` [PATCH net 10/11] netfilter: xt_time: use unsigned int for monthday bit shift
` [PATCH net 11/11] netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()

[PATCH v4 net 0/2] ipv6: Fix two GC issues with permanent routes
 2026-03-13 15:03 UTC  (2+ messages)

[PATCH v2 net-next] xsk: remove repeated defines
 2026-03-13 14:50 UTC  (2+ messages)

[PATCH net-next v01 0/7] net: hinic3: PF initialization
 2026-03-13 14:36 UTC  (3+ messages)
` [PATCH net-next v01 2/7] hinic3: Add ethtool statistic ops

[PATCH net-next v8 0/2] net: dsa: mv88e6xxx: Add partial support for TCAM entries
 2026-03-13 14:31 UTC  (4+ messages)
` [PATCH net-next v8 1/2] net/sched: cls_flower: remove unions from fl_flow_key

[PATCH net v2] net: airoha: Remove airoha_dev_stop() in airoha_remove()
 2026-03-13 14:31 UTC  (2+ messages)

[PATCH net v2] xfrm: iptfs: only publish mode_data after clone setup
 2026-03-13 14:26 UTC  (2+ messages)

[PATCH net-next v2] net: macb: set default_an_inband to true for SGMII
 2026-03-13 14:21 UTC 

[PATCH net-next v2 0/2] e1000e: add XDP support
 2026-03-13 14:19 UTC  (3+ messages)

[PATCH net v2] net: usb: aqc111: Do not perform PM inside suspend callback
 2026-03-13 14:16 UTC 

[PATCH net 0/2] net: macb: Fix Ethernet malfunction on AMD Versal board after suspend
 2026-03-13 14:12 UTC  (2+ messages)

[PATCH net-next v3 0/3] Initial support for PIC64-HPSC/HX Ethernet endpoint
 2026-03-13 14:06 UTC  (4+ messages)
` [PATCH net-next v3 1/3] dt-bindings: net: cdns,macb: add a compatible for Microchip pic64hpsc
` [PATCH net-next v3 2/3] net: macb: add safeguards for jumbo frame larger than 10240
` [PATCH net-next v3 3/3] net: macb: add support for Microchip pic64hpsc ethernet endpoint

[PATCH net-next v2] seg6: add per-route tunnel source address
 2026-03-13 14:06 UTC  (7+ messages)

[PATCH iwl-next v3] i40e: PTP: set supported flags in ptp_clock_info
 2026-03-13 13:54 UTC 

[PATCH bpf-next v5 2/2] selftests/bpf: Add trampolines single and multi-level pointer params test coverage
 2026-03-13 13:55 UTC  (2+ messages)

[PATCH iwl-next] i40e: PTP: set supported flags in ptp_clock_info
 2026-03-13 13:47 UTC  (5+ messages)

[PATCH net-next] amd-xgbe: add robust link-down TX queue handling
 2026-03-13 13:46 UTC 

[PATCH 00/14] gpio: remove uneeded Kconfig dependencies on OF_GPIO
 2026-03-13 13:43 UTC  (2+ messages)
` (subset) "

[PATCH net] amd-xgbe: synchronize KR training with device operations
 2026-03-13 13:42 UTC 

[PATCH net,v2] net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown
 2026-03-13 13:40 UTC  (2+ messages)

[PATCH net-next v2] net: ti: icssg-prueth: Add HSR multicast FDB port membership management
 2026-03-13 13:31 UTC  (2+ messages)

[PATCH 0/2] rxrpc: Fix key and keyring reference count leaks
 2026-03-13 13:23 UTC  (3+ messages)
` [PATCH 1/2] rxrpc: Fix keyring reference count leak in rxrpc_setsockopt()
` [PATCH 2/2] rxrpc: Fix key reference count leak in rxrpc_alloc_client_call()


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