public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-13 14:57:20 to 2026-01-14 02:19:19 UTC [more...]

[PATCH bpf-next v9 00/11] bpf: fsession support
 2026-01-14  2:19 UTC  (19+ messages)
` [PATCH bpf-next v9 01/11] bpf: add "
` [PATCH bpf-next v9 02/11] bpf: use last 8-bits for the nr_args in trampoline
` [PATCH bpf-next v9 03/11] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v9 04/11] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v9 05/11] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v9 06/11] bpf,x86: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v9 07/11] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v9 08/11] libbpf: add fsession support

[PATCH v2][next] virtio_net: Fix misalignment bug in struct virtnet_info
 2026-01-14  2:16 UTC  (6+ messages)

[PATCH] bpf: cpumap: report queue_index to xdp_rxq_info
 2026-01-14  2:12 UTC 

[PATCH net-next] selftests: tls: use mkstemp instead of open(O_TMPFILE)
 2026-01-14  2:12 UTC 

[PATCH net 0/6] net/sched: Fix packet loops in mirred and netem
 2026-01-14  2:07 UTC  (11+ messages)
` [PATCH net 1/6] net: Introduce skb ttl field to track packet loops
` [PATCH net 5/6] net/sched: fix packet loop on netem when duplicate is on

[PATCH net-next v4 0/2] dsa: mxl-gsw1xx: Support R(G)MII slew rate configuration
 2026-01-14  2:04 UTC  (5+ messages)
` [PATCH net-next v4 1/2] dt-bindings: net: dsa: lantiq,gswip: add MaxLinear R(G)MII slew rate

[PATCH net-next] tools/net/ynl: suppress jobserver warning in ynltool version detection
 2026-01-14  2:00 UTC  (2+ messages)

[PATCH net-next] net: minor __alloc_skb() optimization
 2026-01-14  2:01 UTC  (4+ messages)

[pull-request] mlx5-next updates 2026-01-13
 2026-01-14  1:50 UTC  (3+ messages)

[PATCH] selftests: net: csum: Fix printk format in recv_get_packet_csum_status()
 2026-01-14  1:39 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the ath tree
 2026-01-14  1:37 UTC 

[PATCH] docs: netdev: refine 15-patch limit
 2026-01-14  1:34 UTC  (2+ messages)

[PATCH v5] netfilter: nfnetlink_queue: optimize verdict lookup with hash table
 2026-01-14  1:32 UTC  (3+ messages)

[PATCH net-next v19 0/6] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
 2026-01-14  1:23 UTC  (3+ messages)
` [PATCH net-next v19 2/6] eea: introduce ring and descriptor structures

[PATCH V2,net-next, 0/2] net: mana: Add support for coalesced RX packets
 2026-01-14  1:09 UTC  (8+ messages)
` [PATCH V2,net-next, 1/2] net: mana: Add support for coalesced RX packets on CQE
    ` [EXTERNAL] "

[PATCH 00/19] printk cleanup - part 3
 2026-01-14  0:32 UTC  (9+ messages)
` [PATCH 01/19] printk/nbcon: Use an enum to specify the required callback in console_is_usable()
` [PATCH 02/19] printk: Introduce console_is_nbcon

[PATCH net-next v2 0/2] airoha: Add the en7581-npu-7996 support
 2026-01-14  0:32 UTC  (3+ messages)
` [PATCH net-next v2 2/2] net: airoha: npu: Add en7581-npu-7996 compatible string

[PATCH net v1] tools: ynl: render event op docs correctly
 2026-01-14  0:10 UTC  (2+ messages)

[PATCH net-next] net: phy: realtek: fix in-band capabilities for 2.5G PHYs
 2026-01-14  0:11 UTC  (2+ messages)

[PATCH net-next] bnxt_en: Fix build break on non-x86 platforms
 2026-01-14  0:00 UTC  (2+ messages)

[PATCH] net: sfp: add potron quirk to the H-COM SPP425H-GAB4 SFP+ Stick
 2026-01-13 23:29 UTC 

[PATCH v2 0/5] landlock: Pathname-based UNIX connect() control
 2026-01-13 23:30 UTC  (7+ messages)
` [PATCH v2 1/5] lsm: Add hook unix_path_connect

[PATCH bpf-next 0/9] Add support for type-based and enum value-based CO-RE relocations
 2026-01-13 23:26 UTC  (4+ messages)
` [PATCH bpf-next 3/9] libbpf: improve relocation ambiguity detection

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

[PATCH net-next v14 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-13 23:12 UTC  (16+ messages)
` [PATCH net-next v14 01/12] vsock: add netns to vsock core
` [PATCH net-next v14 04/12] selftests/vsock: increase timeout to 1200
` [PATCH net-next v14 05/12] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v14 09/12] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v14 12/12] selftests/vsock: add tests for namespace deletion

[PATCH net-next v1] dt-bindings: net: Convert icplus-ip101ag to yaml format
 2026-01-13 23:12 UTC  (2+ messages)

[PATCH v2 0/2] Convert the Micrel bindings to DT schema
 2026-01-13 23:09 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: net: micrel: Convert "
` [PATCH v2 2/2] dt-bindings: net: micrel: Convert micrel-ksz90x1.txt "

[PATCH v3 0/3] net: stmmac: socfpga: support both stmmaceth-ocp and ahb reset names
 2026-01-13 22:57 UTC  (6+ messages)
` [PATCH v3 1/3] net: stmmac: socfpga: add call to assert/deassert ahb reset line
` [PATCH v3 3/3] dt-bindings: net: altr,socfpga-stmmac: remove TODO note

[PATCH net-next RFC] net: ethernet: mtk_eth_soc: support using non-MediaTek DSA switches
 2026-01-13 22:38 UTC  (4+ messages)

[PATCH iwl-net 0/2] ice: fix AQ command 0x06EE usage by retrying
 2026-01-13 22:31 UTC  (4+ messages)
` [PATCH iwl-net 1/2] ice: reintroduce retry mechanism for indirect AQ
  ` [Intel-wired-lan] "
` [PATCH iwl-net 2/2] ice: fix retry for AQ command 0x06EE

[PATCH] dt-bindings: net: dsa: mt7530: Allow interrupts-extended dependency
 2026-01-13 22:30 UTC  (2+ messages)

[PATCH RESEND net-next v6 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-01-13 22:05 UTC  (5+ messages)
` [PATCH RESEND net-next v6 2/7] net: stmmac: qcom-ethqos: use generic device properties

[PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2026-01-13 (ice, igc)
 2026-01-13 22:02 UTC  (7+ messages)
` [PATCH net 1/6] ice: initialize ring_stats->syncp
` [PATCH net 2/6] ice: Avoid detrimental cleanup for bond during interface stop
` [PATCH net 3/6] ice: Fix incorrect timeout ice_release_res()
` [PATCH net 4/6] igc: Restore default Qbv schedule when changing channels
` [PATCH net 5/6] igc: fix race condition in TX timestamp read for register 0
` [PATCH net 6/6] igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue

[PATCH net-next] net: dlink: count tx_dropped when dropping skb on link down
 2026-01-13 22:01 UTC  (4+ messages)

[PATCH net-next v2 0/3] net: gso: fix MTU validation of BIG TCP
 2026-01-13 21:42 UTC  (2+ messages)

[PATCH net-next 00/17] BIG TCP for UDP tunnels
 2026-01-13 21:28 UTC  (4+ messages)
` [PATCH net-next 01/17] net/ipv6: Introduce payload_len helpers

[PATCH net-next v2 00/11] BIG TCP without HBH in IPv6
 2026-01-13 21:26 UTC  (12+ messages)
` [PATCH net-next v2 01/11] net/ipv6: Introduce payload_len helpers
` [PATCH net-next v2 02/11] net/ipv6: Drop HBH for BIG TCP on TX side
` [PATCH net-next v2 03/11] net/ipv6: Drop HBH for BIG TCP on RX side
` [PATCH net-next v2 04/11] net/ipv6: Remove jumbo_remove step from TX path
` [PATCH net-next v2 05/11] net/mlx5e: "
` [PATCH net-next v2 06/11] net/mlx4: "
` [PATCH net-next v2 07/11] ice: "
` [PATCH net-next v2 08/11] bnxt_en: "
` [PATCH net-next v2 09/11] gve: "
` [PATCH net-next v2 10/11] net: mana: "
` [PATCH net-next v2 11/11] net/ipv6: Remove HBH helpers

[PATCH net-next] selftests: net: reduce txtimestamp deschedule flakes
 2026-01-13 21:23 UTC  (2+ messages)

[PATCH] bpf-next: Prevent out of bound buffer write in __bpf_get_stack
 2026-01-13 21:01 UTC  (6+ messages)

[PATCH net-next v9 0/5] net: devmem: improve cpu cost of RX token management
 2026-01-13 20:42 UTC  (7+ messages)
` [PATCH net-next v9 3/5] net: devmem: implement autorelease "

[PATCH net] net: freescale: ucc_geth: Return early when TBI found can't be found
 2026-01-13 20:42 UTC  (6+ messages)

[PATCH net] bonding: limit BOND_MODE_8023AD to Ethernet devices
 2026-01-13 20:25 UTC  (2+ messages)

[PATCH net] Revert "nfc/nci: Add the inconsistency check between the input data length and count"
 2026-01-13 20:24 UTC 

[PATCH net-next 00/10] Call skb_metadata_set when skb->data points past metadata
 2026-01-13 20:22 UTC  (5+ messages)
      ` [Intel-wired-lan] "

[PATCH v4 00/15] Add support for Microchip LAN969x
 2026-01-13 20:09 UTC  (4+ messages)
` [PATCH v4 15/15] arm64: dts: microchip: add EV23X71A board

[PATCH net-next v2 0/4] ipv6: Disable IPv6 Destination Options RX processing by default
 2026-01-13 19:54 UTC  (3+ messages)

[PATCH RFC net-next v2 0/8] net: macb: Add XDP support and page pool integration
 2026-01-13 19:30 UTC  (7+ messages)
` [PATCH RFC net-next v2 3/8] cadence: macb: Add page pool support handle multi-descriptor frame rx

[PATCH v1 net] l2tp: Fix memleak in l2tp_udp_encap_recv()
 2026-01-13 19:13 UTC  (2+ messages)

[Patch net v7 0/9] netem: Fix skb duplication logic and prevent infinite loops
 2026-01-13 19:06 UTC  (10+ messages)
` [Patch net v7 1/9] net_sched: Check the return value of qfq_choose_next_agg()
` [Patch net v7 2/9] Revert "net/sched: Restrict conditions for adding duplicating netems to qdisc tree"
` [Patch net v7 3/9] Revert "selftests/tc-testing: Add tests for restrictions on netem duplication"
` [Patch net v7 4/9] net_sched: Implement the right netem duplication behavior
` [Patch net v7 5/9] selftests/tc-testing: Add a nested netem duplicate test
` [Patch net v7 6/9] selftests/tc-testing: Add a test case for prio with netem duplicate
` [Patch net v7 7/9] selftests/tc-testing: Add a test case for mq "
` [Patch net v7 8/9] selftests/tc-testing: Update test cases "
` [Patch net v7 9/9] selftests/tc-testing: Add a test case for HTB with netem

[syzbot] [net?] KASAN: global-out-of-bounds Read in __hw_addr_add_ex (4)
 2026-01-13 18:52 UTC 

[syzbot] [net?] memory leak in l2tp_tunnel_create
 2026-01-13 18:50 UTC 

[PATCH net-next v2 0/3] dpll: support mode switching
 2026-01-13 18:38 UTC  (4+ messages)
` [PATCH net-next v2 2/3] dpll: add dpll_device op to set working mode

[PATCH V2 0/2] Add devm_clk_bulk_get_optional_enable() helper and use in AXI Ethernet driver
 2026-01-13 18:10 UTC  (3+ messages)
` [PATCH V2 1/2] clk: Add devm_clk_bulk_get_optional_enable() helper
` [PATCH V2 2/2] net: xilinx: axienet: Use devres for resource management in probe path

[syzbot] [bridge?] INFO: rcu detected stall in br_handle_frame (6)
 2026-01-13 18:06 UTC 

[PATCH v2 net-next 00/10] geneve: introduce double tunnel GSO/GRO support
 2026-01-13 18:05 UTC  (2+ messages)

[PATCH iwl-net] idpf: Fix flow rule delete failure due to invalid validation
 2026-01-13 18:01 UTC 

[PATCH net] rxrpc: Fix recvmsg() unconditional requeue
 2026-01-13 17:41 UTC 

[PATCH] vhost: fix caching attributes of MMIO regions by setting them explicitly
 2026-01-13 17:25 UTC  (3+ messages)

[PATCH net-next v1 0/3] r8169: add dash/LTR/RTL9151AS support
 2026-01-13 17:15 UTC  (3+ messages)

[PATCH net] sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
 2026-01-13 17:10 UTC 

[PATCH net-next v5 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-01-13 16:58 UTC  (10+ messages)
` [PATCH net-next v5 13/16] selftests/net: Add bpf skb forwarding program
` [PATCH net-next v5 14/16] selftests/net: Add env for container based tests
` [PATCH net-next v5 15/16] selftests/net: Make NetDrvContEnv support queue leasing

[bug query] octeontx2/cn10k: CPT LF IQ drain loop compares DQ_PTR twice
 2026-01-13 16:54 UTC 

[PATCH net-next v5 00/11] net: tunnel: introduce noref xmit flows for tunnels
 2026-01-13 16:36 UTC  (12+ messages)
  ` [PATCH net-next v5 01/11] net: dst_cache: add noref versions for dst_cache
  ` [PATCH net-next v5 02/11] net: tunnel: convert iptunnel_xmit to noref
  ` [PATCH net-next v5 03/11] net: tunnel: convert udp_tunnel{6,}_xmit_skb "
  ` [PATCH net-next v5 04/11] net: tunnel: allow noref dsts in udp_tunnel{,6}_dst_lookup
  ` [PATCH net-next v5 05/11] net: ovpn: convert ovpn_udp{4,6}_output to use a noref dst
  ` [PATCH net-next v5 06/11] wireguard: socket: convert send{4,6} to use a noref dst when possible
  ` [PATCH net-next v5 07/11] net: tunnel: convert ip_md_tunnel_xmit "
  ` [PATCH net-next v5 08/11] net: tunnel: convert ip_tunnel_xmit "
  ` [PATCH net-next v5 09/11] net: sctp: convert sctp_v{4,6}_xmit "
  ` [PATCH net-next v5 10/11] net: sit: convert ipip6_tunnel_xmit to use a noref dst
  ` [PATCH net-next v5 11/11] net: tipc: convert tipc_udp_xmit "

[PATCH] rxrpc: Fix data-race warning and potential load/store tearing
 2026-01-13 16:52 UTC  (2+ messages)

[syzbot] [kernfs?] INFO: rcu detected stall in cleanup_net (8)
 2026-01-13 16:49 UTC 

[RFC 2/2] Set steering-tag directly for PCIe P2P memory access
 2026-01-13 16:49 UTC  (3+ messages)

[ANN] netdev foundation TSC meeting notes - Jan 13th
 2026-01-13 16:46 UTC 

[PATCH net-next 00/11] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-01-13 16:22 UTC  (15+ messages)
` [PATCH net-next 01/11] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH net-next 02/11] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH net-next 03/11] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH net-next 04/11] net: fec: add fec_build_skb() to build a skb
` [PATCH net-next 05/11] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH net-next 06/11] net: fec: transmit XDP frames in bulk
` [PATCH net-next 07/11] net: fec: use switch statement to check the type of tx_buf

[PATCH 0/2] can: add dummy_can termination and update SocketCAN docs
 2026-01-13 16:14 UTC  (3+ messages)
` [PATCH 2/2] docs: can: update SocketCAN documentation for CAN XL

[PATCH net-next v2 0/2] selftests: net: improve error handling in passive TFO test
 2026-01-13 15:57 UTC  (4+ messages)
` [PATCH net-next v2 2/2] "

[PATCH net v2] selftests: net: fib-onlink-tests: Convert to use namespaces by default
 2026-01-13 15:37 UTC 

[ANN] netdev call - Jan 12th
 2026-01-13 15:31 UTC  (3+ messages)

can: j1939: unregister_netdevice: waiting for vcan0 to become free
 2026-01-13 15:28 UTC  (4+ messages)
    ` [PATCH] can: j1939: deactivate session upon receiving the second rts

[PATCH nf-next v2 0/4] Add IP6IP6 flowtable SW acceleration
 2026-01-13 15:23 UTC  (5+ messages)
` [PATCH nf-next v2 1/4] netfilter: Introduce tunnel metadata info in nf_flowtable_ctx struct
` [PATCH nf-next v2 2/4] netfilter: flowtable: Add IP6IP6 rx sw acceleration

[PATCH] hinic3: add WQ_PERCPU to alloc_workqueue users
 2026-01-13 15:14 UTC 

[PATCH] net: airoha: implement get_link_ksettings
 2026-01-13 15:10 UTC  (2+ messages)

[PATCH iwl-next v4] idpf: export RX hardware timestamping information to XDP
 2026-01-13 15:09 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb in RX queue
 2026-01-13 15:11 UTC  (10+ messages)
` [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced

[PATCH net v2 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb
 2026-01-13 15:08 UTC  (3+ messages)
` [PATCH net v2 1/2] vsock/virtio: Coalesce only linear skb
` [PATCH net v2 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced

[PATCH net-next v3 00/13] NPC HW block support for cn20k
 2026-01-13 15:07 UTC  (5+ messages)
` [PATCH net-next v3 01/13] octeontx2-af: npc: cn20k: Index management

[PATCH ipsec-next 0/6] xfrm: XFRM_MSG_MIGRATE_STATE new netlink message
 2026-01-13 14:59 UTC  (5+ messages)
` [PATCH ipsec-next 1/6] xfrm: remove redundent assignment
` [PATCH ipsec-next 4/6] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration


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