netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-13 00:06:22 to 2025-05-13 11:02:09 UTC [more...]

[PATCH net-next v2 0/2] Add 2.5G ethernet phy support on MT7988
 2025-05-13 11:01 UTC  (15+ messages)
` [PATCH net-next v2 1/3] net: phy: mediatek: Add 2.5Gphy firmware dt-bindings and dts node
` [PATCH net-next v2 3/3] net: phy: mediatek: add driver for built-in 2.5G ethernet PHY on MT7988

[PATCH ipsec-next] xfrm: prevent configuration of interface index when offload is used
 2025-05-13 10:59 UTC 

[PATCH ipsec-next] xfrm: validate assignment of maximal possible SEQ number
 2025-05-13 10:56 UTC 

[net-next] octeontx2-pf: ethtool: Display "Autoneg" and "Port" fields
 2025-05-13 10:55 UTC  (2+ messages)

[PATCH iwl-net v3 0/3] Fix XDP loading on machines with many CPUs
 2025-05-13 10:55 UTC  (4+ messages)
` [PATCH iwl-net v3 1/3] ice: fix Tx scheduler error handling in XDP callback
` [PATCH iwl-net v3 2/3] ice: create new Tx scheduler nodes for new queues only
` [PATCH iwl-net v3 3/3] ice: fix rebuilding the Tx scheduler tree for large queue counts

[PATCH net-next v7 0/8] Add Microchip ZL3073x support (part 1)
 2025-05-13 10:47 UTC  (9+ messages)
` [PATCH net-next v7 8/8] mfd: zl3073x: Register DPLL sub-device during init

[PATCH net-next 0/2] vsock/test: improve sigpipe test reliability
 2025-05-13 10:41 UTC  (5+ messages)
` [PATCH net-next 1/2] vsock/test: retry send() to avoid occasional failure in sigpipe test
` [PATCH net-next 2/2] vsock/test: check also expected errno on "

[PATCH net-next v2 1/4] net: bonding: add broadcast_neighbor option for 802.3ad
 2025-05-13 10:37 UTC  (7+ messages)
` [PATCH net-next v2 2/4] net: bonding: add broadcast_neighbor netlink option
` [PATCH net-next v2 3/4] net: bonding: send peer notify when failure recovery
` [PATCH net-next v2 4/4] net: bonding: add tracepoint for 802.3ad

[PATCH net] net: dsa: b53: prevent standalone from trying to forward to other ports
 2025-05-13 10:28 UTC  (2+ messages)

[PATCH net-next v8 0/8] Add Microchip ZL3073x support (part 1)
 2025-05-13 10:24 UTC  (4+ messages)
` [PATCH net-next v8 1/8] dt-bindings: dpll: Add DPLL device and pin

[RFC 00/19] Split netmem from struct page
 2025-05-13 10:24 UTC  (13+ messages)
` [RFC 01/19] netmem: rename struct net_iov to struct netmem_desc
` [RFC 19/19] mm, netmem: remove the page pool members in struct page

[PATCH iwl-next 0/5] Intel driver conversion to new hardware timestamping API
 2025-05-13 10:11 UTC  (6+ messages)
` [PATCH iwl-next 1/5] ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
` [PATCH iwl-next 2/5] igc: "
` [PATCH iwl-next 3/5] igb: "
` [PATCH iwl-next 4/5] ixgbe: "
` [PATCH iwl-next 5/5] i40e: "

[PATCH net-next v4] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-13 10:08 UTC  (2+ messages)

[PATCH v15 00/43] DEPT(DEPendency Tracker)
 2025-05-13 10:07 UTC  (44+ messages)
` [PATCH v15 01/43] llist: move llist_{head,node} definition to types.h
` [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker)
` [PATCH v15 03/43] dept: add single event dependency tracker APIs
` [PATCH v15 04/43] dept: add lock "
` [PATCH v15 05/43] dept: tie to lockdep and IRQ tracing
` [PATCH v15 06/43] dept: add proc knobs to show stats and dependency graph
` [PATCH v15 07/43] dept: distinguish each kernel context from another
` [PATCH v15 08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v15 09/43] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v15 10/43] dept: distinguish each work from another
` [PATCH v15 11/43] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v15 12/43] dept: record the latest one out of consecutive waits of the same class
` [PATCH v15 13/43] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v15 14/43] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v15 15/43] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v15 16/43] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v15 17/43] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v15 18/43] dept: track timeout waits separately with a new Kconfig
` [PATCH v15 19/43] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v15 20/43] dept: apply timeout consideration to swait
` [PATCH v15 21/43] dept: apply timeout consideration to waitqueue wait
` [PATCH v15 22/43] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v15 23/43] dept: apply timeout consideration to dma fence wait
` [PATCH v15 24/43] dept: make dept able to work with an external wgen
` [PATCH v15 25/43] dept: track PG_locked with dept
` [PATCH v15 26/43] dept: print staged wait's stacktrace on report
` [PATCH v15 27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v15 28/43] dept: suppress reports with classes that have been already reported
` [PATCH v15 29/43] dept: add documentation for dept
` [PATCH v15 30/43] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v15 31/43] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v15 32/43] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v15 34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v15 35/43] dept: make dept stop from working on debug_locks_off()
` [PATCH v15 36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v15 37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v15 38/43] completion, dept: introduce init_completion_dmap() API
` [PATCH v15 39/43] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v15 40/43] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v15 41/43] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v15 42/43] dept: implement a basic unit test for dept
` [PATCH v15 43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state

[PATCH net-next v4 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-05-13  9:58 UTC  (15+ messages)
` [PATCH net-next v4 01/14] dt-bindings: net: Add PPE "
` [PATCH net-next v4 02/14] docs: networking: Add PPE driver documentation "
` [PATCH net-next v4 03/14] net: ethernet: qualcomm: Add PPE driver for "
` [PATCH net-next v4 04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574
` [PATCH net-next v4 05/14] net: ethernet: qualcomm: Initialize PPE queue "
` [PATCH net-next v4 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings
` [PATCH net-next v4 07/14] net: ethernet: qualcomm: Initialize PPE queue settings
` [PATCH net-next v4 08/14] net: ethernet: qualcomm: Initialize PPE service code settings
` [PATCH net-next v4 09/14] net: ethernet: qualcomm: Initialize PPE port control settings
` [PATCH net-next v4 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings
` [PATCH net-next v4 11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping
` [PATCH net-next v4 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings
` [PATCH net-next v4 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters
` [PATCH net-next v4 14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver

[PATCH net-next v2 0/4] add broadcast_neighbor for no-stacking networking arch
 2025-05-13  9:47 UTC 

[PATCH v2] net: bcmgenet: tidy up stats, expose more stats in ethtool
 2025-05-13  9:45 UTC  (2+ messages)

[PATCH net-next v10 00/13] Add support for PSE budget evaluation strategy
 2025-05-13  9:44 UTC  (4+ messages)
` [PATCH net-next v10 02/13] net: pse-pd: Add support for reporting events

[PATCH net-next] ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-13  9:31 UTC  (6+ messages)

[PATCH net-next v14 0/9] Device memory TCP TX
 2025-05-13  9:30 UTC  (4+ messages)
` [PATCH net-next v14 4/9] net: devmem: Implement TX path

[PATCH v3] documentation: networking: devlink: Fix a typo in devlink-trap.rst
 2025-05-13  9:24 UTC 

[PATCH net-next 00/10] pull request for net-next: ovpn 2025-05-09
 2025-05-13  9:19 UTC  (24+ messages)
` [PATCH net-next 01/10] MAINTAINERS: add Sabrina as official reviewer for ovpn
` [PATCH net-next 03/10] ovpn: set skb->ignore_df = 1 before sending IPv6 packets out
` [PATCH net-next 04/10] ovpn: don't drop skb's dst when xmitting packet
` [PATCH net-next 05/10] selftest/net/ovpn: fix crash in case of getaddrinfo() failure
` [PATCH net-next 09/10] ovpn: improve 'no route to host' debug message
` [PATCH net-next 10/10] ovpn: ensure sk is still valid during cleanup

[net-next PATCH 0/4] octeontx2: Improve mailbox tracing
 2025-05-13  8:55 UTC  (4+ messages)
` [net-next PATCH 3/5] octeontx2: Improve mailbox tracepoints for debugging

[PATCH v6 4/9] coredump: add coredump socket
 2025-05-13  8:56 UTC  (5+ messages)

[PATCH net v3 0/2] address EEE regressions on KSZ switches since v6.9 (v6.14+)
 2025-05-13  8:50 UTC  (2+ messages)

[PATCH net v2] vsock/test: Fix occasional failure in SIOCOUTQ tests
 2025-05-13  8:46 UTC  (2+ messages)

[PATCH net v2] net: dsa: microchip: linearize skb for tail-tagging switches
 2025-05-13  8:43 UTC  (2+ messages)

[net-next v2 PATCH 0/2] octeontx2-pf: Do not detect MACSEC block based on silicon
 2025-05-13  8:32 UTC  (4+ messages)
` [net-next v2 PATCH 2/2] octeontx2-pf: macsec: Get MACSEC capability flag from AF

[BUG Report] KASAN: slab-use-after-free in page_pool_recycle_in_ring
 2025-05-13  8:31 UTC 

[PATCH net-next 0/2] Add Si3474 PSE controller driver
 2025-05-13  8:24 UTC  (5+ messages)
` [PATCH net-next 1/2] dt-bindings: net: pse-pd: Add bindings for Si3474 PSE controller
` [PATCH net-next 2/2] net: pse-pd: Add Si3474 PSE controller driver

[PATCH net-next] net: Look for bonding slaves in the bond's network namespace
 2025-05-13  8:19 UTC 

[PATCH v15 00/22] Type2 device basic support
 2025-05-13  8:12 UTC  (3+ messages)

[PATCH] dt-bindings: net: snps,dwmac: Align mdio node in example with bindings
 2025-05-13  7:33 UTC 

[net] octeontx2-af: Fix CGX Receive counters
 2025-05-13  7:15 UTC 

[PATCH v9 0/4] vhost: Add support of kthread API
 2025-05-13  7:08 UTC  (10+ messages)
` [PATCH v9 4/4] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

[PATCH net-next,v3] net: mana: Add handler for hardware servicing events
 2025-05-13  6:27 UTC  (2+ messages)

i40e: How the packets will be processed when status_error_len is 0
 2025-05-13  6:23 UTC  (3+ messages)

[net-next PATCH v1 00/15] Enable Inbound IPsec offload on Marvell CN10K SoC
 2025-05-13  6:12 UTC  (15+ messages)
` [net-next PATCH v1 04/15] octeontx2-af: Handle inbound inline ipsec config in AF
` [net-next PATCH v1 06/15] octeontx2-af: Add support for CPT second pass
` [net-next PATCH v1 07/15] octeontx2-af: Add support for SPI to SA index translation

[net-next PATCH v9 1/6] net: phy: pass PHY driver to .match_phy_device OP
 2025-05-13  6:09 UTC  (2+ messages)

[net-next v11 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-05-13  6:09 UTC  (7+ messages)
` [net-next v11 1/7] dt-bindings: net: Add MTIP L2 switch description
` [net-next v11 4/7] net: mtip: The L2 switch driver for imx287

[PATCH net-next] net: mlxsw: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-13  6:03 UTC  (2+ messages)

[PATCH net] bnxt_en: bring back rtnl_lock() in bnxt_fw_reset_task()
 2025-05-13  5:41 UTC  (7+ messages)

[PATCH net] net: ethernet: mtk_eth_soc: fix typo for declaration MT7988 ESW capability
 2025-05-13  5:21 UTC  (2+ messages)

[PATCH net-next] net: apple: bmac: use crc32() instead of hand-rolled equivalent
 2025-05-13  5:01 UTC 

[syzbot] [net?] BUG: sleeping function called from invalid context in dev_set_promiscuity
 2025-05-13  4:37 UTC 

[PATCH net-next] net/tg3: use crc32() instead of hand-rolled equivalent
 2025-05-13  4:14 UTC 

[PATCH net v4] net: devmem: fix kernel panic when netlink socket close after module unload
 2025-05-13  3:24 UTC  (3+ messages)

[PATCH v2 net-next 7/9] af_unix: Inherit sk_flags at connect()
 2025-05-13  3:20 UTC  (4+ messages)

[PATCH v2 net-next 6/9] af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock
 2025-05-13  3:18 UTC  (4+ messages)

[PATCH ethtool] hibmcge: add support dump registers for hibmcge driver
 2025-05-13  3:12 UTC  (2+ messages)

[PATCH v2 net-next 4/9] tcp: Restrict SO_TXREHASH to TCP socket
 2025-05-13  3:11 UTC  (4+ messages)

linux-next: manual merge of the net-next tree with the rdma-fixes tree
 2025-05-13  3:06 UTC 

[PATCH v2 net-next] net: enetc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-13  2:47 UTC  (2+ messages)

[PATCH net-next] netlink: fix policy dump for int with validation callback
 2025-05-13  2:20 UTC  (2+ messages)

[PATCH net-next,rdma-next v2 1/5] iidc/ice/irdma: Rename IDC header file
 2025-05-13  2:20 UTC  (2+ messages)

[PATCH net-next] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
 2025-05-13  2:20 UTC  (2+ messages)

[PATCH net-next] net: dsa: b53: implement setting ageing time
 2025-05-13  2:20 UTC  (2+ messages)

[PATCH net v2 1/3] net: txgbe: Fix to calculate EEPROM checksum for AML devices
 2025-05-13  2:10 UTC  (3+ messages)
` [PATCH net v2 2/3] net: libwx: Fix FW mailbox reply timeout
` [PATCH net v2 3/3] net: libwx: Fix FW mailbox unknown command

[PATCH net v2 0/3] Fixes for TXGBE AML devices
 2025-05-13  2:10 UTC 

[PATCH v2 net-next 6/9] af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock
 2025-05-13  2:03 UTC  (2+ messages)

[PATCH net-next V3 0/6] net: vertexcom: mse102x: Improve RX handling
 2025-05-13  2:00 UTC  (2+ messages)

[PATCH net] net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENING
 2025-05-13  2:00 UTC  (2+ messages)

[PATCH net v3] net: Lock lower level devices when updating features
 2025-05-13  2:00 UTC  (2+ messages)

[PATCH net-next v2 1/2] net: phy: dp83867: remove check of delay strap configuration
 2025-05-13  1:50 UTC  (2+ messages)

[PATCH net v2] net: cadence: macb: Fix a possible deadlock in macb_halt_tx
 2025-05-13  1:50 UTC  (2+ messages)

[PATCH net-next] net: ixp4xx_eth: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-13  1:20 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: renesas-gbeth: Add support for RZ/V2N (R9A09G056) SoC
 2025-05-13  1:20 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: ping: make sure the ping test restores checksum offload
 2025-05-13  1:20 UTC  (2+ messages)

[PATCHv2 net-next 0/6] selftests: net: configure rp_filter in setup_ns
 2025-05-13  1:20 UTC  (2+ messages)

[PATCH net-next v2] net/mlx5: support software TX timestamp
 2025-05-13  1:20 UTC  (2+ messages)

[PATCH] wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds
 2025-05-13  1:18 UTC  (2+ messages)

[PATCH net-next v4 0/5] eth: fbnic: Add devlink dev flash support
 2025-05-13  0:59 UTC  (4+ messages)
` [PATCH net-next v4 2/5] eth: fbnic: Accept minimum anti-rollback version from firmware

[net PATCH] net: phy: aquantia: fix wrong GENMASK define for LED_PROV_ACT_STRETCH
 2025-05-13  0:38 UTC  (4+ messages)

[PATCH net-next] net: stop napi kthreads when THREADED napi is disabled
 2025-05-13  0:26 UTC 

[PATCH iwl-next v3 0/2] Add link_down_events counters to ixgbe and ice drivers
 2025-05-13  0:21 UTC  (2+ messages)

[RESEND PATCH] selftests/bpf: Fix bpf selftest build warning
 2025-05-13  0:08 UTC 

[PATCH v6 4/9] coredump: add coredump socket
 2025-05-13  0:06 UTC  (2+ messages)

[PATCH v2] ptp: ocp: Limit SMA/signal/freq counts in show/store functions
 2025-05-13  0:07 UTC  (6+ messages)

[PATCH net 0/5] hv_netvsc: Fix error "nvsp_rndis_pkt_complete error status: 2"
 2025-05-13  0:06 UTC  (6+ messages)
` [PATCH net 1/5] Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges
` [PATCH net 2/5] hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages
` [PATCH net 3/5] hv_netvsc: Preserve contiguous PFN grouping in the page buffer array
` [PATCH net 4/5] hv_netvsc: Remove rmsg_pgcnt
` [PATCH net 5/5] Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()


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