netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-08 21:52:42 to 2025-07-09 10:00:45 UTC [more...]

[PATCH] lockdep: Speed up lockdep_unregister_key() with expedited RCU synchronization
 2025-07-09 10:00 UTC  (2+ messages)

[PATCH v2 bpf] xsk: fix immature cq descriptor production
 2025-07-09 10:00 UTC  (9+ messages)

[PATCH v3 0/2] fix two issues on tpacket_snd()
 2025-07-09  9:56 UTC  (3+ messages)
` [PATCH v3 1/2] af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()
` [PATCH v3 2/2] af_packet: fix soft lockup issue caused by tpacket_snd()

[PATCH net-next 0/5] ethtool: rss: report which fields are configured for hashing
 2025-07-09  9:05 UTC  (7+ messages)
` [PATCH net-next 1/5] ethtool: rss: make sure dump takes the rss lock
` [PATCH net-next 2/5] tools: ynl: decode enums in auto-ints
` [PATCH net-next 3/5] ethtool: mark ETHER_FLOW as usable for Rx hash
` [PATCH net-next 4/5] ethtool: rss: report which fields are configured for hashing
` [PATCH net-next 5/5] selftests: drv-net: test RSS header field configuration

[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
 2025-07-09  9:31 UTC  (5+ messages)

[mst-vhost:vhost 4/8] include/linux/pci.h:2738:14: warning: implicit declaration of function 'pci_device_is_present'; did you mean 'pci_dev_present'?
 2025-07-09  9:20 UTC 

[net-next v14 00/12] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-07-09  9:18 UTC  (4+ messages)
` [net-next v14 07/12] net: mtip: Add mtip_switch_{rx|tx} functions to the "

[PATCH net-next V6 00/13] devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations
 2025-07-09  9:06 UTC  (28+ messages)
` [PATCH net-next V6 01/13] devlink: Add 'total_vfs' generic device param
` [PATCH net-next V6 02/13] net/mlx5: Implement cqe_compress_type via devlink params
` [PATCH net-next V6 03/13] net/mlx5: Implement devlink enable_sriov parameter
` [PATCH net-next V6 04/13] net/mlx5: Implement devlink total_vfs parameter
` [PATCH net-next V6 05/13] devlink: pass struct devlink_port * as arg to devlink_nl_param_fill()
` [PATCH net-next V6 06/13] devlink: Implement port params registration
` [PATCH net-next V6 07/13] devlink: Implement get/dump netlink commands for port params
` [PATCH net-next V6 08/13] devlink: Implement set netlink command "
` [PATCH net-next V6 09/13] devlink: Add 'keep_link_up' generic devlink device param
` [PATCH net-next V6 10/13] net/mlx5: Implement devlink keep_link_up port parameter
` [PATCH net-next V6 11/13] devlink: Throw extack messages on param value validation error
` [PATCH net-next V6 12/13] devlink: Implement devlink param multi attribute nested data values
` [PATCH net-next V6 13/13] net/mlx5: Implement eSwitch hairpin per prio buffers devlink params

[PATCH net] selftests: net: lib: fix shift count out of range
 2025-07-09  9:12 UTC 

[PATCH net-next v3 0/8] net: mctp: Improved bind handling
 2025-07-09  9:12 UTC  (13+ messages)
` [PATCH net-next v3 1/8] net: mctp: mctp_test_route_extaddr_input cleanup
` [PATCH net-next v3 2/8] net: mctp: Prevent duplicate binds
` [PATCH net-next v3 3/8] net: mctp: Treat MCTP_NET_ANY specially in bind()
` [PATCH net-next v3 4/8] net: mctp: Add test for conflicting bind()s
` [PATCH net-next v3 5/8] net: mctp: Use hashtable for binds
` [PATCH net-next v3 6/8] net: mctp: Allow limiting binds to a peer address
` [PATCH net-next v3 7/8] net: mctp: Test conflicts of connect() with bind()
` [PATCH net-next v3 8/8] net: mctp: Add bind lookup test

[PATCH net-next v5 0/3] selftest: net: Add selftest for netpoll
 2025-07-09  9:08 UTC  (4+ messages)
` [PATCH net-next v5 1/3] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v5 2/3] selftests: drv-net: Strip '@' prefix from bpftrace map keys
` [PATCH net-next v5 3/3] selftests: net: add netpoll basic functionality test

[PATCH net 0/2] bonding: fix LACP negotiation issues in passive mode
 2025-07-09  9:03 UTC  (3+ messages)
` [PATCH net 1/2] bonding: update ntt to true "
` [PATCH net 2/2] selftests: bonding: add test for passive LACP mode

[PATCH v2 net-next 00/11] net_sched: act: extend RCU use in dump() methods
 2025-07-09  9:02 UTC  (12+ messages)
` [PATCH v2 net-next 01/11] net_sched: act: annotate data-races in tcf_lastuse_update() and tcf_tm_dump()
` [PATCH v2 net-next 02/11] net_sched: act_connmark: use RCU in tcf_connmark_dump()
` [PATCH v2 net-next 03/11] net_sched: act_csum: use RCU in tcf_csum_dump()
` [PATCH v2 net-next 04/11] net_sched: act_ct: use RCU in tcf_ct_dump()
` [PATCH v2 net-next 05/11] net_sched: act_ctinfo: use atomic64_t for three counters
` [PATCH v2 net-next 06/11] net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()
` [PATCH v2 net-next 07/11] net_sched: act_mpls: use RCU in tcf_mpls_dump()
` [PATCH v2 net-next 08/11] net_sched: act_nat: use RCU in tcf_nat_dump()
` [PATCH v2 net-next 09/11] net_sched: act_pedit: use RCU in tcf_pedit_dump()
` [PATCH v2 net-next 10/11] net_sched: act_police: use RCU in tcf_police_dump()
` [PATCH v2 net-next 11/11] net_sched: act_skbedit: use RCU in tcf_skbedit_dump()

[PATCH v7 net-next 0/9] virtio: introduce GSO over UDP tunnel
 2025-07-09  9:02 UTC  (7+ messages)

[PATCH bpf-next v3 0/7] Add attach_type in bpf_link
 2025-07-09  8:58 UTC  (12+ messages)
` [PATCH bpf-next v3 1/7] bpf: "
` [PATCH bpf-next v3 2/7] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next v3 3/7] bpf: Remove attach_type in sockmap_link
` [PATCH bpf-next v3 4/7] bpf: Remove location field in tcx_link
` [PATCH bpf-next v3 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v3 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v3 7/7] netkit: Remove location field in netkit_link

[PATCH net-next V5 00/13] devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations
 2025-07-09  8:38 UTC  (4+ messages)

[PATCH net-next v2 1/1] net/mlx5: Don't use "proxy" headers
 2025-07-09  8:37 UTC 

[PATCH net-next v07 7/8] hinic3: Mailbox management interfaces
 2025-07-09  8:32 UTC  (2+ messages)

[PATCH v21 net-next 0/6] DUALPI2 patch
 2025-07-09  8:17 UTC  (6+ messages)
` [PATCH v21 net-next 1/6] sched: Struct definition and parsing of dualpi2 qdisc

[PATCH net-next v06 5/8] hinic3: TX & RX Queue coalesce interfaces
 2025-07-09  8:26 UTC  (2+ messages)

[mst-vhost:vhost 4/8] include/linux/pci.h:2738:7: error: call to undeclared function 'pci_device_is_present'; ISO C99 and later do not support implicit function declarations
 2025-07-09  8:06 UTC 

[net-next v4 0/4] net: ftgmac100: Add SoC reset support for RMII mode
 2025-07-09  7:46 UTC  (6+ messages)
` [net-next v4 1/4] dt-bindings: net: ftgmac100: Add resets property
` [net-next v4 2/4] dt-bindings: clock: ast2600: Add reset definitions for MAC1 and MAC2
` [net-next v4 3/4] ARM: dts: aspeed-g6: Add resets property for MAC controllers
` [net-next v4 4/4] net: ftgmac100: Add optional reset control for RMII mode on Aspeed SoCs

[PATCH 0/3] QRTR bus and Qualcomm Sensor Manager IIO drivers
 2025-07-09  7:44 UTC  (6+ messages)
` [PATCH 2/3] net: qrtr: Define macro to convert QMI version and instance to QRTR instance

[PATCH net-next 0/7 v3] net: dsa: microchip: Add KSZ8463 switch support
 2025-07-09  7:35 UTC  (9+ messages)
` [PATCH net-next v3 1/7] dt-bindings: "
` [PATCH net-next v3 2/7] net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driver
` [PATCH net-next v3 3/7] net: dsa: microchip: Transform register for use with KSZ8463
` [PATCH net-next v3 4/7] net: dsa: microchip: Use different registers for KSZ8463
` [PATCH net-next v3 5/7] net: dsa: microchip: Write switch MAC address differently "
` [PATCH net-next v3 6/7] net: dsa: microchip: Setup fiber ports "
` [PATCH net-next v3 7/7] net: dsa: microchip: Disable PTP function of KSZ8463

[PATCH v2] af_packet: fix soft lockup issue caused by tpacket_snd()
 2025-07-09  7:23 UTC  (4+ messages)

[PATCH] crypto/krb5: Fix memory leak in krb5_test_one_prf()
 2025-07-09  7:11 UTC 

[Bug] soft lockup in neigh_timer_handler in Linux kernel v6.12
 2025-07-09  7:06 UTC  (3+ messages)

[Bug] soft lockup in ipv6_list_rcv in Linux kernel v6.15
 2025-07-09  7:04 UTC  (2+ messages)

[PATCH] dt-bindings: net: altr,socfpga-stmmac.yaml: add minItems to iommus
 2025-07-09  6:54 UTC  (3+ messages)

[PATCH rdma-next 0/4] Optimize DMABUF mkey page size in mlx5
 2025-07-09  6:42 UTC  (3+ messages)
` [PATCH mlx5-next 1/4] net/mlx5: Expose HCA capability bits for mkey max page size
` [PATCH mlx5-next 2/4] RDMA/mlx5: Fix UMR modifying of mkey "

[PATCH net 0/3] Fix Rx fatal errors
 2025-07-09  6:40 UTC  (4+ messages)
` [PATCH net 1/3] net: libwx: remove duplicate page_pool_put_full_page()
` [PATCH net 2/3] net: libwx: fix the using of Rx buffer DMA
` [PATCH net 3/3] net: libwx: properly reset Rx ring descriptor

[PATCH net] net: libwx: fix multicast packets received count
 2025-07-09  6:35 UTC 

[PATCH net-next v7 00/15] net: phy: Introduce PHY ports representation
 2025-07-09  6:36 UTC  (4+ messages)
` [PATCH net-next v7 01/15] dt-bindings: net: Introduce the ethernet-connector description

[PATCH net-next 0/6 v2] net: dsa: microchip: Add KSZ8463 switch support
 2025-07-09  6:12 UTC  (6+ messages)
` [PATCH net-next 6/6 v2] net: dsa: microchip: Setup fiber ports for KSZ8463

[PATCH RFC ipsec-next] pfkey: Deprecate pfkey
 2025-07-09  5:56 UTC  (3+ messages)
` [devel-ipsec] "

[net-next v3 0/4] net: ftgmac100: Add SoC reset support for RMII mode
 2025-07-09  5:52 UTC  (4+ messages)
` [net-next v3 1/4] dt-bindings: net: ftgmac100: Add resets property
    ` 回覆: "

[PATCH] net: usb: enable the work after stop usbnet by ip down/up
 2025-07-09  5:31 UTC  (3+ messages)

[PATCH net-next 0/3] Add shared PHY counter support for QCA807x and QCA808x
 2025-07-09  5:17 UTC  (4+ messages)
` [PATCH net-next 1/3] net: phy: qcom: Add PHY counter support

[PATCH v2 0/4] net: renesas: rswitch: R-Car S4 add HW offloading for layer 2 switching
 2025-07-09  4:51 UTC  (9+ messages)
` [PATCH v2 1/4] net: renesas: rswitch: rename rswitch.c to rswitch_main.c
` [PATCH v2 2/4] net: renesas: rswitch: configure default ageing time
` [PATCH v2 3/4] net: renesas: rswitch: add offloading for L2 switching

[PATCH] net: stmmac: Support gpio high-level reset for devices requiring it
 2025-07-09  4:26 UTC  (5+ messages)
    `  "

[PATCH v2] net: appletalk: Fix device refcount leak in atrtr_create()
 2025-07-09  3:52 UTC 

[PATCH v3 0/3] rust: Build PHY device tables by using module_device_table macro
 2025-07-09  3:39 UTC  (14+ messages)
` [PATCH v3 1/3] rust: device_id: split out index support into a separate trait
` [PATCH v3 2/3] rust: net::phy represent DeviceId as transparent wrapper over mdio_device_id
` [PATCH v3 3/3] rust: net::phy Change module_phy_driver macro to use module_device_table macro

[PATCH iwl-next v2 1/5] e1000: drop unnecessary constant casts to u16
 2025-07-09  3:03 UTC  (2+ messages)

[PATCH bpf-next v2 0/7] Add attach_type in bpf_link
 2025-07-09  2:31 UTC  (4+ messages)
` [PATCH bpf-next v2 1/7] bpf: "

[PATCH 00/12] net: Use min()/max() to improve code
 2025-07-09  2:21 UTC  (7+ messages)
` [PATCH 01/12] ethernet: liquidio: Use min() "
` [PATCH 02/12] ethernet: cxgb4: "
` [PATCH 03/12] ethernet: octeon_ep: "
` [PATCH 04/12] ethernet: nfp: Use min()/max() "
` [PATCH 05/12] ethernet: qlcnic: Use min() "
` [PATCH 06/12] net: usb: "

[PATCH net-next] udp: remove udp_tunnel_gro_init()
 2025-07-09  2:10 UTC  (2+ messages)

[PATCH net-next RESEND] net: bonding: add bond_is_icmpv6_nd() helper
 2025-07-09  2:04 UTC  (3+ messages)

[PATCH net-next v2] xfrm: bonding: Add XFRM packet-offload for active-backup
 2025-07-09  2:01 UTC  (2+ messages)

[PATCH net-next] net: dt-bindings: ixp4xx-ethernet: Support fixed links
 2025-07-09  2:00 UTC  (2+ messages)

[PATCH net v2 1/2] net: ipv4: fix incorrect MTU in broadcast routes
 2025-07-09  1:54 UTC  (2+ messages)

[PATCH v3 net-next 00/15] ipv6: Drop RTNL from mcast.c and anycast.c
 2025-07-09  1:52 UTC  (5+ messages)
` [PATCH v3 net-next 14/15] ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST

[PATCH net-next v6 0/2] net: xsk: update tx queue consumer
 2025-07-09  1:40 UTC  (2+ messages)

[PATCH v1 net-next 0/7] af_unix: Introduce SO_INQ & SCM_INQ
 2025-07-09  1:30 UTC  (2+ messages)

[PATCH v2] net: stmmac: Fix interrupt handling for level-triggered mode in DWC_XGMAC2
 2025-07-09  1:30 UTC  (2+ messages)

[PATCH net v2 0/4] net: phy: smsc: robustness fixes for LAN87xx/LAN9500
 2025-07-09  1:30 UTC  (2+ messages)

[PATCH net-next v2] netdevsim: implement peer queue flow control
 2025-07-09  1:27 UTC  (2+ messages)

[PATCH net-next v10 00/11] PRU-ICSSM Ethernet Driver
 2025-07-09  1:01 UTC  (8+ messages)
` [PATCH net-next v10 02/11] net: ti: prueth: Adds ICSSM Ethernet driver
` [PATCH net-next v10 03/11] net: ti: prueth: Adds PRUETH HW and SW configuration
` [PATCH net-next v10 04/11] net: ti: prueth: Adds link detection, RX and TX support

Increased memory usage on NUMA nodes with ICE driver after upgrade to 6.13.y (regression in commit 492a044508ad)
 2025-07-09  0:50 UTC  (17+ messages)
` [Intel-wired-lan] "

Possible Memory tracking bug with Intel ICE driver and jumbo frames
 2025-07-09  0:42 UTC  (2+ messages)

[PATCH net-next 0/6] eth: fbnic: Add firmware logging support
 2025-07-09  0:20 UTC  (2+ messages)

[pull-request] mlx5-next updates 2025-07-08
 2025-07-09  0:10 UTC  (3+ messages)

[syzbot] [lsm?] [net?] WARNING in kvfree_call_rcu
 2025-07-08 23:55 UTC  (5+ messages)

[PATCH v4 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-07-08 23:44 UTC  (8+ messages)
` [PATCH v4 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v4 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program
` [PATCH v4 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets

[PATCH iproute2-next v1 0/1] iproute2-next: Extending bonding's arp_ip_target to include a list of vlan tags
 2025-07-08 23:44 UTC  (5+ messages)
` [PATCH iproute2-next v1 1/1] iproute: Extend bonding's "arp_ip_target" parameter to add "

[RFC net] netlink: lock nl_cb_mutex in netlink_release
 2025-07-08 23:04 UTC 

[syzbot] [lsm?] [net?] Unable to handle kernel write to read-only memory at virtual address ADDR (2)
 2025-07-08 22:51 UTC 

[PATCH net v5 1/2] net/sched: Restrict conditions for adding duplicating netems to qdisc tree
 2025-07-08 22:45 UTC  (6+ messages)
` This breaks netem use cases

[PATCHv3 0/2]
 2025-07-08 22:17 UTC  (9+ messages)

[PATCH v14 nf-next 0/3] conntrack: bridge: add double vlan, pppoe and pppoe-in-q
 2025-07-08 22:02 UTC  (5+ messages)
` [PATCH v14 nf-next 2/3] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH v14 nf-next 3/3] netfilter: nft_chain_filter: Add bridge "


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