messages from 2025-10-21 13:03:08 to 2025-10-21 23:47:09 UTC [more...]
[PATCH net-next v7 00/26] vsock: add namespace support to vhost-vsock
2025-10-21 23:46 UTC (11+ 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 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 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
2025-10-21 22:42 UTC (8+ 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 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 (3+ 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
[PATCHv6 net-next 0/4] net: common feature compute for upper interface
2025-10-21 16:52 UTC (5+ messages)
` [PATCHv6 net-next 1/4] net: add a common function to compute features for upper devices
[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 v3 0/1] nf_conntrack_ftp: Added nfct_seqadj_ext_add()
2025-10-21 16:34 UTC (6+ messages)
` [PATCH v3 1/1] nft_ct: Added nfct_seqadj_ext_add() for NAT'ed conntrack
[PATCH net-next 00/12] net: macb: EyeQ5 support (alongside generic PHY driver in syscon)
2025-10-21 16:32 UTC (13+ 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 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 (14+ 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
[PATCH RFC DRAFT 00/50] nstree: listns()
2025-10-21 14:41 UTC (3+ messages)
` [syzbot ci] "
[PATCH ethtool 0/2] fix module info JSON output
2025-10-21 14:00 UTC (3+ messages)
` [PATCH ethtool 1/2] sfpid: Fix JSON output of SFP diagnostics
` [PATCH ethtool 2/2] sff-common: Fix naming of JSON keys for thresholds
[PATCH net 0/3] There are some bugfix for hibmcge ethernet driver
2025-10-21 14:00 UTC (4+ messages)
` [PATCH net 1/3] net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issue
` [PATCH net 2/3] net: hibmcge: remove unnecessary check for np_link_fail in scenarios without phy
` [PATCH net 3/3] net: hibmcge: fix the inappropriate netif_device_detach()
[PATCH net-next] net: avoid extra acces to sk->sk_wmem_alloc in sock_wfree()
2025-10-21 14:00 UTC (2+ messages)
[PATCH net] i40e: xsk: advance next_to_clean on status descriptors
2025-10-21 13:59 UTC
[PATCH v2 net] sctp: avoid NULL dereference when chunk data buffer is missing
2025-10-21 13:42 UTC (2+ messages)
[PATCH net-next v5 00/12] virtio_net: Add ethtool flow rules support
2025-10-21 13:38 UTC (6+ messages)
` [PATCH net-next v5 05/12] virtio_net: Query and set flow filter caps
[PATCH net] net: phy: micrel: always set shared->phydev for LAN8814
2025-10-21 13:32 UTC (2+ messages)
[PATCH net-next v2] net: phy: micrel: Add support for non PTP SKUs for lan8814
2025-10-21 13:24 UTC (2+ messages)
[PATCH v5] can: virtio: Initial virtio CAN driver
2025-10-21 13:15 UTC (5+ messages)
[PATCH net-next v3 0/9] xsk: batch xmit in copy mode
2025-10-21 13:12 UTC (10+ messages)
` [PATCH net-next v3 1/9] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
` [PATCH net-next v3 2/9] xsk: extend xsk_build_skb() to support passing an already allocated skb
` [PATCH net-next v3 3/9] xsk: add xsk_alloc_batch_skb() to build skbs in batch
` [PATCH net-next v3 4/9] xsk: add direct xmit in batch function
` [PATCH net-next v3 5/9] xsk: rename nb_pkts to nb_descs in xsk_tx_peek_release_desc_batch
` [PATCH net-next v3 6/9] xsk: extend xskq_cons_read_desc_batch to count nb_pkts
` [PATCH net-next v3 7/9] xsk: support batch xmit main logic
` [PATCH net-next v3 8/9] xsk: support generic batch xmit in copy mode
` [PATCH net-next v3 9/9] xsk: support dynamic xmit.more control for batch xmit
[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
2025-10-21 13:09 UTC (2+ messages)
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).