public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-23 15:54:09 to 2026-01-24 11:34:17 UTC [more...]

[PATCH bpf-next v9 0/3] bpf: Fix FIONREAD and copied_seq issues
 2026-01-24 11:32 UTC  (4+ messages)
` [PATCH bpf-next v9 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v9 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v9 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq

[PATCH v2 net] mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()
 2026-01-24 11:17 UTC  (3+ messages)

[PATCH net v3] mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()
 2026-01-24 10:59 UTC 

[PATCH net-next 0/3] net/smc: buffer allocation and registration improvements
 2026-01-24 10:48 UTC  (11+ messages)
` [PATCH net-next 1/3] net/smc: cap allocation order for SMC-R physically contiguous buffers
` [PATCH net-next 2/3] mm: vmalloc: export find_vm_area()
` [PATCH net-next 3/3] net/smc: optimize MTTE consumption for SMC-R buffers

[PATCH bpf-next v8 0/3] bpf: Fix FIONREAD and copied_seq issues
 2026-01-24 10:47 UTC  (5+ messages)
` [PATCH bpf-next v8 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v8 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v8 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq

[PATCH 0/1] io_uring: zcrx large buffers support
 2026-01-24 10:36 UTC  (2+ messages)
` [PATCH 1/1] io_uring/zcrx: implement large rx buffer support

[PATCH net-next] net: usb: sr9700: replace magic numbers with register bit macros
 2026-01-24 10:25 UTC  (2+ messages)

[PATCH net-next] net: usb: remove unnecessary get_drvinfo code and driver versions
 2026-01-24 10:06 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: dsa: yt921x: Add DCB/priority support
 2026-01-24 10:02 UTC  (6+ messages)
` [PATCH net-next v2 2/2] "

[PATCH v3] net: fix segmentation of forwarding fraglist GRO
 2026-01-24  9:50 UTC 

[PATCH net-next 0/3] net: ethtool: Track TX pause storm
 2026-01-24  9:28 UTC  (13+ messages)
` [PATCH net-next 1/3] net: ethtool: Track pause storm events

[PATCH v2 net-next] net: phy: make PHY fixup support always built-in
 2026-01-24  9:00 UTC 

[PATCH net-next] net: usb: replace unnecessary get_link functions with usbnet_get_link
 2026-01-24  8:22 UTC 

[PATCH net-next] net: usb: smsc95xx: use phy_do_ioctl_running function
 2026-01-24  8:07 UTC 

[PATCH net-next] net: usb: introduce usbnet_mii_ioctl helper function
 2026-01-24  8:01 UTC 

[PATCH net-next v6 0/7] selftest: Extend tun/virtio coverage for GSO over UDP tunnel
 2026-01-24  7:29 UTC  (5+ messages)
` [PATCH net-next v6 4/7] selftest: tun: Add helpers "

[PATCH net-next] net: ethernet: neterion: s2io: remove unused driver
 2026-01-24  7:24 UTC  (4+ messages)

[PATCH net] net: liquidio: Fix memory leak in setup_nic_devices()
 2026-01-24  7:20 UTC  (3+ messages)

[PATCH bpf-next v13 00/13] bpf: fsession support
 2026-01-24  6:20 UTC  (14+ messages)
` [PATCH bpf-next v13 01/13] bpf: add "
` [PATCH bpf-next v13 02/13] bpf: use the least significant byte for the nr_args in trampoline
` [PATCH bpf-next v13 03/13] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v13 04/13] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v13 05/13] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v13 06/13] bpf,x86: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v13 07/13] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v13 08/13] libbpf: add fsession support
` [PATCH bpf-next v13 09/13] bpftool: "
` [PATCH bpf-next v13 10/13] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v13 11/13] selftests/bpf: test bpf_get_func_* "
` [PATCH bpf-next v13 12/13] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v13 13/13] selftests/bpf: test fsession mixed with fentry and fexit

[PATCH net-next] udp: add drop count for packets in udp_prod_queue
 2026-01-24  6:20 UTC  (3+ messages)

[PATCH bpf-next v12 00/13] bpf: fsession support
 2026-01-24  5:09 UTC  (17+ messages)
` [PATCH bpf-next v12 01/13] bpf: add "
` [PATCH bpf-next v12 02/13] bpf: use the least significant byte for the nr_args in trampoline
` [PATCH bpf-next v12 03/13] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v12 04/13] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v12 05/13] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v12 06/13] bpf,x86: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v12 07/13] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v12 08/13] libbpf: add fsession support
` [PATCH bpf-next v12 09/13] bpftool: "
` [PATCH bpf-next v12 10/13] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v12 11/13] selftests/bpf: test bpf_get_func_* "
` [PATCH bpf-next v12 12/13] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v12 13/13] selftests/bpf: test fsession mixed with fentry and fexit

[PATCH] lib/random32: convert selftest to KUnit
 2026-01-24  5:41 UTC 

[PATCH v2 0/4] i2c: SMBus ARP support
 2026-01-24  5:32 UTC  (8+ messages)
` [PATCH v2 3/4] mctp i2c: Enable SMBus ARP discovery

[PATCH v1 0/2] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
 2026-01-24  4:57 UTC  (12+ messages)
` [PATCH v1 1/2] dt-bindings: ethernet: eswin: add clock sampling control
    `  "
        `  "

[PATCH] SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()
 2026-01-24  5:17 UTC 

IPsec Remote Access VPN Phase 1 and Phase 2 Settings
 2026-01-24  4:54 UTC 

[PATCH net-next] net: usb: sr9700: clarify code using BIT and GENMASK macros
 2026-01-24  4:02 UTC 

[RFC 2/2] Set steering-tag directly for PCIe P2P memory access
 2026-01-24  1:13 UTC  (2+ messages)

[PATCH bpf-next v11 02/12] bpf: use the least significant byte for the nr_args in trampoline
 2026-01-24  1:14 UTC  (6+ messages)

[PATCH net-next v2 00/14] net: stmmac: SerDes, PCS, BASE-X, and inband goodies
 2026-01-24  0:59 UTC  (9+ messages)
` [PATCH net-next v2 05/14] net: stmmac: add stmmac core serdes support

[PATCH net-next v1 1/1] i40e: Add missing header
 2026-01-24  0:56 UTC 

[PATCH net-next v2 0/7] u64_stats: Introduce u64_stats_reads()
 2026-01-24  0:49 UTC  (9+ messages)
` [PATCH net-next v2 1/7] "
` [PATCH net-next v2 2/7] u64_stats: Doc incorrect usage with plain variables
` [PATCH net-next v2 3/7] net: bridge: mcast: fix memcpy with u64_stats
` [PATCH net-next v2 4/7] net: openvswitch: fix load tearing "
` [PATCH net-next v2 5/7] macsec: fix memcpy "
` [PATCH net-next v2 6/7] mpls: Fix load tearing "
` [PATCH net-next v2 7/7] vxlan: vnifilter: fix memcpy "

[PATCH net-next v12 2/3] net: ti: icssm-prueth: Add switchdev support for icssm_prueth driver
 2026-01-24  0:27 UTC  (2+ messages)

Fwd: iproute2 out-of-bounds read in parse_rtattr_flags()
 2026-01-23 23:58 UTC 

[PATCH bpf-next v2 0/4] Switch from kfuncs to direct helper calls in prologue/epilogue
 2026-01-23 23:49 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf, verifier: Support direct helper calls from prologue/epilogue
` [PATCH bpf-next v2 2/4] bpf: net_sched: Use direct helper calls instead of kfuncs in pro/epilogue
` [PATCH bpf-next v2 3/4] selftests/bpf: Remove tests for prologue/epilogue with kfuncs
` [PATCH bpf-next v2 4/4] bpf: Remove kfunc support in prologue and epilogue

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-01-20 (ice, idpf)
 2026-01-23 23:48 UTC  (3+ messages)
` [PATCH net 4/4] idpf: read lower clock bits inside the time sandwich

[PATCH iwl-next v2 1/2] ixgbe: e610: Convert ACI descriptor buffer to little endian
 2026-01-23 23:41 UTC  (3+ messages)

[PATCH] net: decnet: fix build error due to incompatible pointer type, in dn_dst_gc
 2026-01-23 23:23 UTC 

[PATCH net-next v2 0/3] Airoha AN8811HB 2.5 Gbps phy support
 2026-01-23 23:01 UTC  (5+ messages)
` [PATCH net-next v2 1/3] net: phy: air_en8811h: factor out shareable code
` [PATCH net-next v2 2/3] net: phy: air_en8811h: add Airoha AN8811HB support

[PATCH net-next v12 1/3] net: ti: icssm-prueth: Add helper functions to configure and maintain FDB
 2026-01-23 22:50 UTC  (3+ messages)

[PATCH net-next] net/mlx5e: Undo saving per-channel async ICOSQ
 2026-01-23 22:39 UTC 

[RFC PATCH bpf-next v3 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-01-23 20:47 UTC  (3+ messages)
` [RFC PATCH bpf-next v3 09/12] selftests/bpf: Add tests for memcg_bpf_ops

[iwl-net PATCH] idpf: change IRQ naming to match netdev and ethtool queue numbering
 2026-01-23 21:55 UTC  (2+ messages)

[GIT PULL] bluetooth 2026-01-22
 2026-01-23 21:54 UTC  (2+ messages)

[PATCH net-next v4 0/7] ipv6: Address ext hdr DoS vulnerabilities
 2026-01-23 21:35 UTC  (7+ messages)
` [PATCH net-next v4 1/7] ipv6: Check of max HBH or DestOp sysctl is zero and drop if it is
` [PATCH net-next v4 2/7] ipv6: Cleanup IPv6 TLV definitions
` [PATCH net-next v4 6/7] ipv6: Enforce Extension Header ordering

[PATCH net-next v2 0/2] net/rds: RDS-TCP state machine and message loss improvements
 2026-01-23 21:20 UTC  (2+ messages)

[PATCH net-next 0/6] net: restore the structure of driver-facing qcfg API
 2026-01-23 21:20 UTC  (2+ messages)

[PATCH net-next] netdevsim: use u64_stats_t with u64_stats_sync properly
 2026-01-23 21:10 UTC 

[PATCH] rocker: fix memory leak in rocker_world_port_post_fini()
 2026-01-23 21:10 UTC 

[PATCH] llc: fix resource exhaustion in llc_conn_handler()
 2026-01-23 20:22 UTC 

[PATCH v6 2/7] ptp: vmclock: support device notifications
 2026-01-23 20:16 UTC  (3+ messages)
` [v6,2/7] "

[PATCH v2 net-next] ipvlan: remove ipvlan_ht_addr_lookup()
 2026-01-23 20:14 UTC  (2+ messages)

[PATCH net-next] net: usb: sr9700: rename register write commands for clarity
 2026-01-23 20:05 UTC  (3+ messages)

[PATCH net-next] net: usb: sr9700: use ETH_ALEN instead of magic number
 2026-01-23 20:04 UTC  (3+ messages)

[PATCH v4 0/3] s32g: Use a syscon for GPR
 2026-01-23 19:51 UTC  (4+ messages)
` [PATCH v4 1/3] net: stmmac: s32: use a syscon for S32_PHY_INTF_SEL_RGMII
` [PATCH v4 2/3] dt-bindings: net: nxp,s32-dwmac: Use the GPR syscon
` [PATCH v4 3/3] dts: s32g: Add GPR syscon region

[PATCH v5 net-next 00/10] geneve: introduce double tunnel GSO/GRO support
 2026-01-23 19:50 UTC  (9+ messages)
` [PATCH v5 net-next 01/10] net: introduce mangleid_features
` [PATCH v5 net-next 08/10] geneve: extract hint option at GRO stage
  ` [v5,net-next,08/10] "

[PATCH net] octeon_ep: Fix memory leak in octep_device_setup()
 2026-01-23 19:50 UTC  (2+ messages)

[PATCH v2 net-next 11/15] net: dsa: sja1105: fill device tree with ethernet-pcs sub-devices under "regs" node
 2026-01-23 19:45 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
 2026-01-23 19:45 UTC  (5+ messages)

[v6, net-next 0/8] bng_en: enhancements for RX and TX datapath
 2026-01-23 19:35 UTC  (9+ messages)
` [v6, net-next 1/8] bng_en: Extend bnge_set_ring_params() for rx-copybreak
` [v6, net-next 2/8] bng_en: Add RX support
` [v6, net-next 3/8] bng_en: Handle an HWRM completion request
` [v6, net-next 4/8] bng_en: Add TX support
` [v6, net-next 5/8] bng_en: Add ndo_features_check support
` [v6, net-next 6/8] bng_en: Add support to handle AGG events
` [v6, net-next 7/8] bng_en: Add TPA related functions
` [v6, net-next 8/8] bng_en: Add support for TPA events

[PATCH v4 0/3] tls: Add TLS 1.3 hardware offload support
 2026-01-23 19:05 UTC  (4+ messages)

[PATCH v5 0/3] tls: Add TLS 1.3 hardware offload support
 2026-01-23 19:03 UTC  (3+ messages)

[PATCH net-next v2 0/9] net: convert drivers to .get_rx_ring_count (last part)
 2026-01-23 19:00 UTC  (2+ messages)

[PATCH] net: bcmasp: fix early exit leak with fixed phy
 2026-01-23 19:00 UTC  (2+ messages)

[PATCH net-next] tcp: move tcp_stream_memory_free() to tcp.c
 2026-01-23 18:50 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update be2net maintainers
 2026-01-23 18:50 UTC  (2+ messages)

[PATCH 1/2 net-next v3] ipv6: use the right ifindex when replying to icmpv6 from localhost
 2026-01-23 18:13 UTC  (4+ messages)
` [PATCH 2/2 net-next v3] selftests: net: add ipv6 ping to local address "

[PATCH] net/mlx5e: don't assume psp tx skbs are ipv6 csum handling
 2026-01-23 18:11 UTC 

[v5, net-next 8/8] bng_en: Add support for TPA events
 2026-01-23 18:06 UTC  (3+ messages)
` [v5,net-next,8/8] "

[PATCH net-next v2 08/12] dpll: Enhance and consolidate reference counting logic
 2026-01-23 18:04 UTC  (6+ messages)
` [net-next,v2,08/12] "

[PATCH net-next v2 0/5] net: netconsole: convert to NBCON console infrastructure
 2026-01-23 18:04 UTC  (5+ messages)
` [PATCH net-next v2 3/5] "

[PATCH v3 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
 2026-01-23 18:00 UTC  (3+ messages)
` [PATCH v3 1/4] PCI/MSI: Conservatively generalize "

[PATCH] idpf: nullify pointers after they are freed
 2026-01-23 17:55 UTC  (3+ messages)

[v5, net-next 6/8] bng_en: Add support to handle AGG events
 2026-01-23 17:42 UTC  (3+ messages)
` [v5,net-next,6/8] "

[PATCH net 2/7] can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb() error
 2026-01-23 17:36 UTC  (3+ messages)
` [net,2/7] "

[PATCH net 0/2] pull-request: can 2026-01-23
 2026-01-23 17:30 UTC  (3+ messages)
` [PATCH net 1/2] can: at91_can: Fix memory leak in at91_can_probe()
` [PATCH net 2/2] can: gs_usb: gs_usb_receive_bulk_callback(): fix error message

[PATCH v3 0/4] Support multi-channel IRQs in stmmac platform drivers
 2026-01-23 17:13 UTC  (3+ messages)
` [PATCH v3 2/4] dt-bindings: net: nxp,s32-dwmac: Declare per-queue interrupts

[PATCH net 0/3] ipvlan: Deduplicate ipv4/ipv6 addr_validator_event code
 2026-01-23 17:06 UTC  (3+ messages)

[PATCH v2 net-next 0/3] ipvlan: Deduplicate ipv4/ipv6 addr_validator_event code
 2026-01-23 17:03 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] ipvlan: const-specifier for functions that use iaddr
` [PATCH v2 net-next 2/3] ipvlan: Common code from v6/v4 validator_event
` [PATCH v2 net-next 3/3] ipvlan: common code to handle ipv6/ipv4 address events

[PATCH net-next] net: ethernet: ti: netcp: Use u64_stats_t with u64_stats_sync properly
 2026-01-23 16:48 UTC 

[PATCH iproute2-next] man: Add cake_mq documentation to the tc-cake man page
 2026-01-23 17:00 UTC  (2+ messages)

[PATCH net] vsock: Ignore signal/timeout on connect() if already established
 2026-01-23 16:52 UTC  (12+ messages)

[PATCH net] vsock/bpf: Handle EINTR connect() racing against sockmap update
 2026-01-23 16:52 UTC  (6+ messages)

[PATCH net-next 0/4] net: few critical helpers are inlined again
 2026-01-23 16:45 UTC  (3+ messages)
` [PATCH net-next 2/4] gro: change the BUG_ON() in gro_pull_from_frag0()

[PATCH net] sfc: fix deadlock in RSS config read
 2026-01-23 16:16 UTC 

[PATCH net-next] net: phy: micrel: Add support for lan9645x internal phy
 2026-01-23 16:11 UTC  (2+ messages)

[PATCH v2 net-next 01/15] net: mdio-regmap: permit working with non-MMIO regmaps
 2026-01-23 15:54 UTC  (11+ messages)


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