Commit Graph

580 Commits (771ed689d2cd53439e28e095bc38fbe40a71429e)

Author SHA1 Message Date
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
Gerrit Renker 8109616e2e [DCCP]: Add (missing) option parsing to request_sock processing 17 years ago
Gerrit Renker 8b81941248 [DCCP]: Allow to parse options on Request Sockets 17 years ago
Gerrit Renker 7913350663 [DCCP]: Collapse repeated `len' statements into one 17 years ago
Gerrit Renker b8599d2070 [DCCP]: Support for server holding timewait state 17 years ago
Gerrit Renker 28be544004 [DCCP]: Use maximum-RTO backoff from DCCP spec 17 years ago
Gerrit Renker 92d31920b8 [DCCP]: Shift the retransmit timer for active-close into output.c 17 years ago
Gerrit Renker 69567d0b63 [DCCP]: Perform SHUT_RD and SHUT_WR on receiving close 17 years ago
Herbert Xu bb72845e69 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT 17 years ago
Gerrit Renker 3f71c81ac3 [TFRC]: Remove previous loss intervals implementation 17 years ago
Gerrit Renker 954c2db868 [CCID3]: Interface CCID3 code with newer Loss Intervals Database 17 years ago
Gerrit Renker de0d411cb8 [TFRC]: CCID3 (and CCID4) needs to access these inlines 17 years ago
Gerrit Renker db64196038 [CCID3]: Redundant debugging output / documentation 17 years ago
Gerrit Renker 8a9c7e92e0 [TFRC]: Ringbuffer to track loss interval history 17 years ago
Gerrit Renker 8995a238ef [TFRC]: Loss interval code needs the macros/inlines that were moved 17 years ago
Gerrit Renker df8f83fdd6 [TFRC]: Put RX/TX initialisation into tfrc.c 17 years ago
Gerrit Renker 385ac2e3f2 [CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses it 17 years ago
Gerrit Renker 797eba424d [TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore 17 years ago
Gerrit Renker 78282d2af5 [TFRC]: Move comment. 17 years ago
Arnaldo Carvalho de Melo b84a2189c4 [TFRC]: New rx history code 17 years ago
Gerrit Renker 30a0eacd47 [CCID3]: The receiver of a half-connection does not set window counter values 17 years ago
Arnaldo Carvalho de Melo d58d1af03a [TFRC]: Rename dccp_rx_ to tfrc_rx_ 17 years ago