1. 97e5848 [DCCP]: Introduce tx buffering by Ian McDonald · 18 years ago
  2. 9faefb6 [DCCP]: Fix sparse warnings. by Alan Cox · 18 years ago
  3. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  4. 624d116 [I/OAT]: Make sk_eat_skb I/OAT aware. by Chris Leech · 18 years ago
  5. 134af34 [DCCP]: Fix sock_orphan dead lock by Herbert Xu · 18 years ago
  6. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  7. 8ca0d17 [DCCP] feat: Pass dccp_minisock ptr where only the minisock is used by Arnaldo Carvalho de Melo · 18 years ago
  8. a4bf390 [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock by Arnaldo Carvalho de Melo · 18 years ago
  9. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  10. dec73ff [ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt by Arnaldo Carvalho de Melo · 18 years ago
  11. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  12. 7247887 [DCCP] ipv6: Add missing ipv6 control socket by Arnaldo Carvalho de Melo · 18 years ago
  13. c25a18b [DCCP]: Uninline some functions by Arnaldo Carvalho de Melo · 18 years ago
  14. b61fafc [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c by Arnaldo Carvalho de Melo · 18 years ago
  15. 46f09ff [DCCP]: Rename init_dccp_v4_mibs to dccp_mib_init by Arnaldo Carvalho de Melo · 18 years ago
  16. 075ae86 [DCCP]: Move dccp_hashinfo from ipv4.c to the core by Arnaldo Carvalho de Melo · 18 years ago
  17. c985ed7 [DCCP]: Move dccp_[un]hash from ipv4.c to the core by Arnaldo Carvalho de Melo · 18 years ago
  18. 3e0fadc [DCCP]: Move dccp_v4_{init,destroy}_sock to the core by Arnaldo Carvalho de Melo · 18 years ago
  19. e55d912 [DCCP] feat: Introduce sysctls for the default features by Arnaldo Carvalho de Melo · 18 years ago
  20. 60fe62e [DCCP]: sparse endianness annotations by Andrea Bittau · 18 years ago
  21. afe0025 [DCCP]: Initial feature negotiation implementation by Andrea Bittau · 18 years ago
  22. 9b07ef5 [DCCP] ackvec: Introduce dccp_ackvec_slab by Arnaldo Carvalho de Melo · 18 years ago
  23. fa23e2e [DCCP]: Fix error handling in dccp_init by Arnaldo Carvalho de Melo · 18 years ago
  24. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  25. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  26. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  27. f21e68c [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  28. 34ca686 [DCCP]: Just rename dccp_v4_prot to dccp_prot by Arnaldo Carvalho de Melo · 19 years ago
  29. 57cca05 [DCCP]: Introduce dccp_ipv4_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  30. a516b04 [DCCP]: Add missing no_policy flag to struct net_protocol by Patrick McHardy · 19 years ago
  31. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  32. ffa2934 [DCCP]: Make dccp_write_xmit always free the packet by Herbert Xu · 19 years ago
  33. 88f964d [DCCP]: Introduce CCID getsockopt for the CCIDs by Arnaldo Carvalho de Melo · 19 years ago
  34. 67e6b62 [DCCP]: Introduce DCCP_SOCKOPT_SERVICE by Arnaldo Carvalho de Melo · 19 years ago
  35. a84ffe4 [DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE by Arnaldo Carvalho de Melo · 19 years ago
  36. d6809c1 [DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit by Arnaldo Carvalho de Melo · 19 years ago
  37. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  38. 331968b [DCCP]: Initial dccp_poll implementation by Arnaldo Carvalho de Melo · 19 years ago
  39. 20472af [DCCP]: Fix skb leak in dccp_sendmsg by Arnaldo Carvalho de Melo · 19 years ago
  40. 7ad07e7 [DCCP]: Implement the CLOSING timer by Arnaldo Carvalho de Melo · 19 years ago
  41. 5480855 [DCCP]: Set dccp_ctl_socket to NULL in dccp_ctl_sock_exit by Arnaldo Carvalho de Melo · 19 years ago
  42. a1d3a35 [DCCP]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  43. 725ba8e [DCCP]: Introduce the DCCP Kernel hacking menu by Arnaldo Carvalho de Melo · 19 years ago
  44. 531669a [DCCP]: Rewrite dccp_sendmsg to be more like UDP by Arnaldo Carvalho de Melo · 19 years ago
  45. 7690af3 [DCCP]: Just reflow the source code to fit in 80 columns by Arnaldo Carvalho de Melo · 19 years ago
  46. 27258ee [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg by Arnaldo Carvalho de Melo · 19 years ago
  47. bb97d31 [INET]: Make inet_create try to load protocol modules by Arnaldo Carvalho de Melo · 19 years ago
  48. 7c65787 [DCCP]: Initial implementation by Arnaldo Carvalho de Melo · 19 years ago