18 Dec, 2008
1 commit
-
GPRS TX flow control won't need to lock the underlying socket anymore.
Signed-off-by: Rémi Denis-Courmont
Signed-off-by: David S. Miller
04 Dec, 2008
1 commit
-
Signed-off-by: Rémi Denis-Courmont
Signed-off-by: David S. Miller
27 Oct, 2008
1 commit
-
This fixes an OOPS in hard_header if a Phonet address is assigned to a
non-Phonet network interface.Signed-off-by: Remi Denis-Courmont
Signed-off-by: David S. Miller
06 Oct, 2008
4 commits
-
Signed-off-by: Rémi Denis-Courmont
Signed-off-by: David S. Miller -
Signed-off-by: Rémi Denis-Courmont
Signed-off-by: David S. Miller -
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
Signed-off-by: David S. Miller -
Signed-off-by: Rémi Denis-Courmont
Acked-by: Arnaldo Carvalho de Melo
Signed-off-by: David S. Miller
23 Sep, 2008
7 commits
-
When there is no listener socket for a received packet, send an error
back to the sender.Signed-off-by: Remi Denis-Courmont
Signed-off-by: David S. Miller -
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
Signed-off-by: David S. Miller -
This provides the basic SOCK_DGRAM transport protocol for Phonet.
Signed-off-by: Remi Denis-Courmont
Signed-off-by: David S. Miller -
This provides the socket API for the Phonet protocols family.
Signed-off-by: Remi Denis-Courmont
Signed-off-by: David S. Miller -
This provides support for configuring Phonet addresses, notifying
Phonet configuration changes, and dumping the configuration.Signed-off-by: Remi Denis-Courmont
Signed-off-by: David S. Miller -
This provides support for adding Phonet addresses to and removing
Phonet addresses from network devices.Signed-off-by: Rémi Denis-Courmont
Signed-off-by: David S. Miller -
This is the basis for the Phonet protocol families, and introduces
the ETH_P_PHONET packet type and the PF_PHONET socket family.Signed-off-by: Remi Denis-Courmont
Signed-off-by: David S. Miller