netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-12 19:18:15 to 2025-05-13 10:08:11 UTC [more...]

[PATCH v15 00/43] DEPT(DEPendency Tracker)
 2025-05-13 10:07 UTC  (37+ 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 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 1/4] net: bonding: add broadcast_neighbor option for 802.3ad
 2025-05-13  9:47 UTC  (4+ 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-next v2 0/4] add broadcast_neighbor for no-stacking networking arch
 2025-05-13  9:47 UTC 

[PATCH net-next v2 0/2] Add 2.5G ethernet phy support on MT7988
 2025-05-13  9:45 UTC  (9+ messages)
` [PATCH net-next v2 1/3] net: phy: mediatek: Add 2.5Gphy firmware dt-bindings and dts node

[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 v7 0/8] Add Microchip ZL3073x support (part 1)
 2025-05-13  9:41 UTC  (8+ messages)
` [PATCH net-next v7 8/8] mfd: zl3073x: Register DPLL sub-device during init

[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] octeontx2-pf: ethtool: Display "Autoneg" and "Port" fields
 2025-05-13  6:13 UTC 

[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  (5+ messages)

[PATCH v2 net-next 0/9] af_unix: Introduce SO_PASSRIGHTS
 2025-05-13  3:20 UTC  (17+ messages)
` [PATCH v2 net-next 4/9] tcp: Restrict SO_TXREHASH to TCP socket
` [PATCH v2 net-next 6/9] af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock
` [PATCH v2 net-next 7/9] af_unix: Inherit sk_flags at connect()

[RFC 00/19] Split netmem from struct page
 2025-05-13  3:19 UTC  (12+ 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 ethtool] hibmcge: add support dump registers for hibmcge driver
 2025-05-13  3:12 UTC  (2+ 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 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()

[PATCH net-next v2] net: Add support for providing the PTP hardware source in tsinfo
 2025-05-12 23:57 UTC  (4+ messages)

[PATCH net-next v1 0/2] bonding: Extend arp_ip_target format to allow for a list of vlan tags
 2025-05-12 23:54 UTC  (3+ messages)

[net-next PATCH 4/4] octeontx2: Add new tracepoint otx2_msg_status
 2025-05-12 23:51 UTC  (2+ messages)

[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
 2025-05-12 23:35 UTC  (3+ messages)
` [PATCH 20/33] dt-bindings: i2c: qcom-cci: "

[syzbot] [net?] KASAN: global-out-of-bounds Read in in_dev_finish_destroy
 2025-05-12 23:22 UTC 

[PATCH net-next v5 0/5] Add PCS support for Qualcomm IPQ9574 SoC
 2025-05-12 22:56 UTC  (5+ messages)

[net-next PATCH 1/4] octeontx2-af: convert dev_dbg to tracepoint in mbox
 2025-05-12 22:29 UTC  (2+ messages)

[PATCH v4] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-05-12 22:29 UTC  (2+ messages)

[syzbot] [net?] possible deadlock in gtp_encap_enable_socket
 2025-05-12 22:10 UTC  (2+ messages)

Reorganising how the networking layer handles memory
 2025-05-12 21:59 UTC  (7+ messages)
` MSG_ZEROCOPY and the O_DIRECT vs fork() race
  ` How much is checksumming done in the kernel vs on the NIC?
        ` AF_UNIX/zerocopy/pipe/vmsplice/splice vs FOLL_PIN

[PATCH net] net: tsnep: fix timestamping with a stacked DSA driver
 2025-05-12 21:09 UTC  (3+ messages)

[PATCH v1 00/14] further mt7988 devicetree work
 2025-05-12 21:01 UTC  (5+ messages)
` [PATCH v1 01/14] dt-bindings: net: mediatek,net: update for mt7988

[PATCH net-next] net: phy: remove stub for mdiobus_register_board_info
 2025-05-12 20:20 UTC 

[PATCH] net: phy: mxl-8611: add support for MaxLinear MxL86110/MxL86111 PHY
 2025-05-12 20:02 UTC  (2+ messages)

[PATCH net-next v2] openvswitch: Stricter validation for the userspace action
 2025-05-12 19:19 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).