Netdev List
 help / color / mirror / Atom feed
 messages from 2026-06-09 16:33:01 to 2026-06-09 19:56:20 UTC [more...]

[PATCH net-next 0/4] netdev: address a handful of nit picks
 2026-06-09 19:56 UTC  (13+ messages)
` [PATCH net-next 1/4] netdev: check for nla_put_u32() failures
` [PATCH net-next 2/4] netdev: correct error code in netdev_nl_queue_fill_lease()
` [PATCH net-next 3/4] netdev: avoid skipping objects on race with device disappearance
` [PATCH net-next 4/4] netdev: don't use dev->flags for IFF_UP

[PATCH v6 2/5] PCI/TPH: expose enabled requester type and capability helpers
 2026-06-09 19:56 UTC 

[PATCH net-next] docs: networking: add guidance on what to push via extack
 2026-06-09 19:51 UTC  (2+ messages)

[PATCH net v4 0/4] MAC-PHY interrupt changed to level triggered interrupt
 2026-06-09 19:50 UTC  (5+ messages)
` [PATCH net v4 1/4] net: ethernet: oa_tc6: Interrupt is active low, level triggered
` [PATCH net v4 2/4] net: ethernet: oa_tc6: No return on rx buffer overflow error
` [PATCH net v4 3/4] net: ethernet: oa_tc6: mdiobus->parent initialized with NULL
` [PATCH net v4 4/4] dt-bindings: net: updated interrupt type to be active low, level triggered

[PATCH bpf] bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check
 2026-06-09 19:39 UTC  (2+ messages)

[PATCH net-next v2 00/14] net: enable TC956x support
 2026-06-09 19:32 UTC  (7+ messages)
` [PATCH net-next v2 03/14] net: pcs: pcs-xpcs-regmap: support XPCS memory-mapped MDIO bus via regmap
` [PATCH net-next v2 13/14] net: stmmac: tc956x: add TC956x/QPS615 support

[PATCH net v3 1/2] net/sched: act_pedit: require matching IPv4 L4 protocol
 2026-06-09 18:56 UTC  (2+ messages)
` [PATCH net v3 2/2] "

SFP/MDIO/I2C: help requested unlocking a SFP+ MCU to expose PHY
 2026-06-09 18:48 UTC  (4+ messages)

[PATCH v2] xprtrdma: Move long delayed work on system_dfl_long_wq
 2026-06-09 18:54 UTC  (3+ messages)

[PATCH net-next v2 0/2] selftests: drv-net: so_txtime: trivial fixes
 2026-06-09 18:44 UTC  (4+ messages)
` [PATCH net-next v2 1/2] selftests: drv-net: so_txtime: remember to deploy the binaries
` [PATCH net-next v2 2/2] selftests: drv-net: so_txtime: check IP versions

[PATCH net-next] net: sched: avoid printing uninitialized link speed
 2026-06-09 18:33 UTC 

[PATCH net-next 0/4] net: shaper: follow ups to recent fixes
 2026-06-09 18:32 UTC  (5+ messages)
` [PATCH net-next 1/4] net: shaper: drop redundant xa_lock() bracketing
` [PATCH net-next 2/4] net: shaper: drop unnecessary kfree_rcu in pre_insert
` [PATCH net-next 3/4] net: shaper: add a comment why we don't need kfree_rcu() in flush
` [PATCH net-next 4/4] net: shaper: add a note that we expect cap dumps to be tiny

[PATCH net-next v8 00/10] enic: SR-IOV V2 admin channel and MBOX protocol
 2026-06-09 18:24 UTC  (6+ messages)
` [PATCH net-next v8 01/10] enic: verify firmware supports V2 SR-IOV at probe time
` [PATCH net-next v8 08/10] enic: add MBOX VF handlers for capability, register and link state
` [PATCH net-next v8 09/10] enic: wire V2 SR-IOV enable with admin channel and MBOX

[PATCH bpf] bpf, sockmap: fix use-after-free when the stream parser resizes the skb
 2026-06-09 18:21 UTC  (2+ messages)

[PATCH v4] rust: make `build_assert` module the home of related macros
 2026-06-09 18:19 UTC  (3+ messages)

[PATCH 5.10] wifi: mac80211: check tdls flag in ieee80211_tdls_oper
 2026-06-09 18:11 UTC 

[PATCH net-next v3 2/5] ionic: Get "link_down_count" ext link stat from firmware
 2026-06-09 18:00 UTC  (3+ messages)

[PATCH net] vsock/virtio: restore msg_iter on transmission failure
 2026-06-09 17:58 UTC  (3+ messages)

[PATCH] net: ethernet: sis900: correct CONFIG_VLAN_8021Q macro name in comment
 2026-06-09 17:56 UTC 

[PATCH bpf-next] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
 2026-06-09 17:51 UTC  (2+ messages)

[PATCH 00/19] nfsd: more bugfixes
 2026-06-09 17:47 UTC  (20+ messages)
` [PATCH 01/19] nfs/localio: fix nfsd_file ref leak on nfs_local_doio() init failure
` [PATCH 02/19] nfsd: clear opcnt on compound arg release to prevent OOB read
` [PATCH 03/19] nfsd: add missing read barrier to rpc_status_get dumpit seqcount retry
` [PATCH 04/19] nfsd: fix netlink dumpit error handling for rpc_status_get
` [PATCH 05/19] sunrpc: defer rq_argp and rq_resp free until after RCU grace period
` [PATCH 06/19] nfsd: check nfsd4_acl_to_attr() return value in nfsd4_create()
` [PATCH 07/19] nfsd: add filehandle match check to nfsd4_delegreturn()
` [PATCH 08/19] nfsd: validate nseconds in TIME_DELEG decode paths
` [PATCH 09/19] nfsd: remove premature NFS4_OO_CONFIRMED in CLAIM_PREVIOUS path
` [PATCH 10/19] nfsd: fix version mismatch loops in nfsd_acl_init_request()
` [PATCH 11/19] nfsd: fix FL_SLEEP being set unconditionally for all LOCK types
` [PATCH 12/19] nfsd: add fh_want_write() for early-verified SETATTR in nfsd_proc_setattr()
` [PATCH 13/19] nfsd: fix clock domain mismatch in clients_still_reclaiming()
` [PATCH 14/19] nfsd: use test_and_clear_bit for somebody_reclaimed to prevent lost update
` [PATCH 15/19] nfsd: reject reclaim LOCK after RECLAIM_COMPLETE
` [PATCH 16/19] nfsd: validate sockaddr length per family in listener_set
` [PATCH 17/19] lockd, nfsd: RCU-protect nlmsvc_ops dispatch
` [PATCH 18/19] nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd()
` [PATCH 19/19] nfsd: initialize DRC hash table before registering shrinker

[PATCH net-next v6 00/11] BIG TCP for UDP tunnels
 2026-06-09 17:41 UTC  (4+ messages)
` [PATCH net-next v6 05/11] udp: Support gro_ipv4_max_size > 65536

[PATCH v2] netlink, audit: prevent false ENOBUFS on timeout expiry
 2026-06-09 17:40 UTC  (4+ messages)

[PATCH net-next v2 00/12] net: ethtool: let ops locked drivers run without rtnl_lock
 2026-06-09 17:40 UTC  (2+ messages)

[PATCH net] bnxt: fix head underflow on XDP head-grow
 2026-06-09 17:34 UTC  (7+ messages)

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2026-06-09 (idpf, ixgbe, igc)
 2026-06-09 17:24 UTC  (4+ messages)
` [PATCH net 1/3] idpf: add padding to PTP virtchnl structures
` [PATCH net 2/3] ixgbe: do not configure xps for XDP queues
` [PATCH net 3/3] igc: skip RX timestamp header for frame preemption verification

[PATCH] net: hsr: simplify fill_last_seq_nrs()
 2026-06-09 17:15 UTC 

[PATCH bpf v8 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
 2026-06-09 17:14 UTC  (11+ messages)
` [PATCH bpf v8 1/2] net: Validate protocol in skb_steal_sock() for BPF-assigned sockets

[PATCH 5.10] bonding: limit BOND_MODE_8023AD to Ethernet devices
 2026-06-09 16:48 UTC 

[PATCH net-next 00/10] tcp: support non-GSO jumbograms
 2026-06-09 17:01 UTC  (3+ messages)

[PATCH net-next v2] selftests/net/openvswitch: add flow modify test
 2026-06-09 16:57 UTC 

[PATCH 5.10] usbnet: Fix using smp_processor_id() in preemptible code warnings
 2026-06-09 16:46 UTC 


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