netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-13 06:05:02 to 2023-10-13 16:20:00 UTC [more...]

[net] ipv4: Fix broken PMTUD when using L4 multipath hash
 2023-10-13 16:19 UTC  (2+ messages)

[PATCH net-next v5 00/16] net: Make timestamping selectable
 2023-10-13 16:14 UTC  (7+ messages)
` [PATCH net-next v5 08/16] net: ethtool: Add a command to expose current time stamping layer

[PATCH net-next 0/2] Add WAKE_MDA Wake-on-LAN option
 2023-10-13 16:15 UTC  (10+ messages)
` [PATCH net-next 1/2] ethtool: Introduce WAKE_MDA

[PATCH v2] Fix NULL pointer deref due to filtering on fork
 2023-10-13 16:16 UTC  (3+ messages)

[PATCH net-next v4 0/4] Rust abstractions for network PHY drivers
 2023-10-13 16:17 UTC  (6+ messages)
` [PATCH net-next v4 3/4] MAINTAINERS: add Rust PHY abstractions to the ETHERNET PHY LIBRARY

[PATCH v3] net: dsa: bcm_sf2: Fix possible memory leak in bcm_sf2_mdio_register()
 2023-10-13 16:12 UTC  (3+ messages)

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-13 16:04 UTC  (47+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op
` [RFC PATCH 06/53] afs: Don't use folio->private to record partial modification
` [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls
` [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
` [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [RFC PATCH 10/53] netfs: Add iov_iters to (sub)requests to describe various buffers
` [RFC PATCH 11/53] netfs: Add support for DIO buffering
` [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
` [RFC PATCH 13/53] netfs: Add bounce buffering support
` [RFC PATCH 14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [RFC PATCH 15/53] netfs: Limit subrequest by size or number of segments
` [RFC PATCH 16/53] netfs: Export netfs_put_subrequest() and some tracepoints
` [RFC PATCH 17/53] netfs: Extend the netfs_io_*request structs to handle writes
` [RFC PATCH 18/53] netfs: Add a hook to allow tell the netfs to update its i_size
` [RFC PATCH 19/53] netfs: Make netfs_put_request() handle a NULL pointer
` [RFC PATCH 20/53] fscache: Add a function to begin an cache op from a netfslib request
` [RFC PATCH 21/53] netfs: Make the refcounting of netfs_begin_read() easier to use
` [RFC PATCH 22/53] netfs: Prep to use folio->private for write grouping and streaming write
` [RFC PATCH 23/53] netfs: Dispatch write requests to process a writeback slice
` [RFC PATCH 24/53] netfs: Provide func to copy data to pagecache for buffered write
` [RFC PATCH 25/53] netfs: Make netfs_read_folio() handle streaming-write pages
` [RFC PATCH 26/53] netfs: Allocate multipage folios in the writepath
` [RFC PATCH 27/53] netfs: Implement support for unbuffered/DIO read
` [RFC PATCH 29/53] netfs: Implement buffered write API
` [RFC PATCH 30/53] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [RFC PATCH 31/53] netfs: Provide netfs_file_read_iter()
` [RFC PATCH 32/53] netfs: Provide a writepages implementation
` [RFC PATCH 33/53] netfs: Provide minimum blocksize parameter
` [RFC PATCH 35/53] netfs: Perform content encryption
` [RFC PATCH 36/53] netfs: Decrypt encrypted content
` [RFC PATCH 37/53] netfs: Support decryption on ubuffered/DIO read
` [RFC PATCH 38/53] netfs: Support encryption on Unbuffered/DIO write
` [RFC PATCH 39/53] netfs: Provide a launder_folio implementation
` [RFC PATCH 40/53] netfs: Implement a write-through caching option
` [RFC PATCH 42/53] afs: Use the netfs write helpers
` [RFC PATCH 43/53] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [RFC PATCH 45/53] cifs: Replace cifs_writedata "
` [RFC PATCH 47/53] cifs: Make wait_mtu_credits take size_t args
` [RFC PATCH 48/53] cifs: Implement netfslib hooks
` [RFC PATCH 49/53] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [RFC PATCH 51/53] cifs: Remove some code that's no longer used, part 1
` [RFC PATCH 52/53] cifs: Remove some code that's no longer used, part 2

[PATCH net-next v1 1/3] net: phy: micrel: Extend KSZ886X PHY Special Ctrl/Status Reg definitions
 2023-10-13 16:04 UTC  (7+ messages)
` [PATCH net-next v1 2/3] net: dsa: microchip: ksz8: Enable MIIM PHY Control reg access
` [PATCH net-next v1 3/3] net: phy: micrel: Fix forced link mode for KSZ886X switches

[PATCH net] net: ti: icssg-prueth: Fix r30 CMDs bitmasks
 2023-10-13 16:00 UTC  (3+ messages)

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-13 15:56 UTC  (6+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op

[bug] dpaa2-eth: "Wrong SWA type" and null deref in dpaa2_eth_free_tx_fd()
 2023-10-13 15:52 UTC  (4+ messages)

Ethernet issue on imx6
 2023-10-13 15:51 UTC  (11+ messages)

[PATCH v16 00/20] nvme-tcp receive offloads
 2023-10-13 15:49 UTC  (2+ messages)

[PATCH] scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup
 2023-10-13 15:41 UTC  (2+ messages)

[PATCH 0/3] Create a binding for the Marvell MV88E6xxx DSA switches
 2023-10-13 15:40 UTC  (9+ messages)
` [PATCH 2/3] RFC: dt-bindings: marvell: Rewrite in schema
` [PATCH 3/3] RFC: net: dsa: mv88e6xxx: Register mdio-external

[patch net-next] devlink: don't take instance lock for nested handle put
 2023-10-13 15:39 UTC  (12+ messages)

[PATCH] appletalk: remove special handling code for ipddp
 2023-10-13 15:38 UTC  (2+ messages)

[net-next PATCH] octeontx2-af: Enable hardware timestamping for VFs
 2023-10-13 15:29 UTC  (2+ messages)

[PATCH net] net: ethernet: ti: Fix mixed module-builtin object
 2023-10-13 15:27 UTC  (4+ messages)

[PATCH net] xfrm: fix a data-race in xfrm_lookup_with_ifid()
 2023-10-13 15:22 UTC  (2+ messages)

[PATCH net-next v3 1/3] rust: core abstractions for network PHY drivers
 2023-10-13 15:15 UTC  (6+ messages)

[PATCH net 0/2] net/sched: sch_hfsc: safely allow 'rt' inner curves
 2023-10-13 15:10 UTC  (3+ messages)
` [PATCH net 1/2] Revert "net/sched: sch_hfsc: Ensure inner classes have fsc curve"
` [PATCH net 2/2] net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve

[PATCH v3 0/3] mlxbf_gige: Fix several bugs
 2023-10-13 15:00 UTC  (7+ messages)
` [PATCH v3 1/3] mlxbf_gige: Fix kernel panic at shutdown
` [PATCH v3 2/3] mlxbf_gige: Fix intermittent no ip issue

[PATCH iwl-next v3 00/13] Add E800 live migration driver
 2023-10-13 14:07 UTC  (4+ messages)
` [PATCH iwl-next v3 13/13] vfio/ice: Implement vfio_pci driver for E800 devices

[RFC PATCH] tracing: change syscall number type in struct syscall_trace_*
 2023-10-13 14:00 UTC  (6+ messages)
` [RFC PATCH bpf-next] bpf: change syscall_nr type to int in struct syscall_tp_t

[PATCH net-next] tg3: Improve PTP TX timestamping logic
 2023-10-13 13:59 UTC 

[syzbot] [net?] [wireless?] WARNING in ieee80211_bss_info_change_notify (2)
 2023-10-13 13:48 UTC  (2+ messages)

Problem with io_uring splice and KTLS
 2023-10-13 13:45 UTC  (6+ messages)

[PATCH iwl-net,v3] ice: Fix VF-VF filter rules in switchdev mode
 2023-10-13 13:43 UTC 

iperf performance regression since Linux 5.18
 2023-10-13 13:37 UTC  (4+ messages)

[PATCH net] qed: fix LL2 RX buffer allocation
 2023-10-13 13:18 UTC 

[PATCH net] netlink: Correct offload_xstats size
 2023-10-13 12:43 UTC  (2+ messages)

[PATCH bpf-next v5 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-10-13 12:34 UTC  (3+ messages)
` [PATCH bpf-next v5 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "

[PATCH iwl-next v5] i40e: add restore default speed when changed PHY doesn't support it
 2023-10-13 12:35 UTC  (2+ messages)

[PATCH net-XXX] SUNRPC: Add an IS_ERR() check back to where it was
 2023-10-13 12:34 UTC  (2+ messages)

[PATCH net-next v3 0/7] net: dsa: microchip: provide Wake on LAN support
 2023-10-13 12:32 UTC  (9+ messages)
` [PATCH net-next v3 1/7] net: dsa: microchip: Add missing MAC address register offset for ksz8863
` [PATCH net-next v3 2/7] net: dsa: microchip: Set unique MAC at startup for WoL support
` [PATCH net-next v3 3/7] net: dsa: microchip: ksz9477: add Wake on LAN support
` [PATCH net-next v3 4/7] net: dsa: microchip: ksz9477: add Wake on PHY event support
` [PATCH net-next v3 5/7] dt-bindings: net: dsa: microchip: add wakeup-source property
` [PATCH net-next v3 6/7] net: dsa: microchip: use wakeup-source DT property to enable PME output
` [PATCH net-next v3 7/7] net: dsa: microchip: do not shut down the switch if WoL is active

[PATCH net 0/5] net/smc: bugfixs for smc-r
 2023-10-13 12:27 UTC  (7+ messages)
` [PATCH net 1/5] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT

[PATCH net-next v2 0/3] fix forced link mode for KSZ886X switches
 2023-10-13 12:26 UTC  (3+ messages)
` [PATCH net-next v2 3/3] net: phy: micrel: Fix "

[PATCH iwl-next v2] ice: Fix SRIOV LAG disable on non-compliant aggreagate
 2023-10-13 12:25 UTC  (2+ messages)

[PATCH] net: phy: tja11xx: replace deprecated strncpy with ethtool_sprintf
 2023-10-13 12:22 UTC  (2+ messages)

[PATCH net-next v2 0/2] rswitch: Add PM ops
 2023-10-13 12:19 UTC  (3+ messages)
` [PATCH net-next v2 1/2] rswitch: Use unsigned int for array index
` [PATCH net-next v2 2/2] rswitch: Add PM ops

[PATCH] net: phy: replace deprecated strncpy with ethtool_sprintf
 2023-10-13 12:18 UTC  (2+ messages)

[patch net-next v3 0/7] devlink: fix a deadlock when taking devlink instance lock while holding RTNL lock
 2023-10-13 12:10 UTC  (8+ messages)
` [patch net-next v3 1/7] net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()
` [patch net-next v3 2/7] devlink: call peernet2id_alloc() with net pointer under RCU read lock
` [patch net-next v3 3/7] devlink: take device reference for devlink object
` [patch net-next v3 4/7] devlink: don't take instance lock for nested handle put
` [patch net-next v3 5/7] Documentation: devlink: add nested instance section
` [patch net-next v3 6/7] Documentation: devlink: add a note about RTNL lock into locking section
` [patch net-next v3 7/7] devlink: document devlink_rel_nested_in_notify() function

[PATCH] net: mdio: replace deprecated strncpy with strscpy
 2023-10-13 12:05 UTC  (4+ messages)

[PATCH net] net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation
 2023-10-13 11:40 UTC  (5+ messages)

[PATCH net-next] docs: netlink: clean up after deprecating version
 2023-10-13 11:28 UTC  (2+ messages)

[PATCH bpf-next 0/8] Add bpf programmable device
 2023-10-13 11:26 UTC  (3+ messages)
` [PATCH bpf-next 1/8] meta, bpf: Add bpf programmable meta device

[PATCH net-next 0/2] sfc: support conntrack NAT offload
 2023-10-13 11:26 UTC  (2+ messages)

[EXT] Re: [net-next PATCH] octeon_ep: pack hardware structures
 2023-10-13 11:15 UTC  (3+ messages)
` [net-next PATCH v2] "

[PATCH net-next v5 0/5] dpll: add phase-offset and phase-adjust
 2023-10-13 11:13 UTC  (2+ messages)

[syzbot] [net?] [wireless?] possible deadlock in rfkill_send_events
 2023-10-13 11:06 UTC  (3+ messages)
` [PATCH] rfkill: fix "

[syzbot] [net?] [usb?] INFO: rcu detected stall in worker_thread (9)
 2023-10-13 10:59 UTC  (3+ messages)
` [PATCH] media: imon: fix stall in worker_thread

[PATCH net-next v3 1/3] rust: core abstractions for network PHY drivers
 2023-10-13 10:53 UTC  (8+ messages)

[PATCH net-next 00/14] net: tls: various code cleanups and improvements
 2023-10-13 10:30 UTC  (3+ messages)

[PATCH net-next] net: stmmac: fix typo in comment
 2023-10-13 10:30 UTC  (2+ messages)

[PATCH net] bonding: Return pointer to data after pull on skb
 2023-10-13 10:30 UTC  (2+ messages)

[PATCH vhost 11/22] virtio_net: sq support premapped mode
 2023-10-13 10:13 UTC  (2+ messages)

[PATCH net-next] rswitch: Add PM ops
 2023-10-13 10:02 UTC  (7+ messages)

[PATCH net] i40e: sync next_to_clean and next_to_process for programming status desc
 2023-10-13  9:57 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 net] tcp: allow again tcp_disconnect() when threads are waiting
 2023-10-13  9:53 UTC  (5+ messages)

[patch net-next] selftests: netdevsim: use suitable existing dummy file for flash test
 2023-10-13  9:50 UTC  (2+ messages)

[PATCH 0/1] Add software timestamp capabilities to xen-netback device
 2023-10-13  9:30 UTC  (2+ messages)

[PATCH] netfilter: remove inaccurate code comments from struct nft_table
 2023-10-13  9:26 UTC  (3+ messages)
` [PATCH v2] netfilter: cleanup "

[PATCH] tipc: Fix uninit-value access in tipc_nl_node_get_link()
 2023-10-13  9:20 UTC  (3+ messages)

[PATCH net-next] net: mdio: xgene: Use device_get_match_data()
 2023-10-13  9:20 UTC  (2+ messages)

[PATCH][next] net: wwan: t7xx: Add __counted_by for struct t7xx_fsm_event and use struct_size()
 2023-10-13  9:20 UTC  (2+ messages)

[PATCH] net: fec: replace deprecated strncpy with ethtool_sprintf
 2023-10-13  9:20 UTC  (2+ messages)

[PATCH] ibmvnic: replace deprecated strncpy with strscpy
 2023-10-13  9:20 UTC  (2+ messages)

[PATCH net-next 00/11] Extend VXLAN driver to support FDB flushing
 2023-10-13  9:10 UTC  (2+ messages)

[PATCH net-next] net: stmmac: dwmac-stm32: refactor clock config
 2023-10-13  9:10 UTC  (2+ messages)

[PATCH net-next] net: ethernet: Use device_get_match_data()
 2023-10-13  9:10 UTC  (2+ messages)

[PATCH net-next] net: ethernet: wiznet: Use spi_get_device_match_data()
 2023-10-13  9:10 UTC  (2+ messages)

[EXT] Re: [net PATCH] octeon_ep: update BQL sent bytes before ringing doorbell
 2023-10-13  9:04 UTC  (4+ messages)
` [net PATCH v2] "
    ` [EXT] "

[syzbot] general protection fault in scatterwalk_copychunks (4)
 2023-10-13  8:49 UTC  (3+ messages)
` [syzbot] [net] [crypto] "

[PATCH net] net/smc: return the right falback reason when prefix checks fail
 2023-10-13  8:38 UTC  (3+ messages)

[PATCH v4] net: ravb: Fix possible UAF bug in ravb_remove
 2023-10-13  8:32 UTC  (6+ messages)

[PATCH 0/7] net: openvswitch: Reduce stack usage
 2023-10-13  8:27 UTC  (4+ messages)

[PATCH net-next] net/smc: add support for netdevice in containers
 2023-10-13  8:04 UTC  (5+ messages)

[patch net-next] tools: ynl: introduce option to ignore unknown attributes or types
 2023-10-13  7:49 UTC  (3+ messages)

[PATCH RFC v1 1/3] r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx
 2023-10-13  7:21 UTC  (5+ messages)

[PATCH net-next v11 0/6] introduce page_pool_alloc() related API
 2023-10-13  6:48 UTC  (7+ messages)
` [PATCH net-next v11 1/6] page_pool: fragment API support for 32-bit arch with 64-bit DMA
` [PATCH net-next v11 2/6] page_pool: unify frag_count handling in page_pool_is_last_frag()
` [PATCH net-next v11 3/6] page_pool: remove PP_FLAG_PAGE_FRAG
` [PATCH net-next v11 4/6] page_pool: introduce page_pool[_cache]_alloc() API
` [PATCH net-next v11 5/6] page_pool: update document about fragment API
` [PATCH net-next v11 6/6] net: veth: use newly added page pool API for veth with xdp

[PATCH net-next] xsk: Avoid starving xsk at the end of the list
 2023-10-13  6:33 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 NNTP newsgroup(s).