summaryrefslogtreecommitdiff
path: root/Sponsors
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11docs: move some of them to the root directoryDaniel Borkmann1-0/+14
Lets move CodingStyle, SubmittingPatches, and Sponsors into the root directory of netsniff-ng and remove the Documentation folder. Some of those files are quite bloated, and most of these things should be in the man-pages anyway. They should be the only big sources of documentation, nothing else. The rest is currently put here: http://pub.netsniff-ng.org/docs/ Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-07-25 15:25:09 -0700 committerDavid S. Miller <davem@davemloft.net>2014-07-29 11:43:50 -0700 commita317a2f19da7d0af1f068cf4d3ae80cdd73643b7 (patch) treea083ff1e4f31c60bd53c9c37086cd347478b2ad6 /net/8021q parent20e61da7ffcfd84a1b6f797e745608572e5bc218 (diff)
ipv6: fail early when creating netdev named all or default
We create a proc dir for each network device, this will cause conflicts when the devices have name "all" or "default". Rather than emitting an ugly kernel warning, we could just fail earlier by checking the device name. Reported-by: Stephane Chazelas <stephane.chazelas@gmail.com> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/8021q')