netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-23 00:51:17 to 2025-11-24 16:29:29 UTC [more...]

[PATCH RFC bpf-next 00/15] Decouple skb metadata tracking from MAC header offset
 2025-11-24 16:28 UTC  (15+ messages)
` [PATCH RFC bpf-next 01/15] bnxt_en: Call skb_metadata_set when skb->data points at metadata end
` [PATCH RFC bpf-next 02/15] i40e: "
` [PATCH RFC bpf-next 03/15] igb: "
` [PATCH RFC bpf-next 04/15] igc: "
` [PATCH RFC bpf-next 05/15] ixgbe: "
` [PATCH RFC bpf-next 06/15] net/mlx5e: "
` [PATCH RFC bpf-next 07/15] veth: "
` [PATCH RFC bpf-next 08/15] xsk: "
` [PATCH RFC bpf-next 09/15] xdp: "
` [PATCH RFC bpf-next 10/15] net: Track skb metadata end separately from MAC offset
` [PATCH RFC bpf-next 11/15] bpf, verifier: Remove side effects from may_access_direct_pkt_data
` [PATCH RFC bpf-next 12/15] bpf, verifier: Turn seen_direct_write flag into a bitmap
` [PATCH RFC bpf-next 13/15] bpf, verifier: Propagate packet access flags to gen_prologue
` [PATCH RFC bpf-next 14/15] bpf, verifier: Track when data_meta pointer is loaded

[PATCH] selftests/net: initialize char variable to null
 2025-11-24 16:13 UTC 

[PATCH net-next v5 0/3] Unify platform suspend/resume routines for PCI DWMAC glue
 2025-11-24 16:04 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: stmmac: Add generic suspend/resume helper for PCI-based controllers
` [PATCH net-next v5 2/3] net: stmmac: loongson: Use generic PCI suspend/resume routines
` [PATCH net-next v5 3/3] net: stmmac: pci: "

[PATCH net-next v1 0/1] octeon_ep: reset firmware ready status
 2025-11-24 15:58 UTC  (3+ messages)
` [PATCH net-next v1 1/1] "

[RFC net-next 00/13] ovpn: new features + kselftests
 2025-11-24 15:51 UTC  (3+ messages)
` [RFC net-next 02/13] selftests: ovpn: add notification parsing and matching

[PATCH net] ipvs: fix ipv4 null-ptr-deref in route error path
 2025-11-24 15:34 UTC  (3+ messages)
` [PATCH net v2] "

[TEST] tcp_zerocopy_maxfrags.pkt fails
 2025-11-24 15:18 UTC 

[TEST] so_peek_off flakes on new NIPA systems
 2025-11-24 15:07 UTC 

[PATCH net-next 0/4] Multi-queue aware sch_cake
 2025-11-24 15:03 UTC  (6+ messages)
` [PATCH net-next 1/4] net/sched: sch_cake: Factor out config variables into separate struct
` [PATCH net-next 2/4] net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devices
` [PATCH net-next 3/4] net/sched: sch_cake: Share config across cake_mq sub-qdiscs
` [PATCH net-next 4/4] net/sched: sch_cake: share shaper state across sub-instances of cake_mq
` [PATCH iproute2-next] tc: cake: add cake_mq support

[PATCH net-next 1/1] net: mdio: remove redundant fwnode cleanup
 2025-11-24 14:50 UTC 

[PATCH net v2] net: aquantia: Add missing descriptor cache invalidation on ATL2
 2025-11-24 14:32 UTC  (2+ messages)

[PATCH net-next v5 00/16] net: introduce QUIC infrastructure and core subcomponents
 2025-11-24 14:28 UTC  (17+ messages)
` [PATCH net-next v5 01/16] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v5 02/16] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v5 03/16] quic: provide common utilities and data structures
` [PATCH net-next v5 04/16] quic: provide family ops for address and protocol
` [PATCH net-next v5 05/16] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v5 06/16] quic: add stream management
` [PATCH net-next v5 07/16] quic: add connection id management
` [PATCH net-next v5 08/16] quic: add path management
` [PATCH net-next v5 09/16] quic: add congestion control
` [PATCH net-next v5 10/16] quic: add packet number space
` [PATCH net-next v5 11/16] quic: add crypto key derivation and installation
` [PATCH net-next v5 12/16] quic: add crypto packet encryption and decryption
` [PATCH net-next v5 13/16] quic: add timer management
` [PATCH net-next v5 14/16] quic: add frame encoder and decoder base
` [PATCH net-next v5 15/16] quic: add packet builder base
` [PATCH net-next v5 16/16] quic: add packet parser base

[PATCH][next] nfp: tls: Avoid -Wflex-array-member-not-at-end warnings
 2025-11-24 14:13 UTC  (2+ messages)

[PATCH net] net: atlantic: fix fragment overflow handling in RX path
 2025-11-24 14:08 UTC  (8+ messages)

[PATCH net-next v6 0/3] STP/RSTP SWITCH support for PRU-ICSSM Ethernet driver
 2025-11-24 13:55 UTC  (4+ messages)
` [PATCH net-next v6 1/3] net: ti: icssm-prueth: Adds helper functions to configure and maintain FDB
` [PATCH net-next v6 2/3] net: ti: icssm-prueth: Adds switchdev support for icssm_prueth driver
` [PATCH net-next v6 3/3] net: ti: icssm-prueth: Adds support for ICSSM RSTP switch

[PATCH net-next v2 1/1] net: mdio: eliminate kdoc warnings in mdio_device.c and mdio_bus.c
 2025-11-24 13:57 UTC  (2+ messages)

[PATCH net v3] net: atlantic: fix fragment overflow handling in RX path
 2025-11-24 13:55 UTC 

[PATCH RFC net-next 0/2] netconsole: NBCON Infrastructure Support
 2025-11-24 13:55 UTC  (5+ messages)
` [PATCH RFC net-next 1/2] netconsole: extract message fragmentation into write_msg_target()
` [PATCH RFC net-next 2/2] netconsole: add CONFIG_NETCONSOLE_NBCON for nbcon support

[PATCH v2] net/ipv6: allow device-only routes via the multipath API
 2025-11-24 13:52 UTC 

[PATCH net] platform/x86: intel_pmc_ipc: fix ACPI buffer memory leak
 2025-11-24 13:39 UTC  (2+ messages)

[PATCH net-next v11 00/13] vsock: add namespace support to vhost-vsock and loopback
 2025-11-24 13:02 UTC  (9+ messages)
` [PATCH net-next v11 03/13] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v11 05/13] vsock: add netns support to virtio transports

[PATCH net] cxgb4: Rename sched_class to avoid type clash
 2025-11-24 13:01 UTC  (2+ messages)

[PATCH ipsec v2] xfrm: Fix inner mode lookup in tunnel mode GSO segmentation
 2025-11-24 13:01 UTC  (2+ messages)

[PATCH net-next 00/11] Add ETHSW support for Renesas RZ/T2H and RZ/N2H SoCs
 2025-11-24 12:45 UTC  (3+ messages)
` [PATCH net-next 06/11] net: dsa: rzn1-a5psw: Add support for optional timestamp clock

[PATCH linux-firmware v3] ice: update DDP LAG package to 1.3.2.0
 2025-11-24 12:42 UTC  (2+ messages)
` [Intel-wired-lan] "

[syzbot] Monthly netfilter report (Nov 2025)
 2025-11-24 12:38 UTC 

[syzbot] Monthly wpan report (Nov 2025)
 2025-11-24 12:38 UTC 

linux-6.18-rc7/drivers/net/ethernet/qlogic/qede/qede_fp.c:964:27: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
 2025-11-24 12:16 UTC 

[PATCH linux-firmware v2] ice: update DDP LAG package to 1.3.2.0
 2025-11-24 11:50 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net] vsock: Ignore signal/timeout on connect() if already established
 2025-11-24 11:49 UTC  (11+ messages)

[PATCH linux-firmware] ice: update DDP LAG package to 1.3.2.0
 2025-11-24 11:42 UTC  (3+ messages)

[PATCH net-next] vsock/test: Extend transport change null-ptr-deref test
 2025-11-24 11:41 UTC  (2+ messages)

[PATCH net-next v1] idpf: export RX hardware timestamping information to XDP
 2025-11-24 11:37 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH RFC net-next] net: stmmac: provide flag to disable EEE
 2025-11-24 11:27 UTC 

[PATCH iproute2-net 0/6] mptcp: new endpoint type and info flags
 2025-11-24 11:19 UTC  (7+ messages)
` [PATCH iproute2-net 1/6] MAINTAINERS: add entry for mptcp
` [PATCH iproute2-net 2/6] man: mptcp: fix minor typos
` [PATCH iproute2-net 3/6] mptcp: add 'laminar' endpoint support
` [PATCH iproute2-net 4/6] mptcp: monitor: add 'server side' info
` [PATCH iproute2-net 5/6] mptcp: monitor: add 'deny join id0' info
` [PATCH iproute2-net 6/6] mptcp: monitor: support 'server side' as a flag

[v2, net-next 00/12] bng_en: enhancements for link, Rx/Tx, LRO/TPA & stats
 2025-11-24 11:05 UTC  (6+ messages)
` [v2, net-next 09/12] bng_en: Add ethtool link settings and capabilities support

[PATCH] nbd: restrict sockets to TCP and UDP
 2025-11-24 11:04 UTC  (5+ messages)
    ` Userland used in writeback path was "

[PATCH net v5] net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop
 2025-11-24 10:48 UTC  (2+ messages)

[PATCH iwl-next 0/8] ice: in VEB, prevent "cross-vlan" traffic
 2025-11-24 10:20 UTC  (4+ messages)
` [PATCH iwl-next 4/8] ice: allow overriding lan_en, lb_en in switch
  ` [Intel-wired-lan] "

[PATCH net-next] amd-xgbe: schedule NAPI on Rx Buffer Unavailable to prevent RX stalls
 2025-11-24 10:11 UTC 

[PATCH] net: wwan: mhi: Keep modem name match with Foxconn T99W640
 2025-11-24 10:07 UTC  (7+ messages)
  `  "
    `  "
      `  "

[RFT net-next PATCH RESEND 0/2] ethernet: intel: fix freeing uninitialized pointers with __free
 2025-11-24 10:00 UTC  (5+ messages)
` [PATCH RESEND RFT net-next 1/2] ice: remove __free usage in ice_flow
  ` [Intel-wired-lan] "
` [PATCH RESEND RFT net-next 2/2] idpf: remove __free usage in idpf_virtchnl
  ` [Intel-wired-lan] "

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-24  9:49 UTC  (2+ messages)

[PATCH net-next v6 0/5] netconsole: support automatic target recovery
 2025-11-24  9:50 UTC  (7+ messages)
` [PATCH net-next v6 2/5] netconsole: convert 'enabled' flag to enum for clearer state management
` [PATCH net-next v6 4/5] netconsole: resume previously deactivated target
` [PATCH net-next v6 5/5] selftests: netconsole: validate target resume

[PATCH][next] chtls: Avoid -Wflex-array-member-not-at-end warning
 2025-11-24  9:42 UTC 

[PATCH net-next v6 0/8] tun/tap & vhost-net: netdev queue flow control to avoid ptr_ring tail drop
 2025-11-24  9:19 UTC  (5+ messages)

[PATCH v2 0/4] ptp: ocp: A fix and refactoring
 2025-11-24  8:45 UTC  (5+ messages)
` [PATCH net-next v2 1/4] ptp: ocp: Refactor signal_show() and fix %ptT misuse
` [PATCH net-next v2 2/4] ptp: ocp: Make ptp_ocp_unregister_ext() NULL-aware
` [PATCH net-next v2 3/4] ptp: ocp: Apply standard pattern for cleaning up loop
` [PATCH net-next v2 4/4] ptp: ocp: Reuse META's PCI vendor ID

[PATCH] NFC: Fix error handling in nfc_genl_dump_targets
 2025-11-24  8:30 UTC  (3+ messages)

[PATCH net-next 0/3] xsk: introduce atomic for cq in generic
 2025-11-24  8:08 UTC  (4+ messages)
` [PATCH net-next 1/3] xsk: add atomic cached_prod for copy mode
` [PATCH net-next 2/3] xsk: add the atomic parameter around cq in generic path
` [PATCH net-next 3/3] xsk: convert cq from spin lock protection into atomic operations

[syzbot] [wireless?] KASAN: slab-use-after-free Read in __ieee80211_beacon_add_tim
 2025-11-24  7:47 UTC 

[syzbot] Monthly sctp report (Nov 2025)
 2025-11-24  7:46 UTC 

[syzbot] [net?] [virt?] [kvm?] BUG: soft lockup in vsock_loopback_work
 2025-11-24  7:46 UTC 

[PATCH net-next] r8169: improve MAC EEE handling
 2025-11-24  7:37 UTC 

[PATCH net-next] i40e: delete a stray tab
 2025-11-24  7:07 UTC  (2+ messages)
` [Intel-wired-lan] "

[RFC PATCH v2 0/6] net: wwan: add NMEA port type support
 2025-11-24  6:57 UTC  (17+ messages)
      `  "
            `  "
                              `  "

[PATCH net-next v2] net: spacemit: Remove broken flow control support
 2025-11-24  5:28 UTC 

[PATCH net 0/3] bonding: fix 802.3ad churn machine and port state issues
 2025-11-24  4:33 UTC  (4+ messages)
` [PATCH net 1/3] bonding: set AD_RX_PORT_DISABLED when disabling a port
` [PATCH net 2/3] bonding: restructure ad_churn_machine
` [PATCH net 3/3] selftests: bonding: add mux and churn state testing

[PATCHv7 net-next] tools: ynl: add YNL test framework
 2025-11-24  2:20 UTC 

[syzbot] [wireless?] WARNING in ieee80211_ocb_rx_no_sta (2)
 2025-11-24  2:14 UTC 

linux-next: manual merge of the net-next tree with the mm-nonmm-unstable tree
 2025-11-24  1:50 UTC 

[PATCH net-next v16 0/5] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
 2025-11-24  1:42 UTC  (6+ messages)
` [PATCH net-next v16 1/5] eea: introduce PCI framework
` [PATCH net-next v16 2/5] eea: introduce ring and descriptor structures
` [PATCH net-next v16 3/5] eea: probe the netdevice and create adminq
` [PATCH net-next v16 4/5] eea: create/destroy rx,tx queues for netdevice open and stop
` [PATCH net-next v16 5/5] eea: introduce ethtool support

Fwd: [Bug 220774] netem is broken in 6.18
 2025-11-24  1:33 UTC 

[PATCH v2] r8169: add support for RTL8127ATF
 2025-11-24  0:00 UTC  (9+ messages)

[PATCH net-next v2 1/2] net: phy: mxl-gpy: add support for MxL86211C
 2025-11-23 23:57 UTC  (4+ messages)
` [PATCH net-next v2 2/2] net: phy: mxl-gpy: add support for MxL86252 and MxL86282

[PATCH net-next 0/3] Improvements over DSA conduit ethtool ops
 2025-11-23 23:55 UTC  (7+ messages)
` [PATCH net-next 1/3] net: dsa: cpu_dp->orig_ethtool_ops might be NULL
` [PATCH net-next 2/3] net: dsa: use kernel data types for ethtool ops on conduit
` [PATCH net-next 3/3] net: dsa: append ethtool counters of all hidden ports to conduit

[PATCH net v3] l2tp: fix double dst_release() on sk_dst_cache race
 2025-11-14  1:06 UTC 

[PATCH net-next, v4] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
 2025-11-23 18:08 UTC 

[PATCH net-next V2 0/6] selftests: drv-net: Fix issues in devlink_rate_tc_bw.py
 2025-11-23 17:10 UTC  (7+ messages)
` [PATCH net-next V2 1/6] selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS
` [PATCH net-next V2 2/6] selftests: drv-net: introduce Iperf3Runner for measurement use cases
` [PATCH net-next V2 3/6] selftests: drv-net: Use Iperf3Runner in devlink_rate_tc_bw.py
` [PATCH net-next V2 4/6] selftests: drv-net: Set shell=True for sysfs writes "
` [PATCH net-next V2 5/6] selftests: drv-net: Fix and clarify TC bandwidth split "
` [PATCH net-next V2 6/6] selftests: drv-net: Fix tolerance calculation "

[PATCH iproute2] tuntap: add missing brackets to json output
 2025-11-23 16:53 UTC 

[PATCH net-next v2] amd-xgbe: let the MAC manage PHY PM
 2025-11-23 16:37 UTC 

[PATCH net-next V2 00/14] devlink and mlx5: Support cross-function rate scheduling
 2025-11-23 16:26 UTC  (17+ messages)
` [PATCH net-next V2 01/14] devlink: Reverse locking order for nested instances
` [PATCH net-next V2 02/14] documentation: networking: add shared devlink documentation
` [PATCH net-next V2 03/14] devlink: Add helpers to lock nested-in instances
` [PATCH net-next V2 04/14] devlink: Refactor devlink_rate_nodes_check
` [PATCH net-next V2 05/14] devlink: Decouple rate storage from associated devlink object
` [PATCH net-next V2 06/14] devlink: Add parent dev to devlink API
` [PATCH net-next V2 07/14] devlink: Allow parent dev for rate-set and rate-new
` [PATCH net-next V2 08/14] devlink: Allow rate node parents from other devlinks
` [PATCH net-next V2 09/14] net/mlx5: Introduce shared devlink instance for PFs on same chip
` [PATCH net-next V2 10/14] net/mlx5: Expose a function to clear a vport's parent
` [PATCH net-next V2 11/14] net/mlx5: Store QoS sched nodes in the sh_devlink
` [PATCH net-next V2 12/14] net/mlx5: qos: Support cross-device tx scheduling
` [PATCH net-next V2 13/14] net/mlx5: qos: Enable cross-device scheduling
` [PATCH net-next V2 14/14] net/mlx5: Document devlink rates

[PATCHv6 net-next] tools: ynl: add YNL test framework
 2025-11-23 16:04 UTC  (2+ messages)

[PATCH] net: stmmac: imx: Do not stop RX_CLK in Rx LPI state for i.MX8MP
 2025-11-23 15:22 UTC  (3+ messages)

[PATCH net-next v1] net: bonding: move bond_should_notify_peers, e.g. into rtnl lock block
 2025-11-23 13:30 UTC  (3+ messages)

[PATCH net-next v2] net: bonding: use workqueue to make sure peer notify updated in lacp mode
 2025-11-23 13:30 UTC  (4+ messages)

[PATCH] net: dsa: microchip: fix mdio parent bus reference leak
 2025-11-23 11:36 UTC  (2+ messages)

[BUG] iproute2 - ip -d -j tuntap outputs malformed JSON
 2025-11-22 15:49 UTC  (3+ messages)

[PATCH net-next 1/5] net/mlx5: Refactor EEPROM query error handling to return status separately
 2025-11-23  7:11 UTC  (3+ messages)

[PATCH net 4/5] net/mlx5e: Fix wraparound in rate limiting for values above 255 Gbps
 2025-11-23  7:05 UTC  (3+ messages)

[PATCH net-next 00/14] devlink and mlx5: Support cross-function rate scheduling
 2025-11-23  6:57 UTC  (3+ messages)

[PATCH] net: dsa: Fix error handling in dsa_port_parse_of
 2025-11-23  6:22 UTC  (3+ messages)

[PATCH net-next] selftests: af_unix: don't use SKIP for expected failures
 2025-11-23  2:16 UTC 

[PATCH net-next 0/5] selftests: hw-net: toeplitz: read config from the NIC directly
 2025-11-23  2:07 UTC  (5+ messages)
` [PATCH net-next 1/5] selftests: hw-net: auto-disable building the iouring C code
` [PATCH net-next 3/5] selftests: hw-net: toeplitz: read the RSS key directly from C

[PATCH net-next v2 0/5] selftests/net: add container ping test
 2025-11-23  0:51 UTC  (2+ messages)
` [PATCH net-next v2 5/5] selftests/net: add a netkit netns "


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).