messages from 2023-12-13 10:01:54 to 2023-12-13 15:42:38 UTC [more...]
[PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib
2023-12-13 15:41 UTC (13+ messages)
` [PATCH v4 01/13] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v4 02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v4 03/13] cifs: Share server EOF pos with netfslib
` [PATCH v4 04/13] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v4 05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v4 06/13] cifs: Use more fields from netfs_io_subrequest
` [PATCH v4 07/13] cifs: Make wait_mtu_credits take size_t args
` [PATCH v4 08/13] cifs: Implement netfslib hooks
` [PATCH v4 09/13] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v4 10/13] cifs: Cut over to using netfslib
` [PATCH v4 11/13] cifs: Remove some code that's no longer used, part 1
` [PATCH v4 12/13] cifs: Remove some code that's no longer used, part 2
[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
2023-12-13 15:39 UTC (41+ messages)
` [PATCH v4 01/39] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v4 02/39] netfs, fscache: Combine fscache with netfs
` [PATCH v4 03/39] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v4 04/39] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v4 05/39] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests
` [PATCH v4 07/39] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v4 08/39] netfs: Add a ->free_subrequest() op
` [PATCH v4 09/39] afs: Don't use folio->private to record partial modification
` [PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v4 13/39] netfs: Add support for DIO buffering
` [PATCH v4 14/39] netfs: Provide tools to create a buffer in an xarray
` [PATCH v4 15/39] netfs: Add bounce buffering support
` [PATCH v4 16/39] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v4 17/39] netfs: Limit subrequest by size or number of segments
` [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v4 19/39] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v4 20/39] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v4 21/39] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v4 22/39] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v4 23/39] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v4 24/39] netfs: Dispatch write requests to process a writeback slice
` [PATCH v4 25/39] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v4 26/39] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v4 27/39] netfs: Allocate multipage folios in the writepath
` [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
` [PATCH v4 29/39] netfs: Implement unbuffered/DIO write support
` [PATCH v4 30/39] netfs: Implement buffered write API
` [PATCH v4 31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v4 32/39] netfs: Provide netfs_file_read_iter()
` [PATCH v4 33/39] netfs, cachefiles: Pass upper bound length to allow expansion
` [PATCH v4 34/39] netfs: Provide a writepages implementation
` [PATCH v4 35/39] netfs: Provide a launder_folio implementation
` [PATCH v4 36/39] netfs: Implement a write-through caching option
` [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
` [PATCH v4 38/39] afs: Use the netfs write helpers
` [PATCH v4 39/39] 9p: Use netfslib read/write_iter
[net-next PATCH v6 1/3] net: phy: extend PHY package API to support multiple global address
2023-12-13 15:39 UTC (4+ messages)
` [net-next PATCH v6 2/3] net: phy: restructure __phy_write/read_mmd to helper and phydev user
` [net-next PATCH v6 3/3] net: phy: add support for PHY package MMD read/write
[Draft PATCH net-next 0/3] add YAML spec for team
2023-12-13 15:39 UTC (5+ messages)
` [Draft PATCH net-next 1/3] Documentation: netlink: add a "
` [Draft PATCH net-next 3/3] uapi: team: use header file generated from YAML spec
[PATCH net-next v2 0/2] add support for DP83TG720S PHY
2023-12-13 15:36 UTC (6+ messages)
` [PATCH net-next v2 1/2] net: phy: c45: add genphy_c45_pma_read_ext_abilities() function
` [PATCH net-next v2 2/2] net: phy: Add support for the DP83TG720S Ethernet PHY
[PATCH net] net: phy: skip LED triggers on PHYs on SFP modules
2023-12-13 15:35 UTC (7+ messages)
[PATCH v3 net-next 0/3] amd-xgbe: add support for AMD Crater
2023-12-13 15:35 UTC (4+ messages)
` [PATCH v3 net-next 1/3] amd-xgbe: reorganize the code of XPCS access
[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
2023-12-13 15:32 UTC (4+ messages)
` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
[PATCH net-next 0/2] MDIO mux cleanup
2023-12-13 15:27 UTC (3+ messages)
` [PATCH net-next 1/2] net: mdio-mux: show errors on probe failure
` [PATCH net-next 2/2] net: mdio-mux: be compatible with parent buses which only support C45
[PATCH net-next 00/16] net: pcs: xpcs: Add memory-based management iface support
2023-12-13 15:27 UTC (4+ messages)
` [PATCH net-next 06/16] net: pcs: xpcs: Avoid creating dummy XPCS MDIO device
[PATCH net-next] sctp: support MSG_ERRQUEUE flag in recvmsg()
2023-12-13 15:19 UTC (2+ messages)
[PATCH net-next 00/15] MT7530 DSA subdriver improvements
2023-12-13 15:19 UTC (3+ messages)
[PATCH net-next v8 0/4] send credit update during setting SO_RCVLOWAT
2023-12-13 15:13 UTC (11+ messages)
[PATCH] net: mdio: mdio-bcm-unimac: Delay before first poll
2023-12-13 15:01 UTC (3+ messages)
next: arm64: gcc-8-defconfig - failed - net/wireless/shipped-certs.c:92:1: error: expected '}' before numeric constant
2023-12-13 15:00 UTC
[PATCH net-next v3 00/13] tools/net/ynl: Add 'sub-message' support to ynl
2023-12-13 14:58 UTC (5+ messages)
` [PATCH net-next v3 09/13] doc/netlink: Regenerate netlink .rst files if ynl-gen-rst changes
[PATCH net] ipmr: support IP_PKTINFO on cache report IGMP msg
2023-12-13 14:55 UTC (2+ messages)
Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
2023-12-13 14:55 UTC (12+ messages)
[PATCH RFC net-next v1 0/3] Take advantage of certain device drivers during MACsec offload
2023-12-13 14:36 UTC (5+ messages)
` [PATCH RFC net-next v1 2/3] macsec: Detect if Rx skb is macsec-related for offloading devices that update md_dst
next: arm64: gcc-8-defconfig - failed - net/wireless/shipped-certs.c:92:1: error: expected '}' before numeric constant
2023-12-13 14:17 UTC
[PATCH] tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set
2023-12-13 14:10 UTC (4+ messages)
[PATCH v2 00/11] renesas: rzg3s: Add support for Ethernet
2023-12-13 14:09 UTC (21+ messages)
` [PATCH v2 01/11] clk: renesas: rzg2l-cpg: Check reset monitor registers
` [PATCH v2 02/11] clk: renesas: r9a08g045-cpg: Add clock and reset support for ETH0 and ETH1
` [PATCH v2 03/11] pinctrl: renesas: rzg2l: Move arg and index in the main function block
` [PATCH v2 04/11] pinctrl: renesas: rzg2l: Add pin configuration support for pinmux groups
` [PATCH v2 05/11] pinctrl: renesas: rzg2l: Add support to select power source for Ethernet pins
` [PATCH v2 06/11] pinctrl: renesas: rzg2l: Add output enable support
` [PATCH v2 07/11] pinctrl: renesas: rzg2l: Add input enable to the Ethernet pins
` [PATCH v2 09/11] arm64: renesas: r9a08g045: Add the Ethernet nodes
` [PATCH v2 10/11] arm64: renesas: rzg3s-smarc-som: Use switches' names to select on-board functionalities
` [PATCH v2 11/11] arm64: dts: renesas: rzg3s-smarc-som: Enable the Ethernet interfaces
[PATCH net 1/2] net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get()
2023-12-13 14:08 UTC (2+ messages)
` [PATCH net 2/2] net/mlx5e: Fix error codes in alloc_branch_attr()
[net-next v4 0/5] net: wwan: t7xx: fw flashing & coredump support
2023-12-13 14:08 UTC
[PATCH v8 net-next 00/11] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
2023-12-13 13:54 UTC (13+ messages)
` [PATCH v8 net-next 01/11] selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-size
` [PATCH v8 net-next 02/11] selftests: forwarding: ethtool_mm: fall back to aggregate if device does not report pMAC stats
` [PATCH v8 net-next 03/11] net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required
` [PATCH v8 net-next 04/11] net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOS
` [PATCH v8 net-next 05/11] net: ethernet: am65-cpsw: cleanup TAPRIO handling
` [PATCH v8 net-next 06/11] net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration
` [PATCH v8 net-next 07/11] net: ethernet: am65-cpsw: Move register definitions to header file
` [PATCH v8 net-next 08/11] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
` [PATCH v8 net-next 09/11] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support
` [PATCH v8 net-next 10/11] net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimers
` [PATCH v8 net-next 11/11] net: ethernet: ti: am65-cpsw: Fix get_eth_mac_stats
[syzbot] general protection fault in rose_transmit_link (3)
2023-12-13 13:55 UTC
[PATCHv2 net-next 00/13] Convert net selftests to run in unique namespace (Part 3)
2023-12-13 13:54 UTC (7+ messages)
` [PATCHv2 net-next 09/13] selftests/net: convert fib_nexthops.sh to run it in unique namespace
` [PATCHv2 net-next 12/13] selftests/net: convert fib_tests.sh "
` [PATCHv2 net-next 13/13] selftests/net: convert fdb_flush.sh "
[PATCH iwl-net] idpf: enable WB_ON_ITR
2023-12-13 13:51 UTC (4+ messages)
` [Intel-wired-lan] "
[PATCH v3 net-next 0/8] net: dsa: mv88e6xxx: Add "eth-mac" and "rmon" counter group support
2023-12-13 13:48 UTC (2+ messages)
SMC-R throughput drops for specific message sizes
2023-12-13 13:38 UTC (2+ messages)
[net PATCH] i40e: fix use-after-free in i40e_aqc_add_filters()
2023-12-13 13:24 UTC (2+ messages)
[RFC PATCH net-next v3 0/8] Add support for 10G Ethernet SerDes on MT7988
2023-12-13 13:20 UTC (5+ messages)
` [RFC PATCH net-next v3 1/8] dt-bindings: phy: mediatek,xfi-pextp: add new bindings
[PATCH net v2] net: stmmac: Handle disabled MDIO busses from devicetree
2023-12-13 13:09 UTC (2+ messages)
[question] smc: how to enable SMC_LO feature
2023-12-13 13:06 UTC (9+ messages)
[PATCH net-next 0/7] net: dsa: realtek: variants to drivers, interfaces to a common module
2023-12-13 13:04 UTC (10+ messages)
` [PATCH net-next 2/7] net: dsa: realtek: put of node after MDIO registration
[PATCH RESEND v1 0/7] MPFS clock fixes required for correct CAN clock modeling
2023-12-13 13:02 UTC (4+ messages)
` [PATCH RESEND v1 2/7] dt-bindings: can: mpfs: add missing required clock
[PATCH net-next v8 0/4] virtio-net: support dynamic coalescing moderation
2023-12-13 12:50 UTC (2+ messages)
[PATCH net-next 0/8] ionic: updates to PCI error handling
2023-12-13 12:40 UTC (2+ messages)
[PATCH net-next v2 0/8] dpaa2-switch: small improvements
2023-12-13 12:14 UTC (9+ messages)
` [PATCH net-next v2 1/8] dpaa2-switch: set interface MAC address only on endpoint change
` [PATCH net-next v2 2/8] dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capable
` [PATCH net-next v2 3/8] dpaa2-switch: print an error when the vlan is already configured
` [PATCH net-next v2 4/8] dpaa2-switch: add ENDPOINT_CHANGED to the irq_mask
` [PATCH net-next v2 5/8] dpaa2-switch: do not clear any interrupts automatically
` [PATCH net-next v2 6/8] dpaa2-switch: reorganize the [pre]changeupper events
` [PATCH net-next v2 7/8] dpaa2-switch: move a check to the prechangeupper stage
` [PATCH net-next v2 8/8] dpaa2-switch: cleanup the egress flood of an unused FDB
[PATCH net-next 0/7] sfc: initial debugfs support
2023-12-13 12:15 UTC (7+ messages)
` [PATCH net-next 7/7] sfc: add debugfs node for filter table contents
[PATCH net-next v10 1/4] rust: core abstractions for network PHY drivers
2023-12-13 12:14 UTC (10+ messages)
[PATCH net 0/4] Add some history to the DSA documentation
2023-12-13 12:06 UTC (6+ messages)
` [PATCH net 3/4] docs: net: dsa: update user MDIO bus documentation
[net-next v1 00/16] Device Memory TCP
2023-12-13 11:48 UTC (12+ messages)
` [net-next v1 09/16] page_pool: device memory support
[RFC nf-next 0/2] netfilter: bpf: support prog update
2023-12-13 11:45 UTC (3+ messages)
` [RFC nf-next 1/2] "
` [RFC nf-next 2/2] selftests/bpf: Add netfilter link prog update test
[PATCH net-next v9 0/4] skbuff: Optimize SKB coalescing for page pool
2023-12-13 11:38 UTC (3+ messages)
` [PATCH net-next v9 2/4] page_pool: halve BIAS_MAX for multiple user references of a fragment
[PATCH net-next v7 00/12] net: intel: start The Great Code Dedup + Page Pool for iavf
2023-12-13 11:28 UTC (13+ messages)
` [PATCH net-next v7 01/12] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v7 02/12] page_pool: don't use driver-set flags field directly
` [PATCH net-next v7 03/12] net: intel: introduce Intel Ethernet common library
` [PATCH net-next v7 04/12] iavf: kill "legacy-rx" for good
` [PATCH net-next v7 05/12] iavf: drop page splitting and recycling
` [PATCH net-next v7 06/12] page_pool: constify some read-only function arguments
` [PATCH net-next v7 07/12] page_pool: add DMA-sync-for-CPU inline helper
` [PATCH net-next v7 08/12] libie: add Rx buffer management (via Page Pool)
` [PATCH net-next v7 09/12] iavf: pack iavf_ring more efficiently
` [PATCH net-next v7 10/12] iavf: switch to Page Pool
` [PATCH net-next v7 11/12] libie: add common queue stats
` [PATCH net-next v7 12/12] iavf: switch queue stats to libie
[PATCH net-next v6 00/12] net: intel: start The Great Code Dedup + Page Pool for iavf
2023-12-13 11:23 UTC (6+ messages)
` [PATCH net-next v6 08/12] libie: add Rx buffer management (via Page Pool)
` [Intel-wired-lan] "
[net-next PATCH v3 1/4] dt-bindings: net: phy: Document new LEDs active-low property
2023-12-13 11:13 UTC (4+ messages)
` [net-next PATCH v3 2/4] net: phy: add support for PHY LEDs active-low
` [net-next PATCH v3 3/4] dt-bindings: net: Document QCA808x PHYs
` [net-next PATCH v3 4/4] net: phy: at803x: add LED support for qca808x
[PATCH net-next 0/6] There are some features for the HNS3 ethernet driver
2023-12-13 11:02 UTC (4+ messages)
` [PATCH net-next 5/6] net: hns3: Add support for some CMIS transceiver modules
[PATCH net-next] selftests: forwarding: Import top-level lib.sh through $lib_dir
2023-12-13 10:31 UTC (6+ messages)
[PATCH v1 net 0/3] Some bug fixes
2023-12-13 11:00 UTC (2+ messages)
[patch net-next] dpll: remove leftover mode_supported() op and use mode_get() instead
2023-12-13 10:40 UTC (2+ messages)
[net-next PATCH v4 00/13] net: phy: at803x: cleanup
2023-12-13 10:40 UTC (2+ messages)
[PATCH net-next v1] net: stmmac: mmc: Support more counters for XGMAC Core
2023-12-13 10:40 UTC (2+ messages)
[PATCH] page_pool: fix typos and punctuation
2023-12-13 10:39 UTC (2+ messages)
Should I add BPF kfuncs for userspace apps? And how?
2023-12-13 10:22 UTC (4+ messages)
STMMAC Ethernet Driver support
2023-12-13 10:15 UTC (9+ messages)
[PATCH v6 0/9] stmmac: Add Loongson platform support
2023-12-13 10:15 UTC (10+ messages)
` [PATCH v6 1/9] net: stmmac: Pass stmmac_priv and chan in some callbacks
` [PATCH v6 2/9] net: stmmac: dwmac-loongson: Refactor code for loongson_dwmac_probe()
` [PATCH v6 3/9] net: stmmac: dwmac-loongson: Add full PCI support
` [PATCH v6 4/9] net: stmmac: Add multi-channel supports
` [PATCH v6 5/9] net: stmmac: Add Loongson-specific register definitions
` [PATCH v6 6/9] net: stmmac: dwmac-loongson: Add MSI support
` [PATCH v6 7/9] net: stmmac: dwmac-loongson: Add GNET support
` [PATCH v6 8/9] net: stmmac: dwmac-loongson: Disable flow control for GMAC
` [PATCH v6 9/9] net: stmmac: Disable coe for some Loongson GNET
[PATCH v2 0/5] support ipq5332 platform
2023-12-13 10:08 UTC (9+ messages)
` [PATCH v2 1/5] net: mdio: ipq4019: move eth_ldo_rdy before MDIO bus register
` [PATCH v2 3/5] net: mdio: ipq4019: configure CMN PLL clock for ipq5332
[PATCH for-next v2] net: mana: add msix index sharing between EQs
2023-12-13 10:01 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).