Home
last modified time | relevance | path

Searched hist:"8 a0eccb1056b313b45ab62e3aac400f339aa71b4" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dnetconsole.c8a0eccb1056b313b45ab62e3aac400f339aa71b4 Tue Sep 18 10:01:32 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> 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>
/rk3399_rockchip-uboot/net/
H A Dnet.c8cab08e8045e1ec3799d9d3ad875f5755818069c Wed Oct 03 09:14:03 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> net: fix netconsole filtering

Adjustment of Michael Walle's fix patch

Commit 8a0eccb1056b313b45ab62e3aac400f339aa71b4 breaks netconsole. src_ip
must not be converted to host byte order, because nc_ip is already stored
in network byte order (see string_to_ip(), called by getenv_IPaddr()).

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
8a0eccb1056b313b45ab62e3aac400f339aa71b4 Tue Sep 18 10:01:32 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> 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>
/rk3399_rockchip-uboot/include/
H A Dnet.h8a0eccb1056b313b45ab62e3aac400f339aa71b4 Tue Sep 18 10:01:32 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> 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>