Netdev List
 help / color / mirror / Atom feed
 messages from 2026-07-15 14:36:08 to 2026-07-15 22:26:01 UTC [more...]

[RFC PATCH 00/10] net-next: add basic support for RK3568 XPCS
 2026-07-15 22:25 UTC  (12+ 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

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

[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

[PATCH net-next v5 00/15][pull request] Introduce iXD driver
 2026-07-15 18:00 UTC  (16+ messages)
` [PATCH net-next v5 01/15] virtchnl: move virtchnl and virtchnl2 headers to 'include/linux/net/intel'
` [PATCH net-next v5 02/15] libie: add PCI device initialization helpers to libie
` [PATCH net-next v5 03/15] libeth: allow to create fill queues without NAPI
` [PATCH net-next v5 04/15] libie: add control queue support
` [PATCH net-next v5 05/15] libie: add bookkeeping support for control queue messages
` [PATCH net-next v5 06/15] idpf: remove 'vport_params_reqd' field
` [PATCH net-next v5 07/15] idpf: remove unused code for getting RSS info from device
` [PATCH net-next v5 08/15] idpf: refactor idpf to use libie_pci APIs
` [PATCH net-next v5 09/15] idpf: refactor idpf to use libie control queues
` [PATCH net-next v5 10/15] idpf: make mbx_task queueing and cancelling more consistent
` [PATCH net-next v5 11/15] idpf: print a debug message and bail in case of non-event ctlq message
` [PATCH net-next v5 12/15] ixd: add basic driver framework for Intel(R) Control Plane Function
` [PATCH net-next v5 13/15] ixd: add reset checks and initialize the mailbox
` [PATCH net-next v5 14/15] ixd: add the core initialization
` [PATCH net-next v5 15/15] ixd: add devlink support

[PATCH net-next] net: macb: add support for 1000BASE-X autonegotiation to PCS
 2026-07-15 17:52 UTC  (5+ messages)

[PATCH net] pds_core: fix auxiliary device add/del races
 2026-07-15 17:33 UTC  (3+ messages)

[PATCH net] nfp: Check resource mutex allocation
 2026-07-15 17:32 UTC  (2+ messages)

[PATCH net] cxgb4: consider EtherType when validating filter priority ordering
 2026-07-15 17:23 UTC  (3+ messages)

[PATCH net] net: hip04: fix RX buffer leak on build_skb failure
 2026-07-15 16:52 UTC  (5+ messages)

[PATCH net-next v4 00/15][pull request] Introduce iXD driver
 2026-07-15 16:32 UTC  (3+ messages)

[PATCH] sctp: diag: fix uninitialized stack leak via INET_DIAG_LOCALS/PEERS
 2026-07-15 16:15 UTC  (2+ messages)

RFC: symmetric SET_MODULE_EEPROM_BY_PAGE with i2c_address for non-SFF pages
 2026-07-15 15:58 UTC  (8+ messages)

[syzbot] [net?] KASAN: slab-use-after-free Read in llc_conn_ac_send_sabme_cmd_p_set_x
 2026-07-15 15:55 UTC 

[RFC PATCH net-next v2 0/2] tcp: Add net.ipv4.tcp_purge_receive_queue sysctl
 2026-07-15 15:48 UTC  (7+ messages)
` [RFC PATCH net-next v2 1/2] "
` [RFC PATCH net-next v2 2/2] selftests/net: packetdrill: Add two tcp_purge_receive_queue tests

ipv4: icmp: icmp_route_lookup() relookups pick wrong netdev with policy routing + strict rp_filter
 2026-07-15 15:43 UTC  (2+ messages)

Ethtool : PRBS feature
 2026-07-15 15:38 UTC  (13+ messages)

[PATCH net] mpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=n
 2026-07-15 15:24 UTC  (2+ messages)

[PATCH iproute2-next] ip: display DPLL pin information in link details
 2026-07-15 15:20 UTC  (2+ messages)

[PATCH iproute2-next v6 0/2] rdma: display resource limits in curr/max format
 2026-07-15 15:11 UTC  (3+ messages)
` [PATCH iproute2-next v6 2/2] "

[PATCH net-next 0/2] Add DAPU Telecom DAP8211R(I) Gigabit Ethernet PHY driver
 2026-07-15 15:04 UTC  (4+ messages)
` [PATCH net-next 2/2] net: phy: add DAPU Telecom DAP8210R(I) "

[PATCH iproute2-next] ipmaddr: use RTM_GETMULTICAST to list multicast addresses
 2026-07-15 15:02 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: prevent helper extension relocation
 2026-07-15 14:48 UTC 

[PATCH net-next 13/15] net/mlx5e: psp: Make PSP steering config dynamic
 2026-07-15 14:42 UTC  (4+ messages)

[PATCH net-next 15/15] net/mlx5e: psp: Report PSP dev registration errors
 2026-07-15 14:42 UTC  (4+ messages)

[PATCH net v3] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
 2026-07-15 14:32 UTC  (2+ messages)


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