messages from 2024-07-07 22:29:39 to 2024-07-08 13:32:02 UTC [more...]
[PATCH bpf 1/2] bpf: Fix too early release of tcx_entry
2024-07-08 13:31 UTC (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Extend tcx tests to cover late tcx_entry release
[PATCH net v1 1/1] ethtool: netlink: do not return SQI value if link is down
2024-07-08 13:29 UTC (4+ messages)
[PATCH net-next v3 0/2] net: stmmac: qcom-ethqos: enable 2.5G ethernet on sa8775p-ride
2024-07-08 13:25 UTC (5+ messages)
` [PATCH net-next v3 1/2] net: stmmac: qcom-ethqos: add support for 2.5G BASEX mode
` [PATCH net-next v3 2/2] net: stmmac: qcom-ethqos: enable SGMII loopback during DMA reset on sa8775p-ride-r3
[PATCH iwl-net v5] i40e: fix: remove needless retries of NVM update
2024-07-08 12:59 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH net-next v2 1/1] net: dsa: microchip: lan9371/2: update MAC capabilities for port 4
2024-07-08 12:50 UTC (2+ messages)
[net-next PATCH v8 00/11] Introduce RVU representors
2024-07-08 12:48 UTC (3+ messages)
` [net-next PATCH v8 11/11] octeontx2-pf: Implement offload stats ndo for representors
[PATCH nf] netfilter: nf_tables: unconditionally flush pending work before notifier
2024-07-08 12:43 UTC (5+ messages)
[Intel-wired-lan] [PATCH iwl-next v1 0/6] Add support for devlink health events
2024-07-08 12:42 UTC (13+ messages)
` [Intel-wired-lan] [PATCH iwl-next v1 1/6] checkpatch: don't complain on _Generic() use
` [Intel-wired-lan] [PATCH iwl-next v1 2/6] devlink: add devlink_fmsg_put() macro
` [Intel-wired-lan] [PATCH iwl-next v1 3/6] ice: add Tx hang devlink health reporter
` [Intel-wired-lan] [PATCH iwl-next v1 4/6] ice: print ethtool stats as part of "
` [Intel-wired-lan] [PATCH iwl-next v1 5/6] ice: Add MDD logging via devlink health
` [Intel-wired-lan] [PATCH iwl-next v1 6/6] ice: devlink health: dump also skb on Tx hang
[PATCH] docs: networking: devlink: capitalise length value
2024-07-08 12:40 UTC (2+ messages)
[PATCH net-next v2 00/10] flower: rework TCA_FLOWER_KEY_ENC_FLAGS usage
2024-07-08 12:38 UTC (5+ messages)
` [PATCH net-next v2 01/10] net/sched: flower: refactor tunnel flag definitions
[PATCH] Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()" for linux-6.6.37
2024-07-08 12:36 UTC (4+ messages)
[PATCH net-next v4 0/5] virtio_net: enable the irq for ctrlq
2024-07-08 12:19 UTC (17+ messages)
` [PATCH net-next v4 2/5] virtio_net: enable irq for the control vq
[PATCH net-next V2 00/10] mlx5 misc patches 2023-07-08
2024-07-08 12:17 UTC (13+ messages)
` [PATCH net-next V2 01/10] net/mlx5: IFC updates for SF max IO EQs
` [PATCH net-next V2 02/10] net/mlx5: Set sf_eq_usage for SF max EQs
` [PATCH net-next V2 03/10] net/mlx5: Set default max eqs for SFs
` [PATCH net-next V2 04/10] net/mlx5: Use set number of max EQs
` [PATCH net-next V2 05/10] net/mlx5: Add support for MTPTM and MTCTR registers
` [PATCH net-next V2 06/10] net/mlx5: Add support for enabling PTM PCI capability
` [PATCH net-next V2 07/10] net/mlx5: Implement PTM cross timestamping support
` [PATCH net-next V2 08/10] net/mlx5: DR, Remove definer functions from SW Steering API
` [PATCH net-next V2 09/10] net/mlx5e: SHAMPO, Add missing aggregate counter
` [PATCH net-next V2 10/10] net/mlx5e: CT: Initialize err to 0 to avoid warning
[PATCH net 1/2] dsa: lan9303: Fix mapping between DSA port number and PHY address
2024-07-08 12:13 UTC (4+ messages)
` [PATCH net 2/2] dsa: lan9303: consistent naming for PHY address parameter
[PATCH] net: ppp: reject claimed-as-LCP but actually malformed packets
2024-07-08 11:56 UTC (2+ messages)
` [PATCH net v2] "
[PATCH vhost v3 00/24] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
2024-07-08 12:00 UTC (25+ messages)
` [PATCH vhost v3 01/24] vdpa/mlx5: Clarify meaning thorough function rename
` [PATCH vhost v3 02/24] vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
` [PATCH vhost v3 03/24] vdpa/mlx5: Drop redundant code
` [PATCH vhost v3 04/24] vdpa/mlx5: Drop redundant check in teardown_virtqueues()
` [PATCH vhost v3 05/24] vdpa/mlx5: Iterate over active VQs during suspend/resume
` [PATCH vhost v3 06/24] vdpa/mlx5: Remove duplicate suspend code
` [PATCH vhost v3 07/24] vdpa/mlx5: Initialize and reset device with one queue pair
` [PATCH vhost v3 08/24] vdpa/mlx5: Clear and reinitialize software VQ data on reset
` [PATCH vhost v3 09/24] vdpa/mlx5: Rename init_mvqs
` [PATCH vhost v3 10/24] vdpa/mlx5: Add support for modifying the virtio_version VQ field
` [PATCH vhost v3 11/24] vdpa/mlx5: Add support for modifying the VQ features field
` [PATCH vhost v3 12/24] vdpa/mlx5: Set an initial size on the VQ
` [PATCH vhost v3 13/24] vdpa/mlx5: Start off rqt_size with max VQPs
` [PATCH vhost v3 14/24] vdpa/mlx5: Set mkey modified flags on all VQs
` [PATCH vhost v3 15/24] vdpa/mlx5: Allow creation of blank VQs
` [PATCH vhost v3 16/24] vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
` [PATCH vhost v3 17/24] vdpa/mlx5: Add error code for suspend/resume VQ
` [PATCH vhost v3 18/24] vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
` [PATCH vhost v3 19/24] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost v3 20/24] vdpa/mlx5: Use suspend/resume during VQP change
` [PATCH vhost v3 21/24] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
` [PATCH vhost v3 22/24] vdpa/mlx5: Re-create HW VQs under certain conditions
` [PATCH vhost v3 23/24] vdpa/mlx5: Don't reset VQs more than necessary
` [PATCH vhost v3 24/24] vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()
[PATCH net-next v2] l2tp: fix possible UAF when cleaning up tunnels
2024-07-08 11:59 UTC (3+ messages)
[PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy
2024-07-08 11:25 UTC (11+ messages)
` [PATCH net-next v8 01/10] virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
` [PATCH net-next v8 02/10] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v8 03/10] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v8 04/10] virtio_net: separate receive_buf
` [PATCH net-next v8 05/10] virtio_net: separate receive_mergeable
` [PATCH net-next v8 06/10] virtio_net: xsk: bind/unbind xsk for rx
` [PATCH net-next v8 07/10] virtio_net: xsk: support wakeup
` [PATCH net-next v8 08/10] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v8 09/10] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v8 10/10] virtio_net: xsk: rx: support recv merge mode
[PATCH ipsec 0/4] Support IPsec crypto offload for IPv6 ESP and IPv4 UDP-encapsulated ESP data paths
2024-07-08 11:30 UTC (3+ messages)
` [PATCH ipsec 4/4] xfrm: Support crypto offload for outbound IPv4 UDP-encapsulated ESP packet
[PATCH net-next v3 0/3] crypto: caam: Unembed net_dev
2024-07-08 11:29 UTC (4+ messages)
` [PATCH net-next v3 1/4] crypto: caam: Avoid unused imx8m_machine_match variable
[PATCH] vdpa/mlx5: Add the support of set mac address
2024-07-08 11:26 UTC (4+ messages)
[PATCH vhost 00/23] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
2024-07-08 11:25 UTC (9+ messages)
` [PATCH vhost 20/23] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
[PATCH net-next v2 0/2] net: add local address bind support to vxlan and geneve
2024-07-08 11:11 UTC (3+ messages)
` [PATCH net-next v2 1/2] net: vxlan: enable local address bind for vxlan sockets
` [PATCH net-next v2 2/2] net: geneve: enable local address bind for geneve sockets
[TEST] TCP MD5 vs kmemleak
2024-07-08 11:05 UTC (11+ messages)
[PATCH net-next] netxen_nic: Use {low,upp}er_32_bits() helpers
2024-07-08 11:05 UTC (2+ messages)
[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
2024-07-08 10:58 UTC (11+ messages)
` [PATCH net-next v9 10/13] mm: page_frag: introduce prepare/probe/commit API
[PATCH net-next v2] bna: adjust 'name' buf size of bna_tcb and bna_ccb structures
2024-07-08 10:50 UTC
[PATCH net-next v2] act_ct: prepare for stolen verdict coming from conntrack and nat engine
2024-07-08 10:40 UTC (2+ messages)
[PATCH net] bna: adjust 'name' buf size of bna_tcb and bna_ccb structures
2024-07-08 10:37 UTC (3+ messages)
[PATCH net-next] selftests: forwarding: Make vxlan-bridge-1d pass on debug kernels
2024-07-08 10:30 UTC (2+ messages)
[PATCH v11 0/4] net: phy: bcm5481x: add support for BroadR-Reach mode
2024-07-08 10:27 UTC (5+ messages)
` [PATCH v11 1/4] net: phy: bcm54811: New link mode for BroadR-Reach
` [PATCH v11 2/4] net: phy: bcm54811: Add LRE registers definitions
` [PATCH v11 3/4] dt-bindings: ethernet-phy: add optional brr-mode flag
` [PATCH v11 4/4] net: phy: bcm-phy-lib: Implement BroadR-Reach link modes
[PATCH net-next v2] ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sched_add_node()
2024-07-08 10:12 UTC (3+ messages)
[PATCH v3 0/5] Add AP6275P wireless support
2024-07-08 10:09 UTC (4+ messages)
` [PATCH v3 5/5] wifi: brcmfmac: Add support for AP6275P
[PATCH v2 1/1] dt-bindings: net: convert enetc to yaml
2024-07-08 10:07 UTC (2+ messages)
[PATCH net-next v2 0/5] netdev_features: start cleaning netdev_features_t up
2024-07-08 9:51 UTC (4+ messages)
` [PATCH net-next v2 3/5] netdev_features: convert NETIF_F_LLTX to dev->lltx
[PATCH net-next 0/3] mlxsw: Improvements
2024-07-08 9:45 UTC (5+ messages)
` [PATCH net-next 1/3] mlxsw: Warn about invalid accesses to array fields
[PATCH 00/12] arm64: dts: renesas: rcar-gen3/4: Add missing iommus properties
2024-07-08 9:37 UTC (13+ messages)
` [PATCH 01/12] arm64: dts: renesas: r8a774a1: "
` [PATCH 02/12] arm64: dts: renesas: r8a774b1: "
` [PATCH 03/12] arm64: dts: renesas: r8a774c0: "
` [PATCH 04/12] arm64: dts: renesas: r8a774e1: "
` [PATCH 05/12] arm64: dts: renesas: r8a77960: "
` [PATCH 06/12] arm64: dts: renesas: r8a77961: "
` [PATCH 07/12] arm64: dts: renesas: r8a77965: "
` [PATCH 08/12] arm64: dts: renesas: r8a77970: Add missing iommus property
` [PATCH 09/12] arm64: dts: renesas: r8a77980: Add missing iommus properties
` [PATCH 10/12] arm64: dts: renesas: r8a779a0: "
` [PATCH 11/12] arm64: dts: renesas: r8a779g0: "
` [PATCH 12/12] arm64: dts: renesas: r8a779h0: "
[PATCH net v2] net/sched: Fix UAF when resolving a clash
2024-07-08 9:39 UTC (6+ messages)
[PATCH v2 0/6] Bluetooth: hci_qca: use the power sequencer for wcn7850
2024-07-08 9:39 UTC (7+ messages)
` [PATCH v2 1/6] dt-bindings: bluetooth: qualcomm: describe the inputs from PMU "
` [PATCH v2 2/6] Bluetooth: hci_qca: schedule a devm action for disabling the clock
` [PATCH v2 3/6] Bluetooth: hci_qca: unduplicate calls to hci_uart_register_device()
` [PATCH v2 4/6] Bluetooth: hci_qca: make pwrseq calls the default if available
` [PATCH v2 5/6] Bluetooth: hci_qca: use the power sequencer for wcn7850 and wcn6855
` [PATCH v2 6/6] arm64: dts: qcom: sm8650-qrd: use the PMU to power up bluetooth
[PATCH net-next v6 0/7] net: pse-pd: Add new PSE c33 features
2024-07-08 9:38 UTC (4+ messages)
` [PATCH net-next v6 5/7] net: ethtool: Add new power limit get and set features
[PATCH iwl-net] igc: Ensure PTM request is completed before timeout has started
2024-07-08 9:31 UTC
[RFC PATCH v4] ptp: Add vDSO-style vmclock support
2024-07-08 9:27 UTC
[RFC PATCH v3] ptp: Add vDSO-style vmclock support
2024-07-08 9:29 UTC (3+ messages)
[PATCH v3 0/2] vdpa: support set mac address from vdpa tool
2024-07-08 9:15 UTC (8+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] vdpa_sim_net: Add the support of set mac address
[PATCH v3] net: ks8851: Fix deadlock with the SPI chip variant
2024-07-08 9:11 UTC (2+ messages)
[PATCH -next] gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey
2024-07-08 9:10 UTC (2+ messages)
[PATCH] netfilter: conntrack: tcp: do not lower timeout to CLOSE for in-window RSTs
2024-07-08 8:59 UTC (2+ messages)
[PATCH net-next] net: dsa: microchip: ksz9477: split half-duplex monitoring function
2024-07-08 8:49 UTC
[RESEND PATCH net-next v2 0/4] net: route: improve route hinting
2024-07-08 8:45 UTC (4+ messages)
` [PATCH net-next v2 2/4] net: dst_cache: add input_dst_cache API
[PATCH net-next v1] net: stmmac: Refactor Frame Preemption(FPE) implementation
2024-07-08 8:22 UTC
[PATCH 0/6] use device_for_each_child_node() to access device child nodes
2024-07-08 8:14 UTC (4+ messages)
` [PATCH 3/6] leds: bd2606mvv: "
[PATCH net-next v7 00/10] virtio-net: support AF_XDP zero copy
2024-07-08 8:10 UTC (17+ messages)
` [PATCH net-next v7 01/10] virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
` [PATCH net-next v7 06/10] virtio_net: xsk: bind/unbind xsk for rx
` [PATCH net-next v7 08/10] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v7 09/10] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v7 10/10] virtio_net: xsk: rx: support recv merge mode
[PATCH net-next v3 0/4] net: phy: aquantia: enable support for aqr115c
2024-07-08 7:56 UTC (5+ messages)
[RESEND PATCH net-next v3 0/4] net: phy: aquantia: enable support for aqr115c
2024-07-08 7:50 UTC (5+ messages)
` [RESEND PATCH net-next v3 1/4] net: phy: aquantia: rename and export aqr107_wait_reset_complete()
` [RESEND PATCH net-next v3 2/4] net: phy: aquantia: wait for FW reset before checking the vendor ID
` [RESEND PATCH net-next v3 3/4] net: phy: aquantia: wait for the GLOBAL_CFG to start returning real values
` [RESEND PATCH net-next v3 4/4] net: phy: aquantia: add support for aqr115c
[PATCH 00/47] arm64: qcom: dts: add QCS9100 support
2024-07-08 7:47 UTC (18+ messages)
` [PATCH 01/47] dt-bindings: arm: qcom: Document QCS9100 SoC and RIDE board
` [PATCH 29/47] dt-bindings: net: qcom,ethqos: add description for qcs9100
[PATCH v10 00/38] ep93xx device tree conversion
2024-07-08 7:34 UTC (6+ messages)
[PATCH net-next v13 00/15] stmmac: Add Loongson platform support
2024-07-08 7:31 UTC (12+ messages)
` [PATCH net-next v13 14/15] net: stmmac: dwmac-loongson: Add Loongson GNET support
[PATCH net-next v2] net: tls: Pass union tls_crypto_context pointer to memzero_explicit
2024-07-08 7:27 UTC
[PATCH net-next v13 06/15] net: stmmac: dwmac-loongson: Detach GMAC-specific platform data init
2024-07-08 7:00 UTC (12+ messages)
[PATCH ipsec 0/2] Two small fixes to XFRM offload
2024-07-08 6:58 UTC (3+ messages)
` [PATCH ipsec 1/2] xfrm: fix netdev reference count imbalance
` [PATCH ipsec 2/2] xfrm: call xfrm_dev_policy_delete when kill policy
[PATCH v2 net] net: ethernet: mtk-star-emac: set mac_managed_pm when probing
2024-07-08 6:52 UTC
[PATCH iwl-next v4 0/4] igb: Add support for AF_XDP zero-copy
2024-07-08 6:51 UTC (6+ messages)
` [Intel-wired-lan] "
[PATCH] net: fix rc7's __skb_datagram_iter()
2024-07-08 6:21 UTC (2+ messages)
[PATCH [net] v2 0/1] net: ethernet: lantiq_etop: fix double free in detach
2024-07-08 6:01 UTC (3+ messages)
` [PATCH [net] v2 1/1] "
[PATCH net-next v10 0/2] Introduce auxiliary bus IRQs sysfs
2024-07-08 5:55 UTC (3+ messages)
` [PATCH net-next v10 1/2] driver core: auxiliary bus: show auxiliary device IRQs
` [PATCH net-next v10 2/2] net/mlx5: Expose SFs IRQs
ethtool fails to read some QSFP+ modules
2024-07-08 3:42 UTC (7+ messages)
"netlink error: Invalid argument" with ethtool-5.13+ on recent kernels due to "ethtool: Add netlink handler for getmodule (-m)" - 25b64c66f58d3df0ad7272dda91c3ab06fe7a303, also no SFP-DOM support via netlink?
2024-07-08 3:41 UTC (13+ messages)
` [PATCH] net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28
` [PATCH] qsfp: Better handling of Page 03h netlink read failure
[PATCH net] net: bridge: mst: Check vlan state for egress decision
2024-07-08 3:37 UTC (3+ messages)
[PATCH net-next v3 1/1] net: phy: microchip: lan937x: add support for 100BaseTX PHY
2024-07-08 2:39 UTC (2+ messages)
[PATCH bpf v3 0/4] af_unix: MSG_OOB handling fix & selftest
2024-07-07 21:28 UTC (5+ messages)
` [PATCH bpf v3 1/4] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
` [PATCH bpf v3 2/4] selftest/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()
` [PATCH bpf v3 3/4] selftest/bpf: Parametrize AF_UNIX redir functions to accept send() flags
` [PATCH bpf v3 4/4] selftest/bpf: Test sockmap redirect for AF_UNIX MSG_OOB
[PATCH bpf v2] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
2024-07-07 23:10 UTC (5+ 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).