public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-07 19:43:57 to 2026-04-08 04:44:04 UTC [more...]

[PATCH v2 net 0/6] Fix short frame transmission in enetc
 2026-04-08  4:44 UTC  (5+ 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 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  (19+ messages)
` [PATCH v3 net-next 01/15] selftest: net: Extend ipmr.c for IP6MR
` [PATCH v3 net-next 02/15] ipmr: Convert mr_table.cache_resolve_queue_len to u32
` [PATCH v3 net-next 03/15] ip6mr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}
` [PATCH v3 net-next 04/15] ip6mr: Use MAXMIFS in mr6_msgsize()
` [PATCH v3 net-next 05/15] ip6mr: Allocate skb earlier in ip6mr_rtm_getroute()
` [PATCH v3 net-next 06/15] ip6mr: Convert ip6mr_rtm_getroute() to RCU
` [PATCH v3 net-next 07/15] ip6mr: Convert ip6mr_rtm_dumproute() "
` [PATCH v3 net-next 08/15] net: Remove rtnl_held of struct fib_dump_filter
` [PATCH v3 net-next 09/15] ip6mr: Move unregister_netdevice_many() out of mroute_clean_tables()
` [PATCH v3 net-next 10/15] ip6mr: Move unregister_netdevice_many() out of ip6mr_free_table()
` [PATCH v3 net-next 11/15] ip6mr: Convert ip6mr_net_exit_batch() to ->exit_rtnl()
` [PATCH v3 net-next 12/15] ip6mr: Remove RTNL in ip6mr_rules_init() and ip6mr_net_init()
` [PATCH v3 net-next 13/15] ip6mr: Call fib_rules_unregister() without RTNL
` [PATCH v3 net-next 14/15] ip6mr: Define net->ipv6.{ip6mr_notifier_ops,ipmr_seq} under CONFIG_IP_MROUTE
` [PATCH v3 net-next 15/15] ip6mr: Replace RTNL with a dedicated mutex for MFC

[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  (13+ messages)
` [net-next v9 01/10] net: tso: Introduce tso_dma_map and helpers
` [net-next v9 02/10] net: bnxt: Export bnxt_xmit_get_cfa_action
` [net-next v9 03/10] net: bnxt: Add a helper for tx_bd_ext
` [net-next v9 04/10] net: bnxt: Use dma_unmap_len for TX completion unmapping
` [net-next v9 05/10] net: bnxt: Add TX inline buffer infrastructure
` [net-next v9 06/10] net: bnxt: Add boilerplate GSO code
` [net-next v9 07/10] net: bnxt: Implement software USO
` [net-next v9 08/10] net: bnxt: Add SW GSO completion and teardown support
` [net-next v9 09/10] net: bnxt: Dispatch to SW USO
` [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()

[PATCH net v2 1/1] af_unix: read UNIX_DIAG_VFS data under unix_state_lock
 2026-04-08  1:41 UTC  (2+ messages)

[PATCH v3] net: sfp: add quirks for Hisense and HSGQ GPON ONT SFP modules
 2026-04-08  1:30 UTC  (2+ messages)

[PATCH net] net: stmmac: dwmac-motorcomm: fix eFUSE MAC address read failure
 2026-04-08  1:30 UTC  (2+ messages)

[PATCH net-next] ipv6: sit: remove redundant ret = 0 assignment
 2026-04-08  1:26 UTC  (3+ messages)

[PATCH net-next v5 00/10] Decouple receive and transmit enablement in team driver
 2026-04-08  1:17 UTC  (7+ messages)

[PATCH net] xfrm_user: fix info leak in build_mapping()
 2026-04-08  1:12 UTC  (7+ messages)

[PATCH net-next 0/2] tcp: rehash onto different ECMP path on retransmit timeout
 2026-04-08  1:09 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] selftests: net: add ECMP rehash test

[PATCH net-next 0/3] psp: add crypt-offset and spi-threshold attributes
 2026-04-08  1:09 UTC  (12+ messages)
` [PATCH net-next 1/3] psp: add crypt-offset and spi-threshold get/set attributes
` [PATCH net-next 2/3] netdevsim: psp: handle the new crypt-offset and spi-threshold get/set operations
` [PATCH net-next 3/3] selftests: net: psp: add crypt-offset and spi-threshold test cases

[PATCH 0/8] smb: add kernel internal IPPROTO_SMBDIRECT
 2026-04-08  1:04 UTC  (4+ messages)
` [PATCH 6/8] smb: smbdirect: add in kernel only support for IPPROTO_SMBDIRECT

[PATCH net-next 00/13] netfilter: updates for net-next
 2026-04-08  1:00 UTC  (5+ messages)
` [PATCH net-next 13/13] netfilter: ctnetlink: restrict expectfn to helper

[PATCH net-next] vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`
 2026-04-08  0:59 UTC  (4+ messages)

[PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-08  0:47 UTC  (16+ messages)

[PATCH net-next] selftests: net: py: add test case filtering and listing
 2026-04-08  0:38 UTC  (2+ messages)

[PATCH net-next v1] r8169: implement get_module functions for rtl8127atf
 2026-04-08  0:37 UTC  (6+ messages)

[PATCH net-next v2 0/4] bpf-timestamp: convert to push-level granularity
 2026-04-08  0:35 UTC  (9+ messages)
` [PATCH net-next v2 3/4] bpf-timestamp: keep track of the skb when wait_for_space occurs

[PATCH net] eth: fbnic: Use wake instead of start
 2026-04-08  0:24 UTC 

[PATCH net] tcp: update window_clamp when SO_RCVBUF is set
 2026-04-08  0:14 UTC 

[PATCH v10 net-next 0/5] psp: Add support for dev-assoc/disassoc
 2026-04-08  0:01 UTC  (7+ messages)
` [PATCH v10 net-next 2/5] psp: add new netlink cmd for dev-assoc and dev-disassoc
` [PATCH v10 net-next 3/5] psp: add a new netdev event for dev unregister

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-04-07 22:58 UTC  (2+ messages)

[PATCH net] ice: fix VF queue configuration with low MTU values
 2026-04-07 22:50 UTC  (2+ messages)

[PATCH v3 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-04-07 22:14 UTC  (5+ messages)
` [PATCH v3 11/15] media: qcom: Switch to generic PAS TZ APIs

[PATCH iwl-net] idpf: fix read_dev_clk_lock spinlock init in idpf_ptp_init()
 2026-04-07 22:00 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH,net-next] tcp: Add TCP ROCCET congestion control module
 2026-04-07 21:48 UTC  (2+ messages)

[net,PATCH] net: ks8851: Reinstate disabling of BHs around IRQ handler
 2026-04-07 21:23 UTC 

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

[PATCH] net: lpc_eth: Fix a possible memory leak in lpc_mii_probe()
 2026-04-07 20:58 UTC  (3+ messages)

[syzbot] Monthly bridge report (Apr 2026)
 2026-04-07 20:34 UTC 

[PATCH net-next v2 0/5] dpll: zl3073x: add ref-sync pair support
 2026-04-07 20:18 UTC  (3+ messages)
` [PATCH net-next v2 4/5] dt-bindings: dpll: add ref-sync-sources property

[PATCH RESEND][next] Bluetooth: hci.h: Avoid a couple -Wflex-array-member-not-at-end warnings
 2026-04-07 20:16 UTC 

[PATCH][next] Bluetooth: hci.h: Avoid a couple -Wflex-array-member-not-at-end warnings
 2026-04-07 20:06 UTC  (3+ messages)

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-07 19:59 UTC  (3+ messages)
` [PATCH net-next v6 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next v6 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH net-next V5 00/12] devlink: add per-port resource support
 2026-04-07 19:41 UTC  (2+ messages)
` [PATCH net-next V5 12/12] devlink: Document resource scope filtering


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