netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-13 12:56:19 to 2025-06-14 01:16:25 UTC [more...]

[PATCH v2 net-next] net: ipconfig: replace strncpy with strscpy
 2025-06-14  1:16 UTC  (3+ messages)

[PATCH net] net: ti: icssg-prueth: Fix packet handling for XDP_TX
 2025-06-14  1:09 UTC  (2+ messages)

[PATCH net-next 0/4] seg6: Allow End.X behavior to accept an oif
 2025-06-14  1:07 UTC  (7+ messages)
` [PATCH net-next 2/4] seg6: Call seg6_lookup_any_nexthop() from End.X behavior
` [PATCH net-next 3/4] seg6: Allow End.X behavior to accept an oif
` [PATCH net-next 4/4] selftests: seg6: Add test cases for End.X with link-local nexthop

[PATCH v3] net/sched: fix use-after-free in taprio_dev_notifier
 2025-06-14  0:54 UTC 

[PATCH v2] net/sched: fix use-after-free in taprio_dev_notifier
 2025-06-14  0:46 UTC  (6+ messages)

[PATCH net-next RFC] selftests: net: add netpoll basic functionality test
 2025-06-14  0:42 UTC  (6+ messages)

[PATCH net-next v3] net: arp: use kfree_skb_reason() in arp_rcv()
 2025-06-14  0:40 UTC  (2+ messages)

[PATCH net-next, v3] selftest: Add selftest for multicast address notifications
 2025-06-14  0:29 UTC  (2+ messages)

[PATCH net-next 0/4] net: phy: improve mdio-boardinfo handling
 2025-06-14  0:20 UTC  (10+ messages)
` [PATCH net-next 1/4] net: phy: simplify mdiobus_setup_mdiodev_from_board_info
` [PATCH net-next 2/4] net: phy: move definition of struct mdio_board_entry to mdio-boardinfo.c
` [PATCH net-next 3/4] net: phy: improve mdio-boardinfo.h
` [PATCH net-next 4/4] net: phy: directly copy struct mdio_board_info in mdiobus_register_board_info

[PATCH v18 net-next 0/5] DUALPI2 patch
 2025-06-14  0:13 UTC  (9+ messages)
` [PATCH v18 net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v18 net-next 2/5] sched: Dump configuration and statistics "
` [PATCH v18 net-next 3/5] sched: Add enqueue/dequeue "
` [PATCH v18 net-next 4/5] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v18 net-next 5/5] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH net-next v5 0/8] gve: Add Rx HW timestamping support
 2025-06-14  0:07 UTC  (9+ messages)
` [PATCH net-next v5 1/8] gve: Add device option for nic clock synchronization
` [PATCH net-next v5 2/8] gve: Add adminq command to report nic timestamp
` [PATCH net-next v5 3/8] gve: Add initial PTP device support
` [PATCH net-next v5 4/8] gve: Add adminq lock for queues creation and destruction
` [PATCH net-next v5 5/8] gve: Add support to query the nic clock
` [PATCH net-next v5 6/8] gve: Add rx hardware timestamp expansion
` [PATCH net-next v5 7/8] gve: Implement ndo_hwtstamp_get/set for RX timestamping
` [PATCH net-next v5 8/8] gve: Advertise support for rx hardware timestamping

[syzbot] [net?] WARNING in __linkwatch_sync_dev (2)
 2025-06-13 23:56 UTC  (4+ messages)

[PATCH net-next v3] page_pool: import Jesper's page_pool benchmark
 2025-06-13 23:44 UTC 

[PATCH net 0/3] bnxt_en: Bug fixes
 2025-06-13 23:18 UTC  (4+ messages)
` [PATCH net 1/3] bnxt_en: Fix double invocation of bnxt_ulp_stop()/bnxt_ulp_start()
` [PATCH net 2/3] bnxt_en: Add a helper function to configure MRU and RSS
` [PATCH net 3/3] bnxt_en: Update MRU and RSS table of RSS contexts on queue reset

[RFC net-next 00/22] net: per-queue rx-buf-len configuration
 2025-06-13 23:16 UTC  (8+ messages)
` [RFC net-next 19/22] eth: bnxt: use queue op config validate

[PATCH net-next 0/3] tcp: remove obsolete RFC3517/RFC6675 code
 2025-06-13 23:09 UTC  (4+ messages)
` [PATCH net-next 1/3] tcp: remove obsolete and unused RFC3517/RFC6675 loss recovery code
` [PATCH net-next 2/3] tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint
` [PATCH net-next 3/3] tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()

[PATCH 0/2] vringh small unused functions
 2025-06-13 23:07 UTC  (3+ messages)
` [PATCH 1/2] vhost: vringh: Remove unused iotlb functions
` [PATCH 2/2] vhost: vringh: Remove unused functions

[PATCH v6] dt-bindings: net: Convert socfpga-dwmac bindings to yaml
 2025-06-13 22:58 UTC 

[net-next PATCH 0/6] Add support for 25G, 50G, and 100G to fbnic
 2025-06-13 22:43 UTC  (7+ messages)

[PATCH] net: ipv4: ipconfig: Support RFC 4361/3315 DHCP client ID in hex format
 2025-06-13 22:37 UTC  (3+ messages)

[PATCH bpf 0/7] bpf: deny trampoline attachment if args can not be located exactly on stack
 2025-06-13 22:35 UTC  (7+ messages)
` [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain

[PATCH v2 bpf-next 0/4] af_unix: Allow BPF LSM to filter SCM_RIGHTS at sendmsg()
 2025-06-13 22:22 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] af_unix: Don't pass struct socket to security_unix_may_send()
` [PATCH v2 bpf-next 2/4] af_unix: Call security_unix_may_send() in sendmsg() for all socket types
` [PATCH v2 bpf-next 3/4] af_unix: Pass skb to security_unix_may_send()
` [PATCH v2 bpf-next 4/4] selftest: bpf: Add test for BPF LSM on unix_may_send()

[PATCH net-next 0/3] r8169: remove phy_driver_is_genphy and phy_driver_is_genphy_10g
 2025-06-13 22:05 UTC  (5+ messages)
` [PATCH net-next 1/3] net: phy: add flag is_genphy_driven to struct phy_device
` [PATCH net-next 2/3] net: phy: improve phy_driver_is_genphy
` [PATCH net-next 3/3] net: phy: remove phy_driver_is_genphy_10g

[PATCH v6 2/5] PCI: hv: Allow dynamic MSI-X vector allocation
 2025-06-13 22:03 UTC  (2+ messages)

[PATCH v6 1/5] PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations
 2025-06-13 22:03 UTC  (2+ messages)

[PATCH net-next v2 00/14] ipmr, ip6mr: Allow MC-routing locally-generated MC packets
 2025-06-13 21:52 UTC  (18+ messages)
` [PATCH net-next v2 01/14] net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
` [PATCH net-next v2 04/14] net: ipv4: Add ip_mr_output()
` [PATCH net-next v2 08/14] net: ipv6: ip6mr: Extract a helper out of ip6mr_forward2()
` [PATCH net-next v2 09/14] net: ipv6: Add ip6_mr_output()
` [PATCH net-next v2 14/14] selftests: forwarding: Add a test for verifying VXLAN MC underlay

[PATCH net-next v9 00/14] Add Microchip ZL3073x support (part 1)
 2025-06-13 21:46 UTC  (4+ messages)
` [PATCH net-next v9 06/14] dpll: zl3073x: Fetch invariants during probe

[syzbot] [wireless?] UBSAN: array-index-out-of-bounds in cfg80211_inform_bss_frame_data
 2025-06-13 21:30 UTC  (2+ messages)

[PATCH 0/2] nfsd: use threads array as-is in netlink thread set interface
 2025-06-13 21:05 UTC  (13+ messages)
` [PATCH 1/2] nfsd: use threads array as-is in netlink interface

[BISECT] regression: tcp: fix to allow timestamp undo if no retransmits were sent
 2025-06-13 21:02 UTC  (10+ messages)

[PATCH net-next v4 0/6] udp_tunnel: remove rtnl_lock dependency
 2025-06-13 20:33 UTC  (7+ messages)
` [PATCH net-next v4 1/6] geneve: rely on rtnl lock in geneve_offload_rx_ports
` [PATCH net-next v4 2/6] vxlan: drop sock_lock
` [PATCH net-next v4 3/6] udp_tunnel: remove rtnl_lock dependency
` [PATCH net-next v4 4/6] net: remove redundant ASSERT_RTNL() in queue setup functions
` [PATCH net-next v4 5/6] netdevsim: remove udp_ports_sleep
` [PATCH net-next v4 6/6] Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"

[PATCH net-next v5 0/3] dpll: add Reference SYNC feature
 2025-06-13 20:16 UTC  (4+ messages)
` [PATCH net-next v5 1/3] dpll: add reference-sync netlink attribute

[PATCH net-next v6 0/3] dpll: add Reference SYNC feature
 2025-06-13 20:06 UTC  (4+ messages)
` [PATCH net-next v6 1/3] dpll: add reference-sync netlink attribute
` [PATCH net-next v6 2/3] dpll: add reference sync get/set
` [PATCH net-next v6 3/3] ice: add ref-sync dpll pins

[PATCH net] tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior
 2025-06-13 19:30 UTC 

[net-next v1] net: ethernet: mtk_eth_soc: support named IRQs
 2025-06-13 19:18 UTC 

[PATCH net-next v7] Add support to set napi threaded for individual napi
 2025-06-13 19:16 UTC 

[PATCH net] pldmfw: Select CRC32 when PLDMFW is selected
 2025-06-13 18:56 UTC  (2+ messages)

[PATCH net v1] mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
 2025-06-13 18:51 UTC 

[PATCH net-next v9 00/15] Begin upstreaming Homa transport protocol
 2025-06-13 18:50 UTC  (18+ messages)
` [PATCH net-next v9 03/15] net: homa: create shared Homa header files
` [PATCH net-next v9 05/15] net: homa: create homa_peer.h and homa_peer.c
` [PATCH net-next v9 06/15] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v9 08/15] net: homa: create homa_pacer.h and homa_pacer.c
` [PATCH net-next v9 13/15] net: homa: create homa_timer.c

[PATCH net-next v2 00/10] net: fec: cleanups, update quirk, update IRQ naming
 2025-06-13 18:37 UTC  (15+ messages)
` [PATCH net-next v2 01/10] net: fec: fix typos found by codespell
` [PATCH net-next v2 02/10] net: fec: struct fec_enet_private: remove obsolete comment
` [PATCH net-next v2 03/10] net: fec: add missing header files
` [PATCH net-next v2 04/10] net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_info
` [PATCH net-next v2 05/10] net: fec: fec_restart(): introduce a define for FEC_ECR_SPEED
` [PATCH net-next v2 06/10] net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()
` [PATCH net-next v2 07/10] net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with skb_vlan_eth_hdr()

[PATCH v4 0/5] io_uring cmd for tx timestamps
 2025-06-13 18:32 UTC  (6+ messages)
` [PATCH v4 1/5] net: timestamp: add helper returning skb's tx tstamp
` [PATCH v4 2/5] io_uring/poll: introduce io_arm_apoll()
` [PATCH v4 3/5] io_uring/cmd: allow multishot polled commands
` [PATCH v4 4/5] io_uring: add mshot helper for posting CQE32
` [PATCH v4 5/5] io_uring/netcmd: add tx timestamping cmd support

[PATCH v3 0/5] io_uring cmd for tx timestamps
 2025-06-13 18:29 UTC  (4+ messages)
` [PATCH v3 5/5] io_uring/netcmd: add tx timestamping cmd support

[PATCH v4 00/42] SELinux namespace support
 2025-06-13 18:18 UTC  (7+ messages)
` [PATCH v4 04/42] selinux: dynamically allocate selinux namespace
` [PATCH v4 27/42] selinux: introduce task_obj_perm()

[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
 2025-06-13 18:14 UTC  (2+ messages)

[PATCH net-next 0/7] eth: intel: migrate to new RXFH callbacks
 2025-06-13 17:56 UTC  (3+ messages)
` [PATCH net-next 3/7] eth: ixgbe: "

[PATCH net 0/2] ptp_vclock fixes
 2025-06-13 17:47 UTC  (3+ messages)
` [PATCH net 1/2] ptp: fix breakage after ptp_vclock_in_use() rework
` [PATCH net 2/2] ptp: allow reading of currently dialed frequency to succeed on free-running clocks

[Patch net-next v2] net: mana: Record doorbell physical address in PF mode
 2025-06-13 17:46 UTC 

[PATCH net-next v1] mlxbf_gige: emit messages during open and probe failures
 2025-06-13 17:42 UTC 

[PATCH net-next] eth: gianfar: migrate to new RXFH callbacks
 2025-06-13 17:27 UTC 

[PATCH net-next] ptp: Use ratelimite for freerun error message
 2025-06-13 17:15 UTC 

[PATCH v3] net: sfp: add quirk for Potron SFP+ XGSPON ONU Stick
 2025-06-13 17:10 UTC 

[PATCH net-next 00/13] net: mctp: Add support for gateway routing
 2025-06-13 17:11 UTC  (3+ messages)
` [PATCH net-next 12/13] net: mctp: add gateway routing support

[PATCH net-next,v7] net: mana: Add handler for hardware servicing events
 2025-06-13 17:06 UTC  (3+ messages)

[PATCH net-next v2 0/4] Support bandwidth clamping in mana using net shapers
 2025-06-13 17:04 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: mana: Fix potential deadlocks in mana napi ops
` [PATCH net-next v2 2/4] net: mana: Add support for net_shaper_ops

[PATCH net-next,v8] net: mana: Add handler for hardware servicing events
 2025-06-13 17:00 UTC 

[syzbot] [net?] WARNING in taprio_get_start_time (2)
 2025-06-13 16:44 UTC 

[PATCH net 0/9] mlx5 misc fixes 2025-06-10
 2025-06-13 16:22 UTC  (3+ messages)
` [PATCH net 1/9] net/mlx5: Ensure fw pages are always allocated on same NUMA

[syzbot] [bpf?] WARNING in do_check
 2025-06-13 16:10 UTC  (3+ messages)

[RFC] comparing the propesed implementation for standalone PCS drivers
 2025-06-13 16:06 UTC  (2+ messages)

[PATCH net v2] Fixed typo in netdevsim documentation
 2025-06-13 16:02 UTC 

[PATCH net-next v3 0/3] vsock/test: Improve transport_uaf test
 2025-06-13 15:58 UTC  (5+ messages)
` [PATCH net-next v3 1/3] vsock/test: Introduce vsock_bind_try() helper
` [PATCH net-next v3 2/3] vsock/test: Introduce get_transports()

[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
 2025-06-13 15:58 UTC  (9+ messages)

[PATCH net-next v2 0/4] netdevsim: implement RX statistics using NETDEV_PCPU_STAT_DSTATS
 2025-06-13 15:55 UTC  (5+ messages)
` [PATCH net-next v2 4/4] netdevsim: account dropped packet length in stats on queue free

[PATCH net-next v6 0/3] dpll: add all inputs phase offset monitor
 2025-06-13 15:52 UTC  (2+ messages)

[PATCH v2 00/12] Don't generate netlink .rst files inside $(srctree)
 2025-06-13 15:42 UTC  (5+ messages)
` [PATCH v2 09/12] docs: sphinx: add a parser template for yaml files

[RFC] Keyrings: How to make them more useful
 2025-06-13 15:40 UTC  (4+ messages)

[PATCH v9 iproute2-next 0/1] DUALPI2 iproute2 patch
 2025-06-13 15:36 UTC  (2+ messages)
` [PATCH v9 iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH v2] Expose RDS features via sysfs
 2025-06-13 15:21 UTC  (3+ messages)
` [PATCH v2] rds: Expose feature parameters "

[PATCH RFC net-next 0/5] Marvell PTP support
 2025-06-13 15:19 UTC  (5+ messages)
` [PATCH RFC net-next 2/5] ptp: marvell: add core support for Marvell PTP v2.1

[PATCH v12 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-06-13 15:09 UTC  (8+ messages)
` [PATCH v12 1/7] mfd: Add core driver for Nuvoton NCT6694

[PATCH net-next 0/4] Add Ethernet MAC support for SpacemiT K1
 2025-06-13 15:04 UTC  (7+ messages)
` [PATCH net-next 1/4] dt-bindings: net: Add "
` [PATCH net-next 2/4] net: spacemit: Add K1 Ethernet MAC

[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
 2025-06-13 15:02 UTC  (8+ messages)
` [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-06-13 14:59 UTC  (8+ messages)
` [PATCH 01/20] bitfield: introduce HWORD_UPDATE bitfield macros

[PATCH] tipc: fix panic in tipc_udp_nl_dump_remoteip() using bearer as udp without check
 2025-06-13 14:51 UTC  (3+ messages)

[net-next PATCH v6 09/10] net: macb: Support external PCSs
 2025-06-13 14:50 UTC  (2+ messages)

[PATCH net-next 0/6] eth: migrate to new RXFH callbacks (get-only drivres)
 2025-06-13 14:50 UTC  (4+ messages)
` [PATCH net-next 6/6] eth: sfc: falcon: migrate to new RXFH callbacks

[net-next v1] net: ethernet: mtk_eth_soc: support named IRQs
 2025-06-13 14:45 UTC 

[PATCH] (drivers/ethernet/atheros/atl1) test DMA mapping for error code
 2025-06-13 14:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net-next 0/9] net: ethtool: add dedicated RXFH driver callbacks
 2025-06-13 14:39 UTC  (4+ messages)
` [PATCH net-next 4/9] net: ethtool: add dedicated callbacks for getting and setting rxfh fields

[PATCH net-next] neighbour: add support for NUD_PERMANENT proxy entries
 2025-06-13 13:46 UTC 

[PATCH] net: stmmac: Fix PTP ref clock for Tegra234
 2025-06-13 13:22 UTC  (7+ messages)

[support request]: where should I register this (apparently not supported yet) transceiver?
 2025-06-13 13:39 UTC  (4+ messages)

[PATCH net-next v3] net: phy: Add c45_phy_ids sysfs directory entry
 2025-06-13 13:29 UTC  (2+ messages)

[PATCH v3 00/16] Don't generate netlink .rst files inside $(srctree)
 2025-06-13 13:06 UTC  (5+ messages)
` [PATCH v3 12/16] docs: conf.py: don't handle yaml files outside Netlink specs
` [PATCH v3 13/16] docs: conf.py: add include_pattern to speedup

[PATCH] Documentation: treewide: Replace remaining spinics links with lore
 2025-06-13 13:07 UTC  (2+ messages)


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