Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: Make static | Roel Kluin | 2008-12-10 | 1 | -1/+1 |
| | | | | | | | Sparse asked whether these could be static. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | net: '&' redux | Alexey Dobriyan | 2008-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | I want to compile out proc_* and sysctl_* handlers totally and stub them to NULL depending on config options, however usage of & will prevent this, since taking adress of NULL pointer will break compilation. So, drop & in front of every ->proc_handler and every ->strategy handler, it was never needed in fact. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | Phonet: proc interface for port range | Remi Denis-Courmont | 2008-09-22 | 1 | -0/+113 |
Phonet endpoints are bound to individual ports. This provides a /proc/sys/net/phonet (or sysctl) interface for selecting the range of automatically allocated ports (much like the ip_local_port_range with IPv4). Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net> |