messages from 2024-06-26 08:32:40 to 2024-06-26 16:43:33 UTC [more...]
[PATCH net-next 00/10] bnxt_en: PTP updates for net-next
2024-06-26 16:42 UTC
[PATCH 1/1] dt-bindings: can: fsl,flexcan: add can-transceiver for fsl,flexcan
2024-06-26 16:29 UTC (3+ messages)
[PATCH v2 1/1] dt-bindings: net: convert enetc to yaml
2024-06-26 16:23 UTC
[PATCHv2 net-next] bonding: 3ad: send ifinfo notify when mux state changed
2024-06-26 16:19 UTC (2+ messages)
[PATCH rdma-next 1/1] RDMA/mana_ib: Set correct device into ib
2024-06-26 16:10 UTC (6+ messages)
[RFC net-next 0/2] selftests: drv-net: add ability to schedule cleanup with defer()
2024-06-26 16:09 UTC (7+ messages)
` [RFC net-next 1/2] "
[PATCH net] af_unix: Fix uninit-value in __unix_walk_scc()
2024-06-26 16:04 UTC (3+ messages)
[PROBLEM] make randconfig: net/netfilter/core.c:830: undefined reference to `netfilter_lwtunnel_fini'
2024-06-26 16:04 UTC (5+ messages)
[PATCH v25 00/20] nvme-tcp receive offloads
2024-06-26 15:50 UTC (6+ messages)
[PATCH V5 0/7] Add NSS clock controller support for IPQ9574
2024-06-26 15:39 UTC (10+ messages)
` [PATCH V5 1/7] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574
` [PATCH V5 2/7] dt-bindings: clock: gcc-ipq9574: Add definition for GPLL0_OUT_AUX
` [PATCH V5 3/7] clk: qcom: gcc-ipq9574: Add support for gpll0_out_aux clock
` [PATCH V5 4/7] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
` [PATCH V5 5/7] clk: qcom: Add NSS clock Controller driver for IPQ9574
` [PATCH V5 6/7] arm64: dts: qcom: ipq9574: Add support for nsscc node
` [PATCH V5 7/7] arm64: defconfig: Build NSS Clock Controller driver for IPQ9574
[syzbot] [net?] general protection fault in coalesce_fill_reply
2024-06-26 15:36 UTC (3+ messages)
[PATCH net] net: ethtool: Fix the panic caused by dev being null when dumping coalesce
2024-06-26 15:34 UTC
[PATCHv3 net-next] bonding: 3ad: send ifinfo notify when mux state changed
2024-06-26 15:30 UTC (2+ messages)
[PATCH net-next v4 0/7] net: pse-pd: Add new PSE c33 features
2024-06-26 15:25 UTC (5+ messages)
[net-next PATCH v2 00/15] eth: fbnic: Add network driver for Meta Platforms Host Network Interface
2024-06-26 15:20 UTC (6+ messages)
` [net-next PATCH v2 02/15] eth: fbnic: Add scaffolding for Meta's NIC driver
` [net-next PATCH v2 12/15] eth: fbnic: Add basic Tx handling
[PATCH net-next] net: thunderx: Unembed netdev structure
2024-06-26 15:12 UTC (3+ messages)
[PATCH v2 0/3] Add interconnect support for stmmac driver
2024-06-26 15:10 UTC (9+ messages)
` [PATCH v2 1/3] dt-bindings: net: qcom: ethernet: Add interconnect properties
` [PATCH v2 2/3] net: stmmac: Add interconnect support
` [PATCH v2 3/3] net: stmmac: Bring down the clocks to lower frequencies when mac link goes down
[PATCH v2 0/3] arm64: dts: qcom: sa8775p-ride: support both board variants
2024-06-26 15:08 UTC (8+ messages)
` [PATCH v2 1/3] dt-bindings: arm: qcom: add sa8775p-ride Rev 3
` [PATCH v2 3/3] arm64: dts: qcom: sa8775p-ride-r3: add new board file
[PATCH net-next] dt-bindings: net: Define properties at top-level
2024-06-26 15:05 UTC (2+ messages)
[PATCH net-next 0/2] mlxsw: Reduce memory footprint of mlxsw driver
2024-06-26 15:00 UTC (2+ messages)
[PATCH net 1/1] net: usb: qmi_wwan: add Telit FN912 compositions
2024-06-26 15:00 UTC (3+ messages)
[PATCH net-next 0/5] netdev_features: start cleaning netdev_features_t up
2024-06-26 14:54 UTC (7+ messages)
` [PATCH net-next 1/5] netdevice: convert private flags > BIT(31) to bitfields
` [PATCH net-next 3/5] netdev_features: convert NETIF_F_LLTX to dev->lltx
[PATCH ipsec-next v4 00/18] Add IP-TFS mode to xfrm
2024-06-26 14:52 UTC (7+ messages)
` [PATCH ipsec-next v4 05/18] xfrm: netlink: add config (netlink) options
` [devel-ipsec] "
` [PATCH ipsec-next v4 08/18] xfrm: iptfs: add new iptfs xfrm mode impl
[PATCH] s390/ism: Add check for dma_set_max_seg_size in ism_probe()
2024-06-26 14:52 UTC (5+ messages)
[PATCH net-next] net: Drop explicit initialization of struct i2c_device_id::driver_data to 0
2024-06-26 14:40 UTC (2+ messages)
[PATCH V4 0/7] Add NSS clock controller support for IPQ9574
2024-06-26 14:39 UTC (4+ messages)
` [PATCH V4 5/7] clk: qcom: Add NSS clock Controller driver "
[PATCH net-next v5 00/10] net: openvswitch: Add sample multicasting
2024-06-26 14:32 UTC (24+ messages)
` [PATCH net-next v5 01/10] net: psample: add user cookie
` [PATCH net-next v5 02/10] net: sched: act_sample: add action cookie to sample
` [PATCH net-next v5 03/10] net: psample: skip packet copy if no listeners
` [PATCH net-next v5 04/10] net: psample: allow using rate as probability
` [PATCH net-next v5 05/10] net: openvswitch: add emit_sample action
` [PATCH net-next v5 06/10] net: openvswitch: store sampling probability in cb
` [PATCH net-next v5 07/10] selftests: openvswitch: add emit_sample action
` [PATCH net-next v5 08/10] selftests: openvswitch: add userspace parsing
` [PATCH net-next v5 09/10] selftests: openvswitch: parse trunc action
` [PATCH net-next v5 10/10] selftests: openvswitch: add emit_sample test
[PATCH net] Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"
2024-06-26 14:30 UTC (7+ messages)
[PATCH 0/2] Documentation: update information for mailing lists
2024-06-26 14:16 UTC (5+ messages)
` [PATCH 2/2] Documentation: best practices for using Link trailers
[PATCH 00/15] Introduce HabanaLabs network drivers
2024-06-26 14:13 UTC (11+ messages)
` [PATCH 09/15] net: hbl_en: add habanalabs Ethernet driver
[PATCH 1/4] soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST
2024-06-26 14:06 UTC (3+ messages)
[RFC net-next 00/15] add basic PSP encryption for TCP connections
2024-06-26 13:57 UTC (5+ messages)
` [RFC net-next 01/15] psp: add documentation
[PATCH v3 iwl-net 0/8] ice: fix AF_XDP ZC timeout and concurrency issues
2024-06-26 13:52 UTC (4+ messages)
` [PATCH v3 iwl-net 5/8] ice: toggle netif_carrier when setting up XSK pool
[PATCH v1 2/2] ipv6: always accept routing headers with 0 segments left
2024-06-26 13:48 UTC (5+ messages)
[PATCH net-next v13 00/13] Device Memory TCP
2024-06-26 13:47 UTC (5+ messages)
` [PATCH net-next v13 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v13 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
[PATCH net 0/7] mlx5 fixes 2024-06-24
2024-06-26 13:45 UTC (5+ messages)
` [PATCH net 6/7] net/mlx5e: Present succeeded IPsec SA bytes and packet
[PATCH net-next v7 0/9] Add ability to flash modules' firmware
2024-06-26 13:40 UTC (6+ messages)
` [PATCH net-next v7 7/9] ethtool: cmis_cdb: Add a layer for supporting CDB commands
[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-06-25 (ice)
2024-06-26 13:36 UTC (3+ messages)
` [PATCH net 1/4] ice: Fix improper extts handling
[syzbot] [tipc?] general protection fault in tipc_mon_reinit_self (2)
2024-06-26 13:29 UTC
[PATCH net v8 0/3] Handle new Microchip KSZ 9897 Errata
2024-06-26 13:25 UTC (4+ messages)
[PATCH bpf-next v2 0/4] Fixes for BPF selftests on Loongarch
2024-06-26 13:05 UTC (5+ messages)
` [PATCH bpf-next v2 1/4] skmsg: null check for sg_page in sk_msg_recvmsg
[PATCH iwl-next v2 0/4] Replace auxbus with ice_adapter in the PTP support code
2024-06-26 12:54 UTC (5+ messages)
` [PATCH iwl-next v2 1/4] ice: Introduce ice_get_phy_model() wrapper
` [PATCH iwl-next v2 2/4] ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
` [PATCH iwl-next v2 3/4] ice: Use ice_adapter for PTP shared data instead of auxdev
` [PATCH iwl-next v2 4/4] ice: Drop auxbus use for PTP to finalize ice_adapter move
[BUG] ice driver crash on arm64
2024-06-26 12:53 UTC (5+ messages)
[PATCH v3 0/3] MCTP over PCC
2024-06-26 12:27 UTC (3+ messages)
` [PATCH v3 1/3] mctp pcc: Check before sending MCTP PCC response ACK
[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
2024-06-26 12:16 UTC (4+ messages)
[PATCH net-next v4 0/8] net: Add generic support for netdev LEDs
2024-06-26 12:16 UTC (2+ messages)
[PATCH net-next v3 0/3] ioctl support for AF_VSOCK and virtio-based transports
2024-06-26 12:08 UTC (4+ messages)
` [PATCH net-next v3 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
` [PATCH net-next v3 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
` [PATCH net-next v3 3/3] test/vsock: add ioctl unsent bytes test
[PATCH iwl-net v2] i40e: Fix XDP program unloading while removing the driver
2024-06-26 12:06 UTC (2+ messages)
[PATCH iwl-next v1 0/4] Replace auxbus with ice_adapter in the PTP support code
2024-06-26 12:05 UTC (6+ messages)
` [PATCH iwl-next v1 1/4] ice: Introduce ice_get_phy_model() wrapper
` [PATCH iwl-next v1 2/4] ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
` [PATCH iwl-next v1 3/4] ice: Use ice_adapter for PTP shared data instead of auxdev
` [PATCH iwl-next v1 4/4] ice: Drop auxbus use for PTP to finalize ice_adapter move
Matching on DSCP with IPv4 FIB rules
2024-06-26 11:58 UTC
[RFC PATCH net-next 0/9] flower: rework TCA_FLOWER_KEY_ENC_FLAGS usage
2024-06-26 11:55 UTC (7+ messages)
` [RFC PATCH net-next 2/9] net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGS
[PATCH net-next v4 2/5] virtio_net: enable irq for the control vq
2024-06-26 11:51 UTC (13+ messages)
[PATCH v2] s390/lcs: add missing MODULE_DESCRIPTION() macro
2024-06-26 11:50 UTC (2+ messages)
[PATCH nf] netfilter: restore default behavior for nf_conntrack_events
2024-06-26 11:41 UTC (2+ messages)
STMMAC driver CPU stall warning
2024-06-26 11:37 UTC (7+ messages)
[net-next v2 2/2] net: wwan: t7xx: Add debug port
2024-06-26 11:37 UTC (2+ messages)
[PATCH net-next v1] netfilter: cttimeout: remove 'l3num' attr check
2024-06-26 11:33 UTC (2+ messages)
[PATCH v2 ipsec] xfrm: Fix unregister netdevice hang on hardware offload
2024-06-26 11:30 UTC (3+ messages)
[PATCH] ipvs: Avoid unnecessary calls to skb_is_gso_sctp
2024-06-26 11:29 UTC (2+ messages)
[PATCH net-next v14 00/13] Device Memory TCP
2024-06-26 11:14 UTC (3+ messages)
` [PATCH net-next v14 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
[PATCH net-next v9 00/13] net: phy: mediatek: Introduce mtk-phy-lib and add 2.5Gphy support
2024-06-26 10:43 UTC (14+ messages)
` [PATCH net-next v9 01/13] net: phy: mediatek: Re-organize MediaTek ethernet phy drivers
` [PATCH net-next v9 02/13] net: phy: mediatek: Fix spelling errors and rearrange variables
` [PATCH net-next v9 03/13] net: phy: mediatek: Move LED helper functions into mtk phy lib
` [PATCH net-next v9 04/13] net: phy: mediatek: Improve readability of mtk-phy-lib.c's mtk_phy_led_hw_ctrl_set()
` [PATCH net-next v9 05/13] net: phy: mediatek: Integrate read/write page helper functions
` [PATCH net-next v9 06/13] net: phy: mediatek: Hook LED helper functions in mtk-ge.c
` [PATCH net-next v9 07/13] net: phy: mediatek: add MT7530 & MT7531's PHY ID macros
` [PATCH net-next v9 08/13] net: phy: mediatek: Change mtk-ge-soc.c line wrapping
` [PATCH net-next v9 09/13] net: phy: mediatek: Add token ring access helper functions in mtk-phy-lib
` [PATCH net-next v9 10/13] net: phy: mediatek: Extend 1G TX/RX link pulse time
` [PATCH net-next v9 11/13] net: phy: add driver for built-in 2.5G ethernet PHY on MT7988
` [PATCH net-next v9 12/13] net: phy: mediatek: Fix alignment in callback functions' hook
` [PATCH net-next v9 13/13] net: phy: mediatek: Remove unnecessary outer parens of "supported_triggers" var
[PATCH v2 net 01/15] af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer
2024-06-26 10:48 UTC (3+ messages)
[net-next,PATCH v7 0/8] Series to deliver Ethernet for STM32MP13
2024-06-26 10:38 UTC (3+ messages)
` [net-next,PATCH v7 2/8] net: stmmac: dwmac-stm32: Separate out external clock rate validation
[PATCH net-next v3 0/4] selftests: drv-net: rss_ctx: add tests for RSS contexts
2024-06-26 10:36 UTC (13+ messages)
` [PATCH net-next v3 1/4] selftests: drv-net: try to check if port is in use
` [PATCH net-next v3 2/4] selftests: drv-net: add helper to wait for HW stats to sync
` [PATCH net-next v3 3/4] selftests: drv-net: add ability to wait for at least N packets to load gen
` [PATCH net-next v3 4/4] selftests: drv-net: rss_ctx: add tests for RSS configuration and contexts
[PATCH vhost v2 00/24] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
2024-06-26 10:27 UTC (25+ messages)
` [PATCH vhost v2 01/24] vdpa/mlx5: Clarify meaning thorough function rename
` [PATCH vhost v2 02/24] vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
` [PATCH vhost v2 03/24] vdpa/mlx5: Drop redundant code
` [PATCH vhost v2 04/24] vdpa/mlx5: Drop redundant check in teardown_virtqueues()
` [PATCH vhost v2 05/24] vdpa/mlx5: Iterate over active VQs during suspend/resume
` [PATCH vhost v2 06/24] vdpa/mlx5: Remove duplicate suspend code
` [PATCH vhost v2 07/24] vdpa/mlx5: Initialize and reset device with one queue pair
` [PATCH vhost v2 08/24] vdpa/mlx5: Clear and reinitialize software VQ data on reset
` [PATCH vhost v2 09/24] vdpa/mlx5: Rename init_mvqs
` [PATCH vhost v2 10/24] vdpa/mlx5: Add support for modifying the virtio_version VQ field
` [PATCH vhost v2 11/24] vdpa/mlx5: Add support for modifying the VQ features field
` [PATCH vhost v2 12/24] vdpa/mlx5: Set an initial size on the VQ
` [PATCH vhost v2 13/24] vdpa/mlx5: Start off rqt_size with max VQPs
` [PATCH vhost v2 14/24] vdpa/mlx5: Set mkey modified flags on all VQs
` [PATCH vhost v2 15/24] vdpa/mlx5: Allow creation of blank VQs
` [PATCH vhost v2 16/24] vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
` [PATCH vhost v2 17/24] vdpa/mlx5: Add error code for suspend/resume VQ
` [PATCH vhost v2 18/24] vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
` [PATCH vhost v2 19/24] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost v2 20/24] vdpa/mlx5: Use suspend/resume during VQP change
` [PATCH vhost v2 21/24] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
` [PATCH vhost v2 22/24] vdpa/mlx5: Re-create HW VQs under certain conditions
` [PATCH vhost v2 23/24] vdpa/mlx5: Don't reset VQs more than necessary
` [PATCH vhost v2 24/24] vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()
[PATCH bpf v2] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
2024-06-26 10:19 UTC (3+ messages)
[PATCH net-next v13 00/13] Introduce PHY listing and link_topology tracking
2024-06-26 10:15 UTC (4+ messages)
[PATCH net v4] net: allow skb_datagram_iter to be called from any context
2024-06-26 10:00 UTC
[syzbot] [net?] possible deadlock in do_ip_setsockopt (4)
2024-06-26 9:50 UTC
[PATCH iwl-net v5] i40e: fix: remove needless retries of NVM update
2024-06-26 9:28 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH vhost 00/23] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
2024-06-26 9:28 UTC (7+ messages)
` [PATCH vhost 18/23] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost 20/23] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
[PATCH net-next v2 0/4] selftests: drv-net: rss_ctx: add tests for RSS contexts
2024-06-26 8:42 UTC (7+ messages)
` [PATCH net-next v2 4/4] selftests: drv-net: rss_ctx: add tests for RSS configuration and contexts
[PATCH net] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
2024-06-26 9:13 UTC
[PATCH v6 net-next 0/9] ethtool: track custom RSS contexts in the core
2024-06-26 9:05 UTC (5+ messages)
` [PATCH v6 net-next 3/9] net: ethtool: record custom RSS contexts in the XArray
[PATCH bpf-next 0/2] selftests/xsk: Enhance traffic validation and batch size support
2024-06-26 8:51 UTC (5+ messages)
` [PATCH bpf-next 2/2] selftests/xsk: Enhance batch size support with dynamic configurations
[PATCH net v3] net: allow skb_datagram_iter to be called from any context
2024-06-26 8:43 UTC (4+ messages)
How to implement message forwarding from one CID to another in vhost driver
2024-06-26 8:37 UTC (11+ messages)
[RFC PATCH v2] ptp: Add vDSO-style vmclock support
2024-06-26 8:32 UTC (4+ 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).