1. a94f779 pkt_sched: make qdisc_class_hash_alloc() static by Adrian Bunk · 18 years ago
  2. 8086cd4 netns: make get_proc_net() static by Adrian Bunk · 18 years ago
  3. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 18 years ago
  4. d29f749 net: Fix build failure with 'make mandocs'. by Dave Jones · 18 years ago
  5. b32d131 tcp: Fix bitmask test in tcp_syn_options() by David S. Miller · 18 years ago
  6. ebb36a9 ipv6: __KERNEL__ ifdef struct ipv6_devconf by David S. Miller · 18 years ago
  7. 47112e2 udplite: Protection against coverage value wrap-around by Gerrit Renker · 18 years ago
  8. 6579e57 net: Print the module name as part of the watchdog message by Arjan van de Ven · 18 years ago
  9. 7943986 net: use kcalloc in netdev_queue alloc by Stephen Hemminger · 18 years ago
  10. 847499c ipv6: use timer pending by Stephen Hemminger · 18 years ago
  11. 3a33cc1 mac80211_hwsim.c: fix: BUG: unable to handle kernel NULL pointer dereference at 0000000000000370 by Ian Schram · 18 years ago
  12. 5547cd0 netfilter: nf_conntrack_sctp: fix sparse warnings by Patrick McHardy · 18 years ago
  13. c71529e netfilter: nf_nat_sip: c= is optional for session by Herbert Xu · 18 years ago
  14. db1a75b netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one function by Jan Engelhardt · 18 years ago
  15. 72961ec netfilter: nfnetlink_log: send complete hardware header by Eric Leblond · 18 years ago
  16. 280763c netfilter: xt_time: fix time's time_mt()'s use of do_div() by David Howells · 18 years ago
  17. 5840157 netfilter: accounting rework: ct_extend + 64bit counters (v4) by Krzysztof Piotr Oledzki · 18 years ago
  18. 07a7c10 netlink: add NLA_PUT_BE64 macro by Krzysztof Piotr Oledzki · 18 years ago
  19. 0dbff68 netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RANGE_PROTO_RANDOM by Changli Gao · 18 years ago
  20. ae6134b hdlcdrv: Fix CRC calculation. by Micah Dowty · 18 years ago
  21. d3678b4 Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe." by David S. Miller · 18 years ago
  22. 867d79f net: In __netif_schedule() use WARN_ON instead of BUG_ON by Linus Torvalds · 18 years ago
  23. b6b2fed net: Improve simple_tx_hash(). by David S. Miller · 18 years ago
  24. c3ee841 pkt_sched: Remove unused variable skb in dev_deactivate_queue function. by Daniel Lezcano · 18 years ago
  25. fd24c4a sunhme: Remove stop/wake TX queue calls in set-multicast-list handler. by David S. Miller · 18 years ago
  26. ebbdbd7 ucc_geth: do not touch net queue in adjust_link phylib callback by Anton Vorontsov · 18 years ago
  27. afc0794 gianfar: do not touch net queue in adjust_link phylib callback by Anton Vorontsov · 18 years ago
  28. 39d4815 atl1: Do not wake queue before queue has been started. by David S. Miller · 18 years ago
  29. 14b395e Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 18 years ago
  30. 734b397 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 18 years ago
  31. 702beb8 ipv6: Fix warning in addrconf code. by David Miller · 18 years ago
  32. d1671a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  33. ae0645a Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd by Linus Torvalds · 18 years ago
  34. f894d18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 18 years ago
  35. d13ff05 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 18 years ago
  36. f076ab8 Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 18 years ago
  37. 3a682fb pkt_sched: Fix build with NET_SCHED disabled. by David S. Miller · 18 years ago
  38. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  39. 3a53337 Merge branch 'for-linus' of git://www.jni.nu/cris by Linus Torvalds · 18 years ago
  40. fb6624e initrd: Fix virtual/physical mix-up in overwrite test by Geert Uytterhoeven · 18 years ago
  41. 18c9936 dio: use dio_match_device() in dio_bus_match() by Akinobu Mita · 18 years ago
  42. 93026e2 arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 18 years ago
  43. 7b6b948 arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 18 years ago
  44. 3fadd06 m68k/Apollo: remove the unused APOLLO_ELPLUS option by Geert Uytterhoeven · 18 years ago
  45. 7ccaee5 m68k/Atari: remove the dead ATARI_SCC{,_DMA} options by Adrian Bunk · 18 years ago
  46. 62bc654 m68k/Mac: remove the unused ADB_KEYBOARD option by Adrian Bunk · 18 years ago
  47. 635c0a2 m68k/apollo: Add missing call to apollo_parse_bootinfo() by Geert Uytterhoeven · 18 years ago
  48. a594409 m68k: remove stale ARCH_SUN4 #define by Adrian Bunk · 18 years ago
  49. 07b8125 m68k/sun3/: possible cleanups by Adrian Bunk · 18 years ago
  50. 22deb52 m68k/q40/config.c: make functions static by Adrian Bunk · 18 years ago
  51. 8dfbdf4 m68k/mac/: possible cleanups by Adrian Bunk · 18 years ago
  52. 5575d0a m68k/atari/debug.c: possible cleanups by Adrian Bunk · 18 years ago
  53. 0795dbc m68k/amiga/: possible cleanups by Adrian Bunk · 18 years ago
  54. 880e5e2 export c2p by Adrian Bunk · 18 years ago
  55. 8468afc export amiga_vblank by Adrian Bunk · 18 years ago
  56. 8b54b61 drivers/video/c2p.c: add MODULE_LICENSE by Adrian Bunk · 18 years ago
  57. da8513c atafb: Register Atari-specific video modes with sysfs by Geert Uytterhoeven · 18 years ago
  58. db3e528 amifb: Register Amiga-specific video modes with sysfs by Geert Uytterhoeven · 18 years ago
  59. fa7f289 zorro: use memory_read_from_buffer by akinobu.mita@gmail.com · 18 years ago
  60. a6a26a3 ZORRO: Replace deprecated __initcall with equivalent device_initcall. by Robert P. J. Day · 18 years ago
  61. d33b443 m68k: remove AP1000 code by Adrian Bunk · 18 years ago
  62. b739912 m68k: make multi_defconfig the default defconfig by Adrian Bunk · 18 years ago
  63. a0c14d2 Stringify support commas by Mathieu Desnoyers · 18 years ago
  64. edfd92f m68k: Allow no CPU/platform type for allnoconfig by Geert Uytterhoeven · 18 years ago
  65. 97d26e7 m68k: vmlinux-std/sun3.lds.S cleanup - use PAGE_SIZE macro by Cyrill Gorcunov · 18 years ago
  66. e945b56 m68k: Return -ENODEV if no device is found by Geert Uytterhoeven · 18 years ago
  67. 038eddd ariadne: use netstats in net_device structure by Paulius Zaleckas · 18 years ago
  68. f30828a m68k: remove CVS keywords by Adrian Bunk · 18 years ago
  69. f7df406 Merge branch 'configfs-fixup-ptr-error' of git://oss.oracle.com/git/jlbec/linux-2.6 by Linus Torvalds · 18 years ago
  70. 5e248ac APCI: revert another duplicated patch by Thomas Gleixner · 18 years ago
  71. 392798a APCI: revert duplicated patch by Thomas Gleixner · 18 years ago
  72. 4e4f64d Fix strip driver back up for ldisc/tty changes by Alan Cox · 18 years ago
  73. 44b7d1b tty: add more tty_port fields by Alan Cox · 18 years ago
  74. 593573b termios: Termios defines for other platforms by Alan Cox · 18 years ago
  75. 77451e5 cyclades: use tty_port by Alan Cox · 18 years ago
  76. ae67751 tty: Clean up tiocmset by Alan Cox · 18 years ago
  77. 8fb06c7 synclink: use tty_port by Alan Cox · 18 years ago
  78. f8ae476 stallion: use tty_port by Alan Cox · 18 years ago
  79. b1d1619 atmel_serial: Fix tty_port breakage by Haavard Skinnemoen · 18 years ago
  80. e60a108 rocket: use tty_port by Alan Cox · 18 years ago
  81. 0ad9e7d mxser: use tty_port by Alan Cox · 18 years ago
  82. 9de6a51 moxa: use tty_port by Alan Cox · 18 years ago
  83. b02f5ad istallion: use tty_port by Alan Cox · 18 years ago
  84. f1d0322 isicom: use tty_port by Alan Cox · 18 years ago
  85. d99101f riscom8: remove bogus checks by Alan Cox · 18 years ago
  86. 85f8f81 riscom8: use tty_port by Alan Cox · 18 years ago
  87. b5391e2 gs: use tty_port by Alan Cox · 18 years ago
  88. 4982d6b esp: use tty_port by Alan Cox · 18 years ago
  89. 52d4173 epca: use tty_port by Alan Cox · 18 years ago
  90. 7a4d29f tty.h: clean up by Alan Cox · 18 years ago
  91. a88487c Fix compile errors in SGI console drivers (linux-next tree) by Takashi Iwai · 18 years ago
  92. b1ca7e7 - Fix compile errors in SGI console drivers (linux-next tree) by Jack Steiner · 18 years ago
  93. 87c25ef ttydev: fix pamc_zilog for tty pointer move by Stephen Rothwell · 18 years ago
  94. 2f7a697 ttydev: fix pamc_zilog for tty pointer move by Stephen Rothwell · 18 years ago
  95. 34492b5 MN10300: Fix MN10300's serial port driver to get at its tty_struct by David Howells · 18 years ago
  96. df4f4dd serial: use tty_port by Alan Cox · 18 years ago
  97. 6f67048 tty: Introduce a tty_port common structure by Alan Cox · 18 years ago
  98. d87a6d9 drivers/serial/: remove CVS keywords by Adrian Bunk · 18 years ago
  99. 59247ca drivers/char/rio/: remove VCS tags by Adrian Bunk · 18 years ago
  100. a352def tty: Ldisc revamp by Alan Cox · 18 years ago