Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-28 12:48:49 to 2024-03-28 19:34:54 UTC [more...]

[PATCH bpf-next 0/5] Support local vmtest for riscv64
 2024-03-28 19:34 UTC  (3+ messages)
` [PATCH bpf-next 2/5] riscv, bpf: Relax restrictions on Zbb instructions

[PATCH 02/13] wifi: nl80211: send underlying multi-hardware channel capabilities to user space
 2024-03-28 19:32 UTC  (11+ messages)

[PATCH net-next] netlink: introduce type-checking attribute iteration
 2024-03-28 19:31 UTC 

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-03-28 19:23 UTC  (19+ messages)
` [PATCH 2/9] dma: Convert from tasklet to BH workqueue
` [PATCH 4/9] USB: "
` [PATCH 6/9] ipmi: "
` [PATCH 9/9] mmc: "

[RFC PATCH net-next v7 00/14] Device Memory TCP
 2024-03-28 18:55 UTC  (4+ messages)
` [RFC PATCH net-next v7 04/14] netdev: support binding dma-buf to netdevice

[PATCH v6 0/1] Add property in dwmac-stm32 documentation
 2024-03-28 18:53 UTC  (2+ messages)
` [PATCH v6 1/1] dt-bindings: net: dwmac: Document STM32 property st,ext-phyclk

[PATCH v3 1/2] dt-bindings: phy: mediatek,mt7988-xfi-tphy: add new bindings
 2024-03-28 18:52 UTC  (3+ messages)
` [PATCH v3 2/2] phy: add driver for MediaTek XFI T-PHY

[PATCH] octeontx2-af: Add array index check
 2024-03-28 18:28 UTC  (2+ messages)

[syzbot] [bpf?] [net?] KMSAN: uninit-value in dev_map_lookup_elem
 2024-03-28 18:23 UTC  (2+ messages)

[PATCH 00/19] ACPI: store owner from modules with acpi_bus_register_driver()
 2024-03-28 18:18 UTC  (4+ messages)
` [PATCH 02/19] Input: atlas: - drop owner assignment

[PATCH net] ax25: fix use-after-free bugs caused by ax25_ds_del_timer
 2024-03-28 18:12 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION a6bd6c9333397f5a0e2667d4d82fef8c970108f2
 2024-03-28 18:09 UTC 

[PATCH net-next -v6] net: enable timestamp static key if CPU isolation is configured
 2024-03-28 18:05 UTC  (2+ messages)

[PATCH net-next] net: create a dummy net_device allocator
 2024-03-28 17:46 UTC  (7+ messages)

[PATCH 0/2] PCI: Add and use pcim_iomap_region()
 2024-03-28 17:35 UTC  (3+ messages)

mptcp splat
 2024-03-28 17:35 UTC  (7+ messages)

[PATCH iwl-next v3] ice: Reset VF on Tx MDD event
 2024-03-28 17:34 UTC  (2+ messages)

[PATCH net] net: do not consume a cacheline for system_page_pool
 2024-03-28 17:34 UTC 

[PATCH iwl-next v2 0/7] i40e: cleanups & refactors
 2024-03-28 17:25 UTC  (15+ messages)
` [PATCH iwl-next v2 1/7] i40e: Remove flags field from i40e_veb
` [PATCH iwl-next v2 2/7] i40e: Refactor argument of several client notification functions
` [PATCH iwl-next v2 3/7] i40e: Refactor argument of i40e_detect_recover_hung()
` [PATCH iwl-next v2 4/7] i40e: Add helper to access main VSI
` [PATCH iwl-next v2 5/7] i40e: Consolidate checks whether given VSI is main
` [PATCH iwl-next v2 6/7] i40e: Add helper to access main VEB
` [PATCH iwl-next v2 7/7] i40e: Add and use helper to reconfigure TC for given VSI

[PATCH net-next v2 2/3] net: mirror skb frag ref/unref helpers
 2024-03-28 17:18 UTC  (3+ messages)

[PATCH net-next 0/8] net: rps: misc changes
 2024-03-28 17:03 UTC  (9+ messages)
` [PATCH net-next 1/8] net: move kick_defer_list_purge() to net/core/dev.h
` [PATCH net-next 2/8] net: move dev_xmit_recursion() helpers "
` [PATCH net-next 3/8] net: enqueue_to_backlog() change vs not running device
` [PATCH net-next 4/8] net: make softnet_data.dropped an atomic_t
` [PATCH net-next 5/8] net: enqueue_to_backlog() cleanup
` [PATCH net-next 6/8] net: rps: change input_queue_tail_incr_save()
` [PATCH net-next 7/8] net: rps: add rps_input_queue_head_add() helper
` [PATCH net-next 8/8] net: rps: move received_rps field to a better location

[PATCH v6 00/15] netfs, cifs: Delegate high-level I/O to netfslib
 2024-03-28 16:58 UTC  (16+ messages)
` [PATCH v6 01/15] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v6 02/15] cifs: Replace cifs_writedata "
` [PATCH v6 03/15] cifs: Use more fields from netfs_io_subrequest
` [PATCH v6 04/15] cifs: Make wait_mtu_credits take size_t args
` [PATCH v6 05/15] cifs: Replace the writedata replay bool with a netfs sreq flag
` [PATCH v6 06/15] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v6 07/15] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v6 08/15] cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs
` [PATCH v6 09/15] cifs: Make add_credits_and_wake_if() clear deducted credits
` [PATCH v6 10/15] cifs: Implement netfslib hooks
` [PATCH v6 11/15] cifs: When caching, try to open O_WRONLY file rdwr on server
` [PATCH v6 12/15] cifs: Cut over to using netfslib
` [PATCH v6 13/15] cifs: Remove some code that's no longer used, part 1
` [PATCH v6 14/15] cifs: Remove some code that's no longer used, part 2
` [PATCH v6 15/15] cifs: Remove some code that's no longer used, part 3

[PATCH net v2] octeontx2-af: Add array index check
 2024-03-28 16:55 UTC 

[PATCH net-next v2 0/2] ethtool: provide the dim profile fine-tuning channel
 2024-03-28 16:48 UTC  (6+ messages)
` [PATCH net-next v2 2/2] virtio-net: support dim profile fine-tuning

[PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
 2024-03-28 16:39 UTC  (7+ messages)
` [PATCH 2/9] libceph: avoid clang out-of-range warning
` [PATCH 5/9] ipv4: tcp_output: avoid warning about NET_ADD_STATS
` [PATCH 8/9] mlx5: stop warning for 64KB pages

[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-03-28 16:34 UTC  (27+ messages)
` [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
` [PATCH 02/26] 9p: Clean up some kdoc and unused var warnings
` [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
` [PATCH 04/26] netfs: Replace PG_fscache by setting folio->private and marking dirty
` [PATCH 05/26] mm: Remove the PG_fscache alias for PG_private_2
` [PATCH 06/26] netfs: Remove deprecated use of PG_private_2 as a second writeback flag
` [PATCH 07/26] netfs: Make netfs_io_request::subreq_counter an atomic_t
` [PATCH 08/26] netfs: Use subreq_counter to allocate subreq debug_index values
` [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
` [PATCH 10/26] cifs: Use alternative invalidation to "
` [PATCH 11/26] 9p: "
` [PATCH 12/26] afs: "
` [PATCH 13/26] netfs: Remove ->launder_folio() support
` [PATCH 14/26] netfs: Use mempools for allocating requests and subrequests
` [PATCH 15/26] mm: Export writeback_iter()
` [PATCH 16/26] netfs: Switch to using unsigned long long rather than loff_t
` [PATCH 17/26] netfs: Fix writethrough-mode error handling
` [PATCH 18/26] netfs: Add some write-side stats and clean up some stat names
` [PATCH 19/26] netfs: New writeback implementation
` [PATCH 20/26] netfs, afs: Implement helpers for new write code
` [PATCH 21/26] netfs, 9p: "
` [PATCH 22/26] netfs, cachefiles: "
` [PATCH 23/26] netfs: Cut over to using new writeback code
` [PATCH 24/26] netfs: Remove the old "
` [PATCH 25/26] netfs: Miscellaneous tidy ups
` [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys

[PATCH net-next 0/8] mlx5e misc patches
 2024-03-28 16:25 UTC  (5+ messages)
` [PATCH net-next 5/8] net/mlx5e: Expose the VF/SF RX drop counter on the representor

[PATCH net-next v6 00/17] net: Add support for Power over Ethernet (PoE)
 2024-03-28 16:24 UTC  (26+ messages)
` [PATCH net-next v6 10/17] net: pse-pd: Add support for PSE PIs
` [PATCH net-next v6 11/17] dt-bindings: net: pse-pd: Add another way of describing several "
` [PATCH net-next v6 12/17] net: pse-pd: Add support for setup_pi_matrix callback
` [PATCH net-next v6 13/17] net: pse-pd: Use regulator framework within PSE framework
` [PATCH net-next v6 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
` [PATCH net-next v6 15/17] net: pse-pd: Add PD692x0 PSE controller driver
` [PATCH net-next v6 16/17] dt-bindings: net: pse-pd: Add bindings for TPS23881 PSE controller
` [PATCH net-next v6 17/17] net: pse-pd: Add TI TPS23881 PSE controller driver

[PATCH net] i40e: Fix VF MAC filter removal
 2024-03-28 16:10 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH net-next v1 0/9] Enhanced DCB and DSCP Support for KSZ Switches
 2024-03-28 16:05 UTC  (10+ messages)
` [PATCH net-next v1 1/9] net: dsa: add support for DCB get/set apptrust configuration
` [PATCH net-next v1 2/9] net: dsa: microchip: add IPV information support
` [PATCH net-next v1 3/9] net: add IEEE 802.1q specific helpers
` [PATCH net-next v1 4/9] net: dsa: microchip: add multi queue support for KSZ88X3 variants
` [PATCH net-next v1 5/9] net: dsa: microchip: add support for different DCB app configurations
` [PATCH net-next v1 6/9] net: dsa: microchip: dcb: add special handling for KSZ88X3 family
` [PATCH net-next v1 7/9] net: dsa: microchip: enable ETS support for KSZ989X variants
` [PATCH net-next v1 8/9] net: dsa: microchip: init predictable IPV to queue mapping for all non KSZ8xxx variants
` [PATCH net-next v1 9/9] net: dsa: microchip: let DCB code do PCP and DSCP policy configuration

[PATCH net-next 0/2] ynl: rename array-nest to indexed-array
 2024-03-28 16:04 UTC  (8+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] ynl: support un-nest sub-type for indexed-array

[PATCH net 0/1] s390/ism: Fix splice for SMC-D
 2024-03-28 15:59 UTC  (3+ messages)
` [PATCH net 1/1] s390/ism: fix receive message buffer allocation

[PATCH net v4 0/1] net: fec: Fix to suspend / resume with mac_managed_pm
 2024-03-28 15:59 UTC  (2+ messages)
` [PATCH v4 1/1] net: fec: Set mac_managed_pm during probe

[PATCH net-next v2] tools/net/ynl: Add extack policy attribute decoding
 2024-03-28 15:56 UTC 

[PATCH net-next v1 0/3] doc: netlink: Add hyperlinks to generated docs
 2024-03-28 15:54 UTC  (6+ messages)
` [PATCH net-next v1 1/3] doc: netlink: Change generated docs to limit TOC to depth 3
` [PATCH net-next v1 2/3] doc: netlink: Add hyperlinks to generated Netlink docs

[PATCH v7] posix-timers: add clock_compare system call
 2024-03-28 15:40 UTC  (3+ messages)

[PATCH v2 0/4] sysctl: Remove sentinel elements from networking
 2024-03-28 15:40 UTC  (5+ messages)
` [PATCH v2 1/4] networking: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v2 2/4] netfilter: "
` [PATCH v2 3/4] appletalk: "
` [PATCH v2 4/4] ax.25: "

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-28 15:39 UTC  (3+ messages)
` [PATCH 19/22] rpmsg: virtio: drop owner assignment

[PATCH v8 00/20] GenieZone hypervisor drivers
 2024-03-28 15:40 UTC  (3+ messages)
` [PATCH v8 19/20] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason

[PATCH net-next v1 0/2] netlink: Add nftables spec w/ multi messages
 2024-03-28 15:33 UTC  (3+ messages)

[PATCH net-next v1] tools/net/ynl: Add extack policy attribute decoding
 2024-03-28 15:32 UTC  (3+ messages)

[PATCHv3 net-next 0/2] doc/netlink/specs: Add vlan support
 2024-03-28 15:05 UTC  (3+ messages)
` [PATCHv3 net-next 2/2] doc/netlink/specs: Add vlan attr in rt_link spec

[PATCH net-next 0/4] Remove RTNL lock protection of CVQ
 2024-03-28 15:29 UTC  (4+ messages)
` [PATCH net-next 2/4] virtio_net: Remove command data from control_buf

[net-next,v4 0/2] ravb: Support describing the MDIO bus
 2024-03-28 15:28 UTC  (3+ messages)

[PATCH v5 0/1] Add property in dwmac-stm32 documentation
 2024-03-28 15:25 UTC  (5+ messages)
` [PATCH v5 1/1] dt-bindings: net: dwmac: Document STM32 property st,ext-phyclk

[PATCH v1 1/2] lsm: Check and handle error priority for socket_bind and socket_connect
 2024-03-28 15:10 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-28 15:13 UTC  (12+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

[net-next Patch] octeontx2-af: map management port always to first PF
 2024-03-28 14:58 UTC  (2+ messages)

[PATCH net v2 0/2] Fix EEE support for MT7531 and MT7988 SoC switch
 2024-03-28 14:46 UTC  (13+ messages)
` [PATCH net v2 1/2] net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boards
` [PATCH net v2 2/2] net: dsa: mt7530: fix disabling EEE on failure on MT7531 and MT7988

[syzbot] [audit?] [bpf?] INFO: rcu detected stall in kauditd_thread (4)
 2024-03-28 14:44 UTC 

[PATCH net-next 0/4] udp: small changes on receive path
 2024-03-28 14:40 UTC  (5+ messages)
` [PATCH net-next 1/4] udp: annotate data-race in __udp_enqueue_schedule_skb()
` [PATCH net-next 2/4] udp: relax atomic operation on sk->sk_rmem_alloc
` [PATCH net-next 3/4] udp: avoid calling sock_def_readable() if possible
` [PATCH net-next 4/4] net: add sk_wake_async_rcu() helper

[PATCH net v2 1/2] virtio_net: Do not set rss_indir if RSS is not supported
 2024-03-28 14:37 UTC  (5+ messages)

[GIT PULL] Networking for v6.9-rc2
 2024-03-28 14:31 UTC 

[syzbot] [net?] possible deadlock in hsr_dev_xmit (2)
 2024-03-28 14:20 UTC 

[PATCH net-next] usbnet: fix cyclical race on disconnect with work queue
 2024-03-28 14:08 UTC  (4+ messages)

[PATCH] net: dsa: mv88e6xxx: fix usable ports on 88e6020
 2024-03-28 13:47 UTC  (2+ messages)

[PATCH v3 net] Subject: [PATCH] RDMA/core: fix UAF with ib_device_get_netdev()
 2024-03-28 13:42 UTC  (2+ messages)

[PATCH RFC 00/10] First try to replace page_frag with page_frag_cache
 2024-03-28 13:38 UTC  (11+ messages)
` [PATCH RFC 01/10] mm: Move the page fragment allocator from page_alloc into its own file
` [PATCH RFC 02/10] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH RFC 03/10] mm: page_frag: change page_frag_alloc_* API to accept align param
` [PATCH RFC 04/10] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH RFC 05/10] mm: page_frag: add two inline helper for "
` [PATCH RFC 06/10] mm: page_frag: reuse MSB of 'size' field for pfmemalloc
` [PATCH RFC 07/10] mm: page_frag: reuse existing bit field of 'va' for pagecnt_bias
` [PATCH RFC 08/10] net: introduce the skb_copy_to_va_nocache() helper
` [PATCH RFC 09/10] mm: page_frag: introduce prepare/commit API for page_frag
` [PATCH RFC 10/10] net: replace page_frag with page_frag_cache

[PATCH net-next v2] net: phy: dp8382x: keep WOL settings across suspends
 2024-03-28 13:33 UTC 

[PATCH v3 RESEND] net: hsr: Provide RedBox support
 2024-03-28 12:56 UTC  (3+ messages)

[PATCH net v1] mlxbf_gige: stop interface during shutdown
 2024-03-28 12:48 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 read-only IMAP folder(s) and NNTP newsgroup(s).