Commit Graph

551 Commits (443cd507ce7f78c6f8742b72736585c031d5a921)

Author SHA1 Message Date
Chris Wright 19443178fb dccp: return -EINVAL on invalid feature length 17 years ago
Harvey Harrison 84994e16f2 dccp: ccid2.c, ccid3.c use clamp(), clamp_t() 17 years ago
Pavel Emelyanov 653252c230 net: Fix wrong interpretation of some copy_to_user() results. 17 years ago
YOSHIFUJI Hideaki cdd04d98f6 [DCCP]: Convert do_gettimeofday() to getnstimeofday(). 17 years ago
Matthew Wilcox 5f090dcb4d net: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
Pavel Emelyanov e56d8b8a2e [INET]: Drop the inet_inherit_port() call. 17 years ago
Pavel Emelyanov 13f51d82ac [DCCP]: Fix comment about control sockets. 17 years ago
Pavel Emelyanov 671a1c7401 [NETNS][DCCPV6]: Make per-net socket lookup. 17 years ago
Pavel Emelyanov 334527d351 [NETNS][DCCPV6]: Actually create ctl socket on each net and use it. 17 years ago
Pavel Emelyanov 0204774191 [NETNS][DCCPV6]: Move the dccp_v6_ctl_sk on the struct net. 17 years ago
Pavel Emelyanov 8231bd270d [NETNS][DCCPV6]: Add dummy per-net operations. 17 years ago
Pavel Emelyanov 68d185980f [NETNS][DCCPV6]: Don't pass NULL to ip6_dst_lookup. 17 years ago
Pavel Emelyanov fc5f8580d3 [NETNS][DCCPV4]: Enable DCCPv4 in net namespaces. 17 years ago
Pavel Emelyanov b9901a84c9 [NETNS][DCCPV4]: Make per-net socket lookup. 17 years ago
Pavel Emelyanov f54873982c [NETNS][DCCPV4]: Use proper net to route the reset packet. 17 years ago
Pavel Emelyanov b76c4b27fe [NETNS][DCCPV4]: Actually create ctl socket on each net and use it. 17 years ago
Pavel Emelyanov 7b1cffa8c9 [NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net. 17 years ago
Pavel Emelyanov 72a2d61382 [NETNS][DCCPV4]: Add dummy per-net operations. 17 years ago
Patrick McHardy 028b027524 [DCCP]: Fix skb->cb conflicts with IP 17 years ago
YOSHIFUJI Hideaki 24e8b7e484 [DCCP]: Use snmp_mib_{init,free}(). 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 4f049b4f33 [DCCP]: dccp_v(4|6)_ctl_socket is leaked. 17 years ago
Denis V. Lunev 7630f02681 [DCCP]: Replace socket with sock for reset sending. 17 years ago
Pavel Emelyanov bdcde3d71a [SOCK]: Drop inuse pcounter from struct proto (v2). 17 years ago
Pavel Emelyanov 39d8cda76c [SOCK]: Add udp_hash member to struct proto. 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 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 fd80eb942a [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. 17 years ago
Arnaldo Carvalho de Melo ab1e0a13d7 [SOCK] proto: Add hashinfo member to struct proto 17 years ago
Pavel Emelyanov d86e0dac2c [NETNS]: Tcp-v6 sockets per-net lookup. 17 years ago
Pavel Emelyanov c67499c0e7 [NETNS]: Tcp-v4 sockets per-net lookup. 17 years ago
Denis V. Lunev f1b050bf7a [NETNS]: Add namespace parameter to ip_route_output_flow. 17 years ago
Pavel Emelyanov b5ccd792fa [NET]: Simple ctl_table to ctl_path conversions. 17 years ago
Ilpo Järvinen c4e18dade1 [CCID3]: Kill some bloat 17 years ago
Pavel Emelyanov 152da81deb [INET]: Uninline the __inet_hash function. 17 years ago
Gerrit Renker a07a5a86d0 [DCCP]: Remove unused inline function 17 years ago
Gerrit Renker 52515e77a7 [CCID3]: Nofeedback timer according to rfc3448bis 17 years ago
Gerrit Renker d8d1252f74 [CCID3]: Implement rfc3448bis changes to feedback reception 17 years ago
Gerrit Renker 5bd370a63d [CCID3]: Remove two irrelevant states in TX feedback handling 17 years ago
Gerrit Renker 8e138e7949 [CCID3]: Use a function to update p_inv, and p is never used 17 years ago
Gerrit Renker 6179983ad3 [DCCP]: Introducing CCMPS 17 years ago
Gerrit Renker 84a97b0af8 [CCID]: More informative registration 17 years ago
Gerrit Renker 9cb2345a8c [DCCP]: Documentation for CCID operations 17 years ago
Gerrit Renker cf86314cb7 [DCCP]: Ignore feature negotiation on Data packets 17 years ago
Gerrit Renker 5cdae198de [DCCP]: Make code assumptions explicit 17 years ago
Gerrit Renker dd6303df09 [DCCP]: Remove unused and redundant validation functions 17 years ago
Gerrit Renker af3b867e2f [DCCP]: Support inserting options during the 3-way handshake 17 years ago
Gerrit Renker b4d4f7c70f [DCCP]: Handle timestamps on Request/Response exchange separately 17 years ago