]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Filter incoming netconsole packets by IP
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 18 Sep 2012 10:01:32 +0000 (10:01 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 24 Sep 2012 18:55:44 +0000 (13:55 -0500)
commit8a0eccb1056b313b45ab62e3aac400f339aa71b4
treef1392d5d87080b8c8059504544e9ae2ad3521aa6
parente827fec2b24d4412eabed3cf0080a08a0a7d148c
net: Filter incoming netconsole packets by IP

Check the incoming packets' source IP address... if ncip isn't set to a
broadcast address, only listen to the client at ncip.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/netconsole.c
include/net.h
net/net.c