1. 538c5902 [PATCH] clean up default value of IP_DCCP_ACKVEC by Jean-Luc Leger · 18 years ago
  2. 624d116 [I/OAT]: Make sk_eat_skb I/OAT aware. by Chris Leech · 18 years ago
  3. afec35e [DCCP] Ackvec: fix soft lockup in ackvec handling code by Andrea Bittau · 18 years ago
  4. 134af34 [DCCP]: Fix sock_orphan dead lock by Herbert Xu · 18 years ago
  5. b8282dc [DCCP]: Fix leak in net/dccp/ipv4.c by Eric Sesterhenn · 18 years ago
  6. 68907da [DCCP]: Use NULL for pointers, comfort sparse. by Randy Dunlap · 18 years ago
  7. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  8. 8ca0d17 [DCCP] feat: Pass dccp_minisock ptr where only the minisock is used by Arnaldo Carvalho de Melo · 18 years ago
  9. a4bf390 [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock by Arnaldo Carvalho de Melo · 18 years ago
  10. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  11. dec73ff [ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt by Arnaldo Carvalho de Melo · 18 years ago
  12. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  13. fb95049 [DCCP]: Fix uninitialized var warnings in dccp_parse_options(). by David S. Miller · 18 years ago
  14. 2d0817d [DCCP] options: Make dccp_insert_options & friends yell on error by Arnaldo Carvalho de Melo · 18 years ago
  15. 110bae4 [DCCP]: Remove leftover dccp_send_response prototype by Arnaldo Carvalho de Melo · 18 years ago
  16. c5fed15 [DCCP]: ditch dccp_v[46]_ctl_send_ack by Arnaldo Carvalho de Melo · 18 years ago
  17. 118b2c9 [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets by Arnaldo Carvalho de Melo · 18 years ago
  18. e5a6de9 [DCCP] options: Fix handling of ackvecs in DATA packets by Arnaldo Carvalho de Melo · 18 years ago
  19. 6df9424 [DCCP] options: Fix some aspects of mandatory option processing by Arnaldo Carvalho de Melo · 18 years ago
  20. c0c736d [DCCP] ccid2: coding style cleanups by Arnaldo Carvalho de Melo · 18 years ago
  21. 45329e7 [DCCP] ipv6: cleanups by Arnaldo Carvalho de Melo · 18 years ago
  22. c4d9390 [ICSK]: Introduce inet_csk_ctl_sock_create by Arnaldo Carvalho de Melo · 18 years ago
  23. 7247887 [DCCP] ipv6: Add missing ipv6 control socket by Arnaldo Carvalho de Melo · 18 years ago
  24. c25a18b [DCCP]: Uninline some functions by Arnaldo Carvalho de Melo · 18 years ago
  25. 5e0817f [DCCP] ipv4: make struct dccp_v4_prot static by Adrian Bunk · 18 years ago
  26. b61fafc [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c by Arnaldo Carvalho de Melo · 18 years ago
  27. 46f09ff [DCCP]: Rename init_dccp_v4_mibs to dccp_mib_init by Arnaldo Carvalho de Melo · 18 years ago
  28. 075ae86 [DCCP]: Move dccp_hashinfo from ipv4.c to the core by Arnaldo Carvalho de Melo · 18 years ago
  29. 0a1ec67 [DCCP]: Dont use dccp_v4_checksum in dccp_make_response by Arnaldo Carvalho de Melo · 18 years ago
  30. c985ed7 [DCCP]: Move dccp_[un]hash from ipv4.c to the core by Arnaldo Carvalho de Melo · 18 years ago
  31. 3e0fadc [DCCP]: Move dccp_v4_{init,destroy}_sock to the core by Arnaldo Carvalho de Melo · 18 years ago
  32. 017487d [DCCP]: Generalize dccp_v4_send_reset by Arnaldo Carvalho de Melo · 18 years ago
  33. e55d912 [DCCP] feat: Introduce sysctls for the default features by Arnaldo Carvalho de Melo · 18 years ago
  34. 04e2661 [DCCP]: Call dccp_feat_init more early in dccp_v4_init_sock by Arnaldo Carvalho de Melo · 18 years ago
  35. 057fc67 [DCCP]: Kconfig tidy up by Arnaldo Carvalho de Melo · 18 years ago
  36. 60fe62e [DCCP]: sparse endianness annotations by Andrea Bittau · 18 years ago
  37. 6ffd30f [DCCP] feat: Actually change the CCID upon negotiation by Andrea Bittau · 18 years ago
  38. 91f0ebf [DCCP] CCID: Improve CCID infrastructure by Arnaldo Carvalho de Melo · 18 years ago
  39. 77ff72d [DCCP] CCID2: Drop sock reference count on timer expiration and reset. by Andrea Bittau · 18 years ago
  40. afe0025 [DCCP]: Initial feature negotiation implementation by Andrea Bittau · 18 years ago
  41. 2a91aa3 [DCCP] CCID2: Initial CCID2 (TCP-Like) implementation by Andrea Bittau · 18 years ago
  42. aa5d7df [DCCP] CCID3: Set the no_feedback_timer fields near init_timer by Arnaldo Carvalho de Melo · 18 years ago
  43. 9833d6d [DCCP]: Don't alloc ack vector for the control sock by Arnaldo Carvalho de Melo · 18 years ago
  44. d5e9b2c [DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_free by Arnaldo Carvalho de Melo · 18 years ago
  45. 4114470 [DCCP] CCID: Allow ccid_{init,exit} to be NULL by Arnaldo Carvalho de Melo · 18 years ago
  46. 02bcf28 [DCCP] ackvec: Introduce ack vector records by Andrea Bittau · 18 years ago
  47. 9b07ef5 [DCCP] ackvec: Introduce dccp_ackvec_slab by Arnaldo Carvalho de Melo · 18 years ago
  48. fa23e2e [DCCP]: Fix error handling in dccp_init by Arnaldo Carvalho de Melo · 18 years ago
  49. 7400d78 [DCCP] ackvec: Ditch dccpav_buf_len by Arnaldo Carvalho de Melo · 18 years ago
  50. c099666 [DCCP] ccid3: Divide by zero fix by Ian McDonald · 18 years ago
  51. 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 19 years ago
  52. 0cbd782 [DCCP] ipv6: dccp_v6_send_response() has a DST leak too. by David S. Miller · 18 years ago
  53. 5d39a79 [IPV4]: Always set fl.proto in ip_route_newports by Patrick McHardy · 18 years ago
  54. a8fc3d8 [NET]: "signed long" -> "long" by Kris Katterjohn · 18 years ago
  55. eb9c7eb [NETFILTER]: Handle NAT in IPsec policy checks by Patrick McHardy · 19 years ago
  56. b59c270 [NETFILTER]: Keep conntrack reference until IPsec policy checks are done by Patrick McHardy · 19 years ago
  57. 951dbc8 [IPV6]: Move nextheader offset to the IP6CB by Patrick McHardy · 19 years ago
  58. aa0e4e4 [DCCP]: ipv6.c needs net/ip6_checksum.c by David S. Miller · 19 years ago
  59. e4dfd449 [DCCP] ackvec: use u8 for the buf offsets by Arnaldo Carvalho de Melo · 19 years ago
  60. 6742bbc [DCCP] ackvec: Fix spelling of "throw" by Andrea Bittau · 19 years ago
  61. e84a9f5 [DCCP]: Notify CCID only after ACK vectors have been processed. by Andrea Bittau · 19 years ago
  62. 9e37720 [DCCP]: Send an ACK vector when ACKing a response packet by Andrea Bittau · 19 years ago
  63. 709dd3a [DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN. by Andrea Bittau · 19 years ago
  64. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  65. 25995ff [SOCK]: Introduce sk_receive_skb by Arnaldo Carvalho de Melo · 19 years ago
  66. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  67. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  68. d8313f5 [INET6]: Generalise tcp_v6_hash_connect by Arnaldo Carvalho de Melo · 19 years ago
  69. a7f5e7f [INET]: Generalise tcp_v4_hash_connect by Arnaldo Carvalho de Melo · 19 years ago
  70. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 19 years ago
  71. fc44b98 [DCCP]: Use reqsk_free in dccp_v4_conn_request by Arnaldo Carvalho de Melo · 19 years ago
  72. 3df80d9 [DCCP]: Introduce DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  73. f21e68c [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  74. 34ca686 [DCCP]: Just rename dccp_v4_prot to dccp_prot by Arnaldo Carvalho de Melo · 19 years ago
  75. 57cca05 [DCCP]: Introduce dccp_ipv4_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  76. 971af18 [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port by Arnaldo Carvalho de Melo · 19 years ago
  77. 4c7e689 [DCCP]: Comment typo by Ian McDonald · 19 years ago
  78. a516b04 [DCCP]: Add missing no_policy flag to struct net_protocol by Patrick McHardy · 19 years ago
  79. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  80. 6df7163 [TCP/DCCP]: Randomize port selection by Stephen Hemminger · 19 years ago
  81. edc9e81 [DCCP]: Set socket owner iff packet is not data by Herbert Xu · 19 years ago
  82. 48918a4 [DCCP]: Simplify skb_set_owner_w semantics by Herbert Xu · 19 years ago
  83. 7d877f3 [PATCH] gfp_t: net/* by Al Viro · 19 years ago
  84. 49c5bfa [DCCP]: Clear the IPCB area by Herbert Xu · 19 years ago
  85. ffa2934 [DCCP]: Make dccp_write_xmit always free the packet by Herbert Xu · 19 years ago
  86. fda0fd6 [DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULL by Herbert Xu · 19 years ago
  87. 2a9bc9b [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets by Arnaldo Carvalho de Melo · 19 years ago
  88. 777b25a [CCID]: Check if ccid is NULL in the hc_[tr]x_exit functions by Arnaldo Carvalho de Melo · 19 years ago
  89. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  90. 81c3d54 [INET]: speedup inet (tcp/dccp) lookups by Eric Dumazet · 19 years ago
  91. 88f964d [DCCP]: Introduce CCID getsockopt for the CCIDs by Arnaldo Carvalho de Melo · 19 years ago
  92. 561713c [DCCP]: Don't use necessarily the same CCID for tx and rx by Arnaldo Carvalho de Melo · 19 years ago
  93. 65299d6 [CCID3]: Introduce include/linux/tfrc.h by Arnaldo Carvalho de Melo · 19 years ago
  94. ae31c33 [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  95. 67e6b62 [DCCP]: Introduce DCCP_SOCKOPT_SERVICE by Arnaldo Carvalho de Melo · 19 years ago
  96. 0c10c5d [DCCP]: More precisely set reset_code when sending RESET packets by Arnaldo Carvalho de Melo · 19 years ago
  97. 2b80230 [DCCP]: Handle SYNC packets in dccp_rcv_state_process by Arnaldo Carvalho de Melo · 19 years ago
  98. 811265b [DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq by Arnaldo Carvalho de Melo · 19 years ago
  99. 59c2353 [CCID3]: Listen socks doesn't have a private CCID block by Arnaldo Carvalho de Melo · 19 years ago
  100. 59d203f [CCID3] Cleanup ccid3 debug calls by Arnaldo Carvalho de Melo · 19 years ago