Commit Graph

50 Commits (347d1c01956d567c18afef0cc253eb235cafacd8)

Author SHA1 Message Date
Gerrit Renker 6626e3628f [DCCP]: More debug information for dccp_wait_for_ccid 18 years ago
Gerrit Renker aabb601b0f [DCCP]: Initialise write_xmit_timer also on passive sockets 18 years ago
Patrick McHardy b08d5840d2 [NET]: Fix kfree(skb) 18 years ago
YOSHIFUJI Hideaki c9eaf17341 [NET] DCCP: Fix whitespace errors. 18 years ago
David S. Miller e89862f4c5 [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). 18 years ago
Arnaldo Carvalho de Melo 8109b02b53 [DCCP]: Whitespace cleanups 18 years ago
Gerrit Renker f6282f4da5 [DCCP]: Warn when discarding packet due to internal errors 18 years ago
Ian McDonald 5cc3741d6c [DCCP]: Remove timeo from output.c 18 years ago
Gerrit Renker 6b57c93dc3 [DCCP]: Use `unsigned' for packet lengths 18 years ago
Gerrit Renker 59348b19ef [DCCP]: Simplified conditions due to use of enum:8 states 18 years ago
Gerrit Renker 09dbc3895e [DCCP]: Miscellaneous code tidy-ups 18 years ago
Gerrit Renker b9df3cb8cf [TCP/DCCP]: Introduce net_xmit_eval 18 years ago
Gerrit Renker d7f7365f57 [DCCPv6]: Choose a genuine initial sequence number 18 years ago
Gerrit Renker e11d9d3080 [DCCP]: Increment sequence numbers on retransmitted Response packets 18 years ago
Gerrit Renker 6f4e5fff1e [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) 18 years ago
Ian McDonald f45b3ec481 [DCCP]: Fix logfile overflow 18 years ago
Gerrit Renker 9b42078ed6 [DCCP]: Combine allocating & zeroing header space on skb 18 years ago
David S. Miller 931731123a [TCP]: Don't set SKB owner in tcp_transmit_skb(). 18 years ago
Ian McDonald 97e5848dd3 [DCCP]: Introduce tx buffering 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Arnaldo Carvalho de Melo 2d0817d11e [DCCP] options: Make dccp_insert_options & friends yell on error 19 years ago
Arnaldo Carvalho de Melo 118b2c9532 [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets 19 years ago
Arnaldo Carvalho de Melo c25a18ba34 [DCCP]: Uninline some functions 19 years ago
Arnaldo Carvalho de Melo b61fafc4ef [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c 19 years ago
Arnaldo Carvalho de Melo 0a1ec676dd [DCCP]: Dont use dccp_v4_checksum in dccp_make_response 19 years ago
Arnaldo Carvalho de Melo 017487d7d1 [DCCP]: Generalize dccp_v4_send_reset 19 years ago
Andrea Bittau afe00251dd [DCCP]: Initial feature negotiation implementation 19 years ago
Arnaldo Carvalho de Melo 14c850212e [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h 19 years ago
Arnaldo Carvalho de Melo d83d8461f9 [IP_SOCKGLUE]: Remove most of the tcp specific calls 19 years ago
Arnaldo Carvalho de Melo f21e68caa0 [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 19 years ago
Arnaldo Carvalho de Melo 57cca05af1 [DCCP]: Introduce dccp_ipv4_af_ops 19 years ago
Herbert Xu edc9e81917 [DCCP]: Set socket owner iff packet is not data 20 years ago
Herbert Xu 48918a4dbd [DCCP]: Simplify skb_set_owner_w semantics 20 years ago
Al Viro 7d877f3bda [PATCH] gfp_t: net/* 20 years ago
Herbert Xu 49c5bfaffe [DCCP]: Clear the IPCB area 20 years ago
Herbert Xu ffa29347df [DCCP]: Make dccp_write_xmit always free the packet 20 years ago
Herbert Xu fda0fd6c5b [DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULL 20 years ago
Arnaldo Carvalho de Melo ae31c3399d [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] 20 years ago
Arnaldo Carvalho de Melo 67e6b62921 [DCCP]: Introduce DCCP_SOCKOPT_SERVICE 20 years ago
Arnaldo Carvalho de Melo dc19336c76 [DCCP] Only call the HC _exit() routines in dccp_v4_destroy_sock 20 years ago
Arnaldo Carvalho de Melo c530cfb1ce [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet 20 years ago
Arnaldo Carvalho de Melo d6809c12b3 [DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit 20 years ago
Arnaldo Carvalho de Melo a4beb1b64f [DCCP]: Send a DATAACK packet when we have a TIMESTAMP_ECHO pending 20 years ago
Arnaldo Carvalho de Melo 7ad07e7cf3 [DCCP]: Implement the CLOSING timer 20 years ago
Arnaldo Carvalho de Melo 24117727b7 [DCCP]: Fix ackno setting in SYNC/SYNCACK packets 20 years ago
Arnaldo Carvalho de Melo e92ae93a8a [DCCP]: Send SYNCACK packets in response to SYNC packets 20 years ago
Arnaldo Carvalho de Melo 7690af3fff [DCCP]: Just reflow the source code to fit in 80 columns 20 years ago
Arnaldo Carvalho de Melo 27258ee54f [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg 20 years ago
Yoshifumi Nishida 95b81ef794 [DCCP]: Fix checksum routines 20 years ago
Arnaldo Carvalho de Melo 7c657876b6 [DCCP]: Initial implementation 20 years ago