netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-10 00:18:50 to 2025-04-10 09:55:23 UTC [more...]

[net-next PATCH v7 0/6] net: phy: Add support for new Aeonsemi PHYs
 2025-04-10  9:53 UTC  (4+ messages)
` [net-next PATCH v7 1/6] net: phy: pass PHY driver to .match_phy_device OP
` [net-next PATCH v7 2/6] net: phy: bcm87xx: simplify "
` [net-next PATCH v7 3/6] net: phy: nxp-c45-tja11xx: "

[PATCH 0/3] drm/nouveau: Fix & improve nouveau_fence_done()
 2025-04-10  9:51 UTC  (5+ messages)
` [PATCH 1/3] drm/nouveau: Prevent signaled fences in pending list
` [PATCH 2/3] drm/nouveau: Remove surplus if-branch
` [PATCH 3/3] drm/nouveau: Add helper to check base fence

[PATCH v1 net-next 00/14] net: Convert ->exit_batch_rtnl() to ->exit_rtnl()
 2025-04-10  9:44 UTC  (19+ messages)
` [PATCH v1 net-next 01/14] net: Factorise setup_net() and cleanup_net()
` [PATCH v1 net-next 02/14] net: Add ops_undo_single for module load/unload
` [PATCH v1 net-next 03/14] net: Add ->exit_rtnl() hook to struct pernet_operations
` [PATCH v1 net-next 04/14] nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl()
` [PATCH v1 net-next 05/14] vxlan: Convert vxlan_exit_batch_rtnl() "
` [PATCH v1 net-next 06/14] ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers "
` [PATCH v1 net-next 07/14] ipv6: Convert tunnel devices' ->exit_batch_rtnl() "
` [PATCH v1 net-next 08/14] xfrm: Convert xfrmi_exit_batch_rtnl() "
` [PATCH v1 net-next 09/14] bridge: Convert br_net_exit_batch_rtnl() "
` [PATCH v1 net-next 10/14] bonding: Convert bond_net_exit_batch_rtnl() "
` [PATCH v1 net-next 11/14] gtp: Convert gtp_net_exit_batch_rtnl() "
` [PATCH v1 net-next 12/14] bareudp: Convert bareudp_exit_batch_rtnl() "
` [PATCH v1 net-next 13/14] geneve: Convert geneve_exit_batch_rtnl() "
` [PATCH v1 net-next 14/14] net: Remove ->exit_batch_rtnl()

[PATCH v2] net: ppp: Add bound checking for skb d on ppp_sync_txmung
 2025-04-10  9:40 UTC  (3+ messages)

[PATCH net-next 00/12] net/mlx5: HWS, Refactor action STE handling
 2025-04-10  9:39 UTC  (4+ messages)
` [PATCH net-next 05/12] net/mlx5: HWS, Cleanup after pool refactoring

[PATCH net] batman-adv: fix duplicate MAC address check
 2025-04-10  9:38 UTC  (2+ messages)

[net-next v4 0/5] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-04-10  9:23 UTC  (10+ messages)
` [net-next v4 4/5] net: mtip: The L2 switch driver for imx287
` [net-next v4 5/5] ARM: mxs_defconfig: Enable CONFIG_FEC_MTIP_L2SW to support MTIP L2 switch

[PATCH net-next] udp: properly deal with xfrm encap and ADDRFORM
 2025-04-10  9:21 UTC  (2+ messages)

[PATCH v2 00/14] Add Microchip ZL3073x support (part 1)
 2025-04-10  9:18 UTC  (17+ messages)
` [PATCH v2 02/14] dt-bindings: dpll: Add support for Microchip Azurite chip family
` [PATCH v2 03/14] mfd: Add Microchip ZL3073x support
` [PATCH v2 06/14] mfd: zl3073x: Add macros for device registers access
` [PATCH v2 07/14] mfd: zl3073x: Add components versions register defs

[PATCH net-next v2 2/2] net: phy: Add Marvell PHY PTP support
 2025-04-10  9:17 UTC  (14+ messages)

[PATCH v1 net] smc: Fix lockdep false-positive for IPPROTO_SMC
 2025-04-10  9:14 UTC  (2+ messages)

[PATCH bpf-next v1] bpf, sockmap: Introduce tracing capability for sockmap
 2025-04-10  9:14 UTC  (4+ messages)

Issue with AMD Xilinx AXI Ethernet (xilinx_axienet) on MicroBlaze: Packets only received after some buffer is full
 2025-04-10  9:06 UTC  (12+ messages)

[syzbot] [net?] WARNING in dst_cache_per_cpu_get
 2025-04-10  8:59 UTC 

[PATCH net-next v3 0/4] page_pool: Convert stats to u64_stats_t
 2025-04-10  8:58 UTC  (4+ messages)
` [PATCH net-next v3 1/4] mlnx5: Use generic code for page_pool statistics

[PATCH net-next v2 00/13] tools: ynl: c: basic netlink-raw support
 2025-04-10  8:52 UTC  (15+ messages)
` [PATCH net-next v2 01/13] netlink: specs: rename rtnetlink specs in accordance with family name
` [PATCH net-next v2 02/13] netlink: specs: rt-route: specify fixed-header at operations level
` [PATCH net-next v2 03/13] netlink: specs: rt-addr: remove the fixed members from attrs
` [PATCH net-next v2 04/13] netlink: specs: rt-route: "
` [PATCH net-next v2 05/13] netlink: specs: rt-addr: add C naming info
` [PATCH net-next v2 06/13] netlink: specs: rt-route: "
` [PATCH net-next v2 07/13] tools: ynl: support creating non-genl sockets
` [PATCH net-next v2 08/13] tools: ynl-gen: don't consider requests with fixed hdr empty
` [PATCH net-next v2 09/13] tools: ynl: don't use genlmsghdr in classic netlink
` [PATCH net-next v2 10/13] tools: ynl-gen: consider dump ops without a do "type-consistent"
` [PATCH net-next v2 11/13] tools: ynl-gen: use family c-name in notifications
` [PATCH net-next v2 12/13] tools: ynl: generate code for rt-addr and add a sample
` [PATCH net-next v2 13/13] tools: ynl: generate code for rt-route "

[PATCH net] ethtool: cmis_cdb: Fix incorrect read / write length extension
 2025-04-10  8:41 UTC  (2+ messages)

[PATCH iwl-next 00/14] Introduce iXD driver
 2025-04-10  8:21 UTC  (3+ messages)
` [PATCH iwl-next 05/14] libeth: add control queue support

[PATCH v8 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-04-10  8:21 UTC  (9+ messages)
` [PATCH v8 1/7] mfd: Add core driver for Nuvoton NCT6694

[PATCH net-next v3 0/2] Refactoring designware VLAN code
 2025-04-10  8:19 UTC  (9+ messages)
` [PATCH net-next v3 1/2] net: stmmac: Refactor VLAN implementation
` [PATCH net-next v3 2/2] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN stripping

[PATCH v12 00/23] cxl: add type2 device basic support
 2025-04-10  8:12 UTC  (5+ messages)
` [PATCH v12 01/23] "

[PATCH] virtio-net: disable delayed refill when pausing rx
 2025-04-10  8:09 UTC  (9+ messages)
          ` [PATCH] virtio-net: hold netdev_lock "

[PATCH net-next v2] sock: Correct error checking condition for (assign|release)_proto_idx()
 2025-04-10  8:04 UTC  (3+ messages)

[PATCH v9 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-04-10  7:58 UTC  (14+ messages)
` [PATCH v9 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v9 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v9 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v9 7/7] rtc: Add Nuvoton NCT6694 RTC support

[PATCH] net: Move specific fragmented packet to slow_path instead of dropping it
 2025-04-10  7:57 UTC 

Re: [PATCH] xsk: Fix race condition in AF_XDP generic RX path
 2025-04-10  7:52 UTC  (2+ messages)

[PATCH v2 net-next] eth: bnxt: add support rx side device memory TCP
 2025-04-10  7:43 UTC 

[RFC PATCH net-next] net: phy: marvell: support DT configurations with only two LEDs
 2025-04-10  7:40 UTC  (5+ messages)

[PATCH 0/7] irqbypass: Cleanups and a perf improvement
 2025-04-10  7:38 UTC  (15+ messages)
` [PATCH 1/7] irqbypass: Drop pointless and misleading THIS_MODULE get/put
` [PATCH 2/7] irqbypass: Drop superfluous might_sleep() annotations
` [PATCH 3/7] irqbypass: Take ownership of producer/consumer token tracking
` [PATCH 4/7] irqbypass: Explicitly track producer and consumer bindings
` [PATCH 5/7] irqbypass: Use paired consumer/producer to disconnect during unregister
` [PATCH 6/7] irqbypass: Use guard(mutex) in lieu of manual lock+unlock
` [PATCH 7/7] irqbypass: Use xarray to track producers and consumers

[PATCH net-next] eth: bnxt: add support rx side device memory TCP
 2025-04-10  7:35 UTC  (3+ messages)

[PATCH net-next 0/2] Implement udp tunnel port for txgbe
 2025-04-10  7:44 UTC  (3+ messages)
` [PATCH net-next 1/2] net: txgbe: Support to set UDP tunnel port
` [PATCH net-next 2/2] net: wangxun: restrict feature flags for tunnel packets

[PATCH net-next v1 00/11] net: pktgen: fix checkpatch code style errors/warnings
 2025-04-10  7:17 UTC  (12+ messages)
` [PATCH net-next v1 01/11] net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")
` [PATCH net-next v1 02/11] net: pktgen: fix code style (ERROR: space prohibited after that '&')
` [PATCH net-next v1 03/11] net: pktgen: fix code style (ERROR: else should follow close brace '}')
` [PATCH net-next v1 04/11] net: pktgen: fix code style (WARNING: please, no space before tabs)
` [PATCH net-next v1 05/11] net: pktgen: fix code style (WARNING: suspect code indent for conditional statements)
` [PATCH net-next v1 06/11] net: pktgen: fix code style (WARNING: Block comments)
` [PATCH net-next v1 07/11] net: pktgen: fix code style (WARNING: Missing a blank line after declarations)
` [PATCH net-next v1 08/11] net: pktgen: fix code style (WARNING: macros should not use a trailing semicolon)
` [PATCH net-next v1 09/11] net: pktgen: fix code style (WARNING: braces {} are not necessary for single statement blocks)
` [PATCH net-next v1 10/11] net: pktgen: fix code style (WARNING: quoted string split across lines)
` [PATCH net-next v1 11/11] net: pktgen: fix code style (WARNING: Prefer strscpy over strcpy)

[PATCH net-next v2] net: airoha: Add matchall filter offload support
 2025-04-10  7:16 UTC  (3+ messages)

[PATCH 00/28] Add Microchip ZL3073x support
 2025-04-10  7:11 UTC  (9+ messages)
` [PATCH 05/28] mfd: zl3073x: Add components versions register defs
` [PATCH 16/28] dt-bindings: dpll: Add support for Microchip Azurite chip family

[PATCH net-next 0/5 V2] eth: fbnic: extend hardware stats coverage
 2025-04-10  7:08 UTC  (6+ messages)
` [PATCH net-next 1/5 V2] eth: fbnic: add locking support for hw stats
` [PATCH net-next 2/5 V2] eth: fbnic: add coverage for hw queue stats
` [PATCH net-next 3/5 V2] eth: fbnic: add coverage for RXB stats
` [PATCH net-next 4/5 V2] eth: fbnic: add support for TMI stats
` [PATCH net-next 5/5 V2] eth: fbnic: add support for TTI HW stats

[PATCH net-next v2 00/13] rxrpc, afs: Add AFS GSSAPI security class to AF_RXRPC and kafs
 2025-04-10  6:54 UTC  (7+ messages)
` [PATCH net-next v2 03/13] rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE
` [PATCH net-next v2 06/13] rxrpc: rxgk: Provide infrastructure and key derivation

[net-next PATCH v14 00/16] net: dsa: Add Airoha AN8855 support
 2025-04-10  6:46 UTC  (5+ messages)
` [net-next PATCH v14 07/16] net: mdio: regmap: add support for C45 read/write

[PATCH net-next v2 0/8] net: depend on instance lock for queue related netlink ops
 2025-04-10  6:01 UTC  (6+ messages)
` [PATCH net-next v2 7/8] docs: netdev: break down the instance locking info per ops struct
` [PATCH net-next v2 8/8] netdev: depend on netdev->lock for qstats in ops locked drivers

[PATCH bpf-next v1 0/4] bpf, sockmap: Fix data loss and panic issues
 2025-04-10  5:50 UTC  (3+ messages)

[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
 2025-04-10  5:08 UTC  (9+ messages)
` [PATCH v4 03/13] media: pci: cx18-av-vbi: Replace open-coded parity calculation with parity_odd()

[PATCH intel-next v1] ice: be consistent around PTP de-registration
 2025-04-10  5:00 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[mainline]Kernel Warnings at kernel/bpf/syscall.c:3374
 2025-04-10  4:51 UTC 

[PATCH v2 1/2] ref_tracker: add a top level debugfs directory for ref_tracker
 2025-04-10  4:27 UTC  (2+ messages)

[PATCH v2 2/2] net: add debugfs files for showing netns refcount tracking info
 2025-04-10  4:24 UTC  (2+ messages)

[PATCH net-next v2] net: ethernet: microchip: lan743x: Fix memory allocation failure
 2025-04-10  4:10 UTC 

[PATCH v8 net-next 5/5] net: ena: Add PHC documentation
 2025-04-10  4:07 UTC  (11+ messages)

[PATCH bpf-next v4 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-04-10  3:31 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/xsk: Add packet stream replacement function
` [PATCH bpf-next v4 2/2] selftests/xsk: Add tail adjustment tests and support check

[PATCH net] net: mctp: Set SOCK_RCU_FREE
 2025-04-10  3:53 UTC 

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

[PATCH bpf v3 0/2] support SKF_NET_OFF and SKF_LL_OFF on skb frags
 2025-04-10  3:10 UTC  (2+ messages)

[PATCH net-next v2 0/6] xfrm & bonding: Correct use of xso.real_dev
 2025-04-10  3:07 UTC  (5+ messages)
` [PATCH net-next v2 5/6] bonding: Mark active offloaded xfrm_states
` [PATCH net-next v2 6/6] bonding: Fix multiple long standing offload races

[PATCH bpf-next v4 0/3] bpf: Fix use-after-free of sockmap
 2025-04-10  3:02 UTC  (3+ messages)
` [PATCH bpf-next v4 2/3] bpf, sockmap: avoid using sk_socket after free when reading

[PATCH bpf-next v2 0/2] bpf: fix ktls panic with sockmap and add tests
 2025-04-10  3:00 UTC  (2+ messages)

[PATCH net-next v10 0/6] add sriov support for wangxun NICs
 2025-04-10  2:55 UTC  (3+ messages)

[PATCH v3 net-next 0/4] net: Retire DCCP socket
 2025-04-10  2:36 UTC  (5+ messages)
` [PATCH v3 net-next 1/4] selftest: net: Remove DCCP bits
` [PATCH v3 net-next 2/4] net: Retire DCCP socket
` [PATCH v3 net-next 3/4] net: Unexport shared functions for DCCP
` [PATCH v3 net-next 4/4] tcp: Rename tcp_or_dccp_get_hashinfo()

[PATCH net-next v10 1/6] net: libwx: Add mailbox api for wangxun pf drivers
 2025-04-10  2:40 UTC  (2+ messages)

[syzbot] [bpf?] [net?] possible deadlock in xsk_bind
 2025-04-10  2:35 UTC 

[PATCH] net: ethernet: cortina: Use TOE/TSO on all TCP
 2025-04-10  2:30 UTC  (2+ messages)

[PATCH net-next 0/2] bridge: Prevent unicast ARP/NS packets from being suppressed by bridge
 2025-04-10  2:30 UTC  (2+ messages)

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

[PATCH v3 net] net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod
 2025-04-10  2:20 UTC  (2+ messages)

[PATCH net-next] io_uring/zcrx: enable tcp-data-split in selftest
 2025-04-10  2:06 UTC  (3+ messages)

[PATCH v4] octeontx2-pf: Add error log forcn10k_map_unmap_rq_policer()
 2025-04-10  1:50 UTC  (2+ messages)

[PATCH net-next] net: remove cpu stall in txq_trans_update()
 2025-04-10  1:50 UTC  (2+ messages)

[PATCH net-next] net: convert dev->rtnl_link_state to a bool
 2025-04-10  1:42 UTC 

[PATCH net-next v2] net: ncsi: Fix GCPS 64-bit member variables
 2025-04-10  1:23 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2025-04-10  1:20 UTC 

[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
 2025-04-10  1:15 UTC  (3+ messages)
` [PATCH net-next v9 1/2] page_pool: Move pp_magic check into helper functions

[PATCH net] ipv6: Align behavior across nexthops during path selection
 2025-04-10  1:10 UTC  (2+ messages)

[PATCH v3 net 1/2] net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()
 2025-04-10  1:10 UTC  (2+ messages)

[PATCH net v2 0/7] There are some bugfix for hibmcge driver
 2025-04-10  1:07 UTC  (6+ messages)
` [PATCH net v2 6/7] net: hibmcge: fix not restore rx pause mac addr after reset issue

[PATCH net-next] configs/debug: run and debug PREEMPT
 2025-04-10  1:00 UTC  (2+ messages)

[PATCH] net: remove __get_unaligned_cpu32 from macvlan driver
 2025-04-10  1:00 UTC  (2+ messages)

[PATCH] net: ipvlan: remove __get_unaligned_cpu32 from ipvlan driver
 2025-04-10  1:00 UTC  (2+ messages)

[PATCH net-next] sock: Correct error checking condition for assign|release_proto_idx()
 2025-04-10  0:52 UTC  (5+ messages)

[PATCH net] bonding: hold ops lock around get_link
 2025-04-10  0:44 UTC  (2+ messages)

[PATCH net-next 0/5] eth: fbnic: extend hardware stats coverage
 2025-04-10  0:18 UTC  (4+ messages)
` [PATCH net-next 2/5] eth: fbnic: add coverage for hw queue stats


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