netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 02:26:24 to 2024-06-11 15:05:04 UTC [more...]

Re: [PATCH] net: phy: rtl8211f add ethtool set wol function
 2024-06-11 15:04 UTC  (2+ messages)

[PATCH net-next 1/2] selftests: openvswitch: fix action formatting
 2024-06-11 15:03 UTC  (7+ messages)
` [PATCH net-next 2/2] selftests: openvswitch: set value to nla flags

[PATCH v2] net: fec: Add ECR bit macros, fix FEC_ECR_EN1588 being cleared on link-down
 2024-06-11 15:02 UTC  (5+ messages)

[PATCH net-next v10 0/7] add ethernet driver for Tehuti Networks TN40xx chips
 2024-06-11 15:01 UTC  (9+ messages)
` [PATCH net-next v10 1/7] PCI: add Edimax Vendor ID to pci_ids.h
` [PATCH net-next v10 2/7] net: tn40xx: add pci driver for Tehuti Networks TN40xx chips
` [PATCH net-next v10 3/7] net: tn40xx: add register defines
` [PATCH net-next v10 4/7] net: tn40xx: add basic Tx handling
` [PATCH net-next v10 5/7] net: tn40xx: add basic Rx handling
` [PATCH net-next v10 6/7] net: tn40xx: add mdio bus support
` [PATCH net-next v10 7/7] net: tn40xx: add phylink support

[PATCH] [net] ravb: RAVB should select PAGE_POOL
 2024-06-11 14:51 UTC  (3+ messages)

[PATCH net-next 0/5] net: stmmac: provide platform select_pcs method
 2024-06-11 14:32 UTC  (13+ messages)
` [PATCH net-next 1/5] net: stmmac: add select_pcs() platform method
` [PATCH net-next 2/5] net: stmmac: dwmac-intel: provide a select_pcs() implementation
` [PATCH net-next 3/5] net: stmmac: dwmac-rzn1: provide "
` [PATCH net-next 4/5] net: stmmac: dwmac-socfpga: "
` [PATCH net-next 5/5] net: stmmac: clean up stmmac_mac_select_pcs()

linux-next: manual merge of the tomoyo tree with the net-next tree
 2024-06-11 14:27 UTC  (3+ messages)

[PATCH v3 iwl-net 0/8] ice: fix AF_XDP ZC timeout and concurrency issues
 2024-06-11 14:21 UTC  (4+ messages)
` [PATCH v3 iwl-net 1/8] ice: respect netif readiness in AF_XDP ZC related ndo's
  ` [Intel-wired-lan] "

[PATCH net-next v16 00/15] Introducing P4TC (series 1)
 2024-06-11 14:21 UTC  (2+ messages)

[PATCH 1/6] auxbus: make to_auxiliary_drv accept and return a constant pointer
 2024-06-11 13:56 UTC  (6+ messages)

[PATCH net-next v5 00/12] net: dsa: lantiq_gswip: code improvements
 2024-06-11 13:54 UTC  (13+ messages)
` [PATCH net-next v5 01/12] dt-bindings: net: dsa: lantiq,gswip: convert to YAML schema
` [PATCH net-next v5 02/12] net: dsa: lantiq_gswip: Only allow phy-mode = "internal" on the CPU port
` [PATCH net-next v5 03/12] net: dsa: lantiq_gswip: add terminating \n where missing
` [PATCH net-next v5 04/12] net: dsa: lantiq_gswip: Use dev_err_probe where appropriate
` [PATCH net-next v5 05/12] net: dsa: lantiq_gswip: Don't manually call gswip_port_enable()
` [PATCH net-next v5 06/12] net: dsa: lantiq_gswip: do also enable or disable cpu port
` [PATCH net-next v5 07/12] net: dsa: lantiq_gswip: Use dsa_is_cpu_port() in gswip_port_change_mtu()
` [PATCH net-next v5 08/12] net: dsa: lantiq_gswip: Change literal 6 to ETH_ALEN
` [PATCH net-next v5 09/12] net: dsa: lantiq_gswip: Consistently use macros for the mac bridge table
` [PATCH net-next v5 10/12] net: dsa: lantiq_gswip: Remove dead code from gswip_add_single_port_br()
` [PATCH net-next v5 11/12] net: dsa: lantiq_gswip: Update comments in gswip_port_vlan_filtering()
` [PATCH net-next v5 12/12] net: dsa: lantiq_gswip: Improve error message in gswip_port_fdb()

[PATCH net-next v2 0/9] net: openvswitch: Add sample multicasting
 2024-06-11 13:54 UTC  (5+ messages)
` [PATCH net-next v2 5/9] net: openvswitch: add emit_sample action
  ` [ovs-dev] "

[PATCH net-next v4 00/13] net: dsa: lantiq_gswip: code improvements
 2024-06-11 13:48 UTC  (18+ messages)
` [PATCH net-next v4 01/13] dt-bindings: net: dsa: lantiq,gswip: convert to YAML schema
` [PATCH net-next v4 02/13] dt-bindings: net: dsa: lantiq,gswip: Add missing CPU port phy-mode and fixed-link to example
` [PATCH net-next v4 03/13] net: dsa: lantiq_gswip: Only allow phy-mode = "internal" on the CPU port
` [PATCH net-next v4 04/13] net: dsa: lantiq_gswip: add terminating \n where missing
` [PATCH net-next v4 05/13] net: dsa: lantiq_gswip: Use dev_err_probe where appropriate
` [PATCH net-next v4 06/13] net: dsa: lantiq_gswip: Don't manually call gswip_port_enable()
` [PATCH net-next v4 07/13] net: dsa: lantiq_gswip: do also enable or disable cpu port
` [PATCH net-next v4 08/13] net: dsa: lantiq_gswip: Use dsa_is_cpu_port() in gswip_port_change_mtu()
` [PATCH net-next v4 09/13] net: dsa: lantiq_gswip: Change literal 6 to ETH_ALEN
` [PATCH net-next v4 10/13] net: dsa: lantiq_gswip: Consistently use macros for the mac bridge table
` [PATCH net-next v4 11/13] net: dsa: lantiq_gswip: Remove dead code from gswip_add_single_port_br()
` [PATCH net-next v4 12/13] net: dsa: lantiq_gswip: Update comments in gswip_port_vlan_filtering()
` [PATCH net-next v4 13/13] net: dsa: lantiq_gswip: Improve error message in gswip_port_fdb()

[syzbot] Monthly hams report (Jun 2024)
 2024-06-11 13:40 UTC 

[net-next,PATCH v7 0/8] Series to deliver Ethernet for STM32MP13
 2024-06-11 13:32 UTC  (11+ messages)
` [net-next,PATCH v7 1/8] dt-bindings: net: add STM32MP13 compatible in documentation for stm32
` [net-next,PATCH v7 2/8] net: stmmac: dwmac-stm32: Separate out external clock rate validation
` [net-next,PATCH v7 3/8] net: stmmac: dwmac-stm32: Separate out external clock selector
` [net-next,PATCH v7 4/8] net: stmmac: dwmac-stm32: Extract PMCR configuration
` [net-next,PATCH v7 5/8] net: stmmac: dwmac-stm32: Clean up the debug prints
` [net-next,PATCH v7 6/8] net: stmmac: dwmac-stm32: Fix Mhz to MHz
` [net-next,PATCH v7 7/8] net: stmmac: dwmac-stm32: Mask support for PMCR configuration
` [net-next,PATCH v7 8/8] net: stmmac: dwmac-stm32: add management of stm32mp13 for stm32

[PATCH v2 0/3] Series DTs to deliver Ethernet for STM32MP13
 2024-06-11 13:05 UTC  (5+ messages)
` [PATCH v2 1/3] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13
` [PATCH v2 2/3] ARM: dts: stm32: add ethernet1/2 RMII pins for STM32MP13F-DK board
` [PATCH v2 3/3] ARM: dts: stm32: add ethernet1 for STM32MP135F-DK board

[PATCH next-next] net: phy: realtek: add support for rtl8224 2.5Gbps PHY
 2024-06-11 13:21 UTC  (2+ messages)

[PATCH net-next v4 0/4] net: macb: WOL enhancements
 2024-06-11 12:57 UTC  (5+ messages)
` [PATCH net-next v4 3/4] net: macb: Add ARP support to WOL

[PATCH net-next v7 00/15] First try to replace page_frag with page_frag_cache
 2024-06-11 12:55 UTC  (2+ messages)

[PATCH RFC v2 0/8] net: stmmac: convert stmmac "pcs" to phylink
 2024-06-11 12:25 UTC  (5+ messages)
` [PATCH RFC net-next v2 3/8] net: stmmac: dwmac1000: convert sgmii/rgmii "

[PATCH net-next v2 0/8] net: pse-pd: Add new PSE c33 features
 2024-06-11 12:01 UTC  (6+ messages)
` [PATCH net-next v2 2/8] net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended state

[Intel-wired-lan] [PATCH iwl-next v7 00/12] Add support for Rx timestamping for both ice and iavf drivers
 2024-06-11 11:47 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH iwl-next v7 09/12] iavf: refactor iavf_clean_rx_irq to support legacy and flex descriptors

[PATCH net-next v4 00/15] virtio-net: support AF_XDP zero copy
 2024-06-11 11:41 UTC  (16+ messages)
` [PATCH net-next v4 01/15] virtio_ring: introduce dma map api for page
` [PATCH net-next v4 02/15] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v4 03/15] virtio_ring: virtqueue_set_dma_premapped() support to disable
` [PATCH net-next v4 04/15] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v4 05/15] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v4 06/15] virtio_net: separate receive_buf
` [PATCH net-next v4 07/15] virtio_net: refactor the xmit type
` [PATCH net-next v4 08/15] virtio_net: sq support premapped mode
` [PATCH net-next v4 09/15] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v4 10/15] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v4 11/15] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v4 12/15] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v4 13/15] virtio_net: xsk: tx: handle the transmitted xsk buffer
` [PATCH net-next v4 14/15] virtio_net: xsk: rx: support fill with "
` [PATCH net-next v4 15/15] virtio_net: xsk: rx: support recv small mode

[RFC PATCH v2 00/12] Socket type control for Landlock
 2024-06-11 11:35 UTC  (5+ messages)

[net-next,v7] net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
 2024-06-11 11:34 UTC 

[PATCH net-next 00/13] net: dsa: lantiq_gswip: code improvements
 2024-06-11 11:12 UTC  (6+ messages)
` [PATCH net-next 01/13] dt-bindings: net: dsa: lantiq_gswip: Add missing phy-mode and fixed-link

[PATCH net v2] bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response
 2024-06-11 11:09 UTC  (5+ messages)

[PATCH] igb: Add MII write support
 2024-06-11 11:08 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v25 00/20] nvme-tcp receive offloads
 2024-06-11 11:01 UTC  (8+ messages)

[PATCH net V3 2/3] net: lan743x: Support WOL at both the PHY and MAC appropriately
 2024-06-11 10:45 UTC  (8+ messages)
` [PATCH net V3 0/3] net: lan743x: Fixes for multiple WOL related issues
  ` [PATCH net V3 1/3] net: lan743x: disable WOL upon resume to restore full data path operation
  ` [PATCH net V3 3/3] net: phy: mxl-gpy: Remove interrupt mask clearing from config_init

[PATCH net-next v2 00/10] net: pcs: xpcs: Add memory-mapped device support
 2024-06-11 10:45 UTC  (6+ messages)
` [PATCH net-next v2 06/10] dt-bindings: net: Add Synopsys DW xPCS bindings

[PATCH iwl-net] idpf: extend tx watchdog timeout
 2024-06-11 10:44 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH net-next v1] lan78xx: lan7801 MAC support with lan8841
 2024-06-11  9:42 UTC 

[PATCH v2 0/2] cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options
 2024-06-11  9:42 UTC  (5+ messages)

[PATCH net-next v6 0/2] Add F_SETFL for fcntl in test_sockmap
 2024-06-11  9:13 UTC  (3+ messages)
` [PATCH net-next v6 1/2] tls: wait for receiving next skb for sk_redirect
` [PATCH net-next v6 2/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap

[PATCH net-next 0/5] net: flower: validate encapsulation control flags
 2024-06-11  9:09 UTC  (4+ messages)
` [PATCH net-next 4/5] nfp: "

[iwl-next v1] ice: Check all ice_vsi_rebuild() errors in function
 2024-06-11  9:01 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH iwl-net v2] i40e: fix hot issue NVM content is corrupted after nvmupdate
 2024-06-11  9:02 UTC 

[PATCH iwl-net] i40e: fix hot issue NVM content is corrupted after nvmupdate
 2024-06-11  8:58 UTC  (7+ messages)
` [Intel-wired-lan] "

[PATCH v6] af_unix: Read with MSG_PEEK loops if the first unread byte is OOB
 2024-06-11  8:46 UTC 

[PATCH v2 0/1] Add MCP23S08 pinctrl support
 2024-06-11  8:44 UTC  (3+ messages)
` [PATCH v2 1/1] ARM: multi_v7_defconfig: "

[PATCH v5 net-next 00/15] locking: Introduce nested-BH locking
 2024-06-11  8:39 UTC  (6+ messages)
` [PATCH v5 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT

[PATCH net v3] bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()
 2024-06-11  8:25 UTC 

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

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-11  8:21 UTC  (20+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

[PATCH] igb: Add support for firmware update
 2024-06-11  7:55 UTC  (3+ messages)

[PATCH resubmit 2] net: fec: Fix FEC_ECR_EN1588 being cleared on link-down
 2024-06-11  8:04 UTC 

[PATCH net v2 0/3] fix NULL dereference trigger by SRv6 with netfilter
 2024-06-11  7:58 UTC  (9+ messages)
` [PATCH net v2 2/3] selftests: add selftest for the SRv6 End.DX4 behavior "

[PATCH v0] net: dsa: mv88e6xxx: Add FID map cache
 2024-06-11  7:50 UTC  (2+ messages)

[PATCH] ixgbe: Add support for firmware update
 2024-06-11  7:12 UTC  (3+ messages)

[PATCH] atm/fore200e: Consolidate available cell rate update to prevent race condition
 2024-06-11  7:39 UTC  (2+ messages)

[Enable Designware XGMAC VLAN Stripping Feature v2 0/1]
 2024-06-11  7:06 UTC  (13+ messages)
` [Enable Designware XGMAC VLAN Stripping Feature v2 1/1] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN Stripping

[syzbot] [hams?] KASAN: slab-use-after-free Read in rose_get_neigh
 2024-06-11  6:56 UTC 

[net-next,PATCH v6 0/8] Series to deliver Ethernet for STM32MP13
 2024-06-11  6:42 UTC  (8+ messages)
` [net-next,PATCH v6 7/8] net: stmmac: dwmac-stm32: Mask support for PMCR configuration

[PATCH ipsec 1/2] xfrm: Fix input error path memory access
 2024-06-11  6:32 UTC  (2+ messages)
` [PATCH ipsec 2/2] xfrm: Log input direction mismatch error in one place

[PATCH v4 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-11  6:36 UTC  (5+ messages)
` [PATCH v4 1/4] net: introduce helper sendpages_ok()
` [PATCH v4 2/4] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v4 3/4] drbd: "
` [PATCH v4 4/4] libceph: "

[PATCH v3 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-11  6:33 UTC  (4+ messages)
` [PATCH v3 1/4] net: introduce helper sendpages_ok()

[iwl-net][PATCH v2] Revert "e1000e: move force SMBUS near the end of enable_ulp function"
 2024-06-11  6:24 UTC 

[PATCH ipsec-next v1 0/8] Add IP-TFS mode to xfrm
 2024-06-11  6:24 UTC  (7+ messages)
  ` [PATCH ipsec-next v2 0/17] "
          ` [devel-ipsec] "

[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_rx_work (2)
 2024-06-11  6:21 UTC 

[PATCH ipsec-next,v4] xfrm: support sending NAT keepalives in ESP in UDP states
 2024-06-11  5:45 UTC  (2+ messages)

[iwl-net][PATCH] Revert "e1000e: move force SMBUS near the end of enable_ulp function"
 2024-06-11  5:45 UTC  (5+ messages)

[PATCH] vdpa: add the support to set mac address and MTU
 2024-06-11  5:36 UTC 

[PATCH 1/2] vdpa: support set mac address from vdpa tool
 2024-06-11  5:32 UTC  (2+ messages)
` [PATCH 2/2] vdpa_sim_net: Add the support of set mac address

[PATCH net-next v3] net: mana: Allow variable size indirection table
 2024-06-11  5:31 UTC  (5+ messages)

[PATCH net-next v9 0/6] add ethernet driver for Tehuti Networks TN40xx chips
 2024-06-11  5:30 UTC  (4+ messages)

[PATCH net-next] tcp: Add tracepoint for rxtstamp coalescing
 2024-06-11  4:58 UTC 

[PATCH v3 0/3] Intel Wired LAN Driver Updates 2024-06-03
 2024-06-11  4:10 UTC  (2+ messages)

[PATCH net] ionic: fix use after netif_napi_del()
 2024-06-11  4:05 UTC  (3+ messages)

[PATCH net-next v1 0/3] bnxt_en: implement netdev_queue_mgmt_ops
 2024-06-11  3:41 UTC  (6+ messages)
` [PATCH net-next v1 1/3] bnxt_en: Add support to call FW to update a VNIC
` [PATCH net-next v1 2/3] bnxt_en: split rx ring helpers out from ring helpers
` [PATCH net-next v1 3/3] bnxt_en: implement netdev_queue_mgmt_ops

[PATCH net-next v2] net: dqs: introduce IFF_NO_BQL private flag for non-BQL drivers
 2024-06-11  3:32 UTC 

[PATCH net] tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
 2024-06-11  3:00 UTC  (2+ messages)

[PATCH net 0/4] mptcp: various fixes
 2024-06-11  3:00 UTC  (2+ messages)

[iproute2-net] devlink: trivial: fix err format on max_io_eqs
 2024-06-11  2:58 UTC  (2+ messages)

[PATCH net-next] net: dqs: introduce NETIF_F_NO_BQL device feature
 2024-06-11  2:56 UTC  (5+ messages)

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

[PATCH iwl-net v5] ice: Do not get coalesce settings while in reset
 2024-06-11  2:47 UTC  (2+ messages)

[PATCH] net/sched: initialize noop_qdisc owner
 2024-06-11  2:40 UTC  (2+ messages)

[PATCH net v2] gve: ignore nonrelevant GSO type bits when processing TSO headers
 2024-06-11  2:35 UTC  (5+ messages)
` [PATCH net v3] "


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