lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 21 Apr 2022 16:46:44 +0800 From: Guangbin Huang <huangguangbin2@...wei.com> To: <mkubecek@...e.cz>, <davem@...emloft.net>, <kuba@...nel.org> CC: <netdev@...r.kernel.org>, <lipeng321@...wei.com>, <huangguangbin2@...wei.com> Subject: [PATCH ethtool-next v2 0/2] Add support to get/set tx push by ethtool -G/g From: Jie Wang <wangjie125@...wei.com> These two patches first update uapi headers by using the import shell, then add support to get/set tx push by ethtool -G/g. ChangeLog: v1->v2 1.Update uapi headers by using the import shell scripts. link:https://lore.kernel.org/netdev/20220419125030.3230-1-huangguangbin2@huawei.com/ Jie Wang (2): update UAPI header copies ethtool: add support to get/set tx push by ethtool -G/g ethtool.8.in | 4 ++ ethtool.c | 1 + netlink/rings.c | 7 +++ uapi/linux/ethtool_netlink.h | 9 ++++ uapi/linux/if_link.h | 97 ++++++++++++++++++++++++++++++++++++ uapi/linux/net_tstamp.h | 17 ++++++- uapi/linux/netlink.h | 1 + uapi/linux/rtnetlink.h | 16 ++++++ 8 files changed, 151 insertions(+), 1 deletion(-) -- 2.33.0
Powered by blists - more mailing lists