messages from 2025-10-21 14:46:27 to 2025-10-22 01:37:07 UTC [more...]
[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
2025-10-22 1:36 UTC (9+ messages)
` [PATCH 13/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 14/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 22/33] kthread: Include unbound kthreads in the managed affinity list
[PATCH V3] usbnet: Prevents free active kevent
2025-10-22 1:32 UTC (2+ messages)
[PATCHv6 net-next 0/4] net: common feature compute for upper interface
2025-10-22 1:30 UTC (6+ messages)
` [PATCHv6 net-next 1/4] net: add a common function to compute features for upper devices
[PATCH net-next] net: airoha: Remove code duplication in airoha_regs.h
2025-10-22 1:28 UTC (2+ messages)
[PATCH net-next 0/4] net: phy: add iterator phy_for_each
2025-10-22 1:24 UTC (3+ messages)
` [PATCH net-next 1/4] "
[PATCH net-next 0/2] net: phy: fixed_phy: add helper fixed_phy_register_100fd
2025-10-22 1:20 UTC (2+ messages)
[PATCH net] i40e: xsk: advance next_to_clean on status descriptors
2025-10-22 1:16 UTC (2+ messages)
[PATCH net] net: bonding: fix possible peer notify event loss or dup issue
2025-10-22 1:08 UTC (2+ messages)
[PATCH v2 bpf 0/2] xdp: fix page_pool leaks
2025-10-22 1:01 UTC (6+ messages)
` [PATCH v2 bpf 1/2] xdp: update xdp_rxq_info's mem type in XDP generic hook
[PATCH net-next v2] devlink: region: correct port region lookup to use port_ops
2025-10-22 0:50 UTC (2+ messages)
[PATCH] Documentation: networking: ax25: update the mailing list info
2025-10-22 0:50 UTC (2+ messages)
[PATCH net 1/4] can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_invalid_skb()
2025-10-22 0:50 UTC (2+ messages)
[PATCH net] net: gro_cells: fix lock imbalance in gro_cells_receive()
2025-10-22 0:50 UTC (2+ messages)
[PATCH net 0/5] mptcp: handle late ADD_ADDR + selftests skip
2025-10-22 0:50 UTC (2+ messages)
[PATCH net-next v8 1/2] net/tls: support setting the maximum payload size
2025-10-22 0:19 UTC (2+ messages)
` [PATCH net-next v8 2/2] selftests: tls: add tls record_size_limit test
[PATCH net-next v7 00/26] vsock: add namespace support to vhost-vsock
2025-10-22 0:18 UTC (29+ messages)
` [PATCH net-next v7 01/26] vsock: a per-net vsock NS mode state
` [PATCH net-next v7 02/26] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v7 03/26] vsock: add netns to vsock skb cb
` [PATCH net-next v7 04/26] vsock: add netns to vsock core
` [PATCH net-next v7 05/26] vsock/loopback: add netns support
` [PATCH net-next v7 06/26] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v7 07/26] vhost/vsock: add netns support
` [PATCH net-next v7 08/26] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v7 09/26] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next v7 10/26] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next v7 11/26] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
` [PATCH net-next v7 12/26] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next v7 13/26] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next v7 14/26] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next v7 15/26] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next v7 16/26] selftests/vsock: add namespace initialization function
` [PATCH net-next v7 17/26] selftests/vsock: remove namespaces in cleanup()
` [PATCH net-next v7 18/26] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v7 19/26] selftests/vsock: add BUILD=0 definition
` [PATCH net-next v7 20/26] selftests/vsock: avoid false-positives when checking dmesg
` [PATCH net-next v7 21/26] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v7 22/26] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v7 23/26] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v7 24/26] selftests/vsock: add tests for namespace deletion and mode changes
` [PATCH net-next v7 25/26] selftests/vsock: add tests for module loading order
` [PATCH net-next v7 26/26] selftests/vsock: add 1.37 to tested virtme-ng versions
[PATCH net-next 00/12] net: macb: EyeQ5 support (alongside generic PHY driver in syscon)
2025-10-22 0:14 UTC (14+ messages)
` [PATCH net-next 01/12] dt-bindings: net: cdns,macb: add Mobileye EyeQ5 ethernet interface
` [PATCH net-next 02/12] dt-bindings: soc: mobileye: OLB is an Ethernet PHY provider on EyeQ5
` [PATCH net-next 03/12] net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignment
` [PATCH net-next 04/12] net: macb: add no LSO capability (MACB_CAPS_NO_LSO)
` [PATCH net-next 05/12] net: macb: rename bp->sgmii_phy field to bp->phy
` [PATCH net-next 06/12] net: macb: Add "mobileye,eyeq5-gem" compatible
` [PATCH net-next 07/12] phy: Add driver for EyeQ5 Ethernet PHY wrapper
` [PATCH net-next 08/12] clk: eyeq: use the auxiliary device creation helper
` [PATCH net-next 09/12] clk: eyeq: add EyeQ5 children auxiliary device for generic PHYs
` [PATCH net-next 10/12] reset: eyeq: drop device_set_of_node_from_dev() done by parent
` [PATCH net-next 11/12] MIPS: mobileye: eyeq5: add two Cadence GEM Ethernet controllers
` [PATCH net-next 12/12] MIPS: mobileye: eyeq5-epm: add two Cadence GEM Ethernet PHYs
[PATCH v3 0/1] nf_conntrack_ftp: Added nfct_seqadj_ext_add()
2025-10-22 0:11 UTC (6+ messages)
` [PATCH v3 1/1] nft_ct: Added nfct_seqadj_ext_add() for NAT'ed conntrack
[PATCH net-next] net: add the ifindex for trace_net_dev_xmit_timeout
2025-10-22 0:10 UTC (2+ messages)
[PATCH net v4 0/2] phy: mscc: Fix PTP for VSC8574 and VSC8572
2025-10-21 23:52 UTC (7+ messages)
` [PATCH net v4 1/2] phy: mscc: Use PHY_ID_MATCH_MODEL for VSC8584, VSC8582, VSC8575, VSC856X
` [PATCH net v4 2/2] phy: mscc: Fix PTP for VSC8574 and VSC8572
[PATCH mlx5-next] {rdma,net}/mlx5: Query vports mac address from device
2025-10-21 23:47 UTC (2+ messages)
[PATCH 1/1] io_uring zcrx: add MAINTAINERS entry
2025-10-21 23:39 UTC (3+ messages)
[PATCH net-next v7 1/2] net/tls: support setting the maximum payload size
2025-10-21 23:31 UTC (5+ messages)
[PATCH 0/4] tools: ynl: Fix tc filters with actions
2025-10-21 23:24 UTC (13+ messages)
` [PATCH 1/4] ynl: samples: add tc filter add example
` [PATCH 2/4] tools: ynl: zero-initialize struct ynl_sock memory
` [PATCH 4/4] tools: ynl: add start-index property for indexed arrays
[Intel-wired-lan][PATCH iwl-next v9 00/10] refactor IDPF resource
2025-10-21 23:30 UTC (11+ messages)
` [Intel-wired-lan][PATCH iwl-next v9 01/10] idpf: introduce local idpf structure to store virtchnl queue chunks
` [Intel-wired-lan][PATCH iwl-next v9 02/10] idpf: introduce idpf_q_vec_rsrc struct and move vector resources to it
` [Intel-wired-lan][PATCH iwl-next v9 03/10] idpf: move queue resources to idpf_q_vec_rsrc structure
` [Intel-wired-lan][PATCH iwl-next v9 04/10] idpf: move some iterator declarations inside for loops
` [Intel-wired-lan][PATCH iwl-next v9 05/10] idpf: reshuffle idpf_vport struct members to avoid holes
` [Intel-wired-lan][PATCH iwl-next v9 06/10] idpf: add rss_data field to RSS function parameters
` [Intel-wired-lan][PATCH iwl-next v9 07/10] idpf: remove vport pointer from queue sets
` [Intel-wired-lan][PATCH iwl-next v9 08/10] idpf: generalize send virtchnl message API
` [Intel-wired-lan][PATCH iwl-next v9 09/10] idpf: avoid calling get_rx_ptypes for each vport
` [Intel-wired-lan][PATCH iwl-next v9 10/10] idpf: generalize mailbox API
[PATCH net-next] net: phy: micrel: Add support for non PTP SKUs for lan8814
2025-10-21 23:14 UTC (5+ messages)
[PATCH net-next v2 13/14] ixgbe: preserve RSS indirection table across admin down/up
2025-10-21 23:10 UTC (3+ messages)
[PATCH net-next v2 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e)
2025-10-21 23:07 UTC (8+ messages)
` [PATCH net-next v2 02/14] i40e: support generic devlink param "max_mac_per_vf"
` [PATCH net-next v2 05/14] ice: improve TCAM priority handling for RSS profiles
[PATCH net-next 0/3] net: stmmac: Add support for coarse timestamping
2025-10-21 23:02 UTC (7+ messages)
` [PATCH net-next 2/3] net: stmmac: Allow supporting coarse adjustment mode
[PATCH net-next v13 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
2025-10-21 22:56 UTC (8+ messages)
` [PATCH net-next v13 6/7] bonding: Update for extended arp_ip_target format
[PATCH 0/4] DWMAC support for Rockchip RK3506
2025-10-21 22:43 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: net: snps,dwmac: move rk3399 line to its correct position
` [PATCH 2/4] dt-bindings: net: snps,dwmac: Sync list of Rockchip compatibles
` [PATCH 3/4] dt-bindings: net: rockchip-dwmac: Add compatible string for RK3506
` [PATCH 4/4] ethernet: stmmac: dwmac-rk: Add RK3506 GMAC support
[PATCH iproute2-next] mptcp: add implicit flag to the 'ip mptcp' inline help
2025-10-21 22:10 UTC (3+ messages)
[PATCH v1 net-next 0/8] sctp: Avoid redundant copy in sctp_accept() and sctp_do_peeloff()
2025-10-21 21:43 UTC (9+ messages)
` [PATCH v1 net-next 1/8] sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock()
` [PATCH v1 net-next 2/8] sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate()
` [PATCH v1 net-next 3/8] sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk()
` [PATCH v1 net-next 4/8] net: Add sk_clone()
` [PATCH v1 net-next 5/8] sctp: Use sk_clone() in sctp_accept()
` [PATCH v1 net-next 6/8] sctp: Remove sctp_pf.create_accept_sk()
` [PATCH v1 net-next 7/8] sctp: Use sctp_clone_sock() in sctp_do_peeloff()
` [PATCH v1 net-next 8/8] sctp: Remove sctp_copy_sock() and sctp_copy_descendant()
[PATCH net-next 0/8] net: enetc: Add i.MX94 ENETC support
2025-10-21 20:50 UTC (7+ messages)
` [PATCH net-next 1/8] dt-bindings: net: netc-blk-ctrl: add compatible string for i.MX94 platforms
` [PATCH net-next 2/8] dt-bindings: net: enetc: add compatible string for ENETC with pseduo MAC
` [PATCH net-next 3/8] dt-bindings: net: ethernet-controller: remove the enum values of speed
[PATCH 00/15] arm64: dts: mediatek: Add Openwrt One AP functionality
2025-10-21 20:40 UTC (5+ messages)
` [PATCH 12/15] arm64: dts: mediatek: mt7981b-openwrt-one: Enable Ethernet
[PATCH iproute2-next 0/3] misc: convert to high-level json_print API
2025-10-21 20:39 UTC (4+ messages)
` [PATCH iproute2-next 1/3] ifstat: "
` [PATCH iproute2-next 2/3] nstat: "
` [PATCH iproute2-next 3/3] lnstat: "
[PATCH] i40e: avoid redundant VF link state updates
2025-10-21 20:35 UTC (2+ messages)
[PATCH v2 1/4] net: mdio: common handling of phy reset properties
2025-10-21 20:10 UTC (3+ messages)
` [PATCH v2 3/4] dt-bindings: net: mdio: add phy-id-read-needs-reset property
[PATCH v2] net: unix: remove outdated BSD behavior comment in unix_release_sock()
2025-10-21 19:59 UTC
[PATCH net-next v2] net: stmmac: replace has_xxxx with core_type
2025-10-21 19:52 UTC (2+ messages)
[PATCH] ptp: ocp: Fix typo using index 1 instead of i in SMA initialization loop
2025-10-21 19:47 UTC (2+ messages)
[PATCH v3 0/9] net: Introduce struct sockaddr_unspec
2025-10-21 19:42 UTC (4+ messages)
` [PATCH v3 1/9] net: Add struct sockaddr_unspec for sockaddr of unknown length
[net-next PATCH 0/2] net: airoha: initial phylink support
2025-10-21 19:33 UTC (3+ messages)
` [net-next PATCH 1/2] net: airoha: use device_set_node helper to setup GDM node
` [net-next PATCH 2/2] net: airoha: add phylink support for GDM1
[PATCH net-next] igbvf: fix misplaced newline in VLAN add warning message
2025-10-21 19:32 UTC
[PATCH] net: unix: clarify BSD behavior comment in unix_release_sock()
2025-10-21 19:06 UTC (3+ messages)
[PATCH net-next] ixgbe: fix typos in ixgbe driver comments
2025-10-21 19:12 UTC
[PATCH net-next 1/2] idpf: correct queue index in Rx allocation error messages
2025-10-21 18:40 UTC (2+ messages)
` [PATCH net-next 2/2] idpf: fix typos and correct doc comments in idpf driver
[PATCH net] xsk: avoid data corruption on cq descriptor number
2025-10-21 18:25 UTC (3+ messages)
[PATCH] Fix up 'make versioncheck' issues
2025-10-21 17:49 UTC (2+ messages)
[PATCH nf-next v7 0/3] Add IPIP flowtable SW acceleration
2025-10-21 17:48 UTC (4+ messages)
` [PATCH nf-next v7 1/3] net: netfilter: Add IPIP flowtable rx sw acceleration
` [PATCH nf-next v7 2/3] net: netfilter: Add IPIP flowtable tx "
` [PATCH nf-next v7 3/3] selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftest
[PATCH nf-next v6 0/2] Add IPIP flowtable SW acceleratio
2025-10-21 17:46 UTC (4+ messages)
` [PATCH nf-next v6 1/2] net: netfilter: Add IPIP flowtable SW acceleration
[PATCH net v2 0/1] i40e: xsk: advance next_to_clean on status descriptors
2025-10-21 17:32 UTC (2+ messages)
` [PATCH net v2 1/1] "
[PATCH v30 0/3] MCTP Over PCC Transport
2025-10-21 17:20 UTC (6+ messages)
` [PATCH v30 2/3] mailbox: pcc: functions for reading and writing PCC extended data
[PATCH] selftest: net: prevent use of uninitialized variable
2025-10-21 16:54 UTC
[PATCH net-next v3 0/4] amd-xgbe: introduce support for ethtool selftests
2025-10-21 16:40 UTC (6+ messages)
` [PATCH net-next v3 2/4] amd-xgbe: add ethtool phy selftest
[PATCH] net-phy-bcm84881: add support for other 2.5G / 5G / 10G phys
2025-10-21 16:36 UTC
[PATCH net v5 2/3] net: usb: ax88179_178a: add USB device driver for config selection
2025-10-21 16:33 UTC (11+ messages)
[PATCH net v5 2/3] net: usb: ax88179_178a: add USB device driver for config selection
2025-10-21 16:26 UTC (3+ messages)
[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
2025-10-21 16:16 UTC (15+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 04/13] vfs: allow rmdir "
` [PATCH v3 05/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 07/13] vfs: make vfs_mknod "
` [PATCH v3 08/13] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v3 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/13] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 13/13] vfs: expose delegation support to userland
[PATCH][next] net: inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warnings
2025-10-21 15:58 UTC (2+ messages)
Wrong source address selection in arp_solicit for forwarded packets
2025-10-21 15:56 UTC (4+ messages)
[ANN] netdev calls - Oct 21st
2025-10-21 15:56 UTC
[PATCH][next] net: spacemit: Avoid -Wflex-array-member-not-at-end warnings
2025-10-21 15:52 UTC (2+ messages)
[PATCH net v3] virtio-net: fix received length check in big packets
2025-10-21 15:45 UTC
[PATCH net V2 0/3] tls: Introduce and use RX async resync request cancel function
2025-10-21 15:28 UTC (8+ messages)
` [PATCH net V2 1/3] net: tls: Change async resync helpers argument
` [PATCH net V2 2/3] net: tls: Cancel RX async resync request on rdc_delta overflow
` [PATCH net V2 3/3] net/mlx5e: kTLS, Cancel RX async resync request in error flows
null pointer dereference in interrupt after receiving an ip packet on veth from xsk from user space
2025-10-21 15:28 UTC (9+ messages)
[PATCH net-next v14 00/16] net: phy: Introduce PHY ports representation
2025-10-21 15:07 UTC (3+ messages)
[PATCH v2 0/2] virtio: feature related cleanups
2025-10-21 14:56 UTC (3+ messages)
` [PATCH v2 1/2] virtio: clean up features qword/dword terms
` [PATCH v2 2/2] vhost: use checked versions of VIRTIO_BIT
[PATCH iproute2-next 1/1] Support l2e in ip util
2025-10-21 14:47 UTC
[PATCH net-next 0/8] ipvlan: Implement learnable L2-bridge
2025-10-21 14:44 UTC (9+ messages)
` [PATCH net-next 1/8] "
` [PATCH net-next 2/8] ipvlan: Send mcasts out directly in ipvlan_xmit_mode_l2()
` [PATCH net-next 3/8] ipvlan: Handle rx mcast-ip and unicast eth
` [PATCH net-next 4/8] ipvlan: Added some kind of MAC SNAT
` [PATCH net-next 5/8] ipvlan: Forget all IP when device goes down
` [PATCH net-next 6/8] ipvlan: Support GSO for port -> ipvlan
` [PATCH net-next 7/8] ipvlan: Support IPv6 for learnable l2-bridge
` [PATCH net-next 8/8] ipvlan: Don't learn child with host-ip
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).