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