Netdev List
 help / color / mirror / Atom feed
 messages from 2026-07-18 23:06:55 to 2026-07-20 02:14:51 UTC [more...]

[PATCH net 1/1] openvswitch: Fix CT limit teardown use-after-free
 2026-07-20  2:14 UTC 

[PATCH RESEND v4 net-next 00/14] net: enetc: cleanups and improvements
 2026-07-20  1:43 UTC  (15+ messages)
` [PATCH RESEND v4 net-next 01/14] net: enetc: extract common helpers for MAC promiscuous mode setting
` [PATCH RESEND v4 net-next 02/14] net: enetc: extract common helpers for MAC hash filter configuration
` [PATCH RESEND v4 net-next 03/14] net: enetc: convert ndo_set_rx_mode() to ndo_set_rx_mode_async()
` [PATCH RESEND v4 net-next 04/14] net: enetc: improve MAFT entry management with bitmap tracking
` [PATCH RESEND v4 net-next 05/14] net: enetc: use PCI device name for debugfs directory
` [PATCH RESEND v4 net-next 06/14] net: enetc: simplify enetc4_set_port_speed()
` [PATCH RESEND v4 net-next 07/14] net: enetc: differentiate phylink capabilities for pseudo-MAC and standalone MAC
` [PATCH RESEND v4 net-next 08/14] net: enetc: remove invalid code from enetc4_pl_mac_link_up()
` [PATCH RESEND v4 net-next 09/14] net: enetc: open-code enetc4_set_default_si_vlan_promisc()
` [PATCH RESEND v4 net-next 10/14] net: enetc: refactor SI VLAN promiscuous mode configuration
` [PATCH RESEND v4 net-next 11/14] net: enetc: move enetc_set_si_vlan_promisc() to enetc_pf_common.c
` [PATCH RESEND v4 net-next 12/14] net: enetc: remove redundant num_vsi field from enetc_port_caps
` [PATCH RESEND v4 net-next 13/14] net: enetc: use alloc_etherdev_mqs() to create netdev for VF driver
` [PATCH RESEND v4 net-next 14/14] net: enetc: use kzalloc_flex() for enetc_psfp_gate allocation

[PATCH net] e1000e: Fix out-of-bounds MMIO access by validating BAR0 size
 2026-07-20  1:25 UTC  (2+ messages)

[PATCH RESEND v1 net] ptp: netc: explicitly clear TMR_OFF during initialization
 2026-07-20  1:25 UTC 

[PATCH net-next v2 0/2] net: dsa: mv88e6xxx: various hwstamp fixes
 2026-07-20  1:16 UTC  (11+ messages)
` [PATCH net-next v2 2/2] net: dsa: mv88e6xxx: embedded PTP timestamp support

[RFC PATCH net-next v0.1 0/1] add GeoNetworking protocol
 2026-07-19 23:33 UTC  (6+ messages)
` [RFC PATCH net-next v0.1 1/1] net: "

[PATCH net] bonding: fix skb_under_panic in bond_ns_send() over stacked VLANs
 2026-07-19 23:21 UTC 

[PATCH nf] netfilter: nft_payload: fix mask build for partial field offload
 2026-07-19 22:15 UTC 

[PATCH] vsock: use sock_error() to consume sk_err after connect timeout
 2026-07-19 21:57 UTC 

[GIT PULL] Networking for v7.2-rc4
 2026-07-19 21:08 UTC  (2+ messages)

[PATCH net v2] rds: tcp: unregister sysctl before tearing down listen socket
 2026-07-19 21:03 UTC 

[PATCH net] rds: tcp: unregister sysctl before tearing down listen socket
 2026-07-19 20:37 UTC  (5+ messages)

[syzbot] [pm?] possible deadlock in device_move (2)
 2026-07-19 20:18 UTC 

Wireguard head of line blocking when CPUs saturate
 2026-07-19 20:09 UTC  (2+ messages)

[syzbot] [kernfs?] possible deadlock in kernfs_iop_permission (2)
 2026-07-19 18:17 UTC 

[syzbot] [kernel?] possible deadlock in netif_reset_xps_queues_gt (3)
 2026-07-19 18:17 UTC 

[PATCH net-next v2 0/2] nfc: s3fwrn5: support the S3NRN4V variant
 2026-07-19 18:09 UTC  (6+ messages)
` [PATCH net-next v2 2/2] "

[RFC PATCH net-next 00/13] net: knod: in-kernel network offload device
 2026-07-19 17:58 UTC  (14+ messages)
` [RFC PATCH net-next 01/13] net: knod: add uapi and core headers
` [RFC PATCH net-next 02/13] net: devmem: extend memory provider for knod
` [RFC PATCH net-next 03/13] net: core: add XDP_MODE_HW offload hook "
` [RFC PATCH net-next 04/13] net: knod: add offload device core and control plane
` [RFC PATCH net-next 05/13] bpf: offload: allow PERCPU_ARRAY maps for offloaded programs
` [RFC PATCH net-next 06/13] drm/amdkfd: prepare kfd core for the knod provider
` [RFC PATCH net-next 07/13] drm/amdkfd: add knod provider core
` [RFC PATCH net-next 08/13] drm/amdkfd: add GPU instruction emitter and disassembler
` [RFC PATCH net-next 09/13] drm/amdkfd: add BPF-to-GPU JIT offload
` [RFC PATCH net-next 10/13] net/mlx5e: add knod XDP offload support
` [RFC PATCH net-next 11/13] bnxt_en: "
` [RFC PATCH net-next 12/13] selftests: drivers/net: add knod tests
` [RFC PATCH net-next 13/13] drm/amdkfd: add IPsec full-packet offload

[PATCH net-next v4 0/8] net: dsa: mt7530: modernise register access and add two DSA ops
 2026-07-19 17:54 UTC  (9+ messages)
` [PATCH net-next v4 1/8] net: dsa: mt7530: move MDIO bus locking into regmap
` [PATCH net-next v4 2/8] net: dsa: mt7530: fold mt7530_mii_write/read into mt7530_write/read
` [PATCH net-next v4 3/8] net: dsa: mt7530: replace mt7530_write with regmap_write
` [PATCH net-next v4 4/8] net: dsa: mt7530: replace mt7530_rmw/set/clear with regmap API
` [PATCH net-next v4 5/8] net: dsa: mt7530: replace mt7530_read with regmap_read
` [PATCH net-next v4 6/8] net: dsa: mt7530: convert to use field accessor macros
` [PATCH net-next v4 7/8] net: dsa: mt7530: implement port_fast_age
` [PATCH net-next v4 8/8] net: dsa: mt7530: implement port_change_conduit op

[PATCH net] netdevsim: tc: serialize access to nsim_block_cb_list
 2026-07-19 17:50 UTC 

[PATCH net-next,v3] xfrm: allow to enable udp encapsulation without userspace socket
 2026-07-19 16:49 UTC  (2+ messages)

[PATCH net-next v4] selftests/net/openvswitch: add SCTP flow key test
 2026-07-19 16:26 UTC 

[PATCH] bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
 2026-07-19 16:16 UTC 

[PATCH net-next] net: stmmac: Simplify ioctl handling
 2026-07-19 16:13 UTC  (2+ messages)

[PATCH ethtool-next v3 1/3] sfpid: print all implemented options
 2026-07-19 15:54 UTC  (7+ messages)
` [PATCH ethtool-next v3 2/3] sfpid: print all compliance codes
` [PATCH ethtool-next v3 3/3] qsfp: "

[PATCH net-next] net: sfp: add quirk for HORACO copper SFP+ module
 2026-07-19 15:49 UTC  (2+ messages)

[RFC PATCH 0/3] coredump, net: fix layer violation with direct connection
 2026-07-19 15:37 UTC  (5+ messages)
` [RFC PATCH 2/3] af_unix: factor out kernel_unix_connect_direct()
  ` unix_stream_connect and socket address resolution

[PATCH net-next] net: phy: motorcomm: enable the reference clock for YT8531
 2026-07-19 15:34 UTC  (2+ messages)

[PATCH v3 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-19 15:30 UTC  (5+ messages)
` [PATCH v3 net 4/6] xsk: reclaim invalid multi-buffer Tx descs in ZC path

[PATCH net v2] nfc: nci: fix use of uninitialized memory in NFC-DEP general bytes
 2026-07-19 15:27 UTC  (2+ messages)

[PATCH] bpf, sockmap: Fix sk_redir use-after-free in send verdict
 2026-07-19 15:22 UTC 

[PATCH net v5 0/3] nfc: fix remaining OOB bugs in NCI/LLCP parsing
 2026-07-19 15:04 UTC  (2+ messages)

[PATCH] net: pktgen: fix proc entry use-after-free
 2026-07-19 14:57 UTC 

[PATCH 6.12] vsock/virtio: fix zerocopy completion for multi-skb sends
 2026-07-19 15:00 UTC  (2+ messages)

[BUG] nfc: llcp: race between nfc_llcp_send_ui_frame() and llcp_sock_bind() dereferences NULL sock->dev
 2026-07-19 14:24 UTC  (2+ messages)

[PATCH net] nfc: microread: validate CARD_FOUND event length before parsing targets
 2026-07-19 14:15 UTC  (2+ messages)

[PATCH v4 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-19 13:56 UTC  (7+ messages)
` [PATCH v4 net 1/6] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH v4 net 2/6] xsk: drain continuation descs after overflow in xsk_build_skb()
` [PATCH v4 net 3/6] xsk: provide sufficient space in pool->tx_descs
` [PATCH v4 net 4/6] xsk: reclaim invalid Tx descriptors in ZC batch path
` [PATCH v4 net 5/6] selftests/xsk: fix too-many-frags multi-buffer Tx test
` [PATCH v4 net 6/6] selftests/xsk: account reclaimed invalid Tx descriptors

[PATCH net] nfc: nci: fix out-of-bounds read in activation parameter parsing
 2026-07-19 13:54 UTC  (2+ messages)

[PATCH] nfc: llcp: Fix nfc_dev refcount leak in connect
 2026-07-19 13:44 UTC  (2+ messages)

[PATCH net-next 0/5] bridge: Validate and clean up IPv6 neighbour suppression
 2026-07-19 13:34 UTC  (6+ messages)
` [PATCH net-next 1/5] bridge: Use direct pointer in br_is_nd_neigh_msg()
` [PATCH net-next 2/5] ipv6: ndisc: Add ndisc_check_ns_na() validation helper
` [PATCH net-next 3/5] bridge: Validate NS/NA messages using ndisc_check_ns_na()
` [PATCH net-next 4/5] bridge: Linearize skb once the ND message type is validated
` [PATCH net-next 5/5] bridge: Use ndisc_parse_options() to parse ND options in br_nd_send()

[PATCH 0/3] usb: Use %pe to print error pointers
 2026-07-19 12:55 UTC  (4+ messages)
` [PATCH 1/3] usb: chipidea: "
` [PATCH 2/3] usb: misc: "
` [PATCH 3/3] usb: typec: "

[PATCH net] ipv6: Change allocation flags to match rcu_read_lock section requirements
 2026-07-19 12:55 UTC  (2+ messages)

[PATCH net v2] net: erspan: set lltx to avoid sch_direct_xmit deadlock
 2026-07-19 12:40 UTC  (2+ messages)

[net-next v5 0/4] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-07-19 12:31 UTC  (4+ messages)
` [net-next v5 1/4] net: af_unix: enable custom setsockopt for all socket types

[PATCH net v3] net: dpaa: fix mode setting
 2026-07-19 11:58 UTC  (4+ messages)

[PATCH net v2] nfc: nci: fix uninit-value in the RF discover/activated NTF handlers
 2026-07-19 11:54 UTC  (5+ messages)

[PATCH net] nfc: pn533: prevent division by zero in the listen mode timer
 2026-07-19 11:43 UTC  (4+ messages)

[PATCH net-next 0/2] ipv6: report why a route was deleted in RTM_DELROUTE
 2026-07-19 11:24 UTC  (3+ messages)

[PATCH net-next v4 00/15] net: macb: implement context swapping
 2026-07-19 10:54 UTC  (21+ messages)
` [PATCH net-next v4 02/15] net: macb: unify device pointer naming convention
` [PATCH net-next v4 07/15] net: macb: introduce macb_context struct for buffer management
` [PATCH net-next v4 08/15] net: macb: avoid macb_init_rx_buffer_size() modifying state
` [PATCH net-next v4 09/15] net: macb: make `struct macb` subset reachable from macb_context struct
` [PATCH net-next v4 10/15] net: macb: change caps helpers signatures
` [PATCH net-next v4 11/15] net: macb: change function signatures to take contexts
` [PATCH net-next v4 12/15] net: macb: introduce macb_context_alloc() helper
` [PATCH net-next v4 13/15] net: macb: read ISR inside bp->lock critical section
` [PATCH net-next v4 14/15] net: macb: use context swapping in .set_ringparam()
` [PATCH net-next v4 15/15] net: macb: use context swapping in .ndo_change_mtu()

[syzbot] [kernfs?] possible deadlock in kernfs_remove_by_name_ns (2)
 2026-07-19 10:02 UTC 

tc/iproute2 7.1 crash with kernel with and without SECCOMP
 2026-07-19  9:03 UTC 

[PATCH net-next v12 00/12] enic: SR-IOV V2 admin channel and MBOX protocol
 2026-07-19  8:41 UTC  (13+ messages)
` [PATCH net-next v12 01/12] enic: cancel tx_hang_reset work on device removal
` [PATCH net-next v12 02/12] enic: verify firmware supports V2 SR-IOV at probe time
` [PATCH net-next v12 03/12] enic: add admin channel open and close for SR-IOV
` [PATCH net-next v12 04/12] enic: add admin RQ buffer management
` [PATCH net-next v12 05/12] enic: add admin CQ service with MSI-X interrupt and workqueue polling
` [PATCH net-next v12 06/12] enic: define MBOX message types and header structures
` [PATCH net-next v12 07/12] enic: add MBOX core send and receive for admin channel
` [PATCH net-next v12 08/12] enic: add MBOX PF handlers for VF register and capability
` [PATCH net-next v12 09/12] enic: add MBOX VF handlers for capability, register and link state
` [PATCH net-next v12 10/12] enic: wire V2 SR-IOV enable with admin channel and MBOX
` [PATCH net-next v12 11/12] enic: add V2 VF probe with admin channel and PF registration
` [PATCH net-next v12 12/12] enic: re-establish V2 VF admin channel and PF registration after reset

[PATCH net] ipconfig: bound BOOTP options by UDP datagram length
 2026-07-19  8:41 UTC  (2+ messages)

Please backport bridge multicast exponential field encoding fix series to 6.1.y/6.6.y/6.12.y/6.18.y/7.0.y
 2026-07-19  8:22 UTC  (11+ messages)

[PATCH net-next v6 1/2] net: dsa: realtek: rtl8365mb: add SGMII support for RTL8367S
 2026-07-19  7:35 UTC  (4+ messages)

[PATCH] net: ipv6: fix a potential use-after-free in ip4ip6_err
 2026-07-19  6:37 UTC  (4+ messages)
  ` 答复: [外部邮件] "

Question: MII media mux for external PHY/SFP combo ports
 2026-07-19  6:10 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: phy: Add Maxio MAE0621A support
 2026-07-19  6:04 UTC  (3+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: Add Maxio MAE0621A PHY

[PATCH net-next v3 0/3] net: dsa: mv88e6xxx: various hwstamp fixes
 2026-07-19  5:30 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: dsa: mv88e6xxx: use ARRIVAL1 counter for all peer delay messages
` [PATCH net-next v3 2/3] net: dsa: mv88e6xxx: embedded PTP timestamp support
` [PATCH net-next v3 3/3] net: dsa: mv88e6xxx: apply embedded PTP arrival times inline

[PATCH net-next v2 2/2] net: stmmac: dwmac-rk: enable the reference clock for output mode
 2026-07-19  3:46 UTC  (2+ messages)

[PATCH net-next] net: dsa: realtek: rtl8365mb: use devm_mutex_init
 2026-07-19  2:41 UTC  (2+ messages)

[PATCH 5/6] pds_core: add host backed memory support for firmware
 2026-07-18 23:16 UTC  (3+ messages)

[PATCH 4/6] pds_core: add PLDM component info display
 2026-07-18 23:06 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