messages from 2026-08-14 00:25:57 to 2026-08-14 10:58:23 UTC [more...]
[PATCH net-next v3] net: Replace %pK output with 0
2026-08-14 10:58 UTC (4+ messages)
[can-next] can: proc: remove pointers from CAN specific proc output
2026-08-14 10:54 UTC
[PATCH bpf-next 0/2] bpf: Cleanup & optimization
2026-08-14 10:45 UTC (4+ messages)
` [PATCH bpf-next 2/2] bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookup
[PATCH net-next] octeontx2-pf: add devlink param to reset MAC stats
2026-08-14 10:42 UTC
[PATCH net-next] net: advertise TCP MSS from the configured MTU, not the learned PMTU
2026-08-14 10:42 UTC (3+ messages)
[PATCH net-next v5 0/3] w5100: restore GPIO-based link detection
2026-08-14 10:32 UTC (6+ messages)
` [PATCH net-next v5 1/3] dt-bindings: net: wiznet,w5100: convert to DT schema
` [PATCH net-next v5 2/3] dt-bindings: net: wiznet,w5100: add link status interrupt
[PATCH net-next 0/2] net: fec: support RX flushing via fsl,rx-flush-queues
2026-08-14 10:31 UTC (4+ messages)
` [PATCH net-next 1/2] dt-bindings: net: fsl,fec: add fsl,rx-flush-queues
` [PATCH net-next 2/2] net: fec: support receive flushing via fsl,rx-flush-queues
[PATCH v5 net-next 0/2] ECN offload handling series
2026-08-14 10:29 UTC (8+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
[PATCH 01/20] dt-bindings: net: add Xilinx TSN Endpoint Ethernet MAC
2026-08-14 10:29 UTC (3+ messages)
[PATCH 00/25] ARM: rockchip: Add peripheral support for RV1106
2026-08-14 10:18 UTC (4+ messages)
[PATCH net] net: amd-xgbe: support receiving packets with bad FCS
2026-08-14 10:09 UTC (2+ messages)
[PATCH net] mpls: reload header after pskb_may_pull()
2026-08-14 9:54 UTC
[PATCH net v13] tipc: fix NULL deref in tipc_named_node_up() on empty publication list
2026-08-14 9:13 UTC
[PATCH net-next 0/2] add callback
2026-08-14 9:10 UTC (3+ messages)
` [PATCH net-next 1/2] bng_re: add support for the shutdown callback
` [PATCH net-next 2/2] bnge: add steps in bnge_shutdown()
[PATCH net] octeontx2-af: initialize lmac_bmap in rvu_mcs_set_lmac_bmap()
2026-08-14 9:10 UTC (2+ messages)
[PATCH net v2] net: pktgen: use a consistent flow count
2026-08-14 9:07 UTC (2+ messages)
[PATCH v6 0/3] vsock: fix stale sk_err handling after a failed connect
2026-08-14 9:04 UTC (5+ messages)
` [PATCH v6 1/3] vsock: don't check the listener's sk_err in vsock_accept()
` [PATCH v6 2/3] vsock: remove the now-unused rejected flag
[PATCH net-next v2] octeontx2-af: Add mailbox to read default MCAM entry
2026-08-14 9:03 UTC (2+ messages)
[PATCH net-next v3] tipc: replace deprecated strcpy with strscpy in tipc_bearer_get_name()
2026-08-14 9:00 UTC (2+ messages)
[PATCH iwl-net v2] ice: Fix incorrect LLDP filter assumptions
2026-08-14 8:59 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH v2 net-next] octeontx2-af: add NPC TEID matching for GTP-U and GTP-C flows
2026-08-14 8:56 UTC (2+ messages)
[PATCH v8 net-next 0/9] Switch support
2026-08-14 8:54 UTC (2+ messages)
[PATCH v6] net: airoha: npu: use coherent DMA for mailbox messages
2026-08-14 8:45 UTC (3+ messages)
[PATCH bpf-next v7 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
2026-08-14 8:40 UTC (3+ messages)
[PATCH net v4 0/2] net: ravb: fix PTP clock lifetime
2026-08-14 8:37 UTC (3+ messages)
[PATCH bpf-next v7 5/6] bpf: clear decap state on skb_adjust_room shrink path
2026-08-14 8:33 UTC (3+ messages)
[PATCH net-next v8 0/3] dpll: zl3073x: add PTP clock support
2026-08-14 8:26 UTC (4+ messages)
` [PATCH net-next v8 1/3] dpll: zl3073x: scale poll interval proportionally to timeout
` [PATCH net-next v8 2/3] dpll: zl3073x: add channel ToD, phase step and TIE operations
` [PATCH net-next v8 3/3] dpll: zl3073x: add PTP clock support
[PATCH net-next 00/14] skb extension for BPF metadata
2026-08-14 8:14 UTC (15+ messages)
` [PATCH net-next 01/14] bpf: Introduce per-packet metadata storage for BPF programs
` [PATCH net-next 02/14] bpf: Allow access to bpf_sock_ops_kern->skb
` [PATCH net-next 03/14] bpf: Make BPF skb extension survive packet scrubbing
` [PATCH net-next 04/14] selftests/bpf: Add tests for bpf_dynptr_from_skb_ext
` [PATCH net-next 05/14] selftests/bpf: Test skb_ext on cloned skbs
` [PATCH net-next 06/14] selftests/bpf: Test skb_ext survival across veth and GRE
` [PATCH net-next 07/14] selftests/bpf: Test skb_ext read from cgroup_skb and sk_filter hooks
` [PATCH net-next 08/14] selftests/bpf: Test skb_ext read from sock_ops and LSM hooks
` [PATCH net-next 09/14] selftests/bpf: Test skb_ext read from kfree_skb tracepoint
` [PATCH net-next 10/14] selftests/bpf: Test skb_ext read from netfilter hook
` [PATCH net-next 11/14] selftests/bpf: Test skb_ext from LWT in, out, and xmit hooks
` [PATCH net-next 12/14] selftests/bpf: Test skb_ext read from seg6local End.BPF hook
` [PATCH net-next 13/14] selftests/bpf: Test skb_ext read from sk_skb stream verdict hook
` [PATCH net-next 14/14] selftests/bpf: Use non-trivial test payload in xdp_context tests
[PATCH] net: pcs: rzn1-miic: Fix config array initialization
2026-08-14 8:11 UTC (2+ messages)
[PATCH net-next 0/2] eth: bnxt: preserve IRQ affinity across IRQ reallocation
2026-08-14 8:09 UTC (5+ messages)
` [PATCH net-next 1/2] eth: bnxt: decrease indent in bnxt_init_int_mode()
` [PATCH net-next 2/2] eth: bnxt: preserve IRQ affinity across IRQ reallocation
[PATCH net-next v7 0/3] dpll: zl3073x: add PTP clock support
2026-08-14 8:07 UTC (4+ messages)
` [PATCH net-next v7 2/3] dpll: zl3073x: add channel ToD, phase step and TIE operations
[PATCH v4 0/3] vhost/vsock: fix device IOTLB feature lifecycle
2026-08-14 8:02 UTC (8+ messages)
` [PATCH v4 1/3] vhost: add helper to clear device IOTLB
` [PATCH v4 2/3] vhost/vsock: discard IOTLB when ACCESS_PLATFORM is cleared
` [PATCH v4 3/3] vhost/vsock: keep IOTLB across feature updates
[PATCH net-next v8 0/7] r8169: add support for phylink
2026-08-14 7:55 UTC (6+ messages)
` [PATCH net-next v8 3/7] "
[PATCH net-next v5 00/15] ibmveth: Add multi-queue RX support
2026-08-14 7:36 UTC (16+ messages)
` [PATCH net-next v5 01/15] ibmveth: Add MQ RX hypercall wrappers and call definitions
` [PATCH net-next v5 02/15] ibmveth: Prepare MQ RX adapter data structures
` [PATCH net-next v5 03/15] ibmveth: Refactor RX resource allocation for MQ RX bring-up
` [PATCH net-next v5 04/15] ibmveth: Refactor buffer pool management for per-queue MQ RX
` [PATCH net-next v5 05/15] ibmveth: Refactor RX interrupt control for MQ RX queues
` [PATCH net-next v5 06/15] ibmveth: Refactor TX resource allocation in open/close paths
` [PATCH net-next v5 07/15] ibmveth: Add RX queue register helpers for MQ
` [PATCH net-next v5 08/15] ibmveth: Add queue-aware RX buffer submit helper "
` [PATCH net-next v5 09/15] ibmveth: Harden RX poll path with helpers
` [PATCH net-next v5 10/15] ibmveth: Enable multi-queue RX receive path
` [PATCH net-next v5 11/15] ibmveth: Add per-queue RX and TX statistics collection
` [PATCH net-next v5 12/15] ibmveth: Report MQ-aware RX counts in ethtool get_channels
` [PATCH net-next v5 13/15] ibmveth: Expose per-queue buffer pool details via debugfs
` [PATCH net-next v5 14/15] ibmveth: Implement incremental MQ RX queue resize
` [PATCH net-next v5 15/15] ibmveth: Wire ethtool set_channels to "
[PATCH net-next v2] net: convert netdev_nl_sock bindings list to xarray
2026-08-14 6:49 UTC (5+ messages)
[PATCH] cxgb4: use kstrtou16_from_user() in tp_la_write()
2026-08-14 6:41 UTC
[PATCH net-next v4 0/3] fix the MTL fifo and DMA race condition
2026-08-14 6:07 UTC (4+ messages)
` [PATCH net-next v4 1/3] net: stmmac: enable MAC rx/tx after DMA start
` [PATCH net-next v4 2/3] net: stmmac: xgmac: tear the datapath down in the documented order
` [PATCH net-next v4 3/3] net: stmmac: xgmac: decouple the MAC Rx/Tx enables from the DMA ops
[PATCH v2 net] inetpeer: randomize RB-tree node comparison using SipHash
2026-08-14 6:06 UTC
[PATCH net v5 0/3] net/smc: bound wire-controlled CDC cursors against the local buffers
2026-08-14 6:04 UTC (7+ messages)
` [PATCH net v5 1/3] net/smc: bound the wire-controlled producer cursor to the RMB
` [PATCH net v5 2/3] net/smc: bound the receive length to the RMB in smc_rx_recvmsg()
` [PATCH net v5 3/3] net/smc: bound the send length to the send buffer in smc_tx_sendmsg()
[PATCH net v2] net: airoha: Add retry mechanism to airoha_qdma_set_trtcm_param()
2026-08-14 5:52 UTC (2+ messages)
` [PATCH net v3] "
[PATCH net 0/2] inetpeer: harden tree sizing and address side-channel eviction
2026-08-14 5:51 UTC (5+ messages)
` [PATCH net 1/2] inetpeer: enforce hard limit on tree size and fix NULL peer rate limit
` [PATCH net 2/2] inetpeer: randomize RB-tree node comparison using SipHash
[PATCH net v4] net/smc: order the CDC receive path against buffer publication
2026-08-14 5:50 UTC (2+ messages)
[PATCH net v2] bonding: fix u32 overflow in compute_gap()
2026-08-14 5:39 UTC
[PATCH V3 1/4 net] net: dsa: b53: deal with Northstar devices using CPU port 5 or 7
2026-08-14 5:38 UTC (4+ messages)
[PATCH net v2] ipv6: rpl: add NULL check for idev in ipv6_rpl_srh_rcv()
2026-08-14 5:31 UTC (3+ messages)
[PATCH] net: stmmac: restore XDP configuration when reopen fails
2026-08-14 5:22 UTC
[PATCH net v6 0/4] Fix to possible skb leak due to race condtion in tx path
2026-08-14 5:20 UTC (6+ messages)
` [PATCH net v6 1/4] net: ethernet: oa_tc6: Protect skb pointer used by two different kernel instances
[PATCH net-next] ionic: Add .get_fec_stats ethtool handler
2026-08-14 4:42 UTC (3+ messages)
[PATCH net-next 0/2] net: mana: Avoid DMA queue allocation failure under memory fragmentation
2026-08-14 4:39 UTC (3+ messages)
[PATCH v3 1/2] vhost/vsock: discard IOTLB when ACCESS_PLATFORM is cleared
2026-08-14 4:31 UTC (4+ messages)
` [PATCH v3 2/2] vhost/vsock: keep IOTLB across feature updates
[PATCH net-next 0/2] net: ntb_netdev: Preserve checksum offload across NTB
2026-08-14 3:29 UTC (3+ messages)
` [PATCH net-next 1/2] NTB: ntb_transport: Add per-payload client metadata
` [PATCH net-next 2/2] net: ntb_netdev: Preserve CHECKSUM_PARTIAL across NTB
[PATCH net v3] net: phylink: treat PSGMII as an inband capable interface
2026-08-14 3:24 UTC (2+ messages)
[PATCH] net: usb: lg-vl600: fix Ethernet header on fragmented RX packets
2026-08-14 3:24 UTC (2+ messages)
[PATCH net-next v2] net: stmmac: intel: Add missing pci_free_irq_vectors() calls
2026-08-14 3:24 UTC (2+ messages)
[PATCH v2] netdevsim: drop the ability to change max_vfs via debugfs
2026-08-14 3:24 UTC (2+ messages)
[PATCH net-next v10] selftests/net/openvswitch: add SCTP flow key support and test
2026-08-14 3:24 UTC (2+ messages)
[PATCH net] l2tp: send netlink notifications in the tunnel's net namespace
2026-08-14 3:24 UTC (2+ messages)
[PATCH net v6 0/4] net: phy: dp83640: fix shared clock lifetime and probe error cleanup
2026-08-14 3:24 UTC (2+ messages)
[PATCH net-next] net: openvswitch: unexport ovs_vport_alloc/free
2026-08-14 3:24 UTC (2+ messages)
[PATCH net-next] ethtool: tsconfig: reject zero-valued tx_type and rx_filter bitsets
2026-08-14 3:24 UTC (2+ messages)
[PATCH v5 net] net: page_pool: fix UAF in __page_pool_release_netmem_dma on xa_cmpxchg race
2026-08-14 3:23 UTC (2+ messages)
[PATCH net v3] net: tun: bound receive headroom
2026-08-14 3:23 UTC (2+ messages)
[PATCH net v2 0/2] net/smc: close the SMC-D teardown window around the ghost send buffer
2026-08-14 3:23 UTC (2+ messages)
[PATCH net v4] gtp: serialize PDP context updates
2026-08-14 3:15 UTC
[PATCH net-next v2 0/2] net/rds: Bug fix ports, part 2
2026-08-14 2:41 UTC (2+ messages)
[PATCH net v3] net: gro: Fix nesting of TCP GSO SKBs in skb_gro_receive_list()
2026-08-14 2:29 UTC (5+ messages)
[PATCH] net: mctp: hold a reference to the route device in mctp_route_lookup()
2026-08-14 2:19 UTC (2+ messages)
[PATCH net-next v4 00/15] gve: AdminQ mode related refactors
2026-08-14 2:14 UTC (16+ messages)
` [PATCH net-next v4 01/15] gve: don't pass in unused parameter to gve_adminq_free
` [PATCH net-next v4 02/15] gve: refactor initialization with helper functions
` [PATCH net-next v4 03/15] gve: add a few helper functions to set device properties
` [PATCH net-next v4 04/15] gve: add struct gve_device_info to hold "
` [PATCH net-next v4 05/15] gve: introduce control plane operations structure
` [PATCH net-next v4 06/15] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v4 07/15] gve: introduce gve_adminq_get_device_properties()
` [PATCH net-next v4 08/15] gve: refactor gve_init_priv for reset path
` [PATCH net-next v4 09/15] gve: simplify reset logic
` [PATCH net-next v4 10/15] gve: add gve_ctrl_ops for gve initialization/teardown sequences
` [PATCH net-next v4 11/15] gve: split up notify block allocation and setup paths
` [PATCH net-next v4 12/15] gve: introduce new methods to handle IRQ doorbells
` [PATCH net-next v4 13/15] gve: setup and teardown management interrupts
` [PATCH net-next v4 14/15] gve: add ctrl ops to for queue operations
` [PATCH net-next v4 15/15] gve: add link status/speed ctrl ops
[net-next,PATCH 1/1] net: stmmac: Fix manage error case during stmmac_dvr_probe
2026-08-14 2:02 UTC (2+ messages)
[PATCH net-next] selftests: net: separate ipv6_flowlabel_mgr test
2026-08-14 2:03 UTC (2+ messages)
[PATCH net-next v11 0/7] r8169: add RSS support for RTL8127
2026-08-14 1:52 UTC (8+ messages)
` [PATCH net-next v11 1/7] r8169: add support for multi irqs
` [PATCH net-next v11 2/7] r8169: refactor RX path to prepare for multi-queue
` [PATCH net-next v11 3/7] r8169: add support for new interrupt mapping
` [PATCH net-next v11 4/7] r8169: enable "
` [PATCH net-next v11 5/7] r8169: add support and enable rss
` [PATCH net-next v11 6/7] r8169: move struct ethtool_ops
` [PATCH net-next v11 7/7] r8169: add get_channel support for ethtool
[PATCH net-next v1] net:dsa:yt922x: Add support for Motorcomm YT922x
2026-08-14 1:50 UTC
[PATCH] net: txgbe: use vector 0 for misc interrupts without MSI-X
2026-08-14 1:47 UTC (2+ messages)
[PATCH net] vsock: do not reset a socket in connect() once it has connected
2026-08-14 1:45 UTC (3+ messages)
[PATCH net] net: sched: gred: fix 32-bit backlog wrap in gred_enqueue
2026-08-14 1:45 UTC (4+ messages)
[PATCH net-next] openvswitch: enable ops lock for internal ports
2026-08-14 1:41 UTC (5+ messages)
[PATCH net-next 0/4] net/rds: own the fastpath locks across connection teardown
2026-08-14 1:35 UTC (5+ messages)
` [PATCH net-next 1/4] net/rds: use wq_has_sleeper() in release_in_xmit()
` [PATCH net-next 2/4] net/rds: clear cp_flags bits individually in rds_conn_path_reset()
` [PATCH net-next 3/4] net/rds: acquire the fastpath locks in rds_conn_shutdown()
` [PATCH net-next 4/4] net/rds: acquire RDS_IN_XMIT in rds_tcp_reset_callbacks()
[PATCH net v3 0/3] net: hsr: fix shared-skb mutations in the forwarding path
2026-08-14 1:30 UTC (7+ messages)
` [PATCH net v3 1/3] net: hsr: privatize interlink-bound skbs before address mutation
` [PATCH net v3 3/3] selftests: net: hsr: add shared-mutation regression test
[PATCH net v3 2/3] net: hsr: return private clones from the tagged-frame helpers
2026-08-14 1:27 UTC (2+ messages)
[RFC PATCH net-next v2] net: gro: coalesce short IPv4 packets padded to the minimum frame size
2026-08-14 1:23 UTC (2+ messages)
[PATCH net-next v5 0/6] selftests: net: multithreaded multiqueue iou-zcrx
2026-08-14 1:23 UTC (7+ messages)
` [PATCH net-next v5 1/6] selftests: net: fix get_refill_ring_size() to use its local variable
` [PATCH net-next v5 2/6] selftests: net: remove unused variable in process_recvzc()
` [PATCH net-next v5 3/6] selftests: net: refactor server state into struct thread_ctx
` [PATCH net-next v5 4/6] selftests: net: add multithread client support to iou-zcrx
` [PATCH net-next v5 5/6] selftests: net: add multithread server "
` [PATCH net-next v5 6/6] selftests: net: add rss_multiqueue test variant "
[PATCH net] bonding: initialize err for empty target lists
2026-08-14 1:23 UTC (7+ messages)
[PATCH net v6 0/4] net: hsr: fix GRO/GSO super-packet handling
2026-08-14 1:21 UTC (3+ messages)
` [PATCH 1/4] net: hsr: fix packet drops caused by GRO superpackets
[PATCH net-next 00/11] add features to bnge
2026-08-14 1:14 UTC (12+ messages)
` [PATCH net-next 01/11] bnge: update HSI
` [PATCH net-next 02/11] bnge: restructure VNIC and filter code
` [PATCH net-next 03/11] bnge: add NTUPLE/ARFS VNIC
` [PATCH net-next 04/11] bnge: add helper functions for multi RSS contexts
` [PATCH net-next 05/11] bnge: add RXFH ethtool support
` [PATCH net-next 06/11] bnge: add ethtool support to manage RSS contexts
` [PATCH net-next 07/11] bnge: remove refcount from L2 filter
` [PATCH net-next 08/11] bnge: add NTUPLE filter infrastructure
` [PATCH net-next 09/11] bnge: add NTUPLE filter support in ethtool
` [PATCH net-next 10/11] bnge: add aRFS flow steering ndo support
` [PATCH net-next 11/11] bnge: add cpu_rmap support for IRQ affinity
[PATCH net v4] qede: Fix NULL pointer dereference in TPA fragment processing
2026-08-14 0:42 UTC (2+ messages)
[PATCH net-next] net/rds: clear i_rx_lat_trace in rds_inc_path_init()
2026-08-14 0:25 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