1. 075ae86 [DCCP]: Move dccp_hashinfo from ipv4.c to the core by Arnaldo Carvalho de Melo · 19 years ago
  2. 0a1ec67 [DCCP]: Dont use dccp_v4_checksum in dccp_make_response by Arnaldo Carvalho de Melo · 19 years ago
  3. c985ed7 [DCCP]: Move dccp_[un]hash from ipv4.c to the core by Arnaldo Carvalho de Melo · 19 years ago
  4. 3e0fadc [DCCP]: Move dccp_v4_{init,destroy}_sock to the core by Arnaldo Carvalho de Melo · 19 years ago
  5. 017487d [DCCP]: Generalize dccp_v4_send_reset by Arnaldo Carvalho de Melo · 19 years ago
  6. 04e2661 [DCCP]: Call dccp_feat_init more early in dccp_v4_init_sock by Arnaldo Carvalho de Melo · 19 years ago
  7. 60fe62e [DCCP]: sparse endianness annotations by Andrea Bittau · 19 years ago
  8. 91f0ebf [DCCP] CCID: Improve CCID infrastructure by Arnaldo Carvalho de Melo · 19 years ago
  9. afe0025 [DCCP]: Initial feature negotiation implementation by Andrea Bittau · 19 years ago
  10. 2a91aa3 [DCCP] CCID2: Initial CCID2 (TCP-Like) implementation by Andrea Bittau · 19 years ago
  11. 9833d6d [DCCP]: Don't alloc ack vector for the control sock by Arnaldo Carvalho de Melo · 19 years ago
  12. 7400d78 [DCCP] ackvec: Ditch dccpav_buf_len by Arnaldo Carvalho de Melo · 19 years ago
  13. 5d39a79 [IPV4]: Always set fl.proto in ip_route_newports by Patrick McHardy · 19 years ago
  14. eb9c7eb [NETFILTER]: Handle NAT in IPsec policy checks by Patrick McHardy · 19 years ago
  15. b59c270 [NETFILTER]: Keep conntrack reference until IPsec policy checks are done by Patrick McHardy · 19 years ago
  16. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  17. 25995ff [SOCK]: Introduce sk_receive_skb by Arnaldo Carvalho de Melo · 19 years ago
  18. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  19. a7f5e7f [INET]: Generalise tcp_v4_hash_connect by Arnaldo Carvalho de Melo · 19 years ago
  20. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 19 years ago
  21. fc44b98 [DCCP]: Use reqsk_free in dccp_v4_conn_request by Arnaldo Carvalho de Melo · 19 years ago
  22. f21e68c [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  23. 34ca686 [DCCP]: Just rename dccp_v4_prot to dccp_prot by Arnaldo Carvalho de Melo · 19 years ago
  24. 57cca05 [DCCP]: Introduce dccp_ipv4_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  25. 971af18 [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port by Arnaldo Carvalho de Melo · 19 years ago
  26. 4c7e689 [DCCP]: Comment typo by Ian McDonald · 19 years ago
  27. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  28. 6df7163 [TCP/DCCP]: Randomize port selection by Stephen Hemminger · 19 years ago
  29. 49c5bfa [DCCP]: Clear the IPCB area by Herbert Xu · 19 years ago
  30. 81c3d54 [INET]: speedup inet (tcp/dccp) lookups by Eric Dumazet · 19 years ago
  31. 561713c [DCCP]: Don't use necessarily the same CCID for tx and rx by Arnaldo Carvalho de Melo · 20 years ago
  32. ae31c33 [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] by Arnaldo Carvalho de Melo · 20 years ago
  33. 67e6b62 [DCCP]: Introduce DCCP_SOCKOPT_SERVICE by Arnaldo Carvalho de Melo · 20 years ago
  34. 0c10c5d [DCCP]: More precisely set reset_code when sending RESET packets by Arnaldo Carvalho de Melo · 20 years ago
  35. dc19336c [DCCP] Only call the HC _exit() routines in dccp_v4_destroy_sock by Arnaldo Carvalho de Melo · 20 years ago
  36. b0e5678 [DCCP] Introduce dccp_timestamp by Arnaldo Carvalho de Melo · 20 years ago
  37. c530cfb [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet by Arnaldo Carvalho de Melo · 20 years ago
  38. 8efa544 [DCCP]: Call the HC exit routines at dccp_v4_destroy_sock by Arnaldo Carvalho de Melo · 20 years ago
  39. 03ace39 [DCCP]: Fix the ACK and SEQ window variables settings by Arnaldo Carvalho de Melo · 20 years ago
  40. 2807d4f [DCCP]: Fix seqno setting in dccp_v4_ctl_send_reset by Arnaldo Carvalho de Melo · 20 years ago
  41. c59eab4 [DCCP]: Use LIMIT_NETDEBUG in some debugging printks by Arnaldo Carvalho de Melo · 20 years ago
  42. e92ae93 [DCCP]: Send SYNCACK packets in response to SYNC packets by Arnaldo Carvalho de Melo · 20 years ago
  43. a1d3a35 [DCCP]: Fix sparse warnings by Arnaldo Carvalho de Melo · 20 years ago
  44. 7690af3 [DCCP]: Just reflow the source code to fit in 80 columns by Arnaldo Carvalho de Melo · 20 years ago
  45. 540722f [TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK by Arnaldo Carvalho de Melo · 20 years ago
  46. 64cf1e5 [DCCP]: Finish the TIMEWAIT minisock support by Arnaldo Carvalho de Melo · 20 years ago
  47. 0b4e03b [DCCP]: Initialize icsk_rto in dccp_v4_init_sock by Arnaldo Carvalho de Melo · 20 years ago
  48. f6ccf55 [DCCP]: Fix u64 printf format warnings. by David S. Miller · 20 years ago
  49. 95b81ef [DCCP]: Fix checksum routines by Yoshifumi Nishida · 20 years ago
  50. 7c65787 [DCCP]: Initial implementation by Arnaldo Carvalho de Melo · 20 years ago