diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/af_inet.c | 42 | ||||
-rw-r--r-- | net/ipv4/ah4.c | 3 | ||||
-rw-r--r-- | net/ipv4/esp4.c | 332 | ||||
-rw-r--r-- | net/ipv4/fib_semantics.c | 29 | ||||
-rw-r--r-- | net/ipv4/icmp.c | 125 | ||||
-rw-r--r-- | net/ipv4/inet_connection_sock.c | 278 | ||||
-rw-r--r-- | net/ipv4/inet_diag.c | 2 | ||||
-rw-r--r-- | net/ipv4/inet_hashtables.c | 19 | ||||
-rw-r--r-- | net/ipv4/inet_timewait_sock.c | 3 | ||||
-rw-r--r-- | net/ipv4/ip_sockglue.c | 9 | ||||
-rw-r--r-- | net/ipv4/ip_tunnel_core.c | 10 | ||||
-rw-r--r-- | net/ipv4/ipmr.c | 266 | ||||
-rw-r--r-- | net/ipv4/ping.c | 6 | ||||
-rw-r--r-- | net/ipv4/proc.c | 4 | ||||
-rw-r--r-- | net/ipv4/route.c | 25 | ||||
-rw-r--r-- | net/ipv4/syncookies.c | 21 | ||||
-rw-r--r-- | net/ipv4/sysctl_net_ipv4.c | 110 | ||||
-rw-r--r-- | net/ipv4/tcp.c | 85 | ||||
-rw-r--r-- | net/ipv4/tcp_fastopen.c | 54 | ||||
-rw-r--r-- | net/ipv4/tcp_input.c | 259 | ||||
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 33 | ||||
-rw-r--r-- | net/ipv4/tcp_metrics.c | 1 | ||||
-rw-r--r-- | net/ipv4/tcp_minisocks.c | 15 | ||||
-rw-r--r-- | net/ipv4/tcp_output.c | 109 | ||||
-rw-r--r-- | net/ipv4/tcp_recovery.c | 148 | ||||
-rw-r--r-- | net/ipv4/tcp_timer.c | 5 | ||||
-rw-r--r-- | net/ipv4/udp.c | 114 | ||||
-rw-r--r-- | net/ipv4/xfrm4_state.c | 8 |
28 files changed, 1276 insertions, 839 deletions
diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c |