Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-28 11:00:30 to 2024-03-28 17:03:12 UTC [more...]

[PATCH net-next 0/8] net: rps: misc changes
 2024-03-28 17:03 UTC 

[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  (19+ messages)
` [PATCH net-next 1/8] net/mlx5e: Use ethtool_sprintf/puts() to fill priv flags strings
` [PATCH net-next 2/8] net/mlx5e: Use ethtool_sprintf/puts() to fill selftests strings
` [PATCH net-next 3/8] net/mlx5e: Use ethtool_sprintf/puts() to fill stats strings
` [PATCH net-next 4/8] net/mlx5e: Make stats group fill_stats callbacks consistent with the API
` [PATCH net-next 5/8] net/mlx5e: Expose the VF/SF RX drop counter on the representor
` [PATCH net-next 6/8] net/mlx5e: debugfs, Add reset option for command interface stats
` [PATCH net-next 7/8] net/mlx5e: XDP, Fix an inconsistent comment
` [PATCH net-next 8/8] net/mlx5: Convert uintX_t to uX

[PATCH net-next v6 00/17] net: Add support for Power over Ethernet (PoE)
 2024-03-28 16:24 UTC  (28+ messages)
` [PATCH net-next v6 01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers
` [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 0/9] Convert Tasklets to BH Workqueues
 2024-03-28 16:21 UTC  (5+ messages)
` [PATCH 9/9] mmc: Convert from tasklet to BH workqueue

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

[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] "

[PATCH net-next] net: create a dummy net_device allocator
 2024-03-28 15:02 UTC  (4+ messages)

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

[PATCH bpf-next 0/5] Support local vmtest for riscv64
 2024-03-28 12:49 UTC  (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Enable cross platform testing for local vmtest
` [PATCH bpf-next 2/5] riscv, bpf: Relax restrictions on Zbb instructions
` [PATCH bpf-next 3/5] selftests/bpf: Add config.riscv64
` [PATCH bpf-next 4/5] selftests/bpf: Add DENYLIST.riscv64
` [PATCH bpf-next 5/5] selftests/bpf: Add riscv64 configurations to local vmtest

[PATCH net-next v3 0/3] Introduce switch mode support for ICSSG driver
 2024-03-28 12:39 UTC  (5+ messages)
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add support for ICSSG switch firmware

[PATCH 6.1.y] net: tls: handle backlogging of crypto requests
 2024-03-28 12:38 UTC 

[PATCH net-next v5 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-03-28 12:34 UTC  (7+ messages)
` [PATCH net-next v5 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH net-next v5 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support

SMC-R throughput drops for specific message sizes
 2024-03-28 12:18 UTC 

[PATCH v2 net] RDMA/core: fix UAF in ib_get_eth_speed
 2024-03-28 12:18 UTC  (5+ messages)

[PATCH net v3 0/2] net: fec: Fixes to suspend / resume with mac_managed_pm
 2024-03-28 11:52 UTC  (14+ messages)
` [PATCH net v3 2/2] net: fec: Suspend the PHY on probe

[PATCH net-next v2] net: remove gfp_mask from napi_alloc_skb()
 2024-03-28 11:48 UTC  (3+ messages)

[PATCH iwl-next v2] igc: Add MQPRIO offload support
 2024-03-28 11:46 UTC  (2+ messages)

[syzbot] [wireless?] WARNING in kcov_remote_start (3)
 2024-03-28 11:45 UTC  (2+ messages)

[PATCH net-next v8 00/11] stmmac: Add Loongson platform support
 2024-03-28 11:41 UTC  (8+ messages)
` [PATCH net-next v8 06/11] net: stmmac: dwmac-loongson: Add GNET support

[PATCH net] RDMA/core: fix UAF in ib_get_eth_speed
 2024-03-28 11:24 UTC  (3+ messages)

[PATCH v2 net] erspan: make sure erspan_base_hdr is present in skb->head
 2024-03-28 11:22 UTC 

[PATCH v2 net] inet: inet_defrag: prevent sk release while still in use
 2024-03-28 11:20 UTC  (2+ messages)

[PATCH net] erspan: make sure erspan_base_hdr is present in skb->head
 2024-03-28 11:12 UTC  (2+ messages)

[PATCH net-next v2] net: axienet: Fix kernel doc warnings
 2024-03-28 11:07 UTC 

[syzbot] [net?] KMSAN: uninit-value in gre_rcv (3)
 2024-03-28 11:00 UTC 


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