netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-07 05:41:14 to 2024-06-07 12:41:33 UTC [more...]

[PATCH net-next v7 00/15] First try to replace page_frag with page_frag_cache
 2024-06-07 12:38 UTC  (9+ messages)
` [PATCH net-next v7 01/15] mm: page_frag: add a test module for page_frag
` [PATCH net-next v7 02/15] xtensa: remove the get_order() implementation
` [PATCH net-next v7 03/15] mm: page_frag: use free_unref_page() to free page fragment
` [PATCH net-next v7 04/15] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v7 05/15] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v7 06/15] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v7 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v7 08/15] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'

[PATCH net-next] virtio_net: Add TX stop and wake counters
 2024-06-07 12:36 UTC  (14+ messages)

[PATCH net-next 0/2] net: flow dissector: allow explicit passing of netns
 2024-06-07 12:33 UTC  (6+ messages)
` [PATCH net-next 1/2] net: add and use skb_get_hash_net
` [PATCH net-next 2/2] net: add and use __skb_get_hash_symmetric_net

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-07 12:31 UTC  (12+ messages)
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem

[PATCH iwl-net v5] ice: Do not get coalesce settings while in reset
 2024-06-07 12:15 UTC 

[PATCH net-next 00/13] net: dsa: lantiq_gswip: code improvements
 2024-06-07 12:14 UTC  (32+ messages)
` [PATCH net-next 01/13] dt-bindings: net: dsa: lantiq_gswip: Add missing phy-mode and fixed-link
` [PATCH net-next 02/13] net: dsa: lantiq_gswip: Only allow phy-mode = "internal" on the CPU port
` [PATCH net-next 03/13] net: dsa: lantiq_gswip: Use dev_err_probe where appropriate
` [PATCH net-next 04/13] net: dsa: lantiq_gswip: Don't manually call gswip_port_enable()
` [PATCH net-next 05/13] net: dsa: lantiq_gswip: do also enable or disable cpu port
` [PATCH net-next 06/13] net: dsa: lantiq_gswip: Use dsa_is_cpu_port() in gswip_port_change_mtu()
` [PATCH net-next 07/13] net: dsa: lantiq_gswip: Change literal 6 to ETH_ALEN
` [PATCH net-next 08/13] net: dsa: lantiq_gswip: Consistently use macros for the mac bridge table
` [PATCH net-next 09/13] net: dsa: lantiq_gswip: Forbid gswip_add_single_port_br on the CPU port
` [PATCH net-next 10/13] net: dsa: lantiq_gswip: Fix error message in gswip_add_single_port_br()
` [PATCH net-next 11/13] net: dsa: lantiq_gswip: Fix comments in gswip_port_vlan_filtering()
` [PATCH net-next 12/13] net: dsa: lantiq_gswip: Add and use a GSWIP_TABLE_MAC_BRIDGE_FID macro
` [PATCH net-next 13/13] net: dsa: lantiq_gswip: Improve error message in gswip_port_fdb()

Recursive locking in sockmap
 2024-06-07 12:09 UTC  (3+ messages)

[PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
 2024-06-07 11:57 UTC  (2+ messages)

[PATCH v5 net-next 00/15] locking: Introduce nested-BH locking
 2024-06-07 11:51 UTC  (19+ messages)
` [PATCH v5 net-next 01/15] locking/local_lock: Introduce guard definition for local_lock
` [PATCH v5 net-next 02/15] locking/local_lock: Add local nested BH locking infrastructure
` [PATCH v5 net-next 03/15] net: Use __napi_alloc_frag_align() instead of open coding it
` [PATCH v5 net-next 04/15] net: Use nested-BH locking for napi_alloc_cache
` [PATCH v5 net-next 05/15] net/tcp_sigpool: Use nested-BH locking for sigpool_scratch
` [PATCH v5 net-next 06/15] net/ipv4: Use nested-BH locking for ipv4_tcp_sk
` [PATCH v5 net-next 07/15] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
` [PATCH v5 net-next 08/15] net: softnet_data: Make xmit.recursion per task
` [PATCH v5 net-next 09/15] dev: Remove PREEMPT_RT ifdefs from backlog_lock.*()
` [PATCH v5 net-next 10/15] dev: Use nested-BH locking for softnet_data.process_queue
` [PATCH v5 net-next 11/15] lwt: Don't disable migration prio invoking BPF
` [PATCH v5 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH v5 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad
` [PATCH v5 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [PATCH v5 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context "

[PATCH net v2] vxlan: Pull inner IP header in vxlan_xmit_one()
 2024-06-07 11:39 UTC  (2+ messages)

[PATCH iwl-net] ice: Fix VSI list rule with ICE_SW_LKUP_LAST type
 2024-06-07 11:37 UTC  (2+ messages)

[PATCH net v2] net: stmmac: dwmac-qcom-ethqos: Configure host DMA width
 2024-06-07 11:31 UTC  (2+ messages)

[patch net-next] virtio_net: add support for Byte Queue Limits
 2024-06-07 11:30 UTC  (23+ messages)

[PATCH net 0/2] There are some bugfix for the HNS3 ethernet driver
 2024-06-07 11:30 UTC  (2+ messages)

[PATCH net v2] net/ipv6: Fix the RT cache flush via sysctl using a previous delay
 2024-06-07 11:28 UTC 

6.9.3 Hung tasks
 2024-06-07 11:27 UTC  (13+ messages)
    ` Hung tasks due to a AB-BA deadlock between the leds_list_lock rwsem and the rtnl mutex (was: 6.9.3 Hung tasks)
      ` Hung tasks due to a AB-BA deadlock between the leds_list_lock rwsem and the rtnl mutex

[PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
 2024-06-07 11:20 UTC  (2+ messages)

[PATCH net 0/2] geneve fixes
 2024-06-07 11:13 UTC  (5+ messages)
` [PATCH net 1/2] geneve: Fix incorrect inner network header offset when innerprotoinherit is set
` [PATCH net 2/2] net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets

[PATCH net] bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()
 2024-06-07 11:02 UTC  (2+ messages)

[PATCH v4] can: m_can: don't enable transceiver when probing
 2024-06-07 10:52 UTC 

[PATCH net-next v4 0/6] add sriov support for wangxun NICs
 2024-06-07 10:50 UTC  (5+ messages)

[net PATCH] net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters
 2024-06-07 10:51 UTC  (2+ messages)

[PATCH 0/8] Introduce fwctl subystem
 2024-06-07 10:47 UTC  (18+ messages)

[PATCH iwl-next v4] ice: Add support for devlink local_forwarding param
 2024-06-07 10:43 UTC 

[PATCH net-next v3 0/3] net: core: Unify dstats with tstats and lstats, implement generic dstats collection
 2024-06-07 10:25 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: core,vrf: Change pcpu_dstat fields to u64_stats_t
` [PATCH net-next v3 2/3] net: core: Implement dstats-type stats collections
` [PATCH net-next v3 3/3] net: vrf: move to generic dstat helpers

[PATCH wifi-next 1/2] wifi: mac80211: Move stats allocation to core
 2024-06-07 10:20 UTC  (2+ messages)
` [PATCH wifi-next 2/2] wifi: mac80211: Remove generic .ndo_get_stats64

[PATCH net-next v2 0/8] net: pse-pd: Add new PSE c33 features
 2024-06-07 10:09 UTC  (10+ messages)
` [PATCH net-next v2 1/8] net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP
` [PATCH net-next v2 2/8] net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended state
` [PATCH net-next v2 3/8] netlink: specs: Expand the PSE netlink command with C33 new features
` [PATCH net-next v2 4/8] net: pse-pd: pd692x0: Expand ethtool status message
` [PATCH net-next v2 5/8] net: pse-pd: Add new power limit get and set c33 features
` [PATCH net-next v2 6/8] net: ethtool: Add new power limit get and set features
` [PATCH net-next v2 7/8] netlink: specs: Expand the PSE netlink command with C33 pw-limit attributes
` [PATCH net-next v2 8/8] net: pse-pd: pd692x0: Enhance with new current limit and voltage read callbacks

[PATCH v1 2/2] net: wwan: Fix SDX72 ping failure issue
 2024-06-07 10:03 UTC 

[PATCH v5 00/12] Series to deliver Ethernet for STM32MP13
 2024-06-07  9:57 UTC  (13+ messages)
` [PATCH v5 01/12] dt-bindings: net: add STM32MP13 compatible in documentation for stm32
` [PATCH v5 02/12] net: stmmac: dwmac-stm32: Separate out external clock rate validation
` [PATCH v5 03/12] net: stmmac: dwmac-stm32: Separate out external clock selector
` [PATCH v5 04/12] net: stmmac: dwmac-stm32: Extract PMCR configuration
` [PATCH v5 05/12] net: stmmac: dwmac-stm32: Clean up the debug prints
` [PATCH v5 06/12] net: stmmac: dwmac-stm32: Fix Mhz to MHz
` [PATCH v5 07/12] net: stmmac: dwmac-stm32: Mask support for PMCR configuration
` [PATCH v5 08/12] net: stmmac: dwmac-stm32: add management of stm32mp13 for stm32
` [PATCH v5 09/12] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13
` [PATCH v5 10/12] ARM: dts: stm32: add ethernet1/2 RMII pins for STM32MP13F-DK board
` [PATCH v5 11/12] ARM: dts: stm32: add ethernet1 for STM32MP135F-DK board
` [PATCH v5 12/12] ARM: multi_v7_defconfig: Add MCP23S08 pinctrl support

pull-request: wireless-next-2024-06-07
 2024-06-07  9:42 UTC  (2+ messages)

[PATCH v2 net-next] net: hsr: Send supervisory frames to HSR network with ProxyNodeTable data
 2024-06-07  9:34 UTC  (3+ messages)

[PATCH net-next 0/2] rtnetlink: move rtnl_lock handling out of af_netlink
 2024-06-07  9:24 UTC  (3+ messages)
` [PATCH net-next 1/2] "

[PATCH v4 00/11] Series to deliver Ethernet for STM32MP13
 2024-06-07  9:18 UTC  (4+ messages)
` [PATCH v4 08/11] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13

[PATCH v2] net: fec: Add ECR bit macros, fix FEC_ECR_EN1588 being cleared on link-down
 2024-06-07  9:12 UTC  (3+ messages)

[PATCH 1/1] virtio-can: Add link to CAN specification from ISO
 2024-06-07  9:09 UTC  (2+ messages)

[PATCH net-next v20 00/13] Add Realtek automotive PCIe driver
 2024-06-07  9:03 UTC  (15+ messages)
` [PATCH net-next v20 01/13] rtase: Add pci table supported in this module
` [PATCH net-next v20 02/13] rtase: Implement the .ndo_open function
` [PATCH net-next v20 03/13] rtase: Implement the rtase_down function
` [PATCH net-next v20 04/13] rtase: Implement the interrupt routine and rtase_poll
` [PATCH net-next v20 05/13] rtase: Implement hardware configuration function
` [PATCH net-next v20 06/13] rtase: Implement .ndo_start_xmit function
` [PATCH net-next v20 07/13] rtase: Implement a function to receive packets
` [PATCH net-next v20 08/13] rtase: Implement net_device_ops
` [PATCH net-next v20 09/13] rtase: Implement pci_driver suspend and resume function
` [PATCH net-next v20 10/13] rtase: Implement ethtool function
` [PATCH net-next v20 11/13] rtase: Add a Makefile in the rtase folder
` [PATCH net-next v20 12/13] realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v20 13/13] MAINTAINERS: Add the rtase ethernet driver entry

[PATCH net-next] ip_tunnel: Move stats allocation to core
 2024-06-07  8:44 UTC 

SCTP doesn't seem to let you 'cancel' a blocking accept()
 2024-06-07  8:36 UTC  (3+ messages)

[PATCH net] net/ipv6: Fix the RT cache flush via sysctl using a previous delay
 2024-06-07  8:33 UTC  (4+ messages)

[PATCH v3 0/5] Add Microchip KSZ 9897 Switch CPU PHY + Errata
 2024-06-07  8:32 UTC  (7+ messages)
` [PATCH net v5 1/4] net: phy: micrel: add Microchip KSZ 9897 Switch PHY support

[PATCH v3] landlock: Add abstract unix socket connect restriction
 2024-06-07  8:28 UTC  (2+ messages)

[PATCH net-next v6] net: ethernet: mtk_eth_soc: ppe: add support for multiple PPEs
 2024-06-07  8:21 UTC 

[PATCH v2 00/19] Add support for the LAN966x PCI device using a DT overlay
 2024-06-07  8:06 UTC  (6+ messages)
` [PATCH v2 10/19] irqdomain: Introduce irq_domain_alloc() and irq_domain_publish()

[PATCH net-next v14 00/14] net: Make timestamping selectable
 2024-06-07  7:57 UTC  (3+ messages)

[RFC net-next v4 0/2] mlx5: Add netdev-genl queue stats
 2024-06-07  7:53 UTC  (8+ messages)
` [RFC net-next v4 2/2] net/mlx5e: Add per queue netdev-genl stats

[RFC PATCH v2 2/2] net: include: mii: Refactor: Use bit ops for ADVERTISE_* bits
 2024-06-07  7:48 UTC 

[PATCH] CDC-NCM: add support for Apple's private interface
 2024-06-07  7:40 UTC 

[PATCH net-next v13 00/13] Introduce PHY listing and link_topology tracking
 2024-06-07  7:18 UTC  (14+ messages)
` [PATCH net-next v13 01/13] net: phy: Introduce ethernet link topology representation
` [PATCH net-next v13 02/13] net: sfp: pass the phy_device when disconnecting an sfp module's PHY
` [PATCH net-next v13 03/13] net: phy: add helpers to handle sfp phy connect/disconnect
` [PATCH net-next v13 04/13] net: sfp: Add helper to return the SFP bus name
` [PATCH net-next v13 05/13] net: ethtool: Allow passing a phy index for some commands
` [PATCH net-next v13 06/13] netlink: specs: add phy-index as a header parameter
` [PATCH net-next v13 07/13] net: ethtool: Introduce a command to list PHYs on an interface
` [PATCH net-next v13 08/13] netlink: specs: add ethnl PHY_GET command set
` [PATCH net-next v13 09/13] net: ethtool: plca: Target the command to the requested PHY
` [PATCH net-next v13 10/13] net: ethtool: pse-pd: "
` [PATCH net-next v13 11/13] net: ethtool: cable-test: "
` [PATCH net-next v13 12/13] net: ethtool: strset: Allow querying phy stats by index
` [PATCH net-next v13 13/13] Documentation: networking: document phy_link_topology

[PATCH 0/3] MCTP over PCC
 2024-06-07  7:06 UTC  (3+ messages)
` [PATCH v2 "

[PATCH net V3 2/3] net: lan743x: Support WOL at both the PHY and MAC appropriately
 2024-06-07  6:46 UTC  (2+ messages)

[PATCH v9 0/2] dt-bindings: describe the ath1X modules on QCom BT/WLAN chipsets
 2024-06-07  6:40 UTC  (9+ messages)
` [PATCH v9 1/2] dt-bindings: net: wireless: qcom,ath11k: describe the ath11k on QCA6390

[PATCH net] gve: ignore nonrelevant GSO type bits when processing TSO headers
 2024-06-07  6:35 UTC  (3+ messages)
` [PATCH net v2] "

[syzbot] [net?] INFO: task hung in __tun_chr_ioctl (6)
 2024-06-07  6:03 UTC 

[PATCH ipsec-next v1 0/8] Add IP-TFS mode to xfrm
 2024-06-07  5:54 UTC  (11+ messages)
` [PATCH ipsec-next v2 08/17] xfrm: iptfs: add new iptfs xfrm mode impl
  ` [devel-ipsec] "
  ` [PATCH ipsec-next v2 0/17] Add IP-TFS mode to xfrm
          ` [devel-ipsec] "

[PATCH net-next v3 0/4] net: macb: WOL enhancements
 2024-06-07  5:54 UTC  (4+ messages)
` [PATCH net-next v3 1/4] net: macb: queue tie-off or disable during WOL suspend

[PATCH net-next v8 0/3] net: tcp: un-pin tw timer
 2024-06-07  5:51 UTC  (3+ messages)
` [PATCH net-next v8 2/3] net: tcp: un-pin the tw_timer

[PATCH ipsec-next v2 0/17] Add IP-TFS mode to xfrm
 2024-06-07  5:42 UTC  (18+ messages)
` [PATCH ipsec-next v3 01/17] xfrm: config: add CONFIG_XFRM_IPTFS
` [PATCH ipsec-next v3 02/17] include: uapi: add ip_tfs_*_hdr packet formats
` [PATCH ipsec-next v3 03/17] include: uapi: add IPPROTO_AGGFRAG for AGGFRAG in ESP
` [PATCH ipsec-next v3 04/17] xfrm: sysctl: allow configuration of global default values
` [PATCH ipsec-next v3 06/17] xfrm: add mode_cbs module functionality
` [PATCH ipsec-next v3 07/17] xfrm: add generic iptfs defines and functionality
` [PATCH ipsec-next v3 08/17] xfrm: iptfs: add new iptfs xfrm mode impl
` [PATCH ipsec-next v3 09/17] xfrm: iptfs: add user packet (tunnel ingress) handling
` [PATCH ipsec-next v3 10/17] xfrm: iptfs: share page fragments of inner packets
` [PATCH ipsec-next v3 11/17] xfrm: iptfs: add fragmenting of larger than MTU user packets
` [PATCH ipsec-next v3 12/17] xfrm: iptfs: add basic receive packet (tunnel egress) handling
` [PATCH ipsec-next v3 13/17] xfrm: iptfs: handle received fragmented inner packets
` [PATCH ipsec-next v3 14/17] xfrm: iptfs: add reusing received skb for the tunnel egress packet
` [PATCH ipsec-next v3 15/17] xfrm: iptfs: add skb-fragment sharing code
` [PATCH ipsec-next v3 16/17] xfrm: iptfs: handle reordering of received packets
` [PATCH ipsec-next v3 17/17] xfrm: iptfs: add tracepoint functionality
` [PATCH ipsec-next v3 0/17] Add IP-TFS mode to xfrm


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