netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-08 07:46:10 to 2024-11-08 20:25:36 UTC [more...]

[PATCH net-next v3 1/2] net: netlink: add nla_get_*_default() accessors
 2024-11-08 20:25 UTC  (3+ messages)
` [PATCH net-next v3 2/2] net: convert to nla_get_*_default()

[net-next PATCH] net: dsa: add devm_dsa_register_switch()
 2024-11-08 20:02 UTC 

[PATCH] tc: fix typo probabilty in tc.yaml doc
 2024-11-08 19:56 UTC 

[PATCH ethtool-next] rxclass: Make output for RSS context action explicit
 2024-11-08 19:56 UTC  (3+ messages)

[PATCH net-next 0/3] r8169: improve wol/suspend-related code
 2024-11-08 19:43 UTC  (7+ messages)
` [PATCH net-next 1/3] r8169: improve __rtl8169_set_wol
` [PATCH net-next 2/3] r8169: improve rtl_set_d3_pll_down
` [PATCH net-next 3/3] r8169: align WAKE_PHY handling with r8125/r8126 vendor drivers

kmemleak reports related to napi_get_frags_check
 2024-11-08 19:40 UTC 

[PATCH bpf-next 0/2] Fix release of struct_ops map
 2024-11-08 19:39 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Add test for struct_ops map release

[PATCH] bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
 2024-11-08 19:29 UTC  (2+ messages)

[PATCH net-next] bnxt_en: ethtool: Supply ntuple rss context action
 2024-11-08 19:07 UTC 

[PATCH net-next v2 0/5] devmem TCP fixes
 2024-11-08 19:01 UTC  (15+ messages)
` [PATCH net-next v2 1/5] net: page_pool: rename page_pool_alloc_netmem to *_netmems
` [PATCH net-next v2 2/5] net: page_pool: create page_pool_alloc_netmem
` [PATCH net-next v2 3/5] page_pool: Set `dma_sync` to false for devmem memory provider
` [PATCH net-next v2 4/5] page_pool: disable sync for cpu for dmabuf "
` [PATCH net-next v2 5/5] netmem: add netmem_prefetch

[BUG] WARNING: at lib/vsprintf.c:2659 format_decode+0x121a/0x1c00
 2024-11-08 18:58 UTC  (2+ messages)

[PATCH net v2 1/2] net: fix SO_DEVMEM_DONTNEED looping too long
 2024-11-08 18:45 UTC  (8+ messages)
` [PATCH net v2 2/2] net: clarify SO_DEVMEM_DONTNEED behavior in documentation

[PATCH net-next v3 0/9] lib: packing: introduce and use (un)pack_fields
 2024-11-08 18:31 UTC  (5+ messages)
` [PATCH net-next v3 3/9] lib: packing: add pack_fields() and unpack_fields()

[PATCH bpf 0/2] tcp_bpf: update the rmem scheduling for ingress redirection
 2024-11-08 18:28 UTC  (4+ messages)
` [PATCH bpf 2/2] tcp_bpf: add sk_rmem_alloc related logic "
    ` [External] "

LKFT CI: improving Networking selftests results when validating stable kernels
 2024-11-08 18:21 UTC 

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-11-08 17:59 UTC  (9+ messages)

[PATCH net-next 00/12] Begin upstreaming Homa transport protocol
 2024-11-08 17:55 UTC  (4+ messages)
` [PATCH net-next 01/12] net: homa: define user-visible API for Homa

[PATCH net-next v8 0/6] Suspend IRQs during application busy periods
 2024-11-08 17:55 UTC  (7+ messages)
` [PATCH net-next v8 5/6] selftests: net: Add busy_poll_test

[PATCH net-next 0/5] net: phylink: phylink_resolve() cleanups
 2024-11-08 17:53 UTC  (8+ messages)
` [PATCH net-next 1/5] net: phylink: move manual flow control setting
` [PATCH net-next 2/5] net: phylink: move MLO_AN_FIXED resolve handling to if() statement
` [PATCH net-next 3/5] net: phylink: move MLO_AN_PHY "
` [PATCH net-next 4/5] net: phylink: remove switch() statement in resolve handling
` [PATCH net-next 5/5] net: phylink: clean up phylink_resolve()

[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-08 17:32 UTC  (34+ messages)
` [PATCH v4 01/33] kheaders: Ignore silly-rename files
` [PATCH v4 02/33] netfs: Remove call to folio_index()
` [PATCH v4 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v4 04/33] netfs: Remove unnecessary references to pages
` [PATCH v4 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v4 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v4 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v4 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v4 11/33] netfs: Drop the was_async "
` [PATCH v4 12/33] netfs: Don't use bh spinlock
` [PATCH v4 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v4 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v4 15/33] afs: Fix directory format encoding struct
` [PATCH v4 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v4 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v4 18/33] cachefiles: Add auxiliary data trace
` [PATCH v4 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v4 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v4 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v4 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v4 23/33] afs: Use netfslib for directories
` [PATCH v4 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v4 25/33] afs: Eliminate afs_read
` [PATCH v4 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v4 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v4 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v4 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v4 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v4 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v4 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[PATCH net v2]: stmmac: dwmac-intel-plat: fix call balance of tx_clk handling routines
 2024-11-08 17:33 UTC 

[PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-08 17:23 UTC  (5+ messages)
` [PATCH v3 23/33] afs: Use netfslib for directories
` [PATCH v3 28/33] netfs: Change the read result collector to only use one work item

[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
 2024-11-08 17:16 UTC  (6+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction

[PATCH net-next 0/2] ipv4: Prepare bpf helpers to .flowi4_tos conversion
 2024-11-08 16:47 UTC  (3+ messages)
` [PATCH net-next 1/2] bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future "
` [PATCH net-next 2/2] bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() "

[PATCH net-next v3 0/5] Re-organize MediaTek ethernet phy drivers and propose mtk-phy-lib
 2024-11-08 16:34 UTC  (6+ messages)
` [PATCH net-next v3 1/5] net: phy: mediatek: Re-organize MediaTek ethernet phy drivers
` [PATCH net-next v3 2/5] net: phy: mediatek: Move LED helper functions into mtk phy lib
` [PATCH net-next v3 3/5] net: phy: mediatek: Improve readability of mtk-phy-lib.c's mtk_phy_led_hw_ctrl_set()
` [PATCH net-next v3 4/5] net: phy: mediatek: Integrate read/write page helper functions
` [PATCH net-next v3 5/5] net: phy: mediatek: add MT7530 & MT7531's PHY ID macros

[PATCH net-next v4 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-08 16:27 UTC  (2+ messages)

[PATCH v5 05/17] wifi: cc33xx: Add cmd.c, cmd.h
 2024-11-08 16:25 UTC  (2+ messages)

[PATCH] net: ipv6: fix the address length for net_device on a GRE tunnel
 2024-11-08 16:17 UTC  (4+ messages)

[PATCH net-next v6] net: Implement fault injection forcing skb reallocation
 2024-11-08 16:02 UTC  (2+ messages)

[PATCH bpf-next/net 0/5] bpf: Add mptcp_subflow bpf_iter support
 2024-11-08 15:52 UTC  (6+ messages)
` [PATCH bpf-next/net 1/5] bpf: Register mptcp common kfunc set
` [PATCH bpf-next/net 2/5] bpf: Add mptcp_subflow bpf_iter
` [PATCH bpf-next/net 3/5] bpf: Acquire and release mptcp socket
` [PATCH bpf-next/net 4/5] selftests/bpf: More endpoints for endpoint_init
` [PATCH bpf-next/net 5/5] selftests/bpf: Add mptcp_subflow bpf_iter subtest

[syzbot] [wpan?] [usb?] BUG: corrupted list in ieee802154_if_remove
 2024-11-08 14:54 UTC  (2+ messages)
` [PATCH] mac802154: add a check for slave data list before delete

[PATCH net v2 0/7] Double free fixes and NULL pointer checks
 2024-11-08 15:11 UTC  (3+ messages)
` [PATCH net v2 1/7] octeon_ep: Add checks to fix double free crashes

[syzbot] [rdma?] possible deadlock in sock_set_reuseaddr
 2024-11-08 15:10 UTC  (2+ messages)

[PATCH] chcr_ktls: fix a possible null-pointer dereference in chcr_ktls_dev_add()
 2024-11-08 15:00 UTC  (5+ messages)

[PATCH net-next] mISDN: Fix typos
 2024-11-08 15:03 UTC  (3+ messages)
` [PATCH net-next v2] "

[PATCH v2 1/4] Revert "igb: Disable threaded IRQ for igb_msix_other"
 2024-11-08 15:02 UTC  (6+ messages)

[PATCH net-next] net: netconsole: selftests: Check if netdevsim is available
 2024-11-08 14:59 UTC 

[ANNOUNCE] iptables 1.8.11 release
 2024-11-08 14:58 UTC 

[PATCH net-next v3 0/3] SO_PRIORITY cmsg patch summary
 2024-11-08 14:46 UTC  (4+ messages)
` [PATCH net-next v3 3/3] selftest: net: test SO_PRIORITY ancillary data with cmsg_sender

[PATCH net v5] net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hnodes
 2024-11-08 14:46 UTC  (3+ messages)

[PATCH net-next 0/2] net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RX
 2024-11-08 14:42 UTC  (5+ messages)
` [PATCH net-next 2/2] "

[BUG] BUG: unable to handle page fault for address: ffffffffa6df0480
 2024-11-08 14:26 UTC 

[PATCH net v6] net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hnodes
 2024-11-08 14:11 UTC 

[PATCH net v2] ipmr: Fix access to mfc_cache_list without lock held
 2024-11-08 14:08 UTC 

[RFC net-next (resend) 0/4] Send notifications for roaming hosts
 2024-11-08 13:49 UTC  (5+ messages)
` [RFC net-next (resend) 2/4] net: bridge: send notification "
` [RFC net-next (resend) 3/4] net: dsa: mv88e6xxx: handle member-violations

[PATCH] ieee802154: ca8210: Add missing check for kfifo_alloc() in ca8210_probe()
 2024-11-08 13:39 UTC  (4+ messages)

[PATCH net 0/2] IEP clock module bug fixes
 2024-11-08 13:30 UTC  (3+ messages)
` [PATCH net 1/2] net: ti: icssg-prueth: Fix firmware load sequence

[net-next PATCH v4 0/3] net: dsa: Add Airoha AN8855 support
 2024-11-08 13:24 UTC  (4+ messages)
` [net-next PATCH v4 1/3] dt-bindings: net: dsa: Add Airoha AN8855 Gigabit Switch documentation
` [net-next PATCH v4 2/3] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver
` [net-next PATCH v4 3/3] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY

[PATCH net-next 0/5] Add PCS support for Qualcomm IPQ9574 SoC
 2024-11-08 13:24 UTC  (10+ messages)
` [PATCH net-next 3/5] net: pcs: qcom-ipq: Add PCS create and phylink operations for IPQ9574

[PATCH net v2] arm: dts: socfpga: use reset-name "stmmaceth-ocp" instead of "ahb"
 2024-11-08 13:11 UTC  (2+ messages)

[net-next PATCH v3 0/3] net: dsa: Add Airoha AN8855 support
 2024-11-08 13:09 UTC  (8+ messages)
` [net-next PATCH v3 2/3] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver
` [net-next PATCH v3 3/3] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY

[PATCH net v2] sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
 2024-11-08 13:04 UTC  (3+ messages)

[PATCH net-next v2 0/2] net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RX
 2024-11-08 12:57 UTC  (4+ messages)
` [PATCH net-next v2 2/2] "

[PATCH] mac802154: fix interface deletion
 2024-11-08 12:40 UTC 

[PATCH net-next v1 0/2] tools/net/ynl: rework async notification handling
 2024-11-08 12:38 UTC  (3+ messages)
` [PATCH net-next v1 1/2] Revert "tools/net/ynl: improve async notification handling"
` [PATCH net-next v1 2/2] tools/net/ynl: add async notification handling

[PATCH net 0/2] mptcp: fix a couple of races
 2024-11-08 12:35 UTC  (4+ messages)
` [PATCH net 1/2] mptcp: error out earlier on disconnect
` [PATCH net 2/2] mptcp: cope racing subflow creation in mptcp_rcv_space_adjust

[PATCH v5 00/17] wifi: cc33xx: Add driver for new TI CC33xx wireless device family
 2024-11-08 12:07 UTC  (6+ messages)
` [PATCH v5 01/17] dt-bindings: net: wireless: cc33xx: Add ti,cc33xx.yaml
` [PATCH v5 09/17] wifi: cc33xx: Add main.c

[PATCH net-next v2 0/8] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-08 12:00 UTC  (7+ messages)
` [PATCH net-next v2 7/8] tools/net/ynl: Add retry limit for async notification

[PATCH 0/2 net V3] net: vertexcom: mse102x: Fix mse102x_tx_work
 2024-11-08 11:43 UTC  (3+ messages)
` [PATCH 1/2 net V3] net: vertexcom: mse102x: Fix possible double free of TX skb
` [PATCH 2/2 net V3] net: vertexcom: mse102x: Fix tx_bytes calculation

[PATCH] mptcp: fix possible integer overflow in mptcp_reset_tout_timer
 2024-11-08 11:43 UTC  (2+ messages)

drivers/net/ethernet/freescale/ucc_geth.c:2454:64: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-11-08 11:41 UTC  (4+ messages)

[PATCH net-next 0/7] net: lan969x: add RGMII support
 2024-11-08 11:33 UTC  (10+ messages)
` [PATCH net-next 1/7] net: sparx5: do some preparation work
` [PATCH net-next 3/7] net: sparx5: use is_port_rgmii() throughout
` [PATCH net-next 7/7] net: lan969x: add function for configuring RGMII port devices

[PATCH net-next 2/2] mlx5/core: deduplicate {mlx5_,}eq_update_ci()
 2024-11-08 10:49 UTC  (5+ messages)
` [PATCH net-next v2 1/2] mlx5/core: relax memory barrier in eq_update_ci()
  ` [PATCH net-next v2 2/2] mlx5/core: deduplicate {mlx5_,}eq_update_ci()

[PATCH] net: qrtr: mhi: synchronize qrtr and mhi preparation
 2024-11-08 10:32 UTC  (2+ messages)

[PATCH iwl-net] ice: fix PHY timestamp extraction for ETH56G
 2024-11-08 10:14 UTC 

[iwl-next v1] ice: add recipe priority check in search
 2024-11-08 10:08 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH] selftests: netfilter: Fix the bug of missing return values
 2024-11-08  8:13 UTC 

[PATCH net-next] mctp i2c: notify user space on TX failure
 2024-11-08  9:42 UTC 

[PATCH net-next v10] net: ipv4: Cache pmtu for all packet paths if multipath enabled
 2024-11-08  9:34 UTC 

[PATCH net 0/4] virtio/vsock: Fix memory leaks
 2024-11-08  9:21 UTC  (5+ messages)
` [PATCH net 4/4] virtio/vsock: Put vsock_connected_sockets_vsk() to use

[PATCH net v2 0/3] virtio/vsock: Fix memory leaks
 2024-11-08  9:13 UTC  (3+ messages)
` [PATCH net v2 2/3] vsock: Fix sk_error_queue memory leak

[PATCH] Fix: Ensure auth_data and ap_addr are properly set before marking STA as authenticated
 2024-11-08  9:10 UTC  (3+ messages)

[PATCH v2] hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer
 2024-11-08  9:06 UTC  (5+ messages)

[PATCH net-next] net: ppp: remove ppp->closing check
 2024-11-08  8:48 UTC  (4+ messages)

[PATCH] net/mlx5e: Report rx_discards_phy via rx_missed_errors
 2024-11-08  8:39 UTC  (7+ messages)

[PATCH net-next] net: mctp: Expose transport binding identifier via IFLA attribute
 2024-11-08  8:10 UTC  (3+ messages)

[PATCH net-next v3 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
 2024-11-08  8:08 UTC  (2+ messages)

[PATCH net v3 0/7] Double free fixes and NULL pointer checks
 2024-11-08  7:45 UTC  (3+ messages)
` [PATCH net v3 2/7] octeon_ep: Fix null dereferences to IQ/OQ pointers
` [PATCH net v3 5/7] octeon_ep_vf: "


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