messages from 2026-04-27 19:19:05 to 2026-04-28 06:02:42 UTC [more...]
[PATCH net V4 0/4] net/mlx5: Fixes for Socket-Direct
2026-04-28 6:01 UTC (5+ messages)
` [PATCH net V4 1/4] net/mlx5: SD: Serialize init/cleanup
` [PATCH net V4 2/4] net/mlx5: SD, Keep multi-pf debugfs entries on primary
` [PATCH net V4 3/4] net/mlx5e: SD, Fix missing cleanup on probe error
` [PATCH net V4 4/4] net/mlx5e: SD, Fix race condition in secondary device probe/remove
[PATCH] net: datagram: Drain queue before reporting EOF or ENOTCONN
2026-04-28 5:58 UTC (2+ messages)
[PATCH net-next v2 0/5] Reimplement TCP-AO using crypto library
2026-04-28 5:41 UTC (10+ messages)
` [PATCH net-next v2 2/5] net/tcp-ao: Use crypto library API instead of crypto_ahash
[PATCH mlx5-next 0/4] mlx5-next updates 2026-04-28
2026-04-28 5:38 UTC (5+ messages)
` [PATCH mlx5-next 1/4] mlx5: Rename the vport number enums for host PF and VF
` [PATCH mlx5-next 2/4] net/mlx5: Add function_id_type for enable/disable_hca cmds
` [PATCH mlx5-next 3/4] net/mlx5: Remove unused host_sf_enable field
` [PATCH mlx5-next 4/4] net/mlx5: Extend query_esw_functions output for multi-function support
[PATCH net] bareudp: fix NULL pointer dereference in bareudp_fill_metadata_dst()
2026-04-28 5:33 UTC (2+ messages)
[PATCH net-next 0/3] net/mlx5: enable sub-page allocations for mlx5_frag_buf
2026-04-28 5:29 UTC (4+ messages)
` [PATCH net-next 1/3] net/mlx5: wire frag buf pools lifecycle hooks
` [PATCH net-next 2/3] net/mlx5: add frag buf pools create/destroy paths
` [PATCH net-next 3/3] net/mlx5: use internal dma pools for frag buf alloc
[PATCH net-next] net: airoha: Rename get_src_port_id callback in get_sport
2026-04-28 5:23 UTC
[PATCH net 00/11] Intel Wired LAN Update 2026-04-27 (ice, iavf)
2026-04-28 5:22 UTC (12+ messages)
` [PATCH net 01/11] iavf: rename IAVF_VLAN_IS_NEW to IAVF_VLAN_ADDING
` [PATCH net 02/11] iavf: stop removing VLAN filters from PF on interface down
` [PATCH net 03/11] iavf: wait for PF confirmation before removing VLAN filters
` [PATCH net 04/11] iavf: add VIRTCHNL_OP_ADD_VLAN to success completion handler
` [PATCH net 05/11] ice: fix NULL pointer dereference in ice_reset_all_vfs()
` [PATCH net 06/11] ice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hw
` [PATCH net 07/11] ice: fix missing SMA pin initialization in DPLL subsystem
` [PATCH net 08/11] ice: fix SMA and U.FL pin state changes affecting paired pin
` [PATCH net 09/11] dpll: export __dpll_pin_change_ntf() for use under dpll_lock
` [PATCH net 10/11] ice: fix missing dpll notifications for SW pins
` [PATCH net 11/11] ice: add dpll peer notification for paired SMA and U.FL pins
[PATCH net-next] docs: 3c509: remove note about card detection failing with overclock
2026-04-28 5:20 UTC (2+ messages)
[PATCH net-next V2 0/3] net/mlx5: Fix E-Switch work queue deadlock with devlink lock
2026-04-28 5:10 UTC (4+ messages)
` [PATCH net-next V2 1/3] net/mlx5: E-Switch, move work queue generation counter
` [PATCH net-next V2 2/3] net/mlx5: E-Switch, introduce generic work queue dispatch helper
` [PATCH net-next V2 3/3] net/mlx5: E-Switch, fix deadlock between devlink lock and esw->wq
[PATCH net-next] net: airoha: Introduce airoha_fe_get()/airoha_qdma_get() register read helpers
2026-04-28 5:10 UTC
[PATCH net-next v3] net: reduce RFS/ARFS flow updates by checking LLC affinity
2026-04-28 5:09 UTC (2+ messages)
[PATCH net] net: airoha: Do not read uninitialized fragment address in airoha_dev_xmit()
2026-04-28 5:06 UTC (5+ messages)
[PATCH net-next] r8152: Fix double consecutive clearing of PLA_MCU_SPDWN_EN bit
2026-04-28 3:43 UTC
[PATCH net-next 0/4] r8152: Add support for the RTL8159 10Gbit USB Ethernet chip
2026-04-28 3:47 UTC (5+ messages)
` [PATCH net-next 1/4] r8152: Add support for 10Gbit Link Speeds and EEE
` [PATCH net-next 2/4] r8152: Add support for the RTL8159 chip
` [PATCH net-next 3/4] r8152: Add irq mitigation for RTL8157/9
` [PATCH net-next 4/4] r8152: Add firmware upload capability for RTL8157/RTL8159
[PATCH net-next] r8152: Use ocp/mdio test and clear functions in r8157_hw_phy_cfg()
2026-04-28 3:44 UTC
[PATCH v2] net: ethernet: rnpgbe: mark nonfunctional incomplete driver as BROKEN
2026-04-28 3:08 UTC
[PATCH net v2] tcp: make probe0 timer handle expired user timeout
2026-04-28 3:00 UTC (2+ messages)
[PATCH] netpoll: fix IPv6 local-address corruption
2026-04-28 3:00 UTC (2+ messages)
[PATCH] net: ethernet: rnpgbe: mark nonfunctional incomplete driver as BROKEN
2026-04-28 2:59 UTC (4+ messages)
[PATCH net] net: add net_iov_init() and use it to initialize ->page_type
2026-04-28 2:53 UTC
[PATCH net-next 0/5] Consolidate FCrypt and PCBC code into net/rxrpc/
2026-04-28 2:43 UTC (6+ messages)
` [PATCH net-next 1/5] net/rxrpc: Add local FCrypt-PCBC implementation
` [PATCH net-next 2/5] net/rxrpc: Use "
` [PATCH net-next 3/5] net/rxrpc: Reimplement DES-PCBC using DES library
` [PATCH net-next 4/5] crypto: fcrypt - Remove support for FCrypt block cipher
` [PATCH net-next 5/5] crypto: pcbc - Remove support for PCBC mode
[PATCH net-next] ppp: consolidate RX skb queueing
2026-04-28 2:44 UTC
[PATCH v3] ibmveth: Disable GSO for packets with small MSS
2026-04-28 2:20 UTC (2+ messages)
[PATCH net 11/11] ipvs: fix the spin_lock usage for RT build
2026-04-28 2:13 UTC (3+ messages)
[PATCH net-next v1 0/5] net: wangxun: timeout and error
2026-04-28 2:11 UTC (6+ messages)
` [PATCH net-next v1 1/5] net: ngbe: implement libwx reset ops
` [PATCH net-next v1 2/5] net: wangxun: add Tx timeout process
` [PATCH net-next v1 3/5] net: wangxun: add reinit parameter to wx->do_reset callback
` [PATCH net-next v1 4/5] net: wangxun: extract the close_suspend sequence
` [PATCH net-next v1 5/5] net: wangxun: implement pci_error_handlers ops
[PATCH] net: fealnx: make driver work on architectures without I/O ports
2026-04-28 2:11 UTC
[PATCH net] neigh: let neigh_xmit take skb ownership
2026-04-28 2:10 UTC (2+ messages)
[Openvpn-devel] [PATCH ovpn-net-next] ovpn: reset MAC header before passing skb up
2026-04-28 2:08 UTC
[PATCH net v3] net: dsa: mt7530: fix .get_stats64 sleeping in atomic context
2026-04-28 1:59 UTC (2+ messages)
[PATCH net] net: enetc: fix VSI mailbox timeout handling and DMA lifecycle
2026-04-28 1:55 UTC (2+ messages)
[PATCH 0/2] thunderbolt: fix wedge under sustained tbnet load on AM4 and AM5
2026-04-28 1:55 UTC (3+ messages)
` [PATCH 1/2] thunderbolt: drop start_poll guard in tb_ring_poll_complete()
` [PATCH 2/2] net: thunderbolt: enlarge RX/TX ring and set NAPI weight for sustained load
[PATCH v1 net] ipmr: Free mr_table after RCU grace period
2026-04-28 1:50 UTC (2+ messages)
[PATCH net v5 0/2] net/sched: taprio: fix NULL pointer dereference in class dump
2026-04-28 1:50 UTC (2+ messages)
[PATCH net v2] net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bind
2026-04-28 1:50 UTC (2+ messages)
[PATCHv2 net-next] net: bcmasp: handle EPROBE_DEFER for MAC retrieval
2026-04-28 1:43 UTC
[PATCH net-next] ppp: add PPPOX symbol
2026-04-28 1:28 UTC
[PATCH net v2] net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit()
2026-04-28 1:10 UTC (2+ messages)
[PATCH] NFC: trf7970a: Ignore antenna noise when checking for RF field
2026-04-28 1:10 UTC (2+ messages)
[PATCH net v3] ipv6: rpl: reserve mac_len headroom when recompressed SRH grows
2026-04-28 1:10 UTC (2+ messages)
[PATCH 0/2] ice: ptp: fix E825 timer synchronization and locking
2026-04-28 1:00 UTC (5+ messages)
` [PATCH iwl-net 1/2] ice: ptp: serialize E825 PHY timer start with PTP lock
` [Intel-wired-lan] "
` [PATCH iwl-net 2/2] ice: ptp: use primary NAC semaphore on E825
` [Intel-wired-lan] "
[PATCH] net: atheros: atl1e: use atomic functions with memory barriers for next_to_clean
2026-04-28 0:59 UTC (2+ messages)
[PATCH] net: phonet: fix BUG_ON() in pn_socket_autobind()
2026-04-28 0:54 UTC (2+ messages)
[PATCH net] net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()
2026-04-28 0:50 UTC (2+ messages)
[PATCH net] net/sched: sch_choke: annotate data-races in choke_dump_stats()
2026-04-28 0:50 UTC (2+ messages)
[PATCH net] net: airoha: fix BQL imbalance in TX path
2026-04-28 0:50 UTC (2+ messages)
[PATCH net] net: airoha: stop net_device TX queue before updating CPU index
2026-04-28 0:50 UTC (2+ messages)
[PATCH net] net: airoha: Do not wake all netdev TX queues in airoha_qdma_wake_netdev_txqs()
2026-04-28 0:50 UTC (2+ messages)
[PATCH net] vrf: Fix a potential NPD when removing a port from a VRF
2026-04-28 0:50 UTC (2+ messages)
[PATCH v8 net 0/6] netem: bug fixes
2026-04-28 0:40 UTC (2+ messages)
[PATCH net v2] netdevsim: zero initialize struct iphdr in dummy sk_buff
2026-04-28 0:30 UTC (2+ messages)
[BUG] net: tcp: SO_LINGER with l_linger=0 leaks memory when closing sockets with pending send data
2026-04-28 0:15 UTC (4+ messages)
[PATCH 1/2] hv_sock: fix ARM64 support
2026-04-28 0:06 UTC (2+ messages)
[PATCH net V2 0/2] net/mlx5e: PSP fixes
2026-04-28 0:05 UTC (4+ messages)
` [PATCH net V2 1/2] net/mlx5e: psp: Fix invalid access on PSP dev registration fail
[PATCH net-next v2] Documentation: net/smc: correct old value of smcr_max_recv_wr
2026-04-27 23:50 UTC (2+ messages)
[PATCH net] MAINTAINERS: add pcnet_cs to PCMCIA
2026-04-27 23:50 UTC (2+ messages)
[PATCH net] ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_size
2026-04-27 23:40 UTC
[PATCH net-next v1 0/6] selftests: rds: Log collection, TAP compliance and cleanups
2026-04-27 23:29 UTC (7+ messages)
` [PATCH net-next v1 1/6] selftests: rds: Increase selftest timeout
` [PATCH net-next v1 2/6] selftests: rds: Update USAGE string for run.sh
` [PATCH net-next v1 3/6] selftests: rds: Add timeout flag to run.sh
` [PATCH net-next v1 4/6] selftests: rds: Fix gcov and pcap collection
` [PATCH net-next v1 5/6] selftests: rds: Collect pcaps on timeout
` [PATCH net-next v1 6/6] selftests: rds: Make rds selftests TAP compliant
CL37 autonegotiation not working on amd-xgbe
2026-04-27 23:28 UTC (2+ messages)
[PATCH net-next] net: phy: realtek: replace magic number with register bit macros
2026-04-27 23:26 UTC (2+ messages)
[PATCH net-next v3 0/2] Decouple flow operations from RTNL
2026-04-27 23:23 UTC (2+ messages)
[PATCH net-next v3 1/2] keys, dns: drop unused upayload->data NUL terminator
2026-04-27 23:21 UTC (2+ messages)
[PATCH net-next] net: mana: Force single RX buffer per page for CVM/encrypted guest memory
2026-04-27 23:21 UTC (2+ messages)
[PATCH net-next v2 0/2] net: mana: Avoid queue struct allocation failure under memory fragmentation
2026-04-27 23:19 UTC (2+ messages)
[PATCH net-next 0/4] net/sched: tc_dump_qdisc() optimizations
2026-04-27 23:18 UTC (8+ messages)
` [PATCH net-next 2/4] net/sched: tc_dump_qdisc_root() refactor
` [PATCH net-next 3/4] net/sched: switch tc_dump_qdisc() to for_each_netdev_dump()
` [PATCH net-next 4/4] net/sched: speedup tc_dump_qdisc() when tcm_ifindex is provided
[PATCH net v4 4/4] ice: skip unnecessary VF reset when setting trust
2026-04-27 23:10 UTC (3+ messages)
[PATCH net] net: psp: require admin permission for dev-set and key-rotate
2026-04-27 23:10 UTC (3+ messages)
[PATCH net] ice: fix stats array overflow when VF requests more queues
2026-04-27 23:08 UTC (4+ messages)
` [Intel-wired-lan] "
[PATCH v4 net-next 0/3] Implement PTP support in netdevsim
2026-04-27 22:57 UTC (2+ messages)
[PATCH net-next] selftests: drv-net: Enable ntuple-filters if supported
2026-04-27 22:56 UTC (2+ messages)
[PATCH] net: lwt_bpf: replace name-based BPF program comparison with digest
2026-04-27 22:51 UTC
[PATCH net-next v5 0/3] selftests: drv-net: convert so_txtime to drv-net
2026-04-27 22:48 UTC (5+ messages)
` [PATCH net-next v5 1/3] selftests: net: py: support cmd verifying expected failure
` [PATCH net-next v5 2/3] selftests: net: py: add tc utility
` [PATCH net-next v5 3/3] selftests: drv-net: convert so_txtime to drv-net
[ANN] net-next is OPEN
2026-04-27 22:47 UTC
[RFC PATCH net-next] net: mana: Force single RX buffer per page under SWIOTLB bounce modes
2026-04-27 22:44 UTC (2+ messages)
[PATCH net v1 0/2] ipv6: fix ECMP route failover on carrier loss
2026-04-27 22:42 UTC (3+ messages)
` [PATCH net v1 1/2] ipv6: update route serial number on NETDEV_CHANGE
` [PATCH net v1 2/2] selftest: net: Add test for TCP flow failover with ECMP routes
[PATCH bpf-next v5 0/6] bpf: decap flags and GSO state updates
2026-04-27 22:40 UTC (3+ messages)
` [PATCH v5 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
[syzbot] [lvs?] UBSAN: shift-out-of-bounds in ip_vs_rht_desired_size
2026-04-27 22:37 UTC (2+ messages)
[PATCH v5 6/6] selftests/bpf: tc_tunnel validate decap GSO state
2026-04-27 22:36 UTC (3+ messages)
[Intel-wired-lan][PATCH net v3] idpf: fix xdp crash in soft reset error path
2026-04-27 22:44 UTC
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
2026-04-27 22:30 UTC (17+ messages)
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
[PATCH] dsa: b53: hide legacy gpiolib usage on non-mips
2026-04-27 22:23 UTC (3+ messages)
[PATCH v5 5/6] bpf: clear decap tunnel GSO state in skb_adjust_room
2026-04-27 22:19 UTC (3+ messages)
[PATCH iproute2] remove hamradio protocols
2026-04-27 22:01 UTC (2+ messages)
[PATCH net-next v2] r8169: expose software counters through netdev qstats
2026-04-27 21:45 UTC (4+ messages)
[PATCH v2 0/9] bitfield: add FIELD_GET_SIGNED()
2026-04-27 21:41 UTC (10+ messages)
` [PATCH v2 1/9] "
` [PATCH v2 2/9] x86/extable: switch to using FIELD_GET_SIGNED()
` [PATCH v2 3/9] iio: intel_dc_ti_adc: "
` [PATCH v2 4/9] iio: magnetometer: yas530: "
` [PATCH v2 5/9] iio: pressure: bmp280: "
` [PATCH v2 6/9] iio: mcp9600: "
` [PATCH v2 7/9] wifi: rtw89: "
` [PATCH v2 8/9] rtc: rv3032: "
` [PATCH v2 9/9] ptp: "
[BUG] mlx5: VLAN-aware bridge drops all traffic in legacy eswitch mode without promiscuous
2026-04-27 21:10 UTC (3+ messages)
[PATCH net v2 0/4] gve: Fixes for issues discovered via net selftests
2026-04-27 20:34 UTC (9+ messages)
` [PATCH net v2 1/4] gve: Add NULL pointer checks for per-queue statistics
` [PATCH net v2 2/4] gve: Fix backward stats when interface goes down or configuration is adjusted
` [PATCH net v2 3/4] gve: Use default min ring size when device option values are 0
` [PATCH net v2 4/4] gve: Make ethtool config changes synchronous
[syzbot] [wireless?] divide error in mac80211_hwsim_link_info_changed (3)
2026-04-27 20:29 UTC (2+ messages)
[PATCH bpf-next v3 0/9] Refactor verifier object relationship tracking
2026-04-27 20:23 UTC (8+ messages)
` [PATCH bpf-next v3 4/9] bpf: Refactor object relationship tracking and fix dynptr UAF bug
[PATCH net 0/1] pull request: fixes for ovpn 2026-04-22
2026-04-27 20:22 UTC (9+ messages)
` [PATCH net 1/1] ovpn: fix race between deleting interface and adding new peer
[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-04-27 20:17 UTC (9+ messages)
[PATCH net v3] ipv6: Implement limits on extension header parsing
2026-04-27 20:14 UTC (2+ messages)
[net-next PATCH 00/10] net: dsa: realtek: rtl8365mb: bridge offloading and VLAN support
2026-04-27 20:11 UTC (8+ messages)
` [net-next PATCH 06/10] net: dsa: realtek: rtl8365mb: add "
[PATCH net] tcp: do not shrink window clamp when SO_RCVBUF is locked
2026-04-27 20:11 UTC (3+ messages)
[PATCH net 0/4] mptcp: misc fixes for v7.1-rc2
2026-04-27 19:54 UTC (5+ messages)
` [PATCH net 1/4] mptcp: sockopt: set timestamp flags on subflow socket, not msk
` [PATCH net 2/4] mptcp: fix scheduling with atomic in timestamp sockopt
` [PATCH net 3/4] mptcp: fastclose msk when linger time is 0
` [PATCH net 4/4] mptcp: pm: kernel: reset fullmesh counter after flush
[PATCH 0/2] mfd: rsmu_spi: fixes and new IC support
2026-04-27 19:50 UTC (2+ messages)
[PATCH net-next] net: enc28j60: use of_get_ethdev_address
2026-04-27 19:18 UTC (3+ messages)
page: next (older) | 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