Alexander Lobakin ([email protected])

Number of posts: 812 (1.74 per day)
First post: 2023-02-15 15:03:17
Last post: 2024-05-28 13:58:18

Date List Subject
2024-04-11 10:40:41 linux-kernel Re: [PATCH RFC net-next 3/7] netdevice: introduce IFF_LOGICAL as (IFF_NO_QUEUE | IFF_LLTX)
2024-04-11 10:31:33 linux-kernel Re: [PATCH RFC net-next 7/7] netdev_features: convert NETIF_F_FCOE_MTU to IFF_FCOE_MTU
2024-04-11 09:43:08 linux-kernel [PATCH] kernel-doc: fix struct_group_tagged() parsing
2024-04-11 09:10:51 linux-kernel Re: [PATCH net-next v9 7/9] libeth: add Rx buffer management
2024-04-10 13:46:58 linux-kernel Re: [PATCH net-next v9 7/9] libeth: add Rx buffer management
2024-04-10 13:09:00 linux-kernel Re: [PATCH net-next v9 7/9] libeth: add Rx buffer management
2024-04-10 11:54:23 linux-kernel Re: [PATCH net-next v9 7/9] libeth: add Rx buffer management
2024-04-09 09:01:07 linux-kernel Re: [PATCH v3] net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()
2024-04-08 09:47:42 linux-kernel Re: [PATCH net-next v9 7/9] libeth: add Rx buffer management
2024-04-08 09:13:28 linux-kernel Re: [PATCH net-next v9 7/9] libeth: add Rx buffer management
2024-04-08 09:12:57 linux-kernel Re: [PATCH net-next v9 7/9] libeth: add Rx buffer management
2024-04-05 15:17:45 linux-kernel Re: [PATCH RFC net-next 1/7] netdev_features: remove unused __UNUSED_NETIF_F_1
2024-04-05 13:44:29 linux-kernel [PATCH RFC net-next 4/7] netdev_features: convert NETIF_F_NETNS_LOCAL to IFF_NETNS_LOCAL
2024-04-05 13:43:56 linux-kernel [PATCH RFC net-next 3/7] netdevice: introduce IFF_LOGICAL as (IFF_NO_QUEUE | IFF_LLTX)
2024-04-05 13:43:04 linux-kernel [PATCH RFC net-next 1/7] netdev_features: remove unused __UNUSED_NETIF_F_1
2024-04-05 13:41:48 linux-kernel [PATCH RFC net-next 5/7] netdev_features: convert NETIF_F_HIGHDMA to priv_flag IFF_HIGHDMA
2024-04-05 13:41:25 linux-kernel [PATCH RFC net-next 7/7] netdev_features: convert NETIF_F_FCOE_MTU to IFF_FCOE_MTU
2024-04-05 13:41:17 linux-kernel [PATCH RFC net-next 6/7] netdev_features: convert NETIF_F_VLAN_CHALLENGED to IFF_VLAN_CHALLENGED
2024-04-05 13:40:14 linux-kernel [PATCH RFC net-next 2/7] netdev_features: convert NETIF_F_LLTX to priv_flag IFF_LLTX
2024-04-05 13:39:28 linux-kernel [PATCH RFC net-next 0/7] netdev_features: start cleaning netdev_features_t up
2024-04-04 16:42:44 linux-kernel Re: [PATCH net-next v3 1/5] net: create a dummy net_device allocator
2024-04-04 16:14:26 linux-kernel [PATCH net-next v9 6/9] page_pool: add DMA-sync-for-CPU inline helper
2024-04-04 16:08:09 linux-kernel [PATCH net-next] ip_tunnel: harden copying IP tunnel params to userspace
2024-04-04 16:01:52 linux-kernel [PATCH net-next v9 5/9] page_pool: constify some read-only function arguments
2024-04-04 16:01:46 linux-kernel Re: [PATCH net-next v6 15/21] ip_tunnel: use a separate struct to store tunnel params in the kernel
2024-04-04 16:01:34 linux-kernel [PATCH net-next v9 7/9] libeth: add Rx buffer management
2024-04-04 16:01:06 linux-kernel [PATCH net-next v9 9/9] iavf: switch to Page Pool
2024-04-04 15:50:15 linux-kernel [PATCH net-next v9 8/9] iavf: pack iavf_ring more efficiently
2024-04-04 15:49:16 linux-kernel [PATCH net-next v9 3/9] iavf: drop page splitting and recycling
2024-04-04 15:49:05 linux-kernel [PATCH net-next v9 4/9] slab: introduce kvmalloc_array_node() and kvcalloc_node()
2024-04-04 15:49:01 linux-kernel [PATCH net-next v9 2/9] iavf: kill "legacy-rx" for good
2024-04-04 15:48:49 linux-kernel [PATCH net-next v9 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
2024-04-04 15:48:11 linux-kernel [PATCH net-next v9 1/9] net: intel: introduce {,Intel} Ethernet common library
2024-04-04 09:00:15 linux-kernel Re: [PATCH net-next] net/tcp: move TCP hash fail messages out of line
2024-04-03 13:33:29 linux-kernel [PATCH net-next] net/tcp: move TCP hash fail messages out of line
2024-04-03 10:20:06 linux-kernel Re: include/linux/build_bug.h:78:41: error: static assertion failed: "struct bpf_fib_lookup size check"
2024-04-03 09:39:11 linux-kernel Re: include/linux/build_bug.h:78:41: error: static assertion failed: "struct bpf_fib_lookup size check"
2024-04-03 09:24:24 linux-kernel Re: [PATCH net-next 1/2] page_pool: check for PP direct cache locality later
2024-04-02 15:54:56 linux-kernel Re: [PATCH net-next 2/2] netdev_queues: fix -Wshadow / Sparse shadow warnings throughout the file
2024-04-02 12:07:34 linux-kernel Re: [PATCH net-next 2/2] netdev_queues: fix -Wshadow / Sparse shadow warnings throughout the file
2024-04-02 11:03:27 linux-kernel Re: [Intel-wired-lan] [PATCH net-next v5 00/21] ice: add PFCP filter support
2024-03-29 17:02:13 linux-kernel [PATCH net-next 1/2] net/tcp: fix -Wshadow / Sparse shadow warnings in tcp_hash_fail()
2024-03-29 17:01:58 linux-kernel [PATCH net-next 2/2] netdev_queues: fix -Wshadow / Sparse shadow warnings throughout the file
2024-03-29 17:00:54 linux-kernel [PATCH net-next 0/2] net: fix variable shadowing spam from headers
2024-03-29 16:56:39 linux-kernel [PATCH net-next 1/2] page_pool: check for PP direct cache locality later
2024-03-29 16:56:30 linux-kernel [PATCH net-next 2/2] page_pool: try direct bulk recycling
2024-03-29 16:56:08 linux-kernel [PATCH net-next 0/2] page_pool: allow direct bulk recycling
2024-03-28 16:41:25 linux-kernel Re: [PATCH] gpio: davinci: Fix potential buffer overflow
2024-03-28 15:28:16 linux-kernel Re: [PATCH] gpio: davinci: Fix potential buffer overflow
2024-03-28 15:02:55 linux-kernel Re: [PATCH net-next] net: create a dummy net_device allocator
2024-03-28 14:58:53 linux-kernel Re: [PATCH net-next] net: create a dummy net_device allocator