netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-28 04:54:03 to 2025-02-28 15:41:46 UTC [more...]

[PATCH net-next v7 00/14] xsc: ADD Yunsilicon XSC Ethernet Driver
 2025-02-28 15:41 UTC  (6+ messages)
` [PATCH net-next v7 01/14] xsc: Add xsc driver basic framework
` [PATCH net-next v7 02/14] xsc: Enable command queue
` [PATCH net-next v7 03/14] xsc: Add hardware setup APIs
` [PATCH net-next v7 05/14] xsc: Add eq and alloc
` [PATCH net-next v7 06/14] xsc: Init pci irq

[PATCH net-next v3 00/13] net: phy: Rework linkmodes handling in a dedicated file
 2025-02-28 15:41 UTC  (15+ messages)
` [PATCH net-next v3 01/13] net: ethtool: Export the link_mode_params definitions
` [PATCH net-next v3 02/13] net: phy: Use an internal, searchable storage for the linkmodes
` [PATCH net-next v3 03/13] net: phy: phy_caps: Move phy_speeds to phy_caps
` [PATCH net-next v3 04/13] net: phy: phy_caps: Move __set_linkmode_max_speed "
` [PATCH net-next v3 05/13] net: phy: phy_caps: Introduce phy_caps_valid
` [PATCH net-next v3 06/13] net: phy: phy_caps: Implement link_capabilities lookup by linkmode
` [PATCH net-next v3 07/13] net: phy: phy_caps: Allow looking-up link caps based on speed and duplex
` [PATCH net-next v3 08/13] net: phy: phy_device: Use link_capabilities lookup for PHY aneg config
` [PATCH net-next v3 09/13] net: phylink: Use phy_caps_lookup for fixed-link configuration
` [PATCH net-next v3 10/13] net: phy: drop phy_settings and the associated lookup helpers
` [PATCH net-next v3 11/13] net: phylink: Add a mapping between MAC_CAPS and LINK_CAPS
` [PATCH net-next v3 12/13] net: phylink: Convert capabilities to linkmodes using phy_caps
` [PATCH net-next v3 13/13] net: phy: phy_caps: Allow getting an phy_interface's capabilities

[PATCHv3 0/2]
 2025-02-28 15:36 UTC  (7+ messages)

[PATCH net-next v20 00/25] Introducing OpenVPN Data Channel Offload
 2025-02-28 15:25 UTC  (5+ messages)
` [PATCH net-next v20 09/25] ovpn: implement basic RX path (UDP)

[PATCH net-next v3 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-02-28 15:24 UTC  (6+ messages)
` [PATCH net-next v3 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings

[PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num
 2025-02-28 15:22 UTC  (2+ messages)

[PATCH net-next 00/14] devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations
 2025-02-28 15:21 UTC  (18+ messages)
` [PATCH net-next 02/14] devlink: Add 'total_vfs' generic device param
` [PATCH net-next 04/14] net/mlx5: Implement devlink enable_sriov parameter
` [PATCH net-next 07/14] devlink: Implement port params registration
` [PATCH net-next 09/14] devlink: Implement set netlink command for port params
` [PATCH net-next 10/14] devlink: Add 'keep_link_up' generic devlink device param
` [PATCH net-next 11/14] net/mlx5: Implement devlink keep_link_up port parameter
` [PATCH net-next 12/14] devlink: Throw extack messages on param value validation error

[PATCH] e1000e: Link flap workaround option for false IRP events
 2025-02-28 14:59 UTC  (5+ messages)

[GIT PULL v2] afs, rxrpc: Clean up refcounting on afs_cell and afs_server records
 2025-02-28 14:53 UTC 

[GIT PULL] afs, rxrpc: Clean up refcounting on afs_cell and afs_server records
 2025-02-28 14:45 UTC  (5+ messages)

[PATCH net-next v5 0/4] virtio-net: Link queues to NAPIs
 2025-02-28 14:39 UTC  (4+ messages)
` [PATCH net-next v5 3/4] virtio-net: Map NAPIs to queues

[PATCH net-next 0/5] mptcp: improve code coverage and small optimisations
 2025-02-28 14:38 UTC  (6+ messages)
` [PATCH net-next 1/5] selftests: mptcp: Add a tool to get specific msk_info
` [PATCH net-next 2/5] selftests: mptcp: add a test for mptcp_diag_dump_one
` [PATCH net-next 3/5] mptcp: pm: in-kernel: avoid access entry without lock
` [PATCH net-next 4/5] mptcp: pm: in-kernel: reduce parameters of set_flags
` [PATCH net-next 5/5] mptcp: pm: exit early with ADD_ADDR echo if possible

[PATCH RFC 0/5] net: stmmac: fix setting RE and TE inappropriately
 2025-02-28 14:38 UTC  (5+ messages)
` [PATCH RFC net-next 1/5] net: stmmac: call phylink_start() and phylink_stop() in XDP functions

[PATCH net-next v3 00/14] net:yt6801: Add Motorcomm yt6801 PCIe driver
 2025-02-28 14:32 UTC  (19+ messages)
` [PATCH net-next v3 02/14] motorcomm:yt6801: Add support for a pci table in this module
` [PATCH net-next v3 03/14] motorcomm:yt6801: Implement pci_driver shutdown
` [PATCH net-next v3 05/14] motorcomm:yt6801: Implement the .ndo_open function
` [PATCH net-next v3 06/14] motorcomm:yt6801: Implement the fxgmac_start function
` [PATCH net-next v3 07/14] phy:motorcomm: Add PHY_INTERFACE_MODE_INTERNAL to support YT6801
` [PATCH net-next v3 08/14] motorcomm:yt6801: Implement the fxgmac_hw_init function
` [PATCH net-next v3 12/14] motorcomm:yt6801: Implement pci_driver suspend and resume
` [PATCH net-next v3 13/14] motorcomm:yt6801: Add makefile and Kconfig
` [PATCH net-next v3 14/14] motorcomm:yt6801: update ethernet documentation and maintainer
` [PATCH net-next v3 01/14] motorcomm:yt6801: Implement mdio register
` [PATCH net-next v3 04/14] motorcomm:yt6801: Implement the fxgmac_init function
` [PATCH net-next v3 09/14] motorcomm:yt6801: Implement the poll functions
` [PATCH net-next v3 11/14] motorcomm:yt6801: Implement some net_device_ops function
` [PATCH net-next v3 10/14] motorcomm:yt6801: Implement .ndo_start_xmit function

[PATCH net-next v7 0/6] tun: Introduce virtio-net hashing feature
 2025-02-28 14:29 UTC  (8+ messages)
` [PATCH net-next v7 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v7 2/6] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v7 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v7 4/6] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v7 5/6] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v7 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH net-next v6 0/8] Device memory TCP TX
 2025-02-28 14:25 UTC  (2+ messages)

[PATCH net-next v5 0/5] Add PCS support for Qualcomm IPQ9574 SoC
 2025-02-28 14:22 UTC  (6+ messages)

[PATCH net-next v5] ppp: Fix KMSAN uninit-value warning with bpf
 2025-02-28 14:14 UTC 

[PATCH 0/3] net: Convert Gianfar (Triple Speed Ethernet Controller) bindings to YAML
 2025-02-28 13:52 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: net: Convert fsl,gianfar-{mdio,tbi} "
` [PATCH 3/3] dt-bindings: net: Convert fsl,gianfar "

[PATCH net-next v6 00/14] xsc: ADD Yunsilicon XSC Ethernet Driver
 2025-02-28 13:43 UTC  (3+ messages)

[PATCH net-next] mptcp: Remove unused declaration mptcp_set_owner_r()
 2025-02-28 13:36 UTC  (2+ messages)

[PATCH iproute] libgenl: report a verbose error if rtnl_talk fails
 2025-02-28 13:34 UTC 

[PATCH net-next 0/6] tcp: misc changes
 2025-02-28 13:22 UTC  (7+ messages)
` [PATCH net-next 1/6] tcp: add a drop_reason pointer to tcp_check_req()
` [PATCH net-next 2/6] tcp: add four drop reasons "
` [PATCH net-next 3/6] tcp: convert to dev_net_rcu()
` [PATCH net-next 4/6] net: gro: convert four dev_net() calls
` [PATCH net-next 5/6] tcp: remove READ_ONCE(req->ts_recent)
` [PATCH net-next 6/6] tcp: tcp_set_window_clamp() cleanup

[RFC PATCH net-next v3] ppp: use IFF_NO_QUEUE in virtual interfaces
 2025-02-28 13:06 UTC  (2+ messages)

[PATCHv3 net 0/3] bond: fix xfrm offload issues
 2025-02-28 12:59 UTC  (11+ messages)
` [PATCHv3 net 1/3] bonding: move IPsec deletion to bond_ipsec_free_sa

[PATCH net] be2net: fix sleeping while atomic bugs in be_ndo_bridge_getlink
 2025-02-28 12:55 UTC  (4+ messages)

[PATCH net-next v2 0/8] netconsole: Add taskname sysdata support
 2025-02-28 12:50 UTC  (9+ messages)
` [PATCH net-next v2 1/8] netconsole: prefix CPU_NR sysdata feature with SYSDATA_
` [PATCH net-next v2 2/8] netconsole: Make boolean comparison consistent
` [PATCH net-next v2 3/8] netconsole: refactor CPU number formatting into separate function
` [PATCH net-next v2 4/8] netconsole: add taskname to extradata entry count
` [PATCH net-next v2 5/8] netconsole: add configfs controls for taskname sysdata feature
` [PATCH net-next v2 6/8] netconsole: add task name to extra data fields
` [PATCH net-next v2 7/8] netconsole: docs: document the task name feature
` [PATCH net-next v2 8/8] netconsole: selftest: add task name append testing

[PATCH net-next v2 0/3] add sock_kmemdup helper
 2025-02-28 12:06 UTC  (5+ messages)
` [PATCH net-next v2 1/3] sock: "
` [PATCH net-next v2 2/3] net: use sock_kmemdup for ip_options
` [PATCH net-next v2 3/3] mptcp: use sock_kmemdup for address entry

[PATCH v4 net-next 0/6] Support some enhances features for the HIBMCGE driver
 2025-02-28 11:54 UTC  (7+ messages)
` [PATCH v4 net-next 1/6] net: hibmcge: Add support for dump statistics
` [PATCH v4 net-next 2/6] net: hibmcge: Add support for checksum offload
` [PATCH v4 net-next 3/6] net: hibmcge: Add support for abnormal irq handling feature
` [PATCH v4 net-next 4/6] net: hibmcge: Add support for mac link exception "
` [PATCH v4 net-next 5/6] net: hibmcge: Add support for BMC diagnose feature
` [PATCH v4 net-next 6/6] net: hibmcge: Add support for ioctl

[PATCH net-next v2 0/9] eth: bnxt: maintain basic pkt/byte counters in SW
 2025-02-28 11:51 UTC  (2+ messages)

[PATCH net] net: hns3: make sure ptp clock is unregister and freed if hclge_ptp_get_cycle returns an error
 2025-02-28 10:52 UTC 

[PATCH net-next v3 00/10] PRU-ICSSM Ethernet Driver
 2025-02-28 10:58 UTC  (7+ messages)

[PATCH net-next v8 00/15] Introduce flowtable hw offloading in airoha_eth driver
 2025-02-28 10:54 UTC  (16+ messages)
` [PATCH net-next v8 01/15] net: airoha: Move airoha_eth driver in a dedicated folder
` [PATCH net-next v8 02/15] net: airoha: Move definitions in airoha_eth.h
` [PATCH net-next v8 03/15] net: airoha: Move reg/write utility routines "
` [PATCH net-next v8 04/15] net: airoha: Move register definitions in airoha_regs.h
` [PATCH net-next v8 05/15] net: airoha: Move DSA tag in DMA descriptor
` [PATCH net-next v8 06/15] net: dsa: mt7530: Enable Rx sptag for EN7581 SoC
` [PATCH net-next v8 07/15] net: airoha: Enable support for multiple net_devices
` [PATCH net-next v8 08/15] net: airoha: Move REG_GDM_FWD_CFG() initialization in airoha_dev_init()
` [PATCH net-next v8 09/15] net: airoha: Rename airoha_set_gdm_port_fwd_cfg() in airoha_set_vip_for_gdm_port()
` [PATCH net-next v8 10/15] dt-bindings: net: airoha: Add the NPU node for EN7581 SoC
` [PATCH net-next v8 11/15] dt-bindings: net: airoha: Add airoha,npu phandle property
` [PATCH net-next v8 12/15] net: airoha: Introduce Airoha NPU support
` [PATCH net-next v8 13/15] net: airoha: Introduce flowtable offload support
` [PATCH net-next v8 14/15] net: airoha: Add loopback support for GDM2
` [PATCH net-next v8 15/15] net: airoha: Introduce PPE debugfs support

[PATCH v8 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-02-28 10:44 UTC  (5+ messages)
` [PATCH v8 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v8 4/7] can: Add Nuvoton NCT6694 CANFD support

[PATCH v7 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-02-28 10:34 UTC  (5+ messages)
` [PATCH v7 4/7] can: Add Nuvoton NCT6694 CANFD support

[PATCH net-next v6 0/3] net: notify users when an iface cannot change its netns
 2025-02-28 10:20 UTC  (4+ messages)
` [PATCH net-next v6 1/3] net: rename netns_local to netns_immutable
` [PATCH net-next v6 2/3] net: advertise netns_immutable property via netlink
` [PATCH net-next v6 3/3] net: plumb extack in __dev_change_net_namespace()

[PATCH iwl-next v6 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-28 10:15 UTC  (5+ messages)
` [PATCH iwl-next v6 2/9] igc: Rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v6 5/9] igc: Add support for frame preemption verification

[PATCH net v1 1/1] bnx2: Fix unused data compilation warning
 2025-02-28 10:05 UTC 

[PATCH net-next] virtio-net: tweak for better TX performance in NAPI mode
 2025-02-28 10:03 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-02-28  9:56 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/xsk: Add tail adjustment tests and support check

[GIT PULL] crypto: Add Kerberos crypto lib
 2025-02-28  9:55 UTC 

[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-02-28  9:44 UTC 

[PATCH v2 5.10/5.15] team: prevent adding a device which is already a team device lower
 2025-02-28  9:41 UTC 

[RFC PATCH net-next] net: ip: add sysctl_ip_reuse_exact_match
 2025-02-28  9:36 UTC  (3+ messages)

[PATCH 5.10/5.15] team: prevent adding a device which is already a team device lower
 2025-02-28  9:35 UTC 

[PATCH v3 0/3] net: phy: bcm63xx: add support for BCM63268 GPHY
 2025-02-28  9:34 UTC  (4+ messages)
` [PATCH v3 1/3] "

[PATCH net-next v4 0/4] stmmac: Several PCI-related improvements
 2025-02-28  9:26 UTC  (4+ messages)
` [PATCH net-next v4 1/4] stmmac: loongson: Pass correct arg to PCI function

[PATCH] qlcnic: fix a memory leak in qlcnic_sriov_set_guest_vlan_mode()
 2025-02-28  9:24 UTC 

[PATCH iwl-next v2 0/4] igb: XDP/ZC follow up
 2025-02-28  9:00 UTC  (7+ messages)
` [PATCH iwl-next v2 1/4] igb: Link IRQs to NAPI instances
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 2/4] igb: Link queues "
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 3/4] igb: Add support for persistent NAPI config
  ` [Intel-wired-lan] "

[PATCH net-next 0/4] mlx5: Trust lockdown health syndrome
 2025-02-28  9:00 UTC  (2+ messages)

[PATCH net-next v9 00/12] net: Hold netdev instance lock during ndo operations
 2025-02-28  8:48 UTC  (14+ messages)
` [PATCH net-next v9 01/12] net: hold netdev instance lock during ndo_open/ndo_stop
` [PATCH net-next v9 02/12] net: hold netdev instance lock during ndo_setup_tc
` [PATCH net-next v9 03/12] net: hold netdev instance lock during queue operations
` [PATCH net-next v9 06/12] net: hold netdev instance lock during sysfs operations
` [PATCH net-next v9 07/12] net: hold netdev instance lock during ndo_bpf
` [PATCH net-next v9 08/12] net: ethtool: try to protect all callback with netdev instance lock
` [PATCH net-next v9 09/12] net: replace dev_addr_sem "
` [PATCH net-next v9 10/12] net: add option to request "
` [PATCH net-next v9 11/12] docs: net: document new locking reality
` [PATCH net-next v9 12/12] eth: bnxt: remove most dependencies on RTNL

[PATCH v2] net: fully namespace net.core.{r,w}mem_{default,max} sysctls
 2025-02-28  8:19 UTC 

[PATCH iwl-net] ice: Fix switchdev slow-path in LAG
 2025-02-28  8:17 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net 0/2] net: ethtool: netlink: Fix notifications for
 2025-02-28  8:14 UTC  (3+ messages)

[PATCH net-next 00/15] afs, rxrpc: Clean up refcounting on afs_cell and afs_server records
 2025-02-28  8:08 UTC  (9+ messages)
      ` Which tree to push afs + crypto + rxrpc spanning patches through?

[PATCH bpf-next v2 0/3] bpf: Fix use-after-free of sockmap
 2025-02-28  5:51 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf, sockmap: avoid using sk_socket after free
` [PATCH bpf-next v2 2/3] selftests/bpf: Add socketpair to create_pair to support unix socket
` [PATCH bpf-next v2 3/3] selftests/bpf: Add edge case tests for sockmap

[PATCH bpf-next v4 0/6] XDP metadata support for tun driver
 2025-02-28  5:43 UTC  (2+ messages)

[PATCH net-next v4 0/1] ppp: Fix KMSAN uninit-value warning with bpf
 2025-02-28  4:55 UTC  (4+ messages)
` [PATCH net-next v4 1/1] ppp: Fix KMSAN warning by initializing 2-byte header


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).