public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-08 01:42:03 to 2026-04-08 05:31:02 UTC [more...]

[PATCH v2 0/2] mfd: nct6694: Refactor transport layer and add HIF (eSPI) support
 2026-04-08  5:30 UTC  (3+ messages)
` [PATCH v2 1/2] mfd: nct6694: Switch to devm_mfd_add_devices() and drop IDA
` [PATCH v2 2/2] mfd: Add Host Interface (HIF) support for Nuvoton NCT6694

[PATCH v2 net 0/6] Fix short frame transmission in enetc
 2026-04-08  5:17 UTC  (11+ messages)
` [PATCH v2 net 1/6] net: enetc: increment error counter in enetc_xdp_xmit() on DMA mapping errors
` [PATCH v2 net 2/6] net: enetc: linearize PTP event packets with one-step TX timestamping
` [PATCH v2 net 3/6] net: enetc: ensure enetc_xdp_xmit() calls enetc_update_tx_ring_tail()
` [PATCH v2 net 4/6] net: enetc: fix bogus TX ring consumer index after reinitialization
` [PATCH v2 net 5/6] net: enetc: pad short frames in software

[PATCH bpf v6 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
 2026-04-08  4:25 UTC  (5+ messages)
` [PATCH bpf v6 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()

[PATCH] ppp: require CAP_NET_ADMIN in target netns for unattached ioctls
 2026-04-08  4:23 UTC 

[PATCH net-next v04 0/6] net: hinic3: PF initialization
 2026-04-08  4:03 UTC  (7+ messages)
` [PATCH net-next v04 1/6] hinic3: Add ethtool queue ops
` [PATCH net-next v04 2/6] hinic3: Add ethtool statistic ops
` [PATCH net-next v04 3/6] hinic3: Add ethtool coalesce ops
` [PATCH net-next v04 4/6] hinic3: Add ethtool rss ops
` [PATCH net-next v04 5/6] hinic3: Configure netdev->watchdog_timeo to set nic tx timeout
` [PATCH net-next v04 6/6] hinic3: Remove unneeded coalesce parameters

[PATCH v3 net-next 00/15] ip6mr: No RTNL for RTNL_FAMILY_IP6MR rtnetlink
 2026-04-08  3:50 UTC  (4+ messages)

[PATCH bpf v4 0/2] bpf: fix short IPv4/IPv6 handling in test_run_skb
 2026-04-08  3:46 UTC  (3+ messages)
` [PATCH bpf v4 1/2] bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb
` [PATCH bpf v4 2/2] selftests/bpf: cover short IPv4/IPv6 inputs with adjust_room

[PATCH net-next v11 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2026-04-08  3:40 UTC  (3+ messages)
` [PATCH net-next v11 03/14] net: Add lease info to queue-get response

[PATCH net] selftests: net: bridge_vlan_mcast: wait for h1 before querier check
 2026-04-08  3:30 UTC  (2+ messages)

[PATCH net v3 0/2] seg6: fix dst_cache sharing in seg6 lwtunnel
 2026-04-08  3:30 UTC  (2+ messages)

[PATCH net v3 1/2] seg6: separate dst_cache for input and output paths in seg6 lwtunnel
 2026-04-08  3:20 UTC  (2+ messages)

[net-next v9 00/10] Add TSO map-once DMA helpers and bnxt SW USO support
 2026-04-08  3:14 UTC  (3+ messages)
` [net-next v9 10/10] selftests: drv-net: Add USO test

[PATCH net-next 0/2] net: pull gso packet headers in core stack
 2026-04-08  3:10 UTC  (2+ messages)

[PATCH v2 net-next] ipv6: sit: remove redundant ret = 0 assignment
 2026-04-08  3:20 UTC 

[PATCH net-next v5 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-08  2:55 UTC  (4+ messages)

[PATCH net-next v6 00/10] Decouple receive and transmit enablement in team driver
 2026-04-08  2:52 UTC  (11+ messages)
` [PATCH net-next v6 01/10] net: team: Annotate reads and writes for mixed lock accessed values
` [PATCH net-next v6 02/10] net: team: Remove unused team_mode_op, port_enabled
` [PATCH net-next v6 03/10] net: team: Rename port_disabled team mode op to port_tx_disabled
` [PATCH net-next v6 04/10] selftests: net: Add tests for failover of team-aggregated ports
` [PATCH net-next v6 05/10] selftests: net: Add test for enablement of ports with teamd
` [PATCH net-next v6 06/10] net: team: Rename enablement functions and struct members to tx
` [PATCH net-next v6 07/10] net: team: Track rx enablement separately from tx enablement
` [PATCH net-next v6 08/10] net: team: Add new rx_enabled team port option
` [PATCH net-next v6 09/10] net: team: Add new tx_enabled "
` [PATCH net-next v6 10/10] selftests: net: Add tests for team driver decoupled tx and rx control

[PATCH net v2] pppoe: drop PFC frames
 2026-04-08  2:42 UTC 

[PATCH net-next v2] net: bcmasp: Switch to page pool for RX path
 2026-04-08  2:26 UTC  (2+ messages)

[PATCH net-next v3] selftests/net: convert so_txtime to drv-net
 2026-04-08  2:15 UTC  (2+ messages)

[PATCH net] ipv6: add READ_ONCE() annotations to fib6_metrics reader paths
 2026-04-08  2:13 UTC  (3+ messages)

[PATCH net] net: avoid nul-deref trying to bind mp to incapable device
 2026-04-08  2:10 UTC  (2+ messages)

[PATCH net-next] net: Add net_cookie to Dead loop messages
 2026-04-08  2:05 UTC  (2+ messages)

[RFC net-next 0/4] selftests: drv-net: tso: add double tunneling GSO tests
 2026-04-08  2:04 UTC  (4+ messages)
` [RFC net-next 2/4] selftests: drv-net: tso: add helpers for double tunneling GSO

[PATCH net-next] selftests: drv-net: adjust to socat changes
 2026-04-08  2:00 UTC  (2+ messages)

[PATCH net-next 1/2] pppox: remove sk_pppox() helper
 2026-04-08  1:51 UTC  (2+ messages)
` [PATCH net-next 2/2] pppox: convert pppox_sk() to use container_of()


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