public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-02 15:26:50 to 2026-04-03 00:35:51 UTC [more...]

[net-next v8 00/10] Add TSO map-once DMA helpers and bnxt SW USO support
 2026-04-03  0:35 UTC  (3+ messages)
` [net-next v8 01/10] net: tso: Introduce tso_dma_map and helpers
` [net-next v8 02/10] net: bnxt: Export bnxt_xmit_get_cfa_action

[PATCH v9 00/10] VMSCAPE optimization for BHI variant
 2026-04-03  0:33 UTC  (11+ messages)
` [PATCH v9 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v9 03/10] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v9 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v9 05/10] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v9 06/10] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v9 07/10] x86/vmscape: Use static_call() for predictor flush
` [PATCH v9 08/10] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v9 09/10] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force
` [PATCH v9 10/10] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[PATCH net-next v2 0/4] net: dsa: yt921x: Add port police/tbf support
 2026-04-03  0:26 UTC  (7+ messages)
` [PATCH net-next v2 1/4] net: dsa: pass extack to user tc policers
` [PATCH net-next v2 2/4] net: dsa: yt921x: Refactor long register helpers
` [PATCH net-next v2 3/4] net: dsa: yt921x: Add port police support
` [PATCH net-next v2 4/4] net: dsa: yt921x: Add port qdisc tbf support

[PATCH net-next v12 0/6] tls: Add TLS 1.3 hardware offload support
 2026-04-02 23:55 UTC  (7+ messages)
` [PATCH v12 1/6] net: tls: reject TLS 1.3 offload in chcr_ktls and nfp drivers
` [PATCH v12 2/6] net/mlx5e: add TLS 1.3 hardware offload support
` [PATCH v12 3/6] tls: "
` [PATCH v12 4/6] tls: split tls_set_sw_offload into init and finalize stages
` [PATCH v12 5/6] tls: add hardware offload key update support
` [PATCH v12 6/6] selftests: net: add TLS hardware offload test

[PATCH] igc: fix Tx timestamp timeout caused by unlocked TIMINCA write in adj fine
 2026-04-02 23:48 UTC  (6+ messages)
      ` [PATCH] igc: fix Tx timestamp timeout caused by unlocked TIMINCA write in adj fine]
        ` [Intel-wired-lan] "

[PATCH] vsock: avoid timeout for non-blocking accept() with empty backlog
 2026-04-02 23:30 UTC  (5+ messages)

[RFC PATCH 0/6] rust: net: introduce minimal rtnl/netdevice abstractions and nlmon reference driver
 2026-04-02 20:00 UTC  (8+ messages)
` [RFC PATCH 1/6] rust: bindings: expose networking headers needed by nlmon
` [RFC PATCH 2/6] rust: helpers: add net_device and sk_buff helper wrappers
` [RFC PATCH 3/6] rust: net: add minimal skbuff, netdevice, and stats abstractions
` [RFC PATCH 4/6] rust: net: add minimal rtnl registration and netlink tap support
` [RFC PATCH 5/6] net: add Rust reference driver for nlmon
` [RFC PATCH 6/6] MAINTAINERS: add Rust net and nlmon entries

[PATCH v2] mm/vmpressure: skip socket pressure for costly order reclaim
 2026-04-02 23:25 UTC 

[net-next 0/3] Extend packet socket selftests
 2026-04-02 23:21 UTC  (4+ messages)
` [net-next 1/3] selftests/net: Test PACKET_STATISTICS
` [net-next 2/3] selftests/net: Test PACKET_STATISTICS drops
` [net-next 3/3] selftests/net: Test PACKET_AUXDATA

[PATCH v5 net-next 0/8] dpll/ice: Add TXC DPLL type and full TX reference clock control for E825
 2026-04-02 23:06 UTC  (9+ messages)
` [PATCH v5 net-next 1/8] dpll: add new DPLL type for transmit clock (TXC) usage
` [PATCH v5 net-next 2/8] dpll: allow registering FW-identified pin with a different DPLL
` [PATCH v5 net-next 3/8] dpll: extend pin notifier and netlink events with notification source ID
` [PATCH v5 net-next 4/8] dpll: zl3073x: allow SyncE_Ref pin state change
` [PATCH v5 net-next 5/8] ice: introduce TXC DPLL device and TX ref clock pin framework for E825
` [PATCH v5 net-next 6/8] ice: implement CPI support for E825C
` [PATCH v5 net-next 7/8] ice: add Tx reference clock index handling to AN restart command
` [PATCH v5 net-next 8/8] ice: implement E825 TX ref clock control and TXC hardware sync status

[PATCH net-next v11 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2026-04-02 23:10 UTC  (15+ messages)
` [PATCH net-next v11 01/14] net: Add queue-create operation
` [PATCH net-next v11 02/14] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v11 03/14] net: Add lease info to queue-get response
` [PATCH net-next v11 04/14] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v11 05/14] net: Slightly simplify net_mp_{open,close}_rxq
` [PATCH net-next v11 06/14] net: Proxy netif_mp_{open,close}_rxq for leased queues
` [PATCH net-next v11 07/14] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v11 08/14] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v11 09/14] xsk: Proxy pool management for leased queues
` [PATCH net-next v11 10/14] netkit: Add single device mode for netkit
` [PATCH net-next v11 11/14] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v11 12/14] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v11 13/14] netkit: Add xsk support for af_xdp applications
` [PATCH net-next v11 14/14] selftests/net: Add queue leasing tests with netkit

[PATCH net-next v2 0/4] net: move .getsockopt away from __user buffers
 2026-04-02 23:00 UTC  (7+ messages)
` [PATCH net-next v2 2/4] net: call getsockopt_iter if available

[PATCH net-next v5 00/14] net: sleepable ndo_set_rx_mode
 2026-04-02 22:55 UTC  (15+ messages)
` [PATCH net-next v5 01/14] net: add address list snapshot and reconciliation infrastructure
` [PATCH net-next v5 02/14] net: introduce ndo_set_rx_mode_async and netdev_rx_mode_work
` [PATCH net-next v5 03/14] net: move promiscuity handling into netdev_rx_mode_work
` [PATCH net-next v5 04/14] net: cache snapshot entries for ndo_set_rx_mode_async
` [PATCH net-next v5 05/14] fbnic: convert to ndo_set_rx_mode_async
` [PATCH net-next v5 06/14] mlx5: "
` [PATCH net-next v5 07/14] bnxt: "
` [PATCH net-next v5 08/14] bnxt: use snapshot in bnxt_cfg_rx_mode
` [PATCH net-next v5 09/14] iavf: convert to ndo_set_rx_mode_async
` [PATCH net-next v5 10/14] netdevsim: "
` [PATCH net-next v5 11/14] dummy: "
` [PATCH net-next v5 12/14] net: warn ops-locked drivers still using ndo_set_rx_mode
` [PATCH net-next v5 13/14] selftests: net: add team_bridge_macvlan rx_mode test
` [PATCH net-next v5 14/14] selftests: net: use ip commands instead of teamd in team "

[PATCH v2 0/9] gpio: remove uneeded Kconfig dependencies on OF_GPIO
 2026-04-02 22:54 UTC  (2+ messages)
` (subset) "

[PATCH net-next v2 3/3] gve: implement PTP gettimex64
 2026-04-02 22:36 UTC  (8+ messages)

[PATCH] net: increase IP_TUNNEL_RECURSION_LIMIT to 5
 2026-04-02 22:23 UTC 

[net-next PATCH 00/10] net: dsa: realtek: rtl8365mb: bridge offloading and VLAN support
 2026-04-02 22:21 UTC  (7+ messages)
` [net-next PATCH 04/10] bitfield.h: add FIELD_WIDTH()

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-04-02 21:58 UTC  (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate

[PATCH net-next v2] selftests: net: py: color the basics in the output
 2026-04-02 21:54 UTC 

[PATCH net-next v9 0/4] net: stmmac: Add PCI driver support for BCM8958x
 2026-04-02 21:36 UTC  (5+ messages)
` [PATCH net-next v9 1/4] net: stmmac: Add DW25GMAC support in stmmac core driver
` [PATCH net-next v9 2/4] net: stmmac: Integrate dw25gmac into hwif handling
` [PATCH net-next v9 3/4] net: stmmac: Add PCI glue driver for BCM8958x
` [PATCH net-next v9 4/4] net: stmmac: Add BCM8958x driver to build system

[PATCH net-next v2 0/8] selftests: drv-net: gro: more test cases
 2026-04-02 21:37 UTC  (10+ messages)
` [PATCH net-next v2 1/8] selftests: drv-net: gro: add data burst test case
` [PATCH net-next v2 2/8] selftests: drv-net: gro: add 1 byte payload test
` [PATCH net-next v2 3/8] selftests: drv-net: gro: always wait for FIN in the capacity test
` [PATCH net-next v2 4/8] selftests: drv-net: gro: prepare for ip6ip6 support
` [PATCH net-next v2 5/8] selftests: drv-net: gro: remove TOTAL_HDR_LEN
` [PATCH net-next v2 6/8] selftests: drv-net: gro: make large packet math more precise
` [PATCH net-next v2 7/8] selftests: drv-net: gro: test ip6ip6
` [PATCH net-next v2 8/8] selftests: drv-net: gro: add a test for bad IPv4 csum

[net-next v37] mctp pcc: Implement MCTP over PCC Transport
 2026-04-02 21:23 UTC 

[PATCH net-next v3 0/7] Decouple receive and transmit enablement in team driver
 2026-04-02 21:16 UTC  (4+ messages)
` [PATCH net-next v3 6/7] net: team: Decouple rx and tx enablement in the "

[PATCH v2 00/13] nfsd/sunrpc: add support for netlink upcalls for mountd/exportd
 2026-04-02 21:08 UTC  (2+ messages)

[PATCH] net: lan966x: fix page_pool error handling in lan966x_fdma_rx_alloc_page_pool()
 2026-04-02 20:59 UTC  (2+ messages)

[PATCH net-next v2] vsock: avoid timeout for non-blocking accept() with empty backlog
 2026-04-02 20:49 UTC 

[PATCH 0/6] Deprecate Legacy IP
 2026-04-02 20:27 UTC  (4+ messages)

[PATCH net v3 0/7] net/sched: netem: bug fixes
 2026-04-02 20:19 UTC  (8+ messages)
` [PATCH net v3 1/7] net/sched: netem: fix probability gaps in 4-state loss model
` [PATCH net v3 2/7] net/sched: netem: fix queue limit check to include reordered packets
` [PATCH net v3 3/7] net/sched: netem: only reseed PRNG when seed is explicitly provided
` [PATCH net v3 4/7] net/sched: netem: restructure dequeue to avoid re-entrancy with child qdisc
` [PATCH net v3 5/7] net/sched: netem: null-terminate tfifo linear queue tail
` [PATCH net v3 6/7] net/sched: netem: check for invalid slot range
` [PATCH net v3 7/7] net/sched: netem: fix slot delay calculation overflow

[PATCH net v3 0/7] net/sched: Fix packet loops in mirred and netem
 2026-04-02 20:16 UTC  (2+ messages)

[PATCH] sungem: fix PHY initialization hardware failure check and pointe style
 2026-04-02 20:04 UTC  (2+ messages)

[PATCH net 0/3] net/mlx5: Fixes for Socket-Direct
 2026-04-02 20:03 UTC  (4+ messages)
` [PATCH net 1/3] net/mlx5e: SD, Fix race condition in secondary device probe/remove

[PATCH net 2/3] net/mlx5: SD, Keep multi-pf debugfs entries on primary
 2026-04-02 19:50 UTC  (3+ messages)

[PATCH net 3/3] net/mlx5: SD: Serialize init/cleanup
 2026-04-02 19:49 UTC  (3+ messages)

[syzbot] [net?] [bpf?] WARNING in sock_map_destroy (3)
 2026-04-02 19:39 UTC 

[PATCH net-next] net-timestamp: take track of the skb when wait_for_space occurs
 2026-04-02 19:18 UTC  (6+ messages)

[PATCH 1/3] [v4, net-next] net: ethernet: ti-cpsw:: rename soft_reset() function
 2026-04-02 19:16 UTC  (5+ messages)
` [PATCH 2/3] [v4, net-next] net: ethernet: ti-cpsw: fix linking built-in code to modules
` [PATCH 3/3] [v4, net-next] dpaa2: avoid linking objects into multiple modules

[PATCH v5] rtnetlink: add missing netlink_ns_capable() check for peer netns
 2026-04-02 19:16 UTC  (2+ messages)

[PATCH v4 0/3] dpll: add frequency monitoring feature
 2026-04-02 18:40 UTC  (4+ messages)
` [PATCH v4 1/3] dpll: add frequency monitoring to netlink spec
` [PATCH v4 2/3] dpll: add frequency monitoring callback ops
` [PATCH v4 3/3] dpll: zl3073x: implement frequency monitoring

[PATCH net-next v2 00/14] net: stmmac: TSO fixes/cleanups
 2026-04-02 18:40 UTC  (2+ messages)

[PATCH net v2 0/2] seg6: fix dst_cache sharing in seg6 lwtunnel
 2026-04-02 18:35 UTC  (5+ messages)
` [PATCH net v2 1/2] seg6: separate dst_cache for input and output paths "
` [PATCH net v2 2/2] selftests: seg6: add test for dst_cache isolation "

[PATCH v25 00/11] Type2 device basic support
 2026-04-02 18:32 UTC  (7+ messages)
` [PATCH v25 05/11] sfc: create type2 cxl memdev

[PATCH net-next] eth: remove the driver for acenic / tigon1&2
 2026-04-02 18:30 UTC 

[PATCH net-next v5 0/3] net: mana: debugfs fixes and diagnostic info
 2026-04-02 18:26 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: mana: Use pci_name() for debugfs directory naming
` [PATCH net-next v5 2/3] net: mana: Move current_speed debugfs file to mana_init_port()
` [PATCH net-next v5 3/3] net: mana: Expose hardware diagnostic info via debugfs

[PATCH v3] netfilter: xt_multiport: validate range encoding in checkentry
 2026-04-02 18:21 UTC 

[PATCH net v4] rtnetlink: add missing netlink_ns_capable() check for peer netns
 2026-04-02 18:17 UTC  (5+ messages)

[PATCH net] ipv6: ioam: fix potential NULL dereferences in __ioam6_fill_trace_data()
 2026-04-02 18:10 UTC  (2+ messages)

[PATCH net-next v4 0/3] Add support for PIC64-HPSC/HX MDIO controller
 2026-04-02 18:09 UTC  (6+ messages)
` [PATCH net-next v4 3/3] net: phy: add a PHY write barrier when disabling interrupts

[PATCH net-next] inet: remove leftover EXPORT_SYMBOL()
 2026-04-02 17:44 UTC 

[PATCH net v4 0/2] stmmac crash/stall fixes when under memory pressure
 2026-04-02 17:39 UTC  (6+ messages)

[GIT PULL] Networking for v7.0-rc7
 2026-04-02 17:38 UTC  (2+ messages)

[net-next v7 00/10] Add TSO map-once DMA helpers and bnxt SW USO support
 2026-04-02 17:30 UTC  (5+ messages)
` [net-next v7 07/10] net: bnxt: Implement software USO

[PATCH] udp_bpf: fix use-after-free in udp_bpf_recvmsg()
 2026-04-02 17:23 UTC  (3+ messages)

[PATCH v2 0/4] treewide: fixup gfp_t printks
 2026-04-02 17:16 UTC  (3+ messages)
` [PATCH v2 4/4] net/rds: Use special gfp_t format specifier

[PATCH net] net: hamradio: 6pack: fix uninit-value in sixpack_receive_buf
 2026-04-02 16:45 UTC 

[PATCH v7 0/3] PCI: AtomicOps: Fix pci_enable_atomic_ops_to_root()
 2026-04-02 16:38 UTC  (2+ messages)

[PATCH net] net: airoha: Add dma_rmb() and READ_ONCE() in airoha_qdma_rx_process()
 2026-04-02 16:36 UTC 

[PATCH net-next 00/11] net: macb: implement context swapping
 2026-04-02 16:34 UTC  (6+ messages)
` [PATCH net-next 10/11] net: macb: use context swapping in .set_ringparam()

[PATCH RFC net-next v2 2/2] af_packet: Add port specific handling for HSR
 2026-04-02 16:32 UTC  (11+ messages)

[PATCH net-next v11 0/6] tls: Add TLS 1.3 hardware offload support
 2026-04-02 16:21 UTC  (3+ messages)
` [PATCH v11 6/6] selftests: net: add TLS hardware offload test

[PATCH bpf-next v3] bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb
 2026-04-02 16:01 UTC 

[PATCH] usb: rtl8150: avoid using uninitialized CSCR value
 2026-04-02 15:51 UTC  (2+ messages)

[PATCH v6 net 0/8] xsk: tailroom reservation and MTU validation
 2026-04-02 15:49 UTC  (9+ messages)
` [PATCH v6 net 1/8] xsk: tighten UMEM headroom validation to account for tailroom and min frame
` [PATCH v6 net 2/8] xsk: respect tailroom for ZC setups
` [PATCH v6 net 3/8] xsk: fix XDP_UMEM_SG_FLAG issues
` [PATCH v6 net 4/8] xsk: validate MTU against usable frame size on bind
` [PATCH v6 net 5/8] selftests: bpf: introduce a common routine for reading procfs
` [PATCH v6 net 6/8] selftests: bpf: fix pkt grow tests
` [PATCH v6 net 7/8] selftests: bpf: have a separate variable for drop test
` [PATCH v6 net 8/8] selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroom

[PATCH net 1/1] batman-adv: reject oversized global TT response buffers
 2026-04-02 15:40 UTC  (2+ messages)

[PATCH net] ipv6: avoid overflows in ip6_datagram_send_ctl()
 2026-04-02 15:40 UTC  (2+ messages)

[PATCH net] eth: fbnic: Increase FBNIC_QUEUE_SIZE_MIN to 64
 2026-04-02 15:40 UTC  (2+ messages)

[PATCH net v4 0/2] net: hsr: fixes for PRP duplication and VLAN unwind
 2026-04-02 15:40 UTC  (2+ messages)

[PATCH net 0/3] Fix short frame transmission in enetc
 2026-04-02 15:37 UTC  (3+ messages)
` [PATCH net 2/3] net: enetc: pad short frames in software

[PATCH net] vsock: initialize child_ns_mode_locked in vsock_net_init()
 2026-04-02 15:30 UTC  (2+ messages)

[PATCH net-next] net: always inline some skb helpers
 2026-04-02 15:26 UTC 

[net-next v36] mctp pcc: Implement MCTP over PCC Transport
 2026-04-02 15:26 UTC  (3+ messages)


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