netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-13 12:15:08 to 2023-12-13 20:10:56 UTC [more...]

[net-next PATCH 0/2] net: add define to describe link speed modes
 2023-12-13 20:10 UTC  (4+ messages)
` [net-next PATCH 1/2] net: ethtool: add define for link speed mode number
` [net-next PATCH 2/2] net: phy: leds: use new define for link speed modes number

[PATCH net-next] sctp: support MSG_ERRQUEUE flag in recvmsg()
 2023-12-13 19:46 UTC  (4+ messages)

[PATCH net-next v2 0/2] Fix dangling pointer at f6i->gc_link
 2023-12-13 19:37 UTC  (4+ messages)

[PATCH] tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set
 2023-12-13 19:29 UTC  (5+ messages)

[PATCH net] net: phy: skip LED triggers on PHYs on SFP modules
 2023-12-13 19:01 UTC  (9+ messages)

[PATCH net-next] dt-bindings: net: wireless: brcm,bcm4329-fmac: allow local-mac-address
 2023-12-13 18:59 UTC  (2+ messages)

[syzbot] [mptcp?] WARNING in mptcp_check_listen_stop
 2023-12-13 18:53 UTC  (2+ messages)

[net-next PATCH 1/2] dt-bindings: Document QCA808x PHYs
 2023-12-13 18:46 UTC  (2+ messages)

[PATCH net-next v2] i40e: remove fake support of rx-frames-irq
 2023-12-13 18:44 UTC 

[PATCH v6 00/40] ep93xx device tree conversion
 2023-12-13 18:39 UTC  (4+ messages)
` [PATCH v6 18/40] net: cirrus: add DT support for Cirrus EP93xx

[PATCH net-next v3 0/3] net: sched: Make tc-related drop reason more flexible for remaining qdiscs
 2023-12-13 18:36 UTC  (10+ messages)
` [PATCH net-next v3 2/3] "
` [PATCH net-next v3 3/3] net: sched: Add initial TC error skb drop reasons

[PATCH iwl-next v2 00/15] intel: use bitfield operations
 2023-12-13 18:27 UTC  (4+ messages)
` [PATCH iwl-next v2 14/15] ice: cleanup inconsistent code

[PATCH net-next v8 0/4] send credit update during setting SO_RCVLOWAT
 2023-12-13 17:56 UTC  (11+ messages)

[net PATCH] octeontx2-pf: Fix graceful exit during PFC configuration failure
 2023-12-13 18:10 UTC 

[PATCH net 1/1] net_sched: sch_fq: Fix out of range band computation
 2023-12-13 18:04 UTC  (6+ messages)

[PATCH net-next v3 00/13] tools/net/ynl: Add 'sub-message' support to ynl
 2023-12-13 18:01 UTC  (8+ messages)
` [PATCH net-next v3 09/13] doc/netlink: Regenerate netlink .rst files if ynl-gen-rst changes

[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-13 18:01 UTC  (47+ 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

[PATCH v2 0/2] ss: pretty-printing BPF socket-local storage
 2023-12-13 17:46 UTC  (3+ messages)
` [PATCH v2 2/2] ss: pretty-print "

[PATCH RFC bpf-next 0/3] BPF FS mount options parsing follow ups
 2023-12-13 17:26 UTC  (7+ messages)
` [PATCH RFC bpf-next 1/3] bpf: add mapper macro for bpf_cmd enum

[PATCH iproute2-next] ss: Add support for dumping TCP bound-inactive sockets
 2023-12-13 17:16 UTC  (3+ messages)

[PATCH v2 iwl-next] ice: Fix some null pointer dereference issues in ice_ptp.c
 2023-12-13 17:14 UTC  (3+ messages)

[PATCH net-next v10 1/4] rust: core abstractions for network PHY drivers
 2023-12-13 17:12 UTC  (8+ messages)

[PATCH net-next 00/15] MT7530 DSA subdriver improvements
 2023-12-13 16:51 UTC  (4+ messages)

[PATCH v3 net-next 0/3] amd-xgbe: add support for AMD Crater
 2023-12-13 16:42 UTC  (9+ messages)
` [PATCH v3 net-next 1/3] amd-xgbe: reorganize the code of XPCS access
` [PATCH v3 net-next 2/3] amd-xgbe: add support for Crater ethernet device

[Draft PATCH net-next 0/3] add YAML spec for team
 2023-12-13 16:36 UTC  (9+ messages)
` [Draft PATCH net-next 1/3] Documentation: netlink: add a "
` [Draft PATCH net-next 2/3] net: team: use policy generated by YAML spec
` [Draft PATCH net-next 3/3] uapi: team: use header file generated from "

[net-next PATCH v6 1/3] net: phy: extend PHY package API to support multiple global address
 2023-12-13 16:34 UTC  (13+ 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

[PATCH net-next 00/16] net: pcs: xpcs: Add memory-based management iface support
 2023-12-13 16:32 UTC  (11+ messages)
` [PATCH net-next 06/16] net: pcs: xpcs: Avoid creating dummy XPCS MDIO device

[PATCH net v2] net: ks8851: Fix TX stall caused by TX buffer overrun
 2023-12-13 16:29 UTC  (2+ messages)

[PATCH net-next v2] ipmr: support IP_PKTINFO on cache report IGMP msg
 2023-12-13 16:19 UTC 

[PATCH] net: mdio: mdio-bcm-unimac: Delay before first poll
 2023-12-13 16:20 UTC  (4+ messages)

[PATCH net-next v6 00/10] net/smc: implement SMCv2.1 virtual ISM device support
 2023-12-13 16:18 UTC  (3+ messages)

[PATCH net] ipmr: support IP_PKTINFO on cache report IGMP msg
 2023-12-13 16:09 UTC  (3+ messages)

[RFC PATCH net-next v3 0/8] Add support for 10G Ethernet SerDes on MT7988
 2023-12-13 16:04 UTC  (7+ messages)
` [RFC PATCH net-next v3 1/8] dt-bindings: phy: mediatek,xfi-pextp: add new bindings
` [RFC PATCH net-next v3 3/8] net: pcs: pcs-mtk-lynxi: add platform driver for MT7988

SMC-R throughput drops for specific message sizes
 2023-12-13 15:52 UTC 

[PATCH net-next] net: phylink: reimplement population of pl->supported for in-band
 2023-12-13 15:51 UTC 

[PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib
 2023-12-13 15:41 UTC  (14+ 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 13/13] cifs: Remove some code that's no longer used, part 3

[PATCH net-next v2 0/2] add support for DP83TG720S PHY
 2023-12-13 15:36 UTC  (5+ 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 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

next: arm64: gcc-8-defconfig - failed - net/wireless/shipped-certs.c:92:1: error: expected '}' before numeric constant
 2023-12-13 15:00 UTC 

Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2023-12-13 14:55 UTC  (10+ 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 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  (3+ messages)
` [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)

[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


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