1. a8c2190 [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  2. 73c1f4a [TCPDIAG]: Just rename everything to inet_diag by Arnaldo Carvalho de Melo · 19 years ago
  3. 4f5736c [TCPDIAG]: Introduce inet_diag_{register,unregister} by Arnaldo Carvalho de Melo · 19 years ago
  4. 505cbfc [IPV6]: Generalise the tcp_v6_lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  5. b766b30 [NETFILTER]: Fix gcc-3.4.x warning about iplicit operator precedence by Harald Welte · 19 years ago
  6. 0a242ef [NET]: Deinline netif_carrier_{on,off}(). by Denis Vlasenko · 19 years ago
  7. 5917ed9 [NETFILTER]: Fix NF_QUEUE_NR() macro by Harald Welte · 19 years ago
  8. 8c60f3f [CCID3]: Separate most of the packet history code by Arnaldo Carvalho de Melo · 19 years ago
  9. 540722f [TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK by Arnaldo Carvalho de Melo · 19 years ago
  10. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  11. 64cf1e5 [DCCP]: Finish the TIMEWAIT minisock support by Arnaldo Carvalho de Melo · 19 years ago
  12. 1d3de41 [NETFILTER]: New iptables DCCP protocol header match by Harald Welte · 19 years ago
  13. e2e2686 [DCCP]: Fix struct sockaddr_dccp definition by Arnaldo Carvalho de Melo · 19 years ago
  14. 5a47a47 [DCCP]: make <linux/dccp.h> include-able from userspace by Harald Welte · 19 years ago
  15. 8a61fad [NETFILTER]: check nf_log function call arguments by Harald Welte · 19 years ago
  16. bbd86b9f [NETFILTER]: add /proc/net/netfilter interface to nf_queue by Harald Welte · 19 years ago
  17. fbcd923 [NETFILTER]: add correct bridging support to nfnetlink_{queue,log} by Harald Welte · 19 years ago
  18. 74459dc [LIST]: Introduce list_for_each_entry_safe_continue by Arnaldo Carvalho de Melo · 19 years ago
  19. 7c65787 [DCCP]: Initial implementation by Arnaldo Carvalho de Melo · 19 years ago
  20. c4365c9 [RANDOM]: Introduce secure_dccp_sequence_number by Arnaldo Carvalho de Melo · 19 years ago
  21. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  22. 3f421ba [NET]: Just move the inet_connection_sock function from tcp sources by Arnaldo Carvalho de Melo · 19 years ago
  23. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  24. 8feaf0c [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  25. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  26. 1444fc5 [NETFILTER]: don't use nested attributes for conntrack_expect by Harald Welte · 19 years ago
  27. 927ccbc [NETFILTER]: attribute count is an attribute of message type, not subsytem by Harald Welte · 19 years ago
  28. a86888b [NETFILTER]: Fix multiple problems with the conntrack event cache by Patrick McHardy · 19 years ago
  29. a55ebcc [INET]: Move bind_hash from tcp_sk to inet_sk by Arnaldo Carvalho de Melo · 19 years ago
  30. 0f7ff92 [INET]: Just rename the TCP hashtable functions/structs to inet_ by Arnaldo Carvalho de Melo · 19 years ago
  31. 0597f26 [NETFILTER]: Add new "nfnetlink_log" userspace packet logging facility by Harald Welte · 19 years ago
  32. 608c8e4 [NETFILTER]: Extend netfilter logging API by Harald Welte · 19 years ago
  33. 838ab63 [NETFILTER]: Add refcounting and /proc/net/netfilter interface to nfnetlink_queue by Harald Welte · 19 years ago
  34. 32519f1 [INET]: Introduce inet_sk_rebuild_header by Arnaldo Carvalho de Melo · 19 years ago
  35. 7af4cc3 [NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlink by Harald Welte · 19 years ago
  36. 0ab43f8 [NETFILTER]: Core changes required by upcoming nfnetlink_queue code by Harald Welte · 19 years ago
  37. 2cc7d57 [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer. by Harald Welte · 19 years ago
  38. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  39. 089af26 [NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable() by Harald Welte · 19 years ago
  40. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  41. b6b99eb [NET]: Reduce tc_index/tc_verd to u16 by Patrick McHardy · 19 years ago
  42. 080774a [NETFILTER]: Add ctnetlink subsystem by Harald Welte · 19 years ago
  43. 6f1cf16 [NET]: Remove HIPPI private from skbuff.h by Stephen Hemminger · 19 years ago
  44. f9e815b [NETFITLER]: Add nfnetlink layer. by Harald Welte · 19 years ago
  45. ac3247b [NETFILTER]: connection tracking event notifiers by Harald Welte · 19 years ago
  46. abc3bc5 [NET]: Kill skb->tc_classid by Patrick McHardy · 19 years ago
  47. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  48. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  49. bf3a46a [NETFILTER]: convert nfmark and conntrack mark to 32bit by Harald Welte · 19 years ago
  50. 70d374e Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  51. 9e2d3cd [PATCH] mod_devicetable.h fixes by Al Viro · 19 years ago
  52. 9ab7486 Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-mmc.git by Linus Torvalds · 19 years ago
  53. 975f957 Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-serial.git by Linus Torvalds · 19 years ago
  54. 3d963f5 Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  55. e139345 [PATCH] PHY Layer fixup by Andy Fleming · 19 years ago
  56. af36d7f [libata] license change, other bits by Jeff Garzik · 19 years ago
  57. d18d36b libata: fix a few alan-isms by Jeff Garzik · 19 years ago
  58. b73fc89 [PATCH] libata: regularize dma_start/stop arguments by Alan Cox · 19 years ago
  59. 75a9517 Merge upstream into 'upstream' branch of netdev-2.6.git. by Jeff Garzik · 19 years ago
  60. 1410b0a Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  61. c138950 [PATCH] fix atapi_packet_task vs. intr race (take 2) by Tejun Heo · 19 years ago
  62. cc314ee Fix nasty ncpfs symlink handling bug. by Linus Torvalds · 19 years ago
  63. dce7737 [MMC] Use an IDR for host name indicies by Russell King · 19 years ago
  64. 1ad434d [MMC] Use class device name for mmc host name by Russell King · 19 years ago
  65. 00b137c [MMC] Add MMC class devices by Russell King · 19 years ago
  66. d366b64 [MMC] Add mmc_hostname() macro by Russell King · 19 years ago
  67. a3bc068 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  68. 91aa9fb Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 19 years ago
  69. 84f57fb [PATCH] serverworks: add support for new southbridge IDE by Narendra Sankar · 19 years ago
  70. 2f09a7f [PATCH] ide: add support for Netcell Revolution to pci-ide generic driver by Matt Gillette · 19 years ago
  71. b07e5ec [PATCH] ide: fix PCI_DEVIEC_ID_APPLE_UNI_N_ATA spelling by Grant Coady · 19 years ago
  72. dc59250 [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi by Chuck Lever · 19 years ago
  73. 412d582 [PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flags by Chuck Lever · 19 years ago
  74. 5529680 [PATCH] NFS: split nfsi->flags into two fields by Chuck Lever · 19 years ago
  75. 4602b88 [PATCH] PCI: 6700/6702PXH quirk by Kristen Accardi · 19 years ago
  76. 65e4308 [PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL creates by Trond Myklebust · 19 years ago
  77. 58fcb8d [PATCH] NFS: Ensure ACL xdr code doesn't overflow. by Trond Myklebust · 19 years ago
  78. 89204c4 [PATCH] inotify: add MOVE_SELF event by John McCutchan · 19 years ago
  79. 53fb95d [NETPOLL]: fix initialization/NAPI race by Matt Mackall · 19 years ago
  80. 0db1d6f [NETPOLL]: add retry timeout by Matt Mackall · 19 years ago
  81. a0d3bea [NET]: Make skb->protocol __be16 by Alexey Dobriyan · 19 years ago
  82. 972dcaf [libata scsi] add START STOP UNIT translation by Douglas Gilbert · 19 years ago
  83. 2bf69b5 phy subsystem: more cleanups by Jeff Garzik · 19 years ago
  84. 67c4f3f Fix numerous minor problems with new phy subsystem. by Jeff Garzik · 19 years ago
  85. cd04b94 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  86. a7144b2 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  87. 86b3786 [PATCH] Fix ide-disk.c oops caused by hwif == NULL by Christoph Lameter · 19 years ago
  88. 00dd1e4 [PATCH] fsnotify-cleanups by John McCutchan · 19 years ago
  89. dc836b5 Revert "[PATCH] PCI: restore BAR values..." by Linus Torvalds · 19 years ago
  90. 92e52b2 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  91. 4d479e4 [NETLINK]: Allocate and kill some netlink numbers. by David S. Miller · 19 years ago
  92. 7a91bf7 [PATCH] fsnotify_name/inoderemove by John McCutchan · 19 years ago
  93. 9ae5b3c [PATCH] remove linux/pagemap.h from linux/swap.h by Olaf Hering · 19 years ago
  94. 243393c Add fakey 'deflateBound()' function to the in-kernel zlib routines by Linus Torvalds · 19 years ago
  95. ba02508 [PATCH] blk: fix tag shrinking (revive real_max_size) by Tejun Heo · 19 years ago
  96. 0c3dba1 [PATCH] Clean up inotify delete race fix by John McCutchan · 19 years ago
  97. fec59a7 [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it by John W. Linville · 19 years ago
  98. 6b8b3e8 [PATCH] md: make sure md bitmap updates are flushed when array is stopped. by NeilBrown · 19 years ago
  99. f33ea7f [PATCH] fix get_user_pages bug by Nick Piggin · 19 years ago
  100. 0072b13 [PATCH] include/linux/dcookies.h: dummy functions must be "static inline" by Adrian Bunk · 19 years ago