Maintainer: * Tobias Klauser * Daniel Borkmann Former maintainer: * Emmanuel Roullit Major contributors (> 30 commits): * Daniel Borkmann * Tobias Klauser * Emmanuel Roullit * Markus Amend * Christoph Jaeger * Herbert Haas * * Vadim Kochan * Jon Schipp Minor contributors (<= 30 commits, sorted alphabetically): * Christian Wiese * Dan Horák * Dennis Gilmore * Doug Burks * Eric Dumazet * Hideo Hattori * James McCoy * Jaroslav Škarvada * Jesper Dangaard Brouer * Jim Binder * Kartik Mistry * Ken-ichirou MATSUZAWA * Mark Latimer * Markus Kötter * Martin Hauke * Michał Purzyński * Oliver Smith * Peter Stuge * Ronald W. Henderson * Scott Moeller * Sibir Chakraborty * Stefan Seering * Stephen Wadeley * Teguh * Tillmann Karras * Tobias Geerinckx-Rice * Ulrich Weber * wilson Special thanks to some of our sponsors: * Deutsche Flugsicherung GmbH * ETH Zurich, Communications Systems Group * Max Planck Institute for Human Cognitive and Brain Sciences * Team Cymru Notes: The order of authors with > 30 commits listed here is sorted by contributions from high to low through ``git log --no-merges $@ | grep Author: | \ cut -d: -f2 | cut -d\< -f1 | sort | uniq -c | sort -n -r''. The list of minor contributors is currently unsorted and contains people who have contributed code ``in some way'' (e.g. on the upstream or maintenance repositories), either through Git or email. Note that we have taken over the maintenance and further development of Herbert Haas' mausezahn [ˈmauzəˌtsa:n] utility after he passed away in 2011. There were no Git commit statistics available from the import of his project. The project is currently in a staging area, but will be fully integrated soon. (*) Want to join the core team? Submit enough great patches over a long time, implement what's on the TODO file and show an ongoing, active interest in supporting netsniff-ng. What's in it for you? If you ever come to Switzerland, you get a free beer on Daniel and you can meet some great people involved in this project. ;) tion>space:mode:
authorJonathan Corbet <corbet@lwn.net>2016-10-26 16:45:29 -0600
committerJonathan Corbet <corbet@lwn.net>2016-10-27 16:38:06 -0600
commit31b24bee33572031632c33091bb73ed0e949c53a (patch)
treeb285d544169f2f7c017aa7e5a96c2c6350b4a466
parentbe4612447b3721a9a9f14ea5189217d69bc83078 (diff)
docs: add a warning to submitting-drivers.rst
This is crufty stuff and should maybe just be deleted, but I'm not quite ready to do that yet. Reviewed-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>