netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-04 08:48:14 to 2024-06-04 16:42:56 UTC [more...]

[PATCH 0/8] Introduce fwctl subystem
 2024-06-04 16:42 UTC  (8+ messages)
` [PATCH 1/8] fwctl: Add basic structure for a class subsystem with a cdev

[PATCH net-next v14 00/14] net: Make timestamping selectable
 2024-06-04 16:40 UTC  (16+ messages)
` [PATCH net-next v14 01/14] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
` [PATCH net-next v14 02/14] net: Move dev_set_hwtstamp_phylib to net/core/dev.h
` [PATCH net-next v14 03/14] net: Make dev_get_hwtstamp_phylib accessible
` [PATCH net-next v14 04/14] net: Make net_hwtstamp_validate accessible
` [PATCH net-next v14 05/14] net: Change the API of PHY default timestamp to MAC
` [PATCH net-next v14 06/14] net: net_tstamp: Add unspec field to hwtstamp_source enumeration
` [PATCH net-next v14 07/14] net: Add struct kernel_ethtool_ts_info
` [PATCH net-next v14 08/14] ptp: Add phc source and helpers to register specific PTP clock or get information
` [PATCH net-next v14 09/14] net: Add the possibility to support a selected hwtstamp in netdevice
` [PATCH net-next v14 10/14] net: netdevsim: ptp_mock: Convert to netdev_ptp_clock_register
` [PATCH net-next v14 11/14] net: macb: "
` [PATCH net-next v14 12/14] net: ptp: Move ptp_clock_index() to builtin symbol
` [PATCH net-next v14 13/14] net: ethtool: tsinfo: Add support for hwtstamp provider and get/set hwtstamp config
` [PATCH net-next v14 14/14] netlink: specs: tsinfo: Enhance netlink attributes and add a set command

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-04 16:31 UTC  (11+ messages)
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v10 11/14] tcp: RX path for devmem TCP

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

[PATCH v7 00/10] Fix Kselftest's vfork() side effects
 2024-06-04 16:18 UTC  (7+ messages)
` [PATCH v7 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions

[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
 2024-06-04 16:17 UTC  (4+ messages)
` [PATCH vhost v13 04/12] virtio_ring: support add premapped buf

[PATCH net] net/smc: avoid overwriting when adjusting sock bufsizes
 2024-06-04 16:16 UTC  (4+ messages)

[PATCH net v1 1/1] net dsa: qca8k: fix usages of device_get_named_child_node()
 2024-06-04 16:15 UTC 

[PATCH] dt-bindings: dsa: Rewrite Vitesse VSC73xx in schema
 2024-06-04 16:00 UTC  (2+ messages)

[PATCH net-next v4 1/6] net: libwx: Add malibox api for wangxun pf drivers
 2024-06-04 15:57 UTC  (6+ messages)
` [PATCH net-next v4 2/6] net: libwx: Add sriov api for wangxun nics
` [PATCH net-next v4 3/6] net: libwx: Redesign flow when sriov is enabled
` [PATCH net-next v4 4/6] net: libwx: Add msg task func
` [PATCH net-next v4 5/6] net: ngbe: add sriov function support
` [PATCH net-next v4 6/6] net: txgbe: "

[PATCH net-next v4 0/6] add sriov support for wangxun NICs
 2024-06-04 15:57 UTC 

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-04 15:52 UTC  (4+ messages)

[Patch bpf] bpf: fix a potential use-after-free in bpf_link_free()
 2024-06-04 15:50 UTC  (5+ messages)

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

[PATCH] net: sched: sch_multiq: fix possible OOB write in multiq_tune()
 2024-06-04 15:30 UTC  (2+ messages)

[PATCH V2 0/9] PCIe TPH and cache direct injection support
 2024-06-04 15:30 UTC  (3+ messages)
` [PATCH V2 6/9] PCI/TPH: Retrieve steering tag from ACPI _DSM

[PATCH v3 00/11] Series to deliver Ethernet for STM32MP13
 2024-06-04 15:28 UTC  (15+ messages)
` [PATCH v3 02/11] net: stmmac: dwmac-stm32: Separate out external clock rate validation
` [PATCH v3 07/11] net: ethernet: stmmac: add management of stm32mp13 for stm32
` [PATCH v3 08/11] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13
` [PATCH v3 10/11] ARM: dts: stm32: add ethernet1 for STM32MP135F-DK board

[RFC v2 net-next 0/7] net: pass receive socket to drop tracepoint
 2024-06-04 15:18 UTC  (3+ messages)
` [RFC v2 net-next 7/7] af_packet: use sk_skb_reason_drop to free rx packets

[PATCH v3 0/5] Add Microchip KSZ 9897 Switch CPU PHY + Errata
 2024-06-04 15:09 UTC  (8+ messages)
` [PATCH net v5 "
` [PATCH net v5 1/4] net: phy: micrel: add Microchip KSZ 9897 Switch PHY support
` [PATCH net v5 2/4] net: phy: micrel: add Microchip KSZ 9477 to the device table
` [PATCH net v5 3/4] net: dsa: microchip: use collision based back pressure mode
` [PATCH net v5 4/4] net: dsa: microchip: monitor potential faults in half-duplex mode

[PATCH v4 0/6] slab: Introduce dedicated bucket allocator
 2024-06-04 15:02 UTC  (7+ messages)
` [PATCH v4 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v4 4/6] mm/slab: Introduce kmem_buckets_create() and family

[PATCH net v2 0/3] fix NULL dereference trigger by SRv6 with netfilter
 2024-06-04 14:49 UTC  (4+ messages)
` [PATCH net v2 1/3] seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors
` [PATCH net v2 2/3] selftests: add selftest for the SRv6 End.DX4 behavior with netfilter
` [PATCH net v2 3/3] selftests: add selftest for the SRv6 End.DX6 "

[PATCH net] ptp: Fix error message on failed pin verification
 2024-06-04 14:59 UTC  (2+ messages)

[PATCH net-next v6 0/7] Support symmetric-xor RSS hash
 2024-06-04 14:58 UTC  (10+ messages)
` [PATCH net-next v6 1/7] net: ethtool: pass ethtool_rxfh to get/set_rxfh ethtool ops

[PATCH net-next v2] net: ti: icssg-prueth: Add multicast filtering support
 2024-06-04 14:49 UTC  (2+ messages)

[iwl-next v1] ice: Check all ice_vsi_rebuild() errors in function
 2024-06-04 14:47 UTC  (2+ messages)

[PATCH v2 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-04 14:43 UTC  (14+ messages)
` [PATCH v2 1/4] net: introduce helper sendpages_ok()
` [PATCH v2 3/4] drbd: use sendpages_ok() instead of sendpage_ok()

[PATCH net-next v2 0/3] Enable PTP timestamping/PPS for AM65x SR1.0 devices
 2024-06-04 14:23 UTC  (6+ messages)
` [PATCH net-next v2 1/3] net: ti: icssg-prueth: Enable PTP timestamping support for "
` [PATCH net-next v2 2/3] net: ti: icss-iep: Enable compare events
` [PATCH net-next v2 3/3] arm64: dts: ti: iot2050: Add IEP interrupts for SR1.0 devices

[RFC PATCH net-next 00/28] Add CPSW Proxy Client driver
 2024-06-04 14:20 UTC  (5+ messages)
` [RFC PATCH net-next 01/28] docs: networking: ti: add driver doc for CPSW Proxy Client

[PATCH net-next v7 0/3] net: tcp: un-pin tw timer
 2024-06-04 14:08 UTC  (4+ messages)
` [PATCH net-next v7 1/3] net: tcp/dccp: prepare for tw_timer un-pinning
` [PATCH net-next v7 2/3] net: tcp: un-pin the tw_timer
` [PATCH net-next v7 3/3] tcp: move inet_twsk_schedule helper out of header

[PATCH net-next] net: remove NULL-pointer net parameter in ip_metrics_convert
 2024-06-04 14:11 UTC  (2+ messages)

[PATCH net-next] net: bridge: fix an inconsistent indentation
 2024-06-04 14:10 UTC  (3+ messages)

[PATCH net-next 1/2] openvswitch: Move stats allocation to core
 2024-06-04 14:10 UTC  (2+ messages)

[PATCH net v3] rtnetlink: make the "split" NLM_DONE handling generic
 2024-06-04 14:08 UTC  (3+ messages)

[PATCH nf] netfilter: restore default behavior for nf_conntrack_events
 2024-06-04 13:54 UTC 

[PATCH] net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD()
 2024-06-04 13:52 UTC  (4+ messages)

[iwl-net][PATCH v3] e1000e: move force SMBUS near the end of enable_ulp function
 2024-06-04 13:51 UTC  (2+ messages)

[PATCH net-next v6 0/5] net: phy: mediatek: Introduce mtk-phy-lib and add 2.5Gphy support
 2024-06-04 13:50 UTC  (13+ messages)
` [PATCH net-next v6 5/5] net: phy: add driver for built-in 2.5G ethernet PHY on MT7988

[PATCH v4 0/3] net: phy: bcm5481x: add support for BroadR-Reach mode
 2024-06-04 13:36 UTC  (4+ messages)
` [PATCH v4 1/3] net: phy: bcm54811: New link mode for BroadR-Reach
` [PATCH v4 2/3] net: phy: bcm54811: Add LRE registers definitions
` [PATCH v4 3/3] net: phy: bcm-phy-lib: Implement BroadR-Reach link modes

[Intel-wired-lan] [PATCH iwl-next v7 00/12] Add support for Rx timestamping for both ice and iavf drivers
 2024-06-04 13:14 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH iwl-next v7 01/12] virtchnl: add support for enabling PTP on iAVF
` [Intel-wired-lan] [PATCH iwl-next v7 02/12] ice: support Rx timestamp on flex descriptor
` [Intel-wired-lan] [PATCH iwl-next v7 03/12] virtchnl: add enumeration for the rxdid format
` [Intel-wired-lan] [PATCH iwl-next v7 04/12] iavf: add support for negotiating flexible RXDID format
` [Intel-wired-lan] [PATCH iwl-next v7 05/12] iavf: negotiate PTP capabilities
` [Intel-wired-lan] [PATCH iwl-next v7 06/12] iavf: add initial framework for registering PTP clock
` [Intel-wired-lan] [PATCH iwl-next v7 07/12] iavf: add support for indirect access to PHC time
` [Intel-wired-lan] [PATCH iwl-next v7 08/12] iavf: periodically cache "
` [Intel-wired-lan] [PATCH iwl-next v7 09/12] iavf: refactor iavf_clean_rx_irq to support legacy and flex descriptors
` [Intel-wired-lan] [PATCH iwl-next v7 10/12] iavf: Implement checking DD desc field
` [Intel-wired-lan] [PATCH iwl-next v7 11/12] iavf: handle set and get timestamps ops
` [Intel-wired-lan] [PATCH iwl-next v7 12/12] iavf: add support for Rx timestamps to hotpath

[PATCH v3 iwl-net 0/8] ice: fix AF_XDP ZC timeout and concurrency issues
 2024-06-04 13:21 UTC  (9+ messages)
` [PATCH v3 iwl-net 1/8] ice: respect netif readiness in AF_XDP ZC related ndo's
` [PATCH v3 iwl-net 2/8] ice: don't busy wait for Rx queue disable in ice_qp_dis()
` [PATCH v3 iwl-net 3/8] ice: replace synchronize_rcu with synchronize_net
` [PATCH v3 iwl-net 4/8] ice: modify error handling when setting XSK pool in ndo_bpf
` [PATCH v3 iwl-net 5/8] ice: toggle netif_carrier when setting up XSK pool
` [PATCH v3 iwl-net 6/8] ice: improve updating ice_{t,r}x_ring::xsk_pool
` [PATCH v3 iwl-net 7/8] ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
` [PATCH v3 iwl-net 8/8] ice: xsk: fix txq interrupt mapping

[PATCH net-next] net: use unrcu_pointer() helper
 2024-06-04 13:00 UTC  (2+ messages)

[PATCH net-next v2 0/3] Introducing Intercore Virtual Ethernet (ICVE) driver
 2024-06-04 13:00 UTC  (6+ messages)
` [PATCH net-next v2 2/3] net: ethernet: ti: Register the RPMsg driver as network device

[PATCH iwl-net v4] ice: implement AQ download pkg retry
 2024-06-04 12:55 UTC 

RTL8125B on r8169 no traffic
 2024-06-04 12:38 UTC 

[PATCH bpf 0/2] Revert "xsk: support redirect to any socket bound to the same umem"
 2024-06-04 12:29 UTC  (3+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] Revert "xsk: document ability to "

[PATCH 2/8] fwctl: Basic ioctl dispatch for the character device
 2024-06-04 12:22 UTC  (3+ messages)

[PATCH v2 net] ptp: ocp: adjust serial port symlink creation
 2024-06-04 11:50 UTC  (4+ messages)

[PATCH net-next v5 0/3] Introduce IPPROTO_SMC
 2024-06-04 11:32 UTC  (5+ messages)

[PATCH net-next 0/3] tcp: refactor skb_cmp_decrypted() checks
 2024-06-04 11:30 UTC  (2+ messages)

[PATCH net-next v13 00/15] stmmac: Add Loongson platform support
 2024-06-04 11:29 UTC  (5+ messages)
` [PATCH net-next v13 12/15] net: stmmac: Fixed failure to set network speed to 1000

[PATCH net] net: tls: fix marking packets as decrypted
 2024-06-04 11:20 UTC  (2+ messages)

[PATCH net] net/smc: avoid overwriting when adjusting sock bufsizes
 2024-06-04 11:13 UTC 

[PATCH v2 iwl-net 0/8] ice: fix AF_XDP ZC timeout and concurrency issues
 2024-06-04 11:12 UTC  (8+ messages)
` [PATCH v2 iwl-net 3/8] ice: replace synchronize_rcu with synchronize_net
` [PATCH v2 iwl-net 6/8] ice: improve updating ice_{t,r}x_ring::xsk_pool

[PATCH net] vxlan: Pull inner IP header in vxlan_xmit_one()
 2024-06-04 10:55 UTC  (2+ messages)

[PATCH net-next v2 00/10] net: pcs: xpcs: Add memory-mapped device support
 2024-06-04 10:46 UTC  (7+ messages)
` [PATCH net-next v2 10/10] net: stmmac: Add DW XPCS specified via "pcs-handle" support

[net-next PATCH v3] octeontx2-pf: Add ucast filter count configurability via devlink
 2024-06-04 10:40 UTC  (3+ messages)
  `  "

[PATCH net-next v14 00/14] net: Make timestamping selectable
 2024-06-04 10:38 UTC  (3+ messages)
` [PATCH net-next v14 01/14] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask

[PATCH net] net/mlx5: Fix tainted pointer delete is case of flow rules creation fail
 2024-06-04 10:05 UTC 

[PATCH iwl-net v3] ice: implement AQ download pkg retry
 2024-06-04  9:58 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net,v2] ice: avoid IRQ collision to fix init failure on ACPI S3 resume
 2024-06-04  9:55 UTC  (2+ messages)
` [Intel-wired-lan] [PATCH net, v2] "

[PATCH net-next v4 0/2] net: allow dissecting/matching tunnel control flags
 2024-06-04  9:50 UTC  (2+ messages)

[PATCH v3] can: m_can: don't enable transceiver when probing
 2024-06-04  9:44 UTC  (2+ messages)

Kernel panic triggered while removing mlx5_core devices from the pci bus
 2024-06-04  9:44 UTC  (5+ messages)

[PATCH V3] ext4: check hash version and filesystem casefolded consistent
 2024-06-04  9:36 UTC  (3+ messages)

[PATCH net-next v3] net: mana: Allow variable size indirection table
 2024-06-04  9:33 UTC  (6+ messages)

[PATCH next 00/11] ice: Introduce ETH56G PHY model for E825C products
 2024-06-04  9:28 UTC  (5+ messages)
` [PATCH next 07/11] "

[PATCH net-next] bnxt_en: fix atomic counter for ptp packets
 2024-06-04  9:19 UTC 

[PATCH net-next] seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors
 2024-06-04  9:14 UTC  (4+ messages)

[PATCH iwl-next v3] ice: Add support for devlink local_forwarding param
 2024-06-04  9:09 UTC  (5+ messages)

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

[PATCH net-next] net: count drops due to missing qdisc as dev->tx_drops
 2024-06-04  9:00 UTC  (2+ messages)

[PATCH net-next v2 6/9] net: openvswitch: store sampling probability in cb
 2024-06-04  8:49 UTC  (2+ messages)

[PATCH net] net: wwan: iosm: Fix tainted pointer delete is case of region creation fail
 2024-06-04  8:25 UTC 


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