linux/net/phonet
Rémi Denis-Courmont 9641458d3e Phonet: Pipe End Point for Phonet Pipes protocol
This protocol provides some connection handling and negotiated
congestion control. Nokia cellular modems use it for bulk transfers.
It provides packet boundaries (hence SOCK_SEQPACKET). Congestion
control is per packet rather per byte, so we do not re-use the
generic socket memory accounting.

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-10-05 11:15:13 -07:00
..
af_phonet.c Phonet: Pipe End Point for Phonet Pipes protocol 2008-10-05 11:15:13 -07:00
datagram.c Phonet: Phonet datagram transport protocol 2008-09-22 20:05:57 -07:00
Kconfig Phonet: add CONFIG_PHONET 2008-09-22 20:03:00 -07:00
Makefile Phonet: Pipe End Point for Phonet Pipes protocol 2008-10-05 11:15:13 -07:00
pep.c Phonet: Pipe End Point for Phonet Pipes protocol 2008-10-05 11:15:13 -07:00
pn_dev.c Phonet: network device and address handling 2008-09-22 20:03:44 -07:00
pn_netlink.c Phonet: Netlink factorization and cleanup 2008-09-30 02:51:18 -07:00
socket.c Phonet: connected sockets glue 2008-10-05 11:14:48 -07:00
sysctl.c Phonet: proc interface for port range 2008-09-22 20:08:39 -07:00