1. 13f51d8 [DCCP]: Fix comment about control sockets. by Pavel Emelyanov · 16 years ago
  2. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  3. fc5f858 [NETNS][DCCPV4]: Enable DCCPv4 in net namespaces. by Pavel Emelyanov · 16 years ago
  4. b9901a8 [NETNS][DCCPV4]: Make per-net socket lookup. by Pavel Emelyanov · 16 years ago
  5. f548739 [NETNS][DCCPV4]: Use proper net to route the reset packet. by Pavel Emelyanov · 16 years ago
  6. b76c4b2 [NETNS][DCCPV4]: Actually create ctl socket on each net and use it. by Pavel Emelyanov · 16 years ago
  7. 7b1cffa [NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net. by Pavel Emelyanov · 16 years ago
  8. 72a2d61 [NETNS][DCCPV4]: Add dummy per-net operations. by Pavel Emelyanov · 16 years ago
  9. 028b027 [DCCP]: Fix skb->cb conflicts with IP by Patrick McHardy · 16 years ago
  10. 5677242 [NETNS]: Inet control socket should not hold a namespace. by Denis V. Lunev · 16 years ago
  11. eee4fe4 [INET]: Let inet_ctl_sock_create return sock rather than socket. by Denis V. Lunev · 16 years ago
  12. 3d58b5f [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. by Denis V. Lunev · 16 years ago
  13. 4f049b4 [DCCP]: dccp_v(4|6)_ctl_socket is leaked. by Denis V. Lunev · 16 years ago
  14. 7630f02 [DCCP]: Replace socket with sock for reset sending. by Denis V. Lunev · 16 years ago
  15. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 16 years ago
  16. 39d8cda [SOCK]: Add udp_hash member to struct proto. by Pavel Emelyanov · 16 years ago
  17. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  18. fd80eb9 [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. by Denis V. Lunev · 16 years ago
  19. ab1e0a1 [SOCK] proto: Add hashinfo member to struct proto by Arnaldo Carvalho de Melo · 16 years ago
  20. c67499c [NETNS]: Tcp-v4 sockets per-net lookup. by Pavel Emelyanov · 16 years ago
  21. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 17 years ago
  22. 152da81 [INET]: Uninline the __inet_hash function. by Pavel Emelyanov · 17 years ago
  23. 8b81941 [DCCP]: Allow to parse options on Request Sockets by Gerrit Renker · 17 years ago
  24. c62cf5c [DCCP]: Use DEFINE_PROTO_INUSE infrastructure. by David S. Miller · 17 years ago
  25. 1238d08 [DCCP]: One more exemption from full sequence number checks by Gerrit Renker · 17 years ago
  26. fde2010 [DCCP]: Retrieve packet sequence number for error reporting by Gerrit Renker · 17 years ago
  27. 7131c6c [INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible. by Jean Delvare · 17 years ago
  28. 4a5409a [DCCP]: Twice the wrong reset code in receiving connection-Requests by Gerrit Renker · 17 years ago
  29. e356d37 [DCCP]: Factor out common code for generating Resets by Gerrit Renker · 17 years ago
  30. 9bf55cd [DCCP]: Sequence number wrap-around when sending reset by Gerrit Renker · 17 years ago
  31. c726187 [DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock() by Micah Gruber · 17 years ago
  32. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  33. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  34. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  35. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 17 years ago
  36. 8109b02 [DCCP]: Whitespace cleanups by Arnaldo Carvalho de Melo · 18 years ago
  37. 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
  38. 58a5a7b [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb by Arnaldo Carvalho de Melo · 18 years ago
  39. e523a15 [DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err() by Arnaldo Carvalho de Melo · 18 years ago
  40. 2bda285 [NET]: Annotate csum_tcpudp_magic() callers in net/* by Al Viro · 18 years ago
  41. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  42. 09dbc38 [DCCP]: Miscellaneous code tidy-ups by Gerrit Renker · 18 years ago
  43. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  44. d7f7365 [DCCPv6]: Choose a genuine initial sequence number by Gerrit Renker · 18 years ago
  45. 865e902 [DCCP]: Remove redundant statements in init_sequence (ISS) by Gerrit Renker · 18 years ago
  46. afb0a34 [DCCP]: Introduce a consistent naming scheme for sysctls by Gerrit Renker · 18 years ago
  47. 6f4e5ff [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) by Gerrit Renker · 18 years ago
  48. d83ca5a [DCCP]: Update code comments for Step 2/3 by Gerrit Renker · 18 years ago
  49. cf55792 [DCCP]: tidy up dccp_v{4,6}_conn_request by Gerrit Renker · 18 years ago
  50. 3d2fe62 [DCCPv4]: remove forward declarations in ipv4.c by Gerrit Renker · 18 years ago
  51. 8a73cd0 [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG by Gerrit Renker · 18 years ago
  52. d23c710 [DCCP]: Simplify jump labels in dccp_v{4,6}_rcv by Gerrit Renker · 18 years ago
  53. 9b42078 [DCCP]: Combine allocating & zeroing header space on skb by Gerrit Renker · 18 years ago
  54. 494b4e7 [DCCP]: Fix typo _read_mostly --> __read_mostly. by David S. Miller · 18 years ago
  55. 72a3eff [NET]: Size listen hash tables using backlog hint by Eric Dumazet · 18 years ago
  56. 0e64e94 [DCCP]: Update documentation references. by Gerrit Renker · 18 years ago
  57. 8270953 [DCCP]: Fix Oops in DCCPv6 by Gerrit Renker · 18 years ago
  58. 9469c7b [NET]: Use typesafe inet_twsk() inline function instead of cast. by YOSHIFUJI Hideaki · 18 years ago
  59. bada8ad [IPV4]: ip_route_connect() ipv4 address arguments annotated by Al Viro · 18 years ago
  60. 00e4d11 [DCCP]: Allow default/fallback service code. by Gerrit Renker · 18 years ago
  61. 8f491069 [IPV4]: Use network-order dport for all visible inet_lookup_* by Herbert Xu · 18 years ago
  62. 4237c75 [MLSXFRM]: Auto-labeling of child sockets by Venkat Yekkirala · 18 years ago
  63. beb8d13 [MLSXFRM]: Add flow labeling by Venkat Yekkirala · 18 years ago
  64. 4b79f0a [DCCP]: Fix default sequence window size by Ian McDonald · 18 years ago
  65. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  66. b8282dc [DCCP]: Fix leak in net/dccp/ipv4.c by Eric Sesterhenn · 18 years ago
  67. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  68. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  69. c5fed15 [DCCP]: ditch dccp_v[46]_ctl_send_ack by Arnaldo Carvalho de Melo · 18 years ago
  70. 118b2c9 [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets by Arnaldo Carvalho de Melo · 18 years ago
  71. c4d9390 [ICSK]: Introduce inet_csk_ctl_sock_create by Arnaldo Carvalho de Melo · 18 years ago
  72. 7247887 [DCCP] ipv6: Add missing ipv6 control socket by Arnaldo Carvalho de Melo · 18 years ago
  73. 5e0817f [DCCP] ipv4: make struct dccp_v4_prot static by Adrian Bunk · 18 years ago
  74. b61fafc [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c by Arnaldo Carvalho de Melo · 18 years ago
  75. 075ae86 [DCCP]: Move dccp_hashinfo from ipv4.c to the core by Arnaldo Carvalho de Melo · 18 years ago
  76. 0a1ec67 [DCCP]: Dont use dccp_v4_checksum in dccp_make_response by Arnaldo Carvalho de Melo · 18 years ago
  77. c985ed7 [DCCP]: Move dccp_[un]hash from ipv4.c to the core by Arnaldo Carvalho de Melo · 18 years ago
  78. 3e0fadc [DCCP]: Move dccp_v4_{init,destroy}_sock to the core by Arnaldo Carvalho de Melo · 18 years ago
  79. 017487d [DCCP]: Generalize dccp_v4_send_reset by Arnaldo Carvalho de Melo · 18 years ago
  80. 04e2661 [DCCP]: Call dccp_feat_init more early in dccp_v4_init_sock by Arnaldo Carvalho de Melo · 18 years ago
  81. 60fe62e [DCCP]: sparse endianness annotations by Andrea Bittau · 18 years ago
  82. 91f0ebf [DCCP] CCID: Improve CCID infrastructure by Arnaldo Carvalho de Melo · 18 years ago
  83. afe0025 [DCCP]: Initial feature negotiation implementation by Andrea Bittau · 18 years ago
  84. 2a91aa3 [DCCP] CCID2: Initial CCID2 (TCP-Like) implementation by Andrea Bittau · 18 years ago
  85. 9833d6d [DCCP]: Don't alloc ack vector for the control sock by Arnaldo Carvalho de Melo · 18 years ago
  86. 7400d78 [DCCP] ackvec: Ditch dccpav_buf_len by Arnaldo Carvalho de Melo · 18 years ago
  87. 5d39a79 [IPV4]: Always set fl.proto in ip_route_newports by Patrick McHardy · 18 years ago
  88. eb9c7eb [NETFILTER]: Handle NAT in IPsec policy checks by Patrick McHardy · 19 years ago
  89. b59c270 [NETFILTER]: Keep conntrack reference until IPsec policy checks are done by Patrick McHardy · 19 years ago
  90. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  91. 25995ff [SOCK]: Introduce sk_receive_skb by Arnaldo Carvalho de Melo · 19 years ago
  92. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  93. a7f5e7f [INET]: Generalise tcp_v4_hash_connect by Arnaldo Carvalho de Melo · 19 years ago
  94. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 19 years ago
  95. fc44b98 [DCCP]: Use reqsk_free in dccp_v4_conn_request by Arnaldo Carvalho de Melo · 19 years ago
  96. f21e68c [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  97. 34ca686 [DCCP]: Just rename dccp_v4_prot to dccp_prot by Arnaldo Carvalho de Melo · 19 years ago
  98. 57cca05 [DCCP]: Introduce dccp_ipv4_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  99. 971af18 [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port by Arnaldo Carvalho de Melo · 19 years ago
  100. 4c7e689 [DCCP]: Comment typo by Ian McDonald · 19 years ago