Commit Graph

154 Commits (d8421202121ce74daf4625ca9d1d825bbd7ce66a)

Author SHA1 Message Date
YOSHIFUJI Hideaki a7d632b6b4 [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. 17 years ago
Denis V. Lunev 5f4472c5a6 [TCP]: Remove owner from tcp_seq_afinfo. 17 years ago
Denis V. Lunev 68fcadd16c [TCP]: Place file operations directly into tcp_seq_afinfo. 17 years ago
Denis V. Lunev 52d6f3f11b [TCP]: Cleanup /proc/tcp[6] creation/removal. 17 years ago
Denis V. Lunev 9427c4b36b [TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo. 17 years ago
Denis V. Lunev 1abf4fb20d [TCP]: No need to check afinfo != NULL in tcp_proc_(un)register. 17 years ago
Denis V. Lunev a4146b1b2c [TCP]: Replace struct net on tcp_iter_state with seq_net_private. 17 years ago
Florian Westphal 4dfc281702 [Syncookies]: Add support for TCP options via timestamps. 17 years ago
Denis V. Lunev 7feb49c82a [NETNS]: Use TCP control socket from a correct namespace. 17 years ago
Denis V. Lunev 046ee90235 [NETNS]: Create tcp control socket in the each namespace. 17 years ago
Denis V. Lunev 5677242f43 [NETNS]: Inet control socket should not hold a namespace. 17 years ago
Denis V. Lunev eee4fe4ded [INET]: Let inet_ctl_sock_create return sock rather than socket. 17 years ago
Denis V. Lunev 3d58b5fa8e [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. 17 years ago
Denis V. Lunev 14c0c8e8e0 [TCP]: Replace socket with sock for reset sending. 17 years ago
Pavel Emelyanov bdcde3d71a [SOCK]: Drop inuse pcounter from struct proto (v2). 17 years ago
YOSHIFUJI Hideaki 878628fbf2 [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Pavel Emelyanov 757764f61d [NETNS][TCP]: Register /proc/net/tcp in a namespace. 17 years ago
Pavel Emelyanov 39d8cda76c [SOCK]: Add udp_hash member to struct proto. 17 years ago
Patrick McManus ec3c0982a2 [TCP]: TCP_DEFER_ACCEPT updates - process as established 17 years ago
Pavel Emelyanov 28518fc170 [NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6] 17 years ago
Daniel Lezcano 6f8b13bcb3 [NETNS][IPV6] tcp6 - make proc per namespace 17 years ago
Daniel Lezcano f40c8174d3 [NETNS][IPV4] tcp - make proc handle the network namespaces 17 years ago
Eric Dumazet ee6b967301 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts 17 years ago
Denis V. Lunev 7cd04fa7e3 [TCP]: Merge exit paths in tcp_v4_conn_request. 17 years ago
Denis V. Lunev fd80eb942a [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. 17 years ago
Denis V. Lunev 9b0f976f27 [INET]: Remove struct net_proto_family* from _init calls. 17 years ago
Kris Katterjohn 9bf1d83e7e [TCP]: Fix tcp_v4_send_synack() comment 17 years ago
Arnaldo Carvalho de Melo ab1e0a13d7 [SOCK] proto: Add hashinfo member to struct proto 17 years ago
Pavel Emelyanov c67499c0e7 [NETNS]: Tcp-v4 sockets per-net lookup. 17 years ago
YOSHIFUJI Hideaki 9cb5734e5b [TCP]: Convert several length variable to unsigned. 17 years ago
Pavel Emelyanov 152da81deb [INET]: Uninline the __inet_hash function. 17 years ago
YOSHIFUJI Hideaki 354faf0977 [IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps. 17 years ago
YOSHIFUJI Hideaki a80cc20da4 [IPV4] TCPMD5: Omit redundant NULL check for kfree() argument. 17 years ago
Eric Dumazet 230140cffa [INET]: Remove per bucket rwlock in tcp/dccp ehash table. 17 years ago
Eric Dumazet 47a31a6ffc [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure 17 years ago
Jens Axboe c46f2334c8 [SG] Get rid of __sg_mark_end() 18 years ago
David S. Miller 51c739d1f4 [NET]: Fix incorrect sg_mark_end() calls. 18 years ago
Matthias M. Dellweg b0a713e9e6 [TCP] MD5: Remove some more unnecessary casting. 18 years ago
David S. Miller c7da57a183 [TCP]: Fix scatterlist handling in MD5 signature support. 18 years ago
Stephen Hemminger 227b60f510 [INET]: local port range robustness 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
David S. Miller f8ab18d2d9 [TCP]: Fix MD5 signature handling on big-endian. 18 years ago
David S. Miller 3516ffb0fe [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg(). 18 years ago
Herbert Xu a7ab4b501f [TCPv4]: Improve BH latency in /proc/net/tcp 18 years ago
David S. Miller 3d7dbeac58 [TCP]: Disable TSO if MD5SIG is enabled. 18 years ago
Patrick McHardy f0e48dbfc5 [TCP]: Honour sk_bound_dev_if in tcp_v4_send_ack 18 years ago
Wei Dong 584bdf8cbd [IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDP 18 years ago
Herbert Xu 604763722c [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY 18 years ago