1. b461d2f2 [NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8 by Per Liden · 19 years ago
  2. fd19f32 [AF_UNIX]: Convert to use a spinlock instead of rwlock by Benjamin LaHaise · 19 years ago
  3. 4947d3e [NET]: Speed up __alloc_skb() by Benjamin LaHaise · 19 years ago
  4. dacd9b8 [ACPI] fix acpi_os_wait_sempahore() finite timeout case (AE_TIME warning) by Yu Luming · 19 years ago
  5. 17ba15f [PPPOX]: Fix assignment into const proto_ops. by David S. Miller · 19 years ago
  6. 8639a11 [TCP]: Don't use __constant_htonl for a non const arg by Arnaldo Carvalho de Melo · 19 years ago
  7. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  8. 25995ff [SOCK]: Introduce sk_receive_skb by Arnaldo Carvalho de Melo · 19 years ago
  9. ce1d4d3 [NET]: restructure sock_aio_{read,write} / sock_{readv,writev} by Christoph Hellwig · 19 years ago
  10. cbeb321 [NET]: Fix sock_init() return value. by David S. Miller · 19 years ago
  11. f34fbb97 [PKTGEN]: Deinitialise static variables. by Jaco Kroon · 19 years ago
  12. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  13. 77d76ea [NET]: Small cleanup to socket initialization by Andi Kleen · 19 years ago
  14. 7708610 [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option. by Frank Filz · 19 years ago
  15. 52ccb8e [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. by Frank Filz · 19 years ago
  16. fd96625 [IPV4] fib_trie: Add credits. by Robert Olsson · 19 years ago
  17. 9eb2d62 [TCP] cubic: use Newton-Raphson by Stephen Hemminger · 19 years ago
  18. 89b3d9a [TCP] cubic: precompute constants by Stephen Hemminger · 19 years ago
  19. 90933fc [FLS64]: x86_64 version by Stephen Hemminger · 19 years ago
  20. 3821af2 [FLS64]: generic version by Stephen Hemminger · 19 years ago
  21. c865e5d [PKT_SCHED] netem: packet corruption option by Stephen Hemminger · 19 years ago
  22. 8cbb512e [BRIDGE]: add version number by Stephen Hemminger · 19 years ago
  23. edb5e46 [BRIDGE]: limited ethtool support by Stephen Hemminger · 19 years ago
  24. 0e5eaba [BRIDGE]: filter packets in learning state by Stephen Hemminger · 19 years ago
  25. 4433f42 [BRIDGE]: handle speed detection after carrier changes by Stephen Hemminger · 19 years ago
  26. 4505a3e [BRIDGE]: allow setting hardware address of bridge pseudo-dev by Stephen Hemminger · 19 years ago
  27. fbe9cc4 [AF_UNIX]: Use spinlock for unix_table_lock by David S. Miller · 19 years ago
  28. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  29. 2271281 [TCP]: Move the TCPF_ enum to tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  30. d8313f5 [INET6]: Generalise tcp_v6_hash_connect by Arnaldo Carvalho de Melo · 19 years ago
  31. a7f5e7f [INET]: Generalise tcp_v4_hash_connect by Arnaldo Carvalho de Melo · 19 years ago
  32. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 19 years ago
  33. fc44b98 [DCCP]: Use reqsk_free in dccp_v4_conn_request by Arnaldo Carvalho de Melo · 19 years ago
  34. 3df80d9 [DCCP]: Introduce DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  35. 399c07d [IPV6]: Export ipv6_opt_accepted by Arnaldo Carvalho de Melo · 19 years ago
  36. f21e68c [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  37. 34ca686 [DCCP]: Just rename dccp_v4_prot to dccp_prot by Arnaldo Carvalho de Melo · 19 years ago
  38. 3cf3dc6 [IPV6]: Export some symbols for DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  39. 0fa1a53 [IPV6]: Introduce inet6_timewait_sock by Arnaldo Carvalho de Melo · 19 years ago
  40. b9750ce [IPV6]: Generalise some functions by Arnaldo Carvalho de Melo · 19 years ago
  41. 830a1e5 [AF_UNIX]: Remove superfluous reference counting in unix_stream_sendmsg by Benjamin LaHaise · 19 years ago
  42. c1cbe4b [NET]: Avoid atomic xchg() for non-error case by Benjamin LaHaise · 19 years ago
  43. f1f71e0 [IPVS]: remove dead code by Roberto Nibali · 19 years ago
  44. 65a4544 [UDP]: udp_checksum_init return value by Stephen Hemminger · 19 years ago
  45. 3305b80 [IP]: Simplify and consolidate MSG_PEEK error handling by Herbert Xu · 19 years ago
  46. 57cca05 [DCCP]: Introduce dccp_ipv4_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  47. af05dc9 [ICSK]: Move v4_addr2sockaddr from TCP to icsk by Arnaldo Carvalho de Melo · 19 years ago
  48. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  49. ca304b6 [IPV6]: Introduce inet6_rsk() by Arnaldo Carvalho de Melo · 19 years ago
  50. 8129765 [IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_add by Arnaldo Carvalho de Melo · 19 years ago
  51. c2977c2 [ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned long by Arnaldo Carvalho de Melo · 19 years ago
  52. 90b19d3 [IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hash by Arnaldo Carvalho de Melo · 19 years ago
  53. 971af18 [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port by Arnaldo Carvalho de Melo · 19 years ago
  54. 89cee8b [IPV4]: Safer reassembly by Herbert Xu · 19 years ago
  55. d5228a4 [NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulog by Bart De Schuymer · 19 years ago
  56. 3183606 [NETFILTER] ip_tables: NUMA-aware allocation by Eric Dumazet · 19 years ago
  57. df3271f [TCP] BIC: CUBIC window growth (2.0) by Stephen Hemminger · 19 years ago
  58. 05d0545 [TCP] BIC: spelling and whitespace by Stephen Hemminger · 19 years ago
  59. 018da8f [TCP] BIC: remove low utilization code. by Stephen Hemminger · 19 years ago
  60. d28d1e0 [LSM-IPSec]: Per-packet access control. by Trent Jaeger · 19 years ago
  61. df71837 [LSM-IPSec]: Security association restriction. by Trent Jaeger · 19 years ago
  62. d78fef1 Pull linus into release branch by Len Brown · 19 years ago
  63. 51e7a59 [PATCH] o Update Kconfig documentation to reflect support for readonly mounts. by Mark Fasheh · 19 years ago
  64. 82353b5 [PATCH] This patch contains the following cleanups: by Adrian Bunk · 19 years ago
  65. b4e40a5 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago
  66. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago
  67. 8df08c8 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago
  68. 6714d8e [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Kurt Hackel · 19 years ago
  69. 9821148 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Zach Brown · 19 years ago
  70. a7f6a5f [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago
  71. 0c83ed8 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Kurt Hackel · 19 years ago
  72. 52fd3d6 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Zach Brown · 19 years ago
  73. 994fc28c [PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE by Zach Brown · 19 years ago
  74. 7063fbf [PATCH] configfs: User-driven configuration filesystem by Joel Becker · 19 years ago
  75. 408045a [IA64] incorrect return from ia64_pci_legacy_write() by Alex Williamson · 19 years ago
  76. a8d3584 [ARM] Remove clk_use()/clk_unuse() by Russell King · 19 years ago
  77. f47fc0a [ARM] Add additional documentation to the clock source framework by Russell King · 19 years ago
  78. 78ff18a [ARM] Cleanup ARM includes by Russell King · 19 years ago
  79. 9d4f13e [ARM] Make kernel link address depend on PAGE_OFFSET by Russell King · 19 years ago
  80. 61420e1 Merge branch 'upstream' by Jeff Garzik · 19 years ago
  81. 02f693c Merge branch 'upstream' by Jeff Garzik · 19 years ago
  82. a18ceba Merge branch 'master' by Jeff Garzik · 19 years ago
  83. ac67c62 Merge branch 'master' by Jeff Garzik · 19 years ago
  84. 8ded4ac Merge branch 'master' by Sam Ravnborg · 19 years ago
  85. d087e4b Merge branch 'master' of /usr/src/ntfs-2.6/ by Anton Altaparmakov · 19 years ago
  86. 48d727a Documentation/filesystems/00-INDEX: remove entry for fat_cvf.txt by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  87. be9b7e8 [ALSA] Remove xxx_t typedefs: SPARC CS4231 by Takashi Iwai · 19 years ago
  88. df7b5d1 arch/arm26/nwfpe/fpmodule.c: remove kernel 2.0 #ifdef by Adrian Bunk · 19 years ago
  89. f4b09eb update the email address of Randy Dunlap by Adrian Bunk · 19 years ago
  90. e3e1bfe Documentation/filesystems/vfs.txt: typo fix by Jim Cromie · 19 years ago
  91. f62870d Documentation/SubmittingPatches: update Trivial Patch Monkey information by Kees Cook · 19 years ago
  92. 5e03e2c update for Documentation/sysrq.txt by Adam D. Moss · 19 years ago
  93. 4a4efbd s/retreiv/retriev/g by Matt Mackall · 19 years ago
  94. 7a1119b fs/qnx4/bitmap.c: #if 0 qnx4_new_block() by Adrian Bunk · 19 years ago
  95. 4d399ca remove pointers to the defunct UDF mailing list by Adrian Bunk · 19 years ago
  96. 68094e3 [ALSA] [PATCH] alsa: Improved PnP suspend support by Pierre Ossman · 19 years ago
  97. 4c98cfe [ALSA] PATCH] Add PM support to PnP drivers by Takashi Iwai · 19 years ago
  98. 0ba656d [ALSA] snd-emu10k1: Add new SB Live 5.1 PCI-ID. by James Courtier-Dutton · 19 years ago
  99. e3b9bc0 [ALSA] snd-emu10k1: Correct control names for Audigy 4 Pro. by James Courtier-Dutton · 19 years ago
  100. 041dec0 [ALSA] hda-codec - Add model entry for Shuttle ST20G5 by Takashi Iwai · 19 years ago