Message ID | 20230514022613.10047-1-stephen@networkplumber.org (mailing list archive) |
---|---|
State | Accepted |
Commit | db7ad0503c760852ddaf94db3a6a4c8859d9586d |
Delegated to: | Stephen Hemminger |
Headers | show |
Series | [iproute2] CREDITS: add file | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This patch was applied to iproute2/iproute2.git (main) by Stephen Hemminger <stephen@networkplumber.org>: On Sat, 13 May 2023 19:26:13 -0700 you wrote: > Like the kernel, record some of the historical contributors to iproute2. > > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> > --- > CREDITS | 30 ++++++++++++++++++++++++++++++ > README | 4 ++-- > 2 files changed, 32 insertions(+), 2 deletions(-) > create mode 100644 CREDITS Here is the summary with links: - [iproute2] CREDITS: add file https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=db7ad0503c76 You are awesome, thank you!
diff --git a/CREDITS b/CREDITS new file mode 100644 index 000000000000..bcfe05b47a00 --- /dev/null +++ b/CREDITS @@ -0,0 +1,30 @@ + This is at least a partial credits file of people that have + contributed to iproute2 over its history. + It is sorted by name and formatted to allow easy grepping + and beautification by scripts. The fields are: name (N), + email (E), web-address (W) + +N: Werner Almesberger +E: werner@almesberger.net +W: https://www.almesberger.net/ +D: Wrote original classifiers, qdiscs, etc. + +N: Stephen Hemminger +E: stephen@networkplumber.org +D: Took over iproute2 starting with 2.6 kernel + +N: Alexey Kuznetsov +E: kuznet@ms2.inr.ac.ru +D: Original author of iproute2 + +N: YOSHIFUJI Hideaki/ 吉藤英明 +E: yoshfuji@linux-ipv6.org +D: USAGI project - Linux IPv6 Development + +N: David S. Miller +E: davem@davemloft.net +D: Developed the kernel networking and routing system + +N: Jamal Hadi Salam +D: Original developer of TC classifier and action +E: hadi@cyberus.ca diff --git a/README b/README index fa0c7869f1f6..4eb9390a3ffa 100644 --- a/README +++ b/README @@ -38,5 +38,5 @@ kernel include files. Stephen Hemminger stephen@networkplumber.org -Alexey Kuznetsov -kuznet@ms2.inr.ac.ru +David Ahern +dsahern@gmail.com
Like the kernel, record some of the historical contributors to iproute2. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> --- CREDITS | 30 ++++++++++++++++++++++++++++++ README | 4 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 CREDITS