messages from 2025-08-25 13:19:05 to 2025-08-25 22:41:33 UTC [more...]
[RFC bpf-next v1 0/7] Add kfunc bpf_xdp_pull_data
2025-08-25 22:41 UTC (14+ messages)
` [RFC bpf-next v1 1/7] net/mlx5e: Fix generating skb from nonlinear xdp_buff
` [RFC bpf-next v1 2/7] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [RFC bpf-next v1 3/7] bpf: Support pulling non-linear xdp data
` [RFC bpf-next v1 4/7] bpf: Clear packet pointers after changing packet data in kfuncs
` [RFC bpf-next v1 5/7] bpf: Support specifying linear xdp packet data size in test_run
` [RFC bpf-next v1 6/7] selftests/bpf: Test bpf_xdp_pull_data
` [RFC bpf-next v1 7/7] selftests: drv-net: Pull data before parsing headers
[PATCH net-next v4 0/7] net: dsa: lantiq_gswip: prepare for supporting new features
2025-08-25 22:30 UTC (2+ messages)
[PATCH net-next v6 0/3] net: dsa: yt921x: Add support for Motorcomm YT921x
2025-08-25 22:15 UTC (9+ messages)
` [PATCH net-next v6 2/3] net: dsa: tag_yt921x: add support for Motorcomm YT921x tags
` [PATCH net-next v6 3/3] net: dsa: yt921x: Add support for Motorcomm YT921x
[PATCH net-next 0/2] net: pse-pd: pd692x0: Add permanent configuration management support
2025-08-25 22:14 UTC (9+ messages)
` [PATCH net-next 1/2] net: pse-pd: pd692x0: Separate configuration parsing from hardware setup
` [PATCH net-next 2/2] net: pse-pd: pd692x0: Add sysfs interface for configuration save/reset
[PATCH net-next v7 0/2] Add support to do threaded napi busy poll
2025-08-25 22:12 UTC (14+ messages)
` [PATCH net-next v7 1/2] Extend napi threaded polling to allow kthread based busy polling
` [PATCH net-next v7 2/2] selftests: Add napi threaded busy poll test in `busy_poller`
[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-08-25 (ice, ixgbe)
2025-08-25 21:50 UTC (6+ messages)
` [PATCH net 1/5] ice: fix NULL pointer dereference in ice_unplug_aux_dev() on reset
` [PATCH net 2/5] ice: don't leave device non-functional if Tx scheduler config fails
` [PATCH net 3/5] ice: use fixed adapter index for E825C embedded devices
` [PATCH net 4/5] ice: fix incorrect counter for buffer allocation failures
` [PATCH net 5/5] ixgbe: fix ixgbe_orom_civd_info struct layout
[PATCH net-next v2 0/9] xsk: improvement performance in copy mode
2025-08-25 21:49 UTC (17+ messages)
` [PATCH net-next v2 1/9] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
` [PATCH net-next v2 2/9] xsk: add descs parameter in xskq_cons_read_desc_batch()
` [PATCH net-next v2 3/9] xsk: introduce locked version of xskq_prod_write_addr_batch
` [PATCH net-next v2 4/9] xsk: extend xsk_build_skb() to support passing an already allocated skb
` [PATCH net-next v2 5/9] xsk: add xsk_alloc_batch_skb() to build skbs in batch
` [PATCH net-next v2 6/9] xsk: add direct xmit in batch function
` [PATCH net-next v2 7/9] xsk: support batch xmit main logic
` [PATCH net-next v2 8/9] xsk: support generic batch xmit in copy mode
` [PATCH net-next v2 9/9] xsk: support dynamic xmit.more control for batch xmit
[PATCH v9 0/6] Add i.MX91 platform support
2025-08-25 21:22 UTC (2+ messages)
[PATCH net v3] TUN/TAP: Improving throughput and latency by avoiding SKB drops
2025-08-25 21:16 UTC
[PATCH net-next] net: phy: realtek: support for TRIGGER_NETDEV_LINK on RTL8211E and RTL8211F
2025-08-25 21:09 UTC
[PATCH v2 bpf-next/net 0/8] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-08-25 21:07 UTC (11+ messages)
` [PATCH v2 bpf-next/net 1/8] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v2 bpf-next/net 2/8] bpf: Add a bpf hook in __inet_accept()
` [PATCH v2 bpf-next/net 3/8] libbpf: Support BPF_CGROUP_INET_SOCK_ACCEPT
` [PATCH v2 bpf-next/net 4/8] bpftool: "
` [PATCH v2 bpf-next/net 5/8] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_(CREATE|ACCEPT)
` [PATCH v2 bpf-next/net 6/8] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v2 bpf-next/net 7/8] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v2 bpf-next/net 8/8] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED
[PATCH net] ipv6: sr: fix destroy of seg6_hmac_info to prevent HMAC data leak
2025-08-25 20:55 UTC (3+ messages)
[PATCH net] net: phy: fixed_phy: fix missing calls to gpiod_put in fixed_mdio_bus_exit
2025-08-25 20:44 UTC
[PATCH] icmp: fix icmp_ndo_send address translation for reply direction
2025-08-25 20:38 UTC (2+ messages)
` [PATCH v2] "
[PATCH net-next 0/3] net: better drop accounting
2025-08-25 20:19 UTC (7+ messages)
` [PATCH net-next 1/3] net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
` [PATCH net-next 2/3] net: move sk_drops out of sock_write_rx group
` [PATCH net-next 3/3] net: add new sk->sk_drops1 field
[PATCH net-next v2] uapi: wrap compiler_types.h in an ifdef instead of the implicit strip
2025-08-25 20:18 UTC
[PATCH net] sfc: remove ASSERT_RTNL() from get_ts_info function
2025-08-25 20:12 UTC (3+ messages)
[PATCH net-next v2 0/6] eth: fbnic: Extend hw stats support
2025-08-25 20:02 UTC (7+ messages)
` [PATCH net-next v2 1/6] eth: fbnic: Move hw_stats_lock out of fbnic_dev
` [PATCH net-next v2 2/6] eth: fbnic: Reset hw stats upon PCI error
` [PATCH net-next v2 3/6] eth: fbnic: Reset MAC stats
` [PATCH net-next v2 4/6] eth: fbnic: Fetch PHY stats from device
` [PATCH net-next v2 5/6] eth: fbnic: Read PHY stats via the ethtool API
` [PATCH net-next v2 6/6] eth: fbnic: Add pause stats support
[PATCH net-next v8 00/19] add basic PSP encryption for TCP connections
2025-08-25 20:01 UTC (20+ messages)
` [PATCH net-next v8 01/19] psp: add documentation
` [PATCH net-next v8 02/19] psp: base PSP device support
` [PATCH net-next v8 03/19] net: modify core data structures for PSP datapath support
` [PATCH net-next v8 04/19] tcp: add datapath logic for PSP with inline key exchange
` [PATCH net-next v8 05/19] psp: add op for rotation of device key
` [PATCH net-next v8 06/19] net: move sk_validate_xmit_skb() to net/core/dev.c
` [PATCH net-next v8 07/19] net: tcp: allow tcp_timewait_sock to validate skbs before handing to device
` [PATCH net-next v8 08/19] net: psp: add socket security association code
` [PATCH net-next v8 09/19] net: psp: update the TCP MSS to reflect PSP packet overhead
` [PATCH net-next v8 10/19] psp: track generations of device key
` [PATCH net-next v8 11/19] net/mlx5e: Support PSP offload functionality
` [PATCH net-next v8 12/19] net/mlx5e: Implement PSP operations .assoc_add and .assoc_del
` [PATCH net-next v8 13/19] psp: provide encapsulation helper for drivers
` [PATCH net-next v8 14/19] net/mlx5e: Implement PSP Tx data path
` [PATCH net-next v8 15/19] net/mlx5e: Add PSP steering in local NIC RX
` [PATCH net-next v8 16/19] net/mlx5e: Configure PSP Rx flow steering rules
` [PATCH net-next v8 17/19] psp: provide decapsulation and receive helper for drivers
` [PATCH net-next v8 18/19] net/mlx5e: Add Rx data path offload
` [PATCH net-next v8 19/19] net/mlx5e: Implement PSP key_rotate operation
[PATCH net-next v2 0/5] selftests: drv-net: ncdevmem: fix error paths
2025-08-25 19:54 UTC (8+ messages)
` [PATCH net-next v2 1/5] selftests: drv-net: ncdevmem: remove use of error()
` [PATCH net-next v2 2/5] selftests: drv-net: ncdevmem: save IDs of flow rules we added
` [PATCH net-next v2 3/5] selftests: drv-net: ncdevmem: restore old channel config
` [PATCH net-next v2 4/5] selftests: drv-net: ncdevmem: restore original HDS setting before exiting
` [PATCH net-next v2 5/5] selftests: drv-net: ncdevmem: explicitly set HDS threshold to 0
[PATCH net v1] Fixes: xircom auto-negoation timer
2025-08-25 19:04 UTC (5+ messages)
[PATCH v3 net-next 0/5] net: fec: add the Jumbo frame support
2025-08-25 18:57 UTC (4+ messages)
` [PATCH v3 net-next 3/5] net: fec: add rx_frame_size to support configurable RX length
[PATCH net-next v8 00/19] add basic PSP encryption for TCP connections
2025-08-25 18:37 UTC
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-25 18:32 UTC (14+ messages)
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
` update kernel-doc for MEMBLOCK_RSRV_NOINIT
[ANN] netdev call - Aug 26th
2025-08-25 18:14 UTC
[PATCH v1 bpf-next/net 0/8] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-08-25 18:14 UTC (4+ messages)
` [PATCH v1 bpf-next/net 2/8] bpf: Add a bpf hook in __inet_accept()
[PATCH net-next] selftests: drv-net: xdp: make sure we're actually testing native XDP
2025-08-25 18:10 UTC (2+ messages)
[PATCH net] netrom: validate header lengths in nr_rx_frame() using pskb_may_pull()
2025-08-25 18:03 UTC
[PATCH net-next 00/15] Aquantia PHY driver consolidation - part 1
2025-08-25 18:00 UTC (3+ messages)
[PATCH net 0/3] bnxt_en: 3 bug fixes
2025-08-25 17:59 UTC (4+ messages)
` [PATCH net 1/3] bnxt_en: Fix memory corruption when FW resources change during ifdown
` [PATCH net 2/3] bnxt_en: Adjust TX rings if reservation is less than requested
` [PATCH net 3/3] bnxt_en: Fix stats context reservation logic
[PATCH net-next v2] selftests: drv-net: hds: restore hds settings
2025-08-25 17:59 UTC
[PATCH net-next V2 0/3] Support exposing raw cycle counters in PTP and mlx5
2025-08-25 17:52 UTC (4+ messages)
` [PATCH net-next V2 1/3] ptp: Add ioctl commands to expose raw cycle counter values
[syzbot] [bpf?] possible deadlock in __bpf_ringbuf_reserve (2)
2025-08-25 17:39 UTC
[PATCH net] net: macb: Fix offset error in gem_update_stats
2025-08-25 17:21 UTC
[PATCH net-next] net: stmmac: sun8i: drop unneeded default syscon value
2025-08-25 17:20 UTC
[PATCH net] net: macb: Disable clocks once
2025-08-25 17:08 UTC (2+ messages)
[PATCH net-next v3 0/3] Documentation and ynl: add flow control
2025-08-25 17:01 UTC (5+ messages)
` [PATCH net-next v3 2/3] net: ynl: add generated kdoc to UAPI headers
[PATCH net-next v3 0/5] net: gso: restore outer ip ids correctly
2025-08-25 16:38 UTC (7+ messages)
` [PATCH net-next v3 3/5] net: gso: restore ids of outer ip headers correctly
[PATCH net-next v7 0/5] Add driver for 1Gbe network chips from MUCSE
2025-08-25 16:37 UTC (3+ messages)
` [PATCH net-next v7 4/5] net: rnpgbe: Add basic mbx_fw support
[PATCH] dt-bindings: nfc: ti,trf7970a: Restrict the ti,rx-gain-reduction-db values
2025-08-25 16:31 UTC (2+ messages)
[PATCH net-next v6] net: af_packet: Use hrtimer to do the retire operation
2025-08-25 16:20 UTC (2+ messages)
[PATCH net-next] selftests: net: add test for ipv6 fragmentation
2025-08-25 16:16 UTC (2+ messages)
[PATCH iproute2-next v3] iproute2: Add 'netshaper' command to 'ip link' for netdev shaping
2025-08-25 16:16 UTC (8+ messages)
[PATCH v3 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
2025-08-25 16:11 UTC (5+ messages)
` [PATCH v3 01/20] bitmap: introduce hardware-specific bitfield operations
` [PATCH v3 15/20] net: stmmac: dwmac-rk: switch to FIELD_PREP_WM16 macro
[PATCH net] net: dsa: b53: fix ageing time for BCM53101
2025-08-25 16:10 UTC (6+ messages)
[syzbot] [net?] KASAN: slab-use-after-free Write in __xfrm_state_delete
2025-08-25 15:59 UTC (3+ messages)
[PATCH net] MAINTAINERS: retire Boris from TLS maintainers
2025-08-25 15:57 UTC
[RFC PATCH net-next] net: hsr: create an API to get hsr port type
2025-08-25 15:55 UTC (4+ messages)
` [EXT] "
[PATCH v5 net-next 00/15] Add NETC Timer PTP driver and add PTP support for i.MX95
2025-08-25 15:17 UTC (9+ messages)
` [PATCH v5 net-next 01/15] dt-bindings: ptp: add NETC Timer PTP clock
` [PATCH v5 net-next 04/15] ptp: netc: add NETC V4 Timer PTP driver support
` [PATCH v5 net-next 05/15] ptp: netc: add PTP_CLK_REQ_PPS support
` [PATCH v5 net-next 13/15] net: enetc: add PTP synchronization support for ENETC v4
[PATCH] sfc: use kmalloc_array() instead of kmalloc()
2025-08-25 15:12 UTC
[PATCH] net: mdiobus: Move all reset registration to `mdiobus_register_reset()`
2025-08-25 15:01 UTC (5+ messages)
[PATCH v4 07/27] clk: mediatek: clk-gate: Add ops for gates with HW voter
2025-08-25 14:50 UTC (3+ messages)
[PATCH net V2 00/11] mlx5 misc fixes 2025-08-25
2025-08-25 14:34 UTC (12+ messages)
` [PATCH net V2 01/11] net/mlx5: HWS, Fix memory leak in hws_pool_buddy_init error path
` [PATCH net V2 02/11] net/mlx5: HWS, Fix memory leak in hws_action_get_shared_stc_nic error flow
` [PATCH net V2 03/11] net/mlx5: HWS, Fix uninitialized variables in mlx5hws_pat_calc_nop "
` [PATCH net V2 04/11] net/mlx5: HWS, Fix pattern destruction in mlx5hws_pat_get_pattern error path
` [PATCH net V2 05/11] net/mlx5: Reload auxiliary drivers on fw_activate
` [PATCH net V2 06/11] net/mlx5: Fix lockdep assertion on sync reset unload event
` [PATCH net V2 07/11] net/mlx5: Nack sync reset when SFs are present
` [PATCH net V2 08/11] net/mlx5: Prevent flow steering mode changes in switchdev mode
` [PATCH net V2 09/11] net/mlx5e: Update and set Xon/Xoff upon MTU set
` [PATCH net V2 10/11] net/mlx5e: Update and set Xon/Xoff upon port speed set
` [PATCH net V2 11/11] net/mlx5e: Set local Xoff after FW update
[PATCH] net: hns3: use kcalloc() instead of kzalloc()
2025-08-25 14:27 UTC
can/j1939: hung inside rtnl_dellink()
2025-08-25 14:07 UTC (3+ messages)
` [PATCH] can: j1939: implement NETDEV_UNREGISTER notification handler
[PATCH v2 net-next 0/6] tcp: Follow up for DCCP removal
2025-08-25 14:00 UTC (5+ messages)
` [PATCH v2 net-next 4/6] tcp: Don't pass hashinfo to socket lookup helpers
` [PATCH v2 net-next 5/6] tcp: Don't pass hashinfo to inet_diag helpers
[PATCH net-next] net: nfc: nci: Turn data timeout into a module parameter and increase the default
2025-08-25 13:46 UTC
[PATCH net-next] docs: networking: clarify expectation of persistent stats
2025-08-25 13:47 UTC
[PATCH net v2] phy: mscc: Fix when PTP clock is register and unregister
2025-08-25 13:47 UTC (2+ messages)
[PATCH net-next v3] net: ethernet: stmmac: dwmac-rk: Make the clk_phy could be used for external phy
2025-08-25 13:37 UTC (5+ messages)
[PATCH v2 net-next] ipv4: Convert ->flowi4_tos to dscp_t
2025-08-25 13:37 UTC
[syzbot] Monthly wireless report (Aug 2025)
2025-08-25 13:19 UTC
[PATCH iwl-next v2] igb: Convert Tx timestamping to PTP aux worker
2025-08-25 13:18 UTC (4+ 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;
as well as URLs for NNTP newsgroup(s).