messages from 2024-09-03 21:03:40 to 2024-09-04 09:14:44 UTC [more...]
[PATCH net-next v3 0/2] net-timestamp: introduce a flag to filter out rx software report
2024-09-04 9:14 UTC (6+ messages)
` [PATCH net-next v3 1/2] net-timestamp: filter out report when setting SOF_TIMESTAMPING_SOFTWARE
[PATCH net-next V5 0/5] Add support to PHYLINK for LAN743x/PCI11x1x chips
2024-09-04 9:06 UTC (6+ messages)
` [PATCH net-next V5 1/5] net: phylink: Add phylink_set_fixed_link() to configure fixed link state in phylink
` [PATCH net-next V5 2/5] net: lan743x: Create separate PCS power reset function
` [PATCH net-next V5 3/5] net: lan743x: Create separate Link Speed Duplex state function
` [PATCH net-next V5 4/5] net: lan743x: Migrate phylib to phylink
` [PATCH net-next V5 5/5] net: lan743x: Add support to ethtool phylink get and set settings
[PATCH iwl-next v6 0/5] Replace auxbus with ice_adapter in the PTP support code
2024-09-04 9:09 UTC (11+ messages)
` [PATCH iwl-next v6 1/5] ice: Introduce ice_get_phy_model() wrapper
` [Intel-wired-lan] "
` [PATCH iwl-next v6 2/5] ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
` [Intel-wired-lan] "
` [PATCH iwl-next v6 3/5] ice: Initial support for E825C hardware in ice_adapter
` [Intel-wired-lan] "
` [PATCH iwl-next v6 4/5] ice: Use ice_adapter for PTP shared data instead of auxdev
` [Intel-wired-lan] "
` [PATCH iwl-next v6 5/5] ice: Drop auxbus use for PTP to finalize ice_adapter move
` [Intel-wired-lan] "
[PATCH net-next v1] netlink: specs: nftables: allow decode of tailscale ruleset
2024-09-04 9:10 UTC
[PATCH v4 iwl-next 0/7] ice: Cleanup and refactor PTP pin handling
2024-09-04 9:09 UTC (13+ messages)
` [PATCH v4 iwl-next 1/7] ice: Implement ice_ptp_pin_desc
` [Intel-wired-lan] "
` [PATCH v4 iwl-next 2/7] ice: Add SDPs support for E825C
` [Intel-wired-lan] "
` [PATCH v4 iwl-next 3/7] ice: Align E810T GPIO to other products
` [Intel-wired-lan] "
` [PATCH v4 iwl-next 4/7] ice: Cache perout/extts requests and check flags
` [Intel-wired-lan] "
` [PATCH v4 iwl-next 5/7] ice: Disable shared pin on E810 on setfunc
` [Intel-wired-lan] "
` [PATCH v4 iwl-next 6/7] ice: Read SDP section from NVM for pin definitions
` [Intel-wired-lan] "
[PATCH v4.19-v5.10] virtio_net: Fix napi_skb_cache_put warning
2024-09-04 9:08 UTC
[PATCH v5.15] virtio_net: Fix napi_skb_cache_put warning
2024-09-04 9:05 UTC
[PATCH net-next v10 00/13] net: phy: mediatek: Introduce mtk-phy-lib and add 2.5Gphy support
2024-09-04 9:02 UTC (8+ messages)
` [PATCH net-next v10 11/13] net: phy: add driver for built-in 2.5G ethernet PHY on MT7988
[PATCH net-next 0/2] octeontx2: Address some Sparse warnings
2024-09-04 9:05 UTC (5+ messages)
` [PATCH net-next 1/2] octeontx2-af: Pass string literal as format argument of alloc_workqueue()
` [EXTERNAL] "
` [PATCH net-next 2/2] octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()
` [EXTERNAL] "
[PATCH v6.1] virtio_net: Fix napi_skb_cache_put warning
2024-09-04 9:03 UTC
[PATCH v2] net: enetc: Replace ifdef with IS_ENABLED
2024-09-04 8:59 UTC (3+ messages)
[PATCH v6.6] virtio_net: Fix napi_skb_cache_put warning
2024-09-04 8:58 UTC
[PATCH can-next v5 00/20] can: rockchip_canfd: add support for CAN-FD IP core found on Rockchip RK3568
2024-09-04 8:55 UTC (25+ messages)
` [PATCH can-next v5 01/20] dt-bindings: can: rockchip_canfd: add rockchip CAN-FD controller
` [PATCH can-next v5 02/20] arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
` [PATCH can-next v5 03/20] arm64: dts: rockchip: mecsbc: add CAN0 and CAN1 interfaces
` [PATCH can-next v5 04/20] can: rockchip_canfd: add driver for Rockchip CAN-FD controller
` [PATCH can-next v5 05/20] can: rockchip_canfd: add quirks for errata workarounds
` [PATCH can-next v5 06/20] can: rockchip_canfd: add quirk for broken CAN-FD support
` [PATCH can-next v5 07/20] can: rockchip_canfd: add support for rk3568v3
` [PATCH can-next v5 08/20] can: rockchip_canfd: add notes about known issues
` [PATCH can-next v5 09/20] can: rockchip_canfd: rkcanfd_handle_rx_int_one(): implement workaround for erratum 5: check for empty FIFO
` [PATCH can-next v5 10/20] can: rockchip_canfd: rkcanfd_register_done(): add warning for erratum 5
` [PATCH can-next v5 11/20] can: rockchip_canfd: add TX PATH
` [PATCH can-next v5 12/20] can: rockchip_canfd: implement workaround for erratum 6
` [PATCH can-next v5 13/20] can: rockchip_canfd: implement workaround for erratum 12
` [PATCH can-next v5 14/20] can: rockchip_canfd: rkcanfd_get_berr_counter_corrected(): work around broken {RX,TX}ERRORCNT register
` [PATCH can-next v5 15/20] can: rockchip_canfd: add stats support for errata workarounds
` [PATCH can-next v5 16/20] can: rockchip_canfd: prepare to use full TX-FIFO depth
` [PATCH can-next v5 17/20] can: rockchip_canfd: enable full TX-FIFO depth of 2
` [PATCH can-next v5 18/20] can: rockchip_canfd: add hardware timestamping support
` [PATCH can-next v5 19/20] can: rockchip_canfd: add support for CAN_CTRLMODE_LOOPBACK
` [PATCH can-next v5 20/20] can: rockchip_canfd: add support for CAN_CTRLMODE_BERR_REPORTING
[PATCH net-next v2 0/7] net: ethernet: fs_enet: Cleanup and phylink conversion
2024-09-04 8:52 UTC (7+ messages)
` [PATCH net-next v2 3/7] net: ethernet: fs_enet: drop the .adjust_link custom fs_ops
` [PATCH net-next v2 4/7] net: ethernet: fs_enet: drop unused phy_info and mii_if_info
[PATCH net-next] sfc: convert comma to semicolon
2024-09-04 8:49 UTC
[PATCH net-next] sfc/siena: Convert comma to semicolon
2024-09-04 8:40 UTC
[PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
2024-09-04 8:33 UTC (11+ messages)
[PATCH net-next 00/15] RX software timestamp for all - round 2
2024-09-04 8:29 UTC (17+ messages)
` [PATCH net-next 01/15] lan743x: Remove setting of RX software timestamp
` [PATCH net-next 02/15] net: lan966x: "
` [PATCH net-next 03/15] net: sparx5: "
` [PATCH net-next 04/15] mlxsw: spectrum: "
` [PATCH net-next 05/15] net: ethernet: ti: am65-cpsw-ethtool: "
` [PATCH net-next 06/15] net: ethernet: ti: cpsw_ethtool: "
` [PATCH net-next 07/15] net: ti: icssg-prueth: "
` [PATCH net-next 08/15] net: netcp: "
` [PATCH net-next 09/15] i40e: "
` [PATCH net-next 10/15] ice: "
` [PATCH net-next 11/15] igb: "
` [PATCH net-next 12/15] igc: "
` [PATCH net-next 13/15] ixgbe: "
` [PATCH net-next 14/15] cxgb4: "
` [PATCH net-next 15/15] bnx2x: "
[PATCH v2 net 0/5] Make DSA switch drivers compatible with masters which unregister on shutdown
2024-09-04 8:31 UTC (3+ messages)
` [PATCH v2 net 2/5] net: dsa: be "
[syzbot] [wpan?] WARNING in __dev_change_net_namespace (2)
2024-09-04 8:30 UTC (2+ messages)
[syzbot] [rdma?] WARNING in gid_table_release_one (2)
2024-09-04 8:29 UTC (2+ messages)
[PATCH rdma-next 0/2] Introduce mlx5 data direct placement (DDP)
2024-09-04 8:27 UTC (3+ messages)
[PATCH net-next V4 0/5] Add support to PHYLINK for LAN743x/PCI11x1x chips
2024-09-04 8:23 UTC (4+ messages)
` [PATCH net-next V4 5/5] net: lan743x: Add support to ethtool phylink get and set settings
[PATCH net-next] ionic: Convert comma to semicolon
2024-09-04 8:17 UTC
[PATCH v1 net-next 0/2] ENA driver metrics changes
2024-09-04 8:05 UTC (10+ messages)
` [PATCH v1 net-next 2/2] net: ena: Extend customer metrics reporting support
` "
[PATCH net-next] net: atlantic: convert comma to semicolon
2024-09-04 8:08 UTC
[RFC net-next 0/2] net: ethtool: add phy(dev) specific stats over netlink
2024-09-04 8:09 UTC (7+ messages)
` [RFC net-next 1/2] net: ethtool: plumb PHY stats to PHY drivers
[PATCH net] net: dsa: fix panic when DSA master device unbinds on shutdown
2024-09-04 8:03 UTC (2+ messages)
[PATCH net-next v4 0/3] net: dsa: microchip: rename and clean ksz8 series files
2024-09-04 7:59 UTC (5+ messages)
` [PATCH net-next v4 1/3] net: dsa: microchip: rename "
` [PATCH net-next v4 2/3] net: dsa: microchip: clean up ksz8_reg definition macros
` [PATCH net-next v4 3/3] net: dsa: microchip: replace unclear KSZ8830 strings
[net-next] net: phy: Check for read errors in SIOCGMIIREG
2024-09-04 7:51 UTC (3+ messages)
[PATCH v2] virtio_net: Fix mismatched buf address when unmapping for small packets
2024-09-04 7:51 UTC (5+ messages)
` [External] "
[PATCH iwl-net] i40e: Fix trying to free already-freed IRQ
2024-09-04 7:21 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH net] net: dsa: vsc73xx: fix possible subblocks range of CAPT block
2024-09-04 6:42 UTC (3+ messages)
[PATCH v1 net-next] e1000e: Remove duplicated writel() in e1000_configure_tx/rx()
2024-09-04 6:41 UTC (3+ messages)
[BUG] Possible Use-After-Free Vulnerability in ether3 Driver Due to Race Condition
2024-09-04 6:31 UTC (3+ messages)
[PATCH net-next] net: lan743x: Use NSEC_PER_SEC macro
2024-09-04 6:33 UTC (3+ messages)
[net-next PATCH 0/4] Refactoring RVU NIC driver
2024-09-04 6:20 UTC (11+ messages)
` [net-next PATCH 1/4] octeontx2-pf: Defines common API for HW resources configuration
` [EXTERNAL] "
` [net-next PATCH 2/4] octeontx2-pf: Add new APIs for queue memory alloc/free
` [EXTERNAL] "
` [net-next PATCH 4/4] octeontx2-pf: Export common APIs
` [EXTERNAL] "
[PATCH net-next v5 0/5] netdev_features: start cleaning netdev_features_t up
2024-09-04 6:17 UTC (4+ messages)
` [PATCH net-next v5 4/5] netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
[PATCH net-next v3 0/3] net: dsa: microchip: rename and clean ksz8 series files
2024-09-04 6:14 UTC (4+ messages)
` [PATCH net-next v3 1/3] net: dsa: microchip: rename "
[PATCH net] selftests: net: enable bind tests
2024-09-04 6:12 UTC
[PATCH can-next v4 01/20] dt-bindings: can: rockchip_canfd: add rockchip CAN-FD controller
2024-09-04 6:11 UTC (3+ messages)
[PATCH net v3] fsl/fman: Validate cell-index value obtained from Device Tree
2024-09-04 6:09 UTC
[net-next v5 0/5] net: stmmac: Add PCI driver support for BCM8958x
2024-09-04 5:48 UTC (6+ messages)
` [PATCH net-next v5 1/5] net: stmmac: Add HDMA mapping for dw25gmac support
` [PATCH net-next v5 2/5] net: stmmac: Add basic dw25gmac support in stmmac core
` [PATCH net-next v5 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling
` [PATCH net-next v5 4/5] net: stmmac: Add PCI driver support for BCM8958x
` [PATCH net-next v5 5/5] net: stmmac: Add BCM8958x driver to build system
[PATCH] Add provision to busyloop for events in ep_poll
2024-09-04 5:52 UTC (5+ messages)
[PATCH net-next 0/3] lan743x: This series of patches are for lan743x driver testing
2024-09-04 5:30 UTC (5+ messages)
` [PATCH net-next 1/3] selftests: lan743x: Add testfile for lan743x network driver
` [PATCH net-next 2/3] selftests: lan743x: Add testcase to check speed and duplex state of lan743x
` [PATCH net-next 3/3] selftests: lan743x: Add testcase to check throughput "
[PATCH net-next 00/12] net: Convert using devm_clk_get_enabled()/devm_clk_get_optional_enabled()
2024-09-04 5:20 UTC (5+ messages)
` [PATCH net-next 09/12] net: ethernet: sunplus: Convert using devm_clk_get_enabled() in spl2sw_probe()
[PATCH net-next v2] ptp: ptp_idt82p33: Convert comma to semicolon
2024-09-04 3:59 UTC (2+ messages)
[PATCH] virtio_net: Fix mismatched buf address when unmapping for small packets
2024-09-04 3:33 UTC
[PATCH net-next v30 00/13] Add Realtek automotive PCIe driver
2024-09-04 3:21 UTC (14+ messages)
` [PATCH net-next v30 01/13] rtase: Add support for a pci table in this module
` [PATCH net-next v30 02/13] rtase: Implement the .ndo_open function
` [PATCH net-next v30 03/13] rtase: Implement the rtase_down function
` [PATCH net-next v30 04/13] rtase: Implement the interrupt routine and rtase_poll
` [PATCH net-next v30 05/13] rtase: Implement hardware configuration function
` [PATCH net-next v30 06/13] rtase: Implement .ndo_start_xmit function
` [PATCH net-next v30 07/13] rtase: Implement a function to receive packets
` [PATCH net-next v30 08/13] rtase: Implement net_device_ops
` [PATCH net-next v30 09/13] rtase: Implement pci_driver suspend and resume function
` [PATCH net-next v30 10/13] rtase: Implement ethtool function
` [PATCH net-next v30 11/13] rtase: Add a Makefile in the rtase folder
` [PATCH net-next v30 12/13] realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v30 13/13] MAINTAINERS: Add the rtase ethernet driver entry
linux-next: duplicate patches in the bluetooth tree
2024-09-04 2:28 UTC
[PATCH -next 0/4] Introduce several opposite string choice helpers
2024-09-04 2:27 UTC (8+ messages)
` [PATCH -next 2/4] tun: Make use of str_disabled_enabled helper
linux-next: manual merge of the bpf-next tree with the net-next tree
2024-09-04 2:02 UTC
[PATCH net-next v2 00/12] net: vxlan: add skb drop reasons support
2024-09-04 1:59 UTC (6+ messages)
` [PATCH net-next v2 06/12] net: vxlan: make vxlan_set_mac() return drop reasons
linux-next: manual merge of the net-next tree with the net tree
2024-09-04 1:58 UTC
[net-next] net: ethernet: rtsn: Add MDIO read/write support for C45
2024-09-04 1:48 UTC (2+ messages)
[PATCH v2] selftests: net: convert comma to semicolon
2024-09-04 1:44 UTC
[PATCH -next] net: dsa: felix: Annotate struct action_gate_entry with __counted_by
2024-09-04 1:49 UTC
[PATCH V6 net-next 00/11] Add support of HIBMCGE Ethernet Driver
2024-09-04 1:34 UTC (6+ messages)
` [PATCH V6 net-next 03/11] net: hibmcge: Add mdio and hardware configuration supported in this module
[net-next 15/15] net/mlx5: HWS, added API and enabled HWS support
2024-09-04 1:22 UTC (2+ messages)
[PATCH net] dt-bindings: net: tja11xx: fix the broken binding
2024-09-04 1:20 UTC (5+ messages)
[PATCH] mptcp: pm: Fix uaf in __timer_delete_sync
2024-09-04 1:01 UTC (3+ messages)
` [PATCH V2] "
[PATCH net-next] be2net: Remove unused declarations
2024-09-04 0:40 UTC (2+ messages)
[PATCH net-next] qlcnic: Remove unused declarations
2024-09-04 0:40 UTC (2+ messages)
[PATCHv7 net-next 0/3] Bonding: support new xfrm state offload functions
2024-09-04 0:34 UTC (4+ messages)
` [PATCHv7 net-next 1/3] bonding: add common function to check ipsec device
` [PATCHv7 net-next 2/3] bonding: Add ESN support to IPSec HW offload
` [PATCHv7 net-next 3/3] bonding: support xfrm state update
[PATCHv6 net-next 0/3] Bonding: support new xfrm state offload functions
2024-09-04 0:33 UTC (4+ messages)
[RFT][PATCH 0/5] firewire: use sleepable workqueue to handle 1394 OHCI IT/IR context events
2024-09-04 0:30 UTC (3+ messages)
[PATCH net-next 0/3] selftests: mptcp: add time per subtests in TAP output
2024-09-04 0:13 UTC (5+ messages)
` [PATCH net-next 2/3] sefltests: mptcp: connect: remote time "
[syzbot] [rdma?] INFO: task hung in rdma_dev_change_netns
2024-09-03 23:37 UTC
[PATCH V4 00/12] PCIe TPH and cache direct injection support
2024-09-03 22:42 UTC (2+ messages)
[PATCH v2] net: alacritech: Partially revert "net: alacritech: Switch to use dev_err_probe()"
2024-09-03 22:40 UTC (2+ messages)
[PATCH net-next v2 00/15] RX software timestamp for all
2024-09-03 22:30 UTC (2+ messages)
[PATCH v2 net-next] netlink: specs: nftables: allow decode of default firewalld ruleset
2024-09-03 22:30 UTC (2+ messages)
[PATCH net-next 00/11] mptcp: MIB counters for MPJ TX + misc improvements
2024-09-03 22:30 UTC (2+ messages)
[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
2024-09-03 22:26 UTC (2+ messages)
[PATCH iwl-next v2 00/13] ice: use <linux/packing.h> for Tx and Rx queue context data
2024-09-03 22:24 UTC (9+ messages)
` [PATCH iwl-next v2 08/13] lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior
` [PATCH iwl-next v2 10/13] ice: use <linux/packing.h> for Tx and Rx queue context data
[PATCH net] net: stmmac: Stop using a single dma_map() for multiple descriptors
2024-09-03 22:17 UTC (2+ messages)
[PATCH net] tools/net/ynl: fix cli.py --subscribe feature
2024-09-03 22:00 UTC (5+ messages)
[PATCH net-next 0/5] Add support for per-NAPI config via netlink
2024-09-03 21:58 UTC (10+ messages)
` [PATCH net-next 5/5] netdev-genl: Support setting per-NAPI config values
[PATCH net-next v24 00/13] Device Memory TCP
2024-09-03 21:51 UTC (9+ messages)
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v24 07/13] net: support non paged skb frags
` [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v24 11/13] net: add devmem TCP documentation
[PATCH net] ice: Fix NULL pointer access, if PF doesn't support SRIOV_LAG
2024-09-03 21:43 UTC (7+ messages)
[PATCH bpf-next 0/9] bpf: cpumap: enable GRO for XDP_PASS frames
2024-09-03 21:33 UTC (3+ messages)
[PATCH net-next 0/3] Cleanup intel driver declarations
2024-09-03 21:18 UTC (2+ messages)
` [Intel-wired-lan] "
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).