]> git.baikalelectronics.ru Git - kernel.git/commit
Phonet: proc interface for port range
authorRemi Denis-Courmont <remi.denis-courmont@nokia.com>
Tue, 23 Sep 2008 03:08:39 +0000 (20:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2008 03:08:39 +0000 (20:08 -0700)
commit60e0c522f57cb1bdc651cf3cbd5205865022598f
tree42ee249e27e293b94f9f0c5a72dc6ef58fee5d38
parent4d2805c642df54000674e1051640beabb98aa53e
Phonet: proc interface for port range

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>
include/net/phonet/phonet.h
net/phonet/Makefile
net/phonet/af_phonet.c
net/phonet/socket.c
net/phonet/sysctl.c [new file with mode: 0644]