linux/net/ax25
Mat Martineau e9cdced78d net: Make sock protocol value checks more specific
SK_PROTOCOL_MAX is only used in two places, for DECNet and AX.25. The
limits have more to do with the those protocol definitions than they do
with the data type of sk_protocol, so remove SK_PROTOCOL_MAX and use
U8_MAX directly.

Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-01-09 18:41:40 -08:00
..
Kconfig
Makefile
TODO
af_ax25.c net: Make sock protocol value checks more specific 2020-01-09 18:41:40 -08:00
ax25_addr.c
ax25_dev.c
ax25_ds_in.c
ax25_ds_subr.c
ax25_ds_timer.c
ax25_iface.c
ax25_in.c net: use helpers to change sk_ack_backlog 2019-11-06 16:14:48 -08:00
ax25_ip.c
ax25_out.c
ax25_route.c ax25: fix inconsistent lock state in ax25_destroy_timer 2019-06-16 14:22:37 -07:00
ax25_std_in.c
ax25_std_subr.c
ax25_std_timer.c
ax25_subr.c
ax25_timer.c
ax25_uid.c
sysctl_net_ax25.c