1. 2d8c4ce [INET]: Generalise tcp_bind_hash & tcp_inherit_port by Arnaldo Carvalho de Melo · 19 years ago
  2. 1444fc5 [NETFILTER]: don't use nested attributes for conntrack_expect by Harald Welte · 19 years ago
  3. 927ccbc [NETFILTER]: attribute count is an attribute of message type, not subsytem by Harald Welte · 19 years ago
  4. a86888b [NETFILTER]: Fix multiple problems with the conntrack event cache by Patrick McHardy · 19 years ago
  5. a55ebcc [INET]: Move bind_hash from tcp_sk to inet_sk by Arnaldo Carvalho de Melo · 19 years ago
  6. 77d8bf9 [INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  7. 0f7ff92 [INET]: Just rename the TCP hashtable functions/structs to inet_ by Arnaldo Carvalho de Melo · 19 years ago
  8. 304a161 [INET]: Move the TCP ehash functions to include/net/inet_hashtables.h by Arnaldo Carvalho de Melo · 19 years ago
  9. 0597f26 [NETFILTER]: Add new "nfnetlink_log" userspace packet logging facility by Harald Welte · 19 years ago
  10. 608c8e4 [NETFILTER]: Extend netfilter logging API by Harald Welte · 19 years ago
  11. 838ab63 [NETFILTER]: Add refcounting and /proc/net/netfilter interface to nfnetlink_queue by Harald Welte · 19 years ago
  12. 32519f1 [INET]: Introduce inet_sk_rebuild_header by Arnaldo Carvalho de Melo · 19 years ago
  13. 6cbb0df [SOCK]: Introduce sk_setup_caps by Arnaldo Carvalho de Melo · 19 years ago
  14. 614c6cb [SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehash by Arnaldo Carvalho de Melo · 19 years ago
  15. e684897 [NET]: Cleanup INET_REFCNT_DEBUG code by Arnaldo Carvalho de Melo · 19 years ago
  16. d13964f [IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachable by Patrick McHardy · 19 years ago
  17. 0bd1b59 [IPV6]: Check interface bindings on IPv6 raw socket reception by Andrew McDonald · 19 years ago
  18. 7af4cc3 [NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlink by Harald Welte · 19 years ago
  19. 0ab43f8 [NETFILTER]: Core changes required by upcoming nfnetlink_queue code by Harald Welte · 19 years ago
  20. 2cc7d57 [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer. by Harald Welte · 19 years ago
  21. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  22. 089af26 [NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable() by Harald Welte · 19 years ago
  23. 86e65da [NET]: Remove explicit initializations of skb->input_dev by David S. Miller · 19 years ago
  24. 0742fd5 [IPV4]: possible cleanups by Adrian Bunk · 19 years ago
  25. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  26. b6b99eb [NET]: Reduce tc_index/tc_verd to u16 by Patrick McHardy · 19 years ago
  27. 83e3609 [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroy by Arnaldo Carvalho de Melo · 19 years ago
  28. 080774a [NETFILTER]: Add ctnetlink subsystem by Harald Welte · 19 years ago
  29. 6f1cf16 [NET]: Remove HIPPI private from skbuff.h by Stephen Hemminger · 19 years ago
  30. b0573de [NET]: Introduce SO_{SND,RCV}BUFFORCE socket options by Patrick McHardy · 19 years ago
  31. f9e815b [NETFITLER]: Add nfnetlink layer. by Harald Welte · 19 years ago
  32. ac3247b [NETFILTER]: connection tracking event notifiers by Harald Welte · 19 years ago
  33. abc3bc5 [NET]: Kill skb->tc_classid by Patrick McHardy · 19 years ago
  34. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  35. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  36. bf3a46a [NETFILTER]: convert nfmark and conntrack mark to 32bit by Harald Welte · 19 years ago
  37. 8f3d17f Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  38. 70d374e Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  39. 4f07118 [SPARC64]: More fully work around Spitfire Errata 51. by David S. Miller · 19 years ago
  40. 442464a [SPARC64]: Make debugging spinlocks usable again. by David S. Miller · 19 years ago
  41. ca7c8d2 [SPARC]: remove use of asm/segment.h by Kumar Gala · 19 years ago
  42. 3d6364a [SPARC64]: remove use of asm/segment.h by Kumar Gala · 19 years ago
  43. 6c52a96 [SPARC64]: Revamp Spitfire error trap handling. by David S. Miller · 19 years ago
  44. 9e2d3cd [PATCH] mod_devicetable.h fixes by Al Viro · 19 years ago
  45. a78b337 Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git by Linus Torvalds · 19 years ago
  46. 97c169a Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git by Linus Torvalds · 19 years ago
  47. 9ab7486 Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-mmc.git by Linus Torvalds · 19 years ago
  48. 975f957 Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-serial.git by Linus Torvalds · 19 years ago
  49. 2321fbd Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-ucb.git by Linus Torvalds · 19 years ago
  50. 3d963f5 Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  51. 5be1d85 Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  52. e139345 [PATCH] PHY Layer fixup by Andy Fleming · 19 years ago
  53. af36d7f [libata] license change, other bits by Jeff Garzik · 19 years ago
  54. d18d36b libata: fix a few alan-isms by Jeff Garzik · 19 years ago
  55. a4d61e8 [PATCH] IB: move include files to include/rdma by Roland Dreier · 19 years ago
  56. 485761b [PATCH] x86_64: Tell VM about holes in nodes by Andi Kleen · 19 years ago
  57. 32818c2 [PATCH] ppc64: Fix issue with gcc 4.0 compiled kernels by Anton Blanchard · 19 years ago
  58. b73fc89 [PATCH] libata: regularize dma_start/stop arguments by Alan Cox · 19 years ago
  59. 40bb0c3 [PATCH] m68k: fix broken macros causing compile errors by Andreas Schwab · 19 years ago
  60. 75a9517 Merge upstream into 'upstream' branch of netdev-2.6.git. by Jeff Garzik · 19 years ago
  61. 617e44f Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  62. 9138dcc [PATCH] Fix IXP4xx CLOCK_TICK_RATE by Deepak Saxena · 19 years ago
  63. 17566c3 [PATCH] s390 __CHECKER__ ifdefs by Al Viro · 19 years ago
  64. 3321565 [PATCH] qualifiers in return types - easy cases by Al Viro · 19 years ago
  65. e231a9c [PATCH] m32r smp.h gcc4 fixes by Al Viro · 19 years ago
  66. 79fb7bd [PATCH] alpha xchg fix by Al Viro · 19 years ago
  67. 276bd31 [PATCH] Kconfig fix (ISA_DMA_API and sound/*) by Al Viro · 19 years ago
  68. 3f024c1 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  69. 01d7dd0 [AX25]: UID fixes by Ralf Baechle · 19 years ago
  70. 53b924b [NET]: Fix socket bitop damage by Ralf Baechle · 19 years ago
  71. 1410b0a Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  72. c138950 [PATCH] fix atapi_packet_task vs. intr race (take 2) by Tejun Heo · 19 years ago
  73. 729c80c Auto-update from upstream by Tony Luck · 19 years ago
  74. b8d9598 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 19 years ago
  75. cc314ee Fix nasty ncpfs symlink handling bug. by Linus Torvalds · 19 years ago
  76. a3f9985 [SPARC64]: Move kernel unaligned trap handlers into assembler file. by David S. Miller · 19 years ago
  77. dce7737 [MMC] Use an IDR for host name indicies by Russell King · 19 years ago
  78. 1ad434d [MMC] Use class device name for mmc host name by Russell King · 19 years ago
  79. 00b137c [MMC] Add MMC class devices by Russell King · 19 years ago
  80. d366b64 [MMC] Add mmc_hostname() macro by Russell King · 19 years ago
  81. a3bc068 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  82. 91aa9fb Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 19 years ago
  83. 3a931d4 [IA64] remove unused function __ia64_get_io_port_base by Tony Luck · 19 years ago
  84. f27ecac [ARM] Add support for ARM GIC by Russell King · 19 years ago
  85. 84f57fb [PATCH] serverworks: add support for new southbridge IDE by Narendra Sankar · 19 years ago
  86. 2f09a7f [PATCH] ide: add support for Netcell Revolution to pci-ide generic driver by Matt Gillette · 19 years ago
  87. b07e5ec [PATCH] ide: fix PCI_DEVIEC_ID_APPLE_UNI_N_ATA spelling by Grant Coady · 19 years ago
  88. c6a3ea2 [PATCH] ppc32: Fix PPC440SP SRAM controller DCRs by Matt Porter · 19 years ago
  89. 28cd1d1 [PATCH] ppc32: fix ppc4xx stb03xxx dma build by Matt Porter · 19 years ago
  90. 60d7603 [PATCH] SH64: inotify and ioprio syscalls by Robert Love · 19 years ago
  91. f2926b7 [PATCH] SH: inotify and ioprio syscalls by Robert Love · 19 years ago
  92. dc59250 [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi by Chuck Lever · 19 years ago
  93. 412d582 [PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flags by Chuck Lever · 19 years ago
  94. 5529680 [PATCH] NFS: split nfsi->flags into two fields by Chuck Lever · 19 years ago
  95. 323cdfc [MFD] Add SA11x0 MCP platform device support by Russell King · 19 years ago
  96. d3e5d29 Merge head 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 19 years ago
  97. 7974b1c Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  98. 2ad5649 [PATCH] iSeries build with newer assemblers and compilers by Stephen Rothwell · 19 years ago
  99. 4602b88 [PATCH] PCI: 6700/6702PXH quirk by Kristen Accardi · 19 years ago
  100. 12aaa08 [PATCH] i386 / desc_empty macro is incorrect by Zachary Amsden · 19 years ago