messages from 2026-06-09 15:13:05 to 2026-06-09 19:09:21 UTC [more...]
[PATCH net-next] docs: networking: add guidance on what to push via extack
2026-06-09 19:09 UTC
[PATCH net-next 0/4] netdev: address a handful of nit picks
2026-06-09 19:08 UTC (5+ 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 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 bpf] bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check
2026-06-09 18:39 UTC
[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 (13+ messages)
` [PATCH net-next v8 01/10] enic: verify firmware supports V2 SR-IOV at probe time
` [PATCH net-next v8 02/10] enic: add admin channel open and close for SR-IOV
` [PATCH net-next v8 03/10] enic: add admin RQ buffer management
` [PATCH net-next v8 04/10] enic: add admin CQ service with MSI-X interrupt and workqueue polling
` [PATCH net-next v8 05/10] enic: define MBOX message types and header structures
` [PATCH net-next v8 06/10] enic: add MBOX core send and receive for admin channel
` [PATCH net-next v8 07/10] enic: add MBOX PF handlers for VF register and capability
` [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 net-next v8 10/10] enic: add V2 VF probe with admin channel and PF registration
[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 (26+ messages)
` [PATCH net-next v2 01/12] net: ethtool: serialize broadcast notification sequence allocation
` [PATCH net-next v2 02/12] net: ethtool: relax ethnl_req_get_phydev() locking assertion
` [PATCH net-next v2 03/12] net: ethtool: make dev->hwprov ops-protected
` [PATCH net-next v2 04/12] net: ethtool: optionally skip rtnl_lock on Netlink path for GET ops
` [PATCH net-next v2 05/12] net: ethtool: optionally skip rtnl_lock on Netlink path for SET ops
` [PATCH net-next v2 06/12] net: ethtool: optionally skip rtnl_lock in cable test handlers
` [PATCH net-next v2 07/12] net: ethtool: optionally skip rtnl_lock in ethnl_tsinfo_dumpit()
` [PATCH net-next v2 08/12] net: ethtool: optionally skip rtnl_lock in ethnl_act_module_fw_flash()
` [PATCH net-next v2 09/12] net: ethtool: optionally skip rtnl_lock in RSS context handlers
` [PATCH net-next v2 10/12] net: ethtool: ioctl: concentrate the locking
` [PATCH net-next v2 11/12] net: ethtool: optionally skip rtnl_lock on IOCTL path
` [PATCH net-next v2 12/12] docs: net: ethtool: document ops-locked drivers and op_needs_rtnl
[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
[PATCH net v4 0/7] net: require CAP_NET_ADMIN in the device netns for tunnel changelink
2026-06-09 16:31 UTC (8+ messages)
` [PATCH net v4 1/7] net: ip_gre: require CAP_NET_ADMIN in the device netns for changelink
` [PATCH net v4 2/7] net: ipip: "
` [PATCH net v4 3/7] net: ip_vti: "
` [PATCH net v4 4/7] net: ip6_tunnel: "
` [PATCH net v4 5/7] net: ip6_gre: "
` [PATCH net v4 6/7] net: ip6_vti: "
` [PATCH net v4 7/7] xfrm: xfrm_interface: "
[PATCH v2] atm: fix use-after-free in sigd_put_skb()
2026-06-09 16:21 UTC
[PATCH net-next v10 0/3] ksz87xx: add support for low-loss cable equalizer errata
2026-06-09 16:19 UTC (4+ messages)
` [PATCH net-next v10 1/3] net: dsa: microchip: implement KSZ87xx Module 3 low-loss cable errata
` [PATCH net-next v10 2/3] net: ethtool: add KSZ87xx low-loss cable PHY tunables
` [PATCH net-next v10 3/3] net: phy: micrel: expose KSZ87xx low-loss cable tunables
[PATCH v2 net] net: watchdog: fix refcount tracking races
2026-06-09 16:13 UTC
[PATCH net-next v2 0/5] Consolidate FCrypt and PCBC code into net/rxrpc/
2026-06-09 16:11 UTC (6+ messages)
[PATCH net] rds: mark snapshot pages dirty in rds_info_getsockopt()
2026-06-09 16:04 UTC (4+ messages)
[PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
2026-06-09 15:49 UTC (7+ messages)
[PATCH net] net: atm: fix use-after-free in sigd_put_skb()
2026-06-09 15:49 UTC (3+ messages)
[PATCH net v3 0/2] Resubmitting with cover-letter and threaded patch series
2026-06-09 15:40 UTC (12+ messages)
` [PATCH net v3 2/2] dt-bindings: net: updated interrupt type to be active low, level triggered
[PATCH net v2] ipv6: account for fraggap on the paged allocation path
2026-06-09 15:32 UTC
[PATCH net-next v6 00/12] net: pcs: Introduce support for fwnode PCS
2026-06-09 15:29 UTC (14+ messages)
` [PATCH net-next v6 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
` [PATCH net-next v6 02/12] net: phylink: introduce internal phylink PCS handling
` [PATCH net-next v6 03/12] net: phylink: add phylink_release_pcs() to externally release a PCS
` [PATCH net-next v6 04/12] net: pcs: implement Firmware node support for PCS driver
` [PATCH net-next v6 05/12] net: phylink: support late PCS provider attach
` [PATCH net-next v6 06/12] net: Document PCS subsystem
` [PATCH net-next v6 07/12] MAINTAINERS: add myself as PCS subsystem maintainer
` [PATCH net-next v6 08/12] of: property: fw_devlink: Add support for "pcs-handle"
` [PATCH net-next v6 09/12] net: phylink: add .pcs_link_down PCS OP
` [PATCH net-next v6 10/12] dt-bindings: net: pcs: Document support for Airoha Ethernet PCS
` [PATCH net-next v6 11/12] net: pcs: airoha: add PCS driver for Airoha AN7581 SoC
` [PATCH net-next v6 12/12] net: airoha: add phylink support
[PATCH net-next v4 00/13] net: Add ADIN1140 support
2026-06-09 15:28 UTC (14+ messages)
` [PATCH net-next v4 01/13] dt-bindings: net: Add ADIN1140
` [PATCH net-next v4 02/13] net: ethernet: oa_tc6: Handle the OA TC6 SPI protected mode
` [PATCH net-next v4 03/13] net: ethernet: oa_tc6: add OA_TC6_BROKEN_PHY quirk flag
` [PATCH net-next v4 04/13] net: ethernet: oa_tc6: Export the C45 access functions
` [PATCH net-next v4 05/13] net: ethernet: oa_tc6: Export standard defined registers
` [PATCH net-next v4 06/13] net: ethernet: oa_tc6: Add the OA_TC6_ prefix to standard registers
` [PATCH net-next v4 07/13] net: ethernet: oa_tc6: Add read_mms/write_mms register access functions
` [PATCH net-next v4 08/13] net: ethernet: oa_tc6: Use the read_mms/write_mms functions for C45
` [PATCH net-next v4 09/13] net: ethernet: oa_tc6: Add new register address defines
` [PATCH net-next v4 10/13] net: phy: add generic helpers for direct C45 MMD access
` [PATCH net-next v4 11/13] net: phy: microchip-t1s: use generic C45 MMD access helpers
` [PATCH net-next v4 12/13] net: phy: Add support for the ADIN1140 PHY
` [PATCH net-next v4 13/13] net: ethernet: adi: Add a driver for the ADIN1140 MACPHY
[PATCH net] tls: fix use-after-free in tls_sw_sendmsg() cork error path
2026-06-09 15:25 UTC (2+ messages)
[PATCHv2 0/4] m68k: coldfire: fix non-standard readX()/writeX() functions
2026-06-09 15:26 UTC (3+ messages)
` [PATCHv2 4/4] "
[PATCH rdma-next v7] RDMA: Change capability fields in ib_device_attr from int to u32
2026-06-09 15:24 UTC (2+ messages)
[PATCH net-next] net/devlink: Use strscpy() to copy strings into arrays
2026-06-09 15:13 UTC (3+ messages)
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox