From: Stephen Hemminger Date: Fri, 12 May 2023 03:47:54 +0000 (-0700) Subject: CREDITS: add file X-Git-Tag: v6.4.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db7ad0503c760852ddaf94db3a6a4c8859d9586d;p=thirdparty%2Fiproute2.git CREDITS: add file Record some of the historical contributors to iproute2. Take Alexey out of README. Signed-off-by: Stephen Hemminger --- diff --git a/CREDITS b/CREDITS new file mode 100644 index 000000000..bcfe05b47 --- /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 fa0c7869f..4eb9390a3 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