1. 8fb8354 [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore by Arnaldo Carvalho de Melo · 17 years ago
  2. 19ac214 [DCCP]: Convert dccps_timestamp_time to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  3. a272378 [KTIME]: Introduce ktime_sub_ns and ktime_sub_us by Arnaldo Carvalho de Melo · 17 years ago
  4. 4d93df0 [SCTP]: Rewrite of sctp buffer management code by Neil Horman · 17 years ago
  5. 339bf02 [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGS by Jeff Garzik · 17 years ago
  6. ff03d49 [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_count by Jeff Garzik · 17 years ago
  7. 3ae7c0b [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls by Jeff Garzik · 17 years ago
  8. 0bcc181 [NET] netconsole: Support dynamic reconfiguration using configfs by Satyam Sharma · 17 years ago
  9. 13dae42 [TCP]: Update comment about highest_sack validity by Ilpo Järvinen · 17 years ago
  10. e60402d [TCP]: Move sack_ok access to obviously named funcs & cleanup by Ilpo Järvinen · 17 years ago
  11. b9c4595 [TCP]: Don't panic if S+L skb is detected by Ilpo Järvinen · 17 years ago
  12. 1b6d427 [TCP]: Reduce sacked_out with reno when purging write_queue by Ilpo Järvinen · 17 years ago
  13. 005903b [TCP]: Left out sync->verify (the new meaning of it) & definify by Ilpo Järvinen · 17 years ago
  14. 83ae408 [TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines by Ilpo Järvinen · 17 years ago
  15. b5860bb [TCP]: Tighten tcp_sock's belt, drop left_out by Ilpo Järvinen · 17 years ago
  16. af610b4 [TCP]: Add tcp_dec_pcount_approx int variant by Ilpo Järvinen · 18 years ago
  17. bdf1ee5 [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it by Ilpo Järvinen · 18 years ago
  18. 539d243 [TCP]: Access to highest_sack obsoletes forward_cnt_hint by Ilpo Järvinen · 18 years ago
  19. d738cd8 [TCP]: Add highest_sack seqno, points to globally highest SACK by Ilpo Järvinen · 18 years ago
  20. 71c87e0 [NET]: Generic Large Receive Offload for TCP traffic by Jan-Bernd Themann · 17 years ago
  21. e314dbd [NET]: Virtual ethernet device driver. by Pavel Emelyanov · 17 years ago
  22. e719928 [RTNETLINK]: Introduce generic rtnl_create_link(). by Pavel Emelianov · 17 years ago
  23. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  24. dfe6e81 [MAC80211]: Add get_unaligned to ieee80211_get_radiotap_len by Andy Green · 17 years ago
  25. d9430a3 [MAC80211]: implement ERP info change notifications by Daniel Drake · 17 years ago
  26. 7e9ed18 [MAC80211]: improved short preamble handling by Daniel Drake · 17 years ago
  27. d5d08de [MAC80211]: Add LONG_RETRY flag to ieee80211_tx_control by Ivo van Doorn · 17 years ago
  28. be8755e [MAC80211]: improve locking of sta_info related structures by Michael Wu · 17 years ago
  29. 571ecf6 [MAC80211]: split RX handlers into own file by Johannes Berg · 17 years ago
  30. e46dc1d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  31. a200ee1 mm: set_page_dirty_balance() vs ->page_mkwrite() by Peter Zijlstra · 17 years ago
  32. 891e6a9 [ROSE]: Fix rose.ko oops on unload by Alexey Dobriyan · 17 years ago
  33. 0c2043a Don't do load-average calculations at even 5-second intervals by Linus Torvalds · 17 years ago
  34. 4ecbca8 Remove unnecessary cast in prefetch() by Serge Belyshev · 17 years ago
  35. c7659e2 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  36. cda6a20 Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki <kalle.pokki@iki.fi> by Michael Hennerich · 17 years ago
  37. c58c214 Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driver by Michael Hennerich · 17 years ago
  38. 9ea0f04 [MIPS] Terminally fix local_{dec,sub}_if_positive by Ralf Baechle · 17 years ago
  39. fef7470 [MIPS] Type proof reimplementation of cmpxchg. by Ralf Baechle · 17 years ago
  40. a347017 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  41. ca074a3 [MIPS] Fix value of O_TRUNC by Ralf Baechle · 17 years ago
  42. 4827bbb i386: remove bogus comment about memory barrier by Nick Piggin · 17 years ago
  43. 05e3175 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  44. f8ab18d [TCP]: Fix MD5 signature handling on big-endian. by David S. Miller · 17 years ago
  45. 7d809ba [MIPS] Fix CONFIG_BUILD_ELF64 kernels with symbols in CKSEG0. by Ralf Baechle · 17 years ago
  46. ff0ce68 Revert "[PATCH] x86-64: fix x86_64-mm-sched-clock-share" by Linus Torvalds · 17 years ago
  47. f7f847b Revert "x86-64: Disable local APIC timer use on AMD systems with C1E" by Linus Torvalds · 17 years ago
  48. e66485d x86-64: Disable local APIC timer use on AMD systems with C1E by Thomas Gleixner · 17 years ago
  49. 78bd8fb fix sctp_del_bind_addr() last argument type by Al Viro · 17 years ago
  50. d85f579 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  51. 6f4c618 SCTP : Add paramters validity check for ASCONF chunk by Wei Yongjun · 17 years ago
  52. ece25df SCTP: Clean up OOTB handling and fix infinite loop processing by Vlad Yasevich · 17 years ago
  53. 853298b ACPI: CONFIG_ACPI_SLEEP=n power off regression in 2.6.23-rc8 (NOT in rc7) by Alexey Starikovskiy · 17 years ago
  54. 1146fe3 [MIPS] SMTC: Make ack_bad_irq() safe with no IM backstop. by Ralf Baechle · 17 years ago
  55. b04e7bd ACPI: disable lower idle C-states across suspend/resume by Thomas Gleixner · 17 years ago
  56. 0b95f22 Blackfin arch: add some missing syscall by Bryan Wu · 17 years ago
  57. f972020 Binfmt_flat: Add minimum support for the Blackfin relocations by Bernd Schmidt · 17 years ago
  58. da8f153 Revert "x86_64: Quicklist support for x86_64" by Linus Torvalds · 17 years ago
  59. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  60. 1799e35 sched: add /proc/sys/kernel/sched_compat_yield by Ingo Molnar · 17 years ago
  61. a88a8ef Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  62. f15f413 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  63. 09abbcf [MIPS] cpu-bugs64.c: GCC 3.3 constraint workaround by Maciej W. Rozycki · 17 years ago
  64. 480eccf Fix NUMA Memory Policy Reference Counting by Lee Schermerhorn · 17 years ago
  65. 28f300d Fix user namespace exiting OOPs by Pavel Emelyanov · 17 years ago
  66. 735de22 Convert uid hash to hlist by Pavel Emelyanov · 17 years ago
  67. c27da33 [POWERPC] Fix timekeeping on PowerPC 601 by Benjamin Herrenschmidt · 17 years ago
  68. 6553dae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  69. edb1e96 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  70. fa890d5 Fix non-ISA link error in drivers/scsi/advansys.c by Matthew Wilcox · 17 years ago
  71. d9cc204 [NET] skbuff: Add skb_cow_head by Herbert Xu · 17 years ago
  72. 559cf71 [SCTP]: Convert bind_addr_list locking to RCU by Vlad Yasevich · 17 years ago
  73. 2930354 [SCTP]: Add RCU synchronization around sctp_localaddr_list by Vlad Yasevich · 17 years ago
  74. 301feb6 [SPARC64]: Fix lockdep, particularly on SMP. by David S. Miller · 17 years ago
  75. 2605a10 Merge git://git.linux-xtensa.org/kernel/xtensa-feed by Linus Torvalds · 17 years ago
  76. 53a3f30 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
  77. 7eeac50 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  78. 6440fcf [MIPS] No ide_default_io_base() if PCI IDE was not found by Atsushi Nemoto · 17 years ago
  79. e90ff92 V4L/DVB (6220a): fix build error for et61x251 driver by Linus Torvalds · 17 years ago
  80. 99364df Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 17 years ago
  81. b0052fc Define termios_1 functions for powerpc, s390, avr32 and frv by Paul Mackerras · 17 years ago
  82. 532df78 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  83. 0931ce8 Blackfin arch: fix some bugs in lib/string.h functions found by our string testing modules by Mike Frysinger · 17 years ago
  84. e845498 m68k(nommu): add missing syscalls by Geert Uytterhoeven · 17 years ago
  85. dd23aae Fix select on /proc files without ->poll by Alexey Dobriyan · 17 years ago
  86. a83308e PTR_ALIGN by Matthew Wilcox · 17 years ago
  87. 719b6f2 BCM1480 serial build fix by Thiemo Seufer · 17 years ago
  88. 6e21ce9 Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  89. df96efd leds: Add missing include for leds.h by Yoichi Yuasa · 17 years ago
  90. 6c3c22f ide: add ide_dev_is_sata() helper (take 2) by Sergei Shtylyov · 17 years ago
  91. 01a6a77 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  92. e4cb040 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  93. cabe456 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  94. 99fa984 PCI: irq and pci_ids patch for Intel Tolapai by Jason Gaston · 17 years ago
  95. 5547bbe PCI AER: fix warnings when PCIEAER=n by Randy Dunlap · 17 years ago
  96. 16fcec3 [NETFILTER]: Fix/improve deadlock condition on module removal netfilter by Neil Horman · 17 years ago
  97. 0eb0969 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  98. b311ec4 [libata, IDE] add new VIA bridge to VIA PATA drivers by Joseph Chan · 17 years ago
  99. 980abe2 UML: Fix ELF_CORE_COPY_REGS build botch by Jeff Dike · 17 years ago
  100. 897ee77 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago