netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-03 10:20:03 to 2025-04-03 23:45:46 UTC [more...]

[Patch v2 net-next 0/3] Add support for mdb offload failure notification
 2025-04-03 23:44 UTC  (2+ messages)
` [Patch v2 net-next 1/3] net: bridge: mcast: Add offload failed mdb flag

[PATCH net] net: lwtunnel: disable preemption when required
 2025-04-03 23:38 UTC  (5+ messages)

[net PATCH 0/2] Fixes for net/phy/phylink.c
 2025-04-03 23:26 UTC  (8+ messages)
` [net PATCH 1/2] net: phy: Cleanup handling of recent changes to phy_lookup_setting

[PATCH] Remove __get_unaligned_cpu32 from netronome drivers
 2025-04-03 23:21 UTC  (2+ messages)

[PATCH net] io_uring/zcrx: fix selftests w/ updated netdev Python helpers
 2025-04-03 23:10 UTC  (2+ messages)

[PATCH net] net: fix geneve_opt length integer overflow
 2025-04-03 23:10 UTC  (3+ messages)

[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-04-02 (igc, e1000e, ixgbe, idpf)
 2025-04-03 23:10 UTC  (2+ messages)

[PATCH net v4] net: airoha: Validate egress gdm port in airoha_ppe_foe_entry_prepare()
 2025-04-03 22:50 UTC  (2+ messages)

[PATCH net v5 00/11] net: hold instance lock during NETDEV_UP/REGISTER
 2025-04-03 22:50 UTC  (2+ messages)

[PATCH net-next v6 0/2] Fix late DMA unmap crash for page pool
 2025-04-03 22:31 UTC  (3+ messages)
` [PATCH net-next v6 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH net 0/2] vsock: null-ptr-deref when SO_LINGER enabled
 2025-04-03 22:06 UTC  (12+ messages)
` [PATCH net 2/2] vsock/test: Add test for SO_LINGER null ptr deref

[PATCH net v2] ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH net-next] net/selftests: Add loopback link local route for self-connect
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH v4] net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy
 2025-04-03 22:20 UTC  (3+ messages)

[PATCH net] sfc: fix NULL dereferences in ef100_process_design_param()
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH net] MAINTAINERS: Update Loic Poulain's email address
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH net] eth: bnxt: fix deadlock in the mgmt_ops
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH net] gve: handle overflow when reporting TX consumed descriptors
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH] sfc: Add error handling for devlink_info_serial_number_put()
 2025-04-03 22:17 UTC  (2+ messages)

[REGRESSION] Massive virtio-net throughput drop in guest VM with Linux 6.8+
 2025-04-03 22:05 UTC  (12+ messages)

another netdev instance lock bug in ipv6_add_dev
 2025-04-03 22:04 UTC  (5+ messages)

GNSS support for Qualcomm PCIe modem device
 2025-04-03 21:47 UTC  (3+ messages)

[PATCH net v2 0/3] net_sched: sch_sfq: reject a derived limit of 1
 2025-04-03 21:43 UTC  (2+ messages)

[PATCH net v2 0/2] net: make memory provider install / close paths more common
 2025-04-03 21:37 UTC  (3+ messages)
` [PATCH net v2 2/2] net: avoid false positive warnings in __net_mp_close_rxq()

[Patch net v2 00/11] net_sched: make ->qlen_notify() idempotent
 2025-04-03 21:16 UTC  (12+ messages)
` [Patch net v2 01/11] sch_htb: make htb_qlen_notify() idempotent
` [Patch net v2 02/11] sch_drr: make drr_qlen_notify() idempotent
` [Patch net v2 03/11] sch_hfsc: make hfsc_qlen_notify() idempotent
` [Patch net v2 04/11] sch_qfq: make qfq_qlen_notify() idempotent
` [Patch net v2 05/11] sch_ets: make est_qlen_notify() idempotent
` [Patch net v2 06/11] codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()
  ` [Patch net v2 07/11] selftests/tc-testing: Add a test case for FQ_CODEL with HTB parent
  ` [Patch net v2 08/11] selftests/tc-testing: Add a test case for FQ_CODEL with QFQ parent
  ` [Patch net v2 09/11] selftests/tc-testing: Add a test case for FQ_CODEL with HFSC parent
  ` [Patch net v2 10/11] selftests/tc-testing: Add a test case for FQ_CODEL with DRR parent
  ` [Patch net v2 11/11] selftests/tc-testing: Add a test case for FQ_CODEL with ETS parent

[RFC net-next PATCH 00/13] Add PCS core support
 2025-04-03 20:51 UTC  (21+ messages)
` [RFC net-next PATCH 01/13] dt-bindings: net: Add binding for Xilinx PCS
` [RFC net-next PATCH 02/13] net: phylink: Support setting PCS link change callbacks
` [RFC net-next PATCH 03/13] net: pcs: Add subsystem
` [RFC net-next PATCH 04/13] net: dsa: ocelot: suppress PHY device scanning on the internal MDIO bus
` [RFC net-next PATCH 05/13] net: pcs: lynx: Convert to an MDIO driver
` [RFC net-next PATCH 06/13] net: phy: Export some functions
` [RFC net-next PATCH 07/13] net: pcs: Add Xilinx PCS driver
` [RFC net-next PATCH 08/13] net: axienet: Convert to use PCS subsystem
` [RFC net-next PATCH 09/13] net: macb: Move most of mac_config to mac_prepare
` [RFC net-next PATCH 10/13] net: macb: Support external PCSs
` [RFC net-next PATCH 11/13] of: property: Add device link support for PCS
` [RFC net-next PATCH 12/13] arm64: dts: Add compatible strings for Lynx PCSs
` [RFC net-next PATCH 13/13] powerpc: "

[PATCH v2 net] net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod
 2025-04-03 20:34 UTC 

[PATCH] Bluetooth: increment TX timestamping tskey always for stream sockets
 2025-04-03 20:20 UTC  (2+ messages)

[PATCH] Bluetooth: Introduce HCI Driver Packet
 2025-04-03 20:01 UTC  (2+ messages)

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-04-03 19:42 UTC  (10+ messages)

[Patch net 00/12] net_sched: make ->qlen_notify() idempotent
 2025-04-03 19:32 UTC  (10+ messages)
` [Patch net 01/12] sch_htb: make htb_qlen_notify() idempotent
  ` [Patch net 08/12] selftests/tc-testing: Add a test case for CODEL with HTB parent

[PATCH AUTOSEL 6.14 38/44] s390/pci: Support mmap() of PCI resources except for ISM devices
 2025-04-03 19:13 UTC 

[PATCH v1 net] net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod
 2025-04-03 19:11 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 01/14] page_pool: avoid infinite loop to schedule delayed worker
 2025-04-03 19:10 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 12/14] net: vlan: don't propagate flags on open

[PATCH AUTOSEL 5.10 01/15] page_pool: avoid infinite loop to schedule delayed worker
 2025-04-03 19:10 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 13/15] net: vlan: don't propagate flags on open

[PATCH AUTOSEL 5.15 01/16] page_pool: avoid infinite loop to schedule delayed worker
 2025-04-03 19:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 14/16] net: vlan: don't propagate flags on open

[PATCH AUTOSEL 6.1 02/18] page_pool: avoid infinite loop to schedule delayed worker
 2025-04-03 19:08 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 15/18] net: vlan: don't propagate flags on open

[PATCH AUTOSEL 6.6 04/26] net: usb: asix_devices: add FiberGecko DeviceID
 2025-04-03 19:07 UTC  (6+ messages)
` [PATCH AUTOSEL 6.6 05/26] page_pool: avoid infinite loop to schedule delayed worker
` [PATCH AUTOSEL 6.6 07/26] mptcp: move the whole rx path under msk socket lock protection
` [PATCH AUTOSEL 6.6 13/26] net: sfp: add quirk for 2.5G OEM BX SFP
` [PATCH AUTOSEL 6.6 20/26] cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk
` [PATCH AUTOSEL 6.6 23/26] net: vlan: don't propagate flags on open

[PATCH AUTOSEL 6.12 08/47] net: page_pool: don't cast mp param to devmem
 2025-04-03 19:05 UTC  (10+ messages)
` [PATCH AUTOSEL 6.12 13/47] net: usb: asix_devices: add FiberGecko DeviceID
` [PATCH AUTOSEL 6.12 14/47] page_pool: avoid infinite loop to schedule delayed worker
` [PATCH AUTOSEL 6.12 18/47] mptcp: move the whole rx path under msk socket lock protection
` [PATCH AUTOSEL 6.12 24/47] net: sfp: add quirk for 2.5G OEM BX SFP
` [PATCH AUTOSEL 6.12 28/47] net: sfp: add quirk for FS SFP-10GM-T copper SFP+ module
` [PATCH AUTOSEL 6.12 33/47] cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk
` [PATCH AUTOSEL 6.12 39/47] net: vlan: don't propagate flags on open
` [PATCH AUTOSEL 6.12 46/47] Bluetooth: Add quirk for broken READ_VOICE_SETTING
` [PATCH AUTOSEL 6.12 47/47] Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE

[PATCH AUTOSEL 6.13 08/49] net: page_pool: don't cast mp param to devmem
 2025-04-03 19:04 UTC  (10+ messages)
` [PATCH AUTOSEL 6.13 13/49] net: usb: asix_devices: add FiberGecko DeviceID
` [PATCH AUTOSEL 6.13 14/49] page_pool: avoid infinite loop to schedule delayed worker
` [PATCH AUTOSEL 6.13 18/49] mptcp: move the whole rx path under msk socket lock protection
` [PATCH AUTOSEL 6.13 24/49] net: sfp: add quirk for 2.5G OEM BX SFP
` [PATCH AUTOSEL 6.13 28/49] net: sfp: add quirk for FS SFP-10GM-T copper SFP+ module
` [PATCH AUTOSEL 6.13 33/49] cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk
` [PATCH AUTOSEL 6.13 39/49] net: vlan: don't propagate flags on open
` [PATCH AUTOSEL 6.13 48/49] Bluetooth: Add quirk for broken READ_VOICE_SETTING
` [PATCH AUTOSEL 6.13 49/49] Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE

[PATCH AUTOSEL 6.14 10/54] net: page_pool: don't cast mp param to devmem
 2025-04-03 19:02 UTC  (10+ messages)
` [PATCH AUTOSEL 6.14 15/54] net: usb: asix_devices: add FiberGecko DeviceID
` [PATCH AUTOSEL 6.14 16/54] page_pool: avoid infinite loop to schedule delayed worker
` [PATCH AUTOSEL 6.14 20/54] mptcp: move the whole rx path under msk socket lock protection
` [PATCH AUTOSEL 6.14 27/54] net: sfp: add quirk for 2.5G OEM BX SFP
` [PATCH AUTOSEL 6.14 31/54] net: sfp: add quirk for FS SFP-10GM-T copper SFP+ module
` [PATCH AUTOSEL 6.14 37/54] cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk
` [PATCH AUTOSEL 6.14 43/54] net: vlan: don't propagate flags on open
` [PATCH AUTOSEL 6.14 53/54] Bluetooth: Add quirk for broken READ_VOICE_SETTING
` [PATCH AUTOSEL 6.14 54/54] Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE

[PATCH bpf 0/2] support SKF_NET_OFF and SKF_LL_OFF on skb frags
 2025-04-03 18:56 UTC  (11+ messages)
` [PATCH bpf 1/2] bpf: "
` [PATCH bpf 2/2] selftests/net: test sk_filter support for SKF_NET_OFF on frags

[PATCH] sctp: check transport existence before processing a send primitive
 2025-04-03 18:44 UTC  (5+ messages)

[PATCH] net/mlx5: fix potential null dereference when enable shared FDB
 2025-04-03 18:32 UTC  (3+ messages)

[PATCH] net/mlx5e: fix potential null dereference in mlx5e_tc_nic_create_miss_table
 2025-04-03 18:28 UTC  (2+ messages)

[RFC] slab: introduce auto_kfree macro
 2025-04-03 18:15 UTC  (6+ messages)

[PATCH net v2] net: Avoid calling WARN_ON() on -ENOMEM in netif_change_net_namespace()
 2025-04-03 18:05 UTC  (2+ messages)

[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
 2025-04-03 16:54 UTC  (13+ messages)

[PATCH] octeontx2-pf: Add error handling for cn10k_map_unmap_rq_policer()
 2025-04-03 15:13 UTC 

[PATCH net 0/2] ethtool: cmis fixes
 2025-04-03 15:06 UTC  (5+ messages)
` [PATCH net 1/2] ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()
` [PATCH net 2/2] ethtool: cmis: use u16 for calculated read_write_len_ext

[PATCH net 0/3] fix ipvlan/macvlan link event handing
 2025-04-03 15:00 UTC  (5+ messages)
` [PATCH net 1/3] ipvlan: fix NETDEV_UP/NETDEV_DOWN event handling

[PATCH net] selftests: net: amt: indicate progress in the stress test
 2025-04-03 14:56 UTC 

[PATCH bpf v2 0/2] bpf, xdp: clean adjust_{head,meta} memory when offset < 0
 2025-04-03 14:32 UTC  (4+ messages)
` [PATCH bpf v2 1/2] bpf, xdp: clean head/meta when expanding it

[PATCH net] bonding: use permanent address for MAC swapping if device address is same
 2025-04-03 14:02 UTC  (2+ messages)

[PATCH net v2 0/7] There are some bugfix for hibmcge driver
 2025-04-03 13:53 UTC  (8+ messages)
` [PATCH net v2 1/7] net: hibmcge: fix incorrect pause frame statistics issue
` [PATCH net v2 2/7] net: hibmcge: fix incorrect multicast filtering issue
` [PATCH net v2 3/7] net: hibmcge: fix the share of irq statistics among different network ports issue
` [PATCH net v2 4/7] net: hibmcge: fix wrong mtu log issue
` [PATCH net v2 5/7] net: hibmcge: fix the incorrect np_link fail state issue
` [PATCH net v2 6/7] net: hibmcge: fix not restore rx pause mac addr after reset issue
` [PATCH net v2 7/7] net: hibmcge: fix multiple phy_stop() issue

Issue with AMD Xilinx AXI Ethernet (xilinx_axienet) on MicroBlaze: Packets only received after some buffer is full
 2025-04-03 13:58 UTC  (4+ messages)

[PATCH net] net: ethtool: Don't call .cleanup_data when prepare_data fails
 2025-04-03 13:24 UTC 

[PATCH v11 6/8] MAINTAINERS: rust: Add new sections for DELAY/SLEEP and TIMEKEEPING API
 2025-04-03 12:57 UTC  (5+ messages)

[PATCH v11 0/8] rust: Add IO polling
 2025-04-03 12:23 UTC  (6+ messages)
` [PATCH v11 4/8] rust: time: Introduce Instant type

[PATCH v2] vsock/virtio: Remove queued_replies pushback logic
 2025-04-03 12:21 UTC  (3+ messages)

[PATCH net 0/3] Netfilter fixes for net
 2025-04-03 11:57 UTC  (4+ messages)
` [PATCH net 1/3] netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only
` [PATCH net 2/3] netfilter: nf_tables: don't unregister hook when table is dormant
` [PATCH net 3/3] netfilter: nft_tunnel: fix geneve_opt type confusion addition

[PATCH net] net: octeontx2: Handle XDP_ABORTED and XDP invalid as XDP_DROP
 2025-04-03 11:56 UTC  (2+ messages)

[PATCH net] net/smc: fix general protection fault in __smc_diag_dump
 2025-04-03 11:55 UTC  (2+ messages)

[PATCH net v3] ipv6: sit: fix skb_under_panic with overflowed needed_headroom
 2025-04-03 11:50 UTC  (2+ messages)

[PATCH net-next] trace: tcp: Add tracepoint for tcp_sendmsg()
 2025-04-03 11:38 UTC  (11+ messages)

[PATCH net v3 0/3] Bug fixes from XDP and perout series
 2025-04-03 11:25 UTC  (5+ messages)
` [PATCH net v3 3/3] net: ti: icss-iep: Fix possible NULL pointer dereference for perout request

[PATCH net] tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu()
 2025-04-03 11:15 UTC  (2+ messages)

[PATCH net] net: decrease cached dst counters in dst_release
 2025-04-03 11:15 UTC  (2+ messages)

[PATCH] virtio-net: disable delayed refill when setting up xdp
 2025-04-03 10:43 UTC  (2+ messages)

[PATCH net] netfilter: nft_tunnel: fix geneve_opt type confusion addition
 2025-04-03 10:34 UTC  (5+ messages)

[PATCH net v3 0/4] netlink: specs: rt_addr: fix problems revealed by C codegen
 2025-04-03  8:37 UTC  (7+ messages)
` [PATCH net v3 2/4] netlink: specs: rt_addr: fix get multi command name
` [PATCH net v3 3/4] netlink: specs: rt_addr: pull the ifa- prefix out of the names
` [PATCH net v3 4/4] netlink: specs: rt_route: "

[PATCH net v3 0/3] Avoid calling WARN_ON() on allocation failure in cfg802154_switch_netns()
 2025-04-03 10:19 UTC  (2+ messages)
` [PATCH net v3 1/3] ieee802154: Restore initial state on failed device_rename() "


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