Netdev List
 help / color / mirror / Atom feed
 messages from 2026-07-15 18:06:15 to 2026-07-16 02:52:17 UTC [more...]

[PATCH net v6] tipc: serialize udp bearer replicast list updates
 2026-07-16  2:52 UTC 

[PATCH] ice: parser: use array_size() for table allocation
 2026-07-16  2:51 UTC 

[PATCH] rds: use krealloc_array() for iovector growth
 2026-07-16  2:51 UTC 

[PATCH] unix: use kvmalloc_array() for BPF iterator batches
 2026-07-16  2:51 UTC 

[PATCH] tcp: use kvmalloc_array() for BPF iterator batches
 2026-07-16  2:51 UTC 

[PATCH v4 0/4] Add Agilex5 SoCDK TSN Config2 board support
 2026-07-16  2:19 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: arm: altera: Add Agilex5 SoCDK TSN Config2 board
` [PATCH v4 2/4] arm64: dts: socfpga: agilex5: Add "
` [PATCH v4 3/4] dt-bindings: net: altr,socfpga-stmmac: Add altr,socfpga-stmmac-agilex5-tsn compatible
` [PATCH net-next v4 4/4] net: stmmac: dwmac-socfpga: Add support for Agilex5 TSN GMAC with FPGA converter

[PATCH net] ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookup
 2026-07-16  2:10 UTC 

[PATCH net-next v3] net: skb: isolate skb data area allocations into a separate bucket
 2026-07-16  2:10 UTC  (6+ messages)

ipv4: icmp: icmp_route_lookup() relookups pick wrong netdev with policy routing + strict rp_filter
 2026-07-16  1:50 UTC  (3+ messages)

[PATCH v7] net: gro: fix double aggregation of flush-marked skbs
 2026-07-16  1:41 UTC  (3+ messages)

[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
 2026-07-16  1:30 UTC  (5+ messages)
` [PATCH v4 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
  ` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] "

[PATCH net v3] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
 2026-07-16  1:22 UTC  (3+ messages)

[PATCH] virtio_net: fix spelling of aggressively in comments
 2026-07-16  1:12 UTC 

[PATCH net-next v1 00/11] net: flow_dissector: opt-in byte-identical fast paths for common shapes
 2026-07-16  0:43 UTC  (12+ messages)
` [PATCH net-next v1 01/11] net: flow_dissector: gate BPF program lookup behind a static key
` [PATCH net-next v1 02/11] net: flow_dissector: opt-in fast-path for eth + IPv{4,6} + {TCP,UDP}
` [PATCH net-next v1 03/11] net: flow_dissector: add fast-path for VLAN and QinQ + IP + TCP/UDP
` [PATCH net-next v1 04/11] net: flow_dissector: add fast-path for PPPoE session + IPv{4,6} "
` [PATCH net-next v1 05/11] net: flow_dissector: add fast-path for single MPLS label + IP
` [PATCH net-next v1 06/11] net: flow_dissector: add fast-path for IP-in-IP family (IPIP / 4in6 / 6in4)
` [PATCH net-next v1 07/11] net: flow_dissector: add byte-identical fast-path for plain GRE inner
` [PATCH net-next v1 08/11] net: flow_dissector: per-shape counters + /proc/net/flow_dissector_stats
` [PATCH net-next v1 09/11] net: flow_dissector: bound fast-path tunnel recursion
` [PATCH net-next v1 10/11] net: flow_dissector: add KUnit fast/slow path equivalence tests
` [PATCH net-next v1 11/11] Documentation: networking: add flow_dissector overview and fast-path guide

[RFC PATCH 00/10] net-next: add basic support for RK3568 XPCS
 2026-07-15 23:01 UTC  (13+ messages)
` [RFC PATCH 01/10] net: stmmac: move XPCS lifetime management to platform drivers
` [RFC PATCH 07/10] net: pcs: xpcs: add Rockchip RK3568 platform glue driver

[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
 2026-07-15 22:24 UTC  (10+ messages)
` [PATCH bpf-next v5 1/8] netlink: specs: add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v5 2/8] net: veth: add xmo_rx_checksum callback to veth driver
` [PATCH bpf-next v5 3/8] net: ice: add xmo_rx_checksum callback
` [PATCH bpf-next v5 4/8] selftests/bpf: add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH bpf-next v5 5/8] selftests/bpf: add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog
` [PATCH bpf-next v5 6/8] net: add bpf_skb_rx_checksum kfunc to read skb checksum metadata
` [PATCH bpf-next v5 7/8] selftests/bpf: Add test for bpf_skb_rx_checksum kfunc
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation

[PATCH net-next v14 00/15] net: introduce QUIC infrastructure and core subcomponents
 2026-07-15 20:27 UTC  (16+ messages)
` [PATCH net-next v14 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v14 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v14 03/15] quic: provide common utilities and data structures
` [PATCH net-next v14 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v14 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v14 06/15] quic: add stream management
` [PATCH net-next v14 07/15] quic: add connection id management
` [PATCH net-next v14 08/15] quic: add path management
` [PATCH net-next v14 09/15] quic: add congestion control
` [PATCH net-next v14 10/15] quic: add packet number space
` [PATCH net-next v14 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v14 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v14 13/15] quic: add timer management
` [PATCH net-next v14 14/15] quic: add packet builder base
` [PATCH net-next v14 15/15] quic: add packet parser base

[PATCH net-next] net: phy: drop duplicated header include in mdio-device
 2026-07-15 20:17 UTC  (2+ messages)

[PATCH net v3] net: stmmac: enable the MAC on link up for all supported speeds
 2026-07-15 20:15 UTC  (3+ messages)

[PATCH v3 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-15 19:47 UTC  (3+ messages)

[PATCH net-next] net: phy: at803x: Use a helper to check for phy reset existence
 2026-07-15 19:17 UTC  (2+ messages)

[RFC PATCH net-next 0/6] net: add GeoNetworking protocol
 2026-07-15 19:09 UTC  (2+ messages)

[PATCH net v3 0/3] net: dsa: mv88e6xxx: 6141/6341 workarounds
 2026-07-15 18:52 UTC  (4+ messages)
` [PATCH net v3 2/3] net: dsa: mv88e6xxx: flush the ATU when the hash algorithm changes

[PATCH net] net: rnpgbe: Pass an expression directly in rnpgbe_rm_adapter()
 2026-07-15 18:45 UTC  (5+ messages)
      `  "

[PATCH net] pds_core: reject component parameter in legacy firmware update
 2026-07-15 18:38 UTC  (2+ messages)

[PATCH iwl] ice: acquire NVM lock around each flash read
 2026-07-15 18:22 UTC  (5+ messages)

[PATCH v2] idpf: disable PCIe PTM on probe failure and removal
 2026-07-15 18:08 UTC  (2+ messages)

[PATCH ipsec] xfrm6: fix out-of-bounds write in xfrm6_input_addr() when secpath is full
 2026-07-15 18:08 UTC  (3+ messages)

[PATCH net v3 0/2] net/stmmac: Secure against failures of DMA memory allocation
 2026-07-15 18:05 UTC  (3+ messages)
  ` [PATCH net v3 1/2] net/stmmac: Set Rx queue page_pool to NULL when freeing DMA resources


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