1. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  2. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  3. 843ec55 Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  4. 48a7466 TTY: isdn/gigaset, use tty_port by Jiri Slaby · 12 years ago
  5. fc258f8 TTY: isdn/gigaset, do not set tty->driver_data to NULL by Jiri Slaby · 12 years ago
  6. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  7. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  8. 4b32da2 ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 12 years ago
  9. 5bd4973 gigaset: Use semicolons to terminate statements by Joe Perches · 12 years ago
  10. 475be4d isdn: whitespace coding style cleanup by Joe Perches · 12 years ago
  11. 4807f64 mISDN: Fix typo in dsp_core.c by Masanari Iida · 12 years ago
  12. ee556fe isdn: Fix typo in isdn_ppp.c by Masanari Iida · 12 years ago
  13. 670d608 mISDN/hfcsusb: remove unused variable hfcsusb_rev by Danny Kukawka · 12 years ago
  14. 67da820 isdn: Fix typo in callc.c and tei.c by Masanari Iida · 12 years ago
  15. d5ef8a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  16. 5a46e0f isdn: type bug in isdn_net_header() by Dan Carpenter · 12 years ago
  17. 81f5835 TTY: use tty_standard_install by Jiri Slaby · 12 years ago
  18. e1f4c48 eicon: fix -Warray-bounds warning by Danny Kukawka · 12 years ago
  19. b5d5843 mISDN: use memchr_inv by Akinobu Mita · 12 years ago
  20. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 12 years ago
  21. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  22. 2193cea drivers: isdn: Fix dependency for ISDN_PPP by Fabio Estevam · 12 years ago
  23. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  24. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  25. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  26. d36b691 misc latin1 to utf8 conversions by Al Viro · 13 years ago
  27. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  28. 5dc5503 isdn: avoid copying too long drvid by Dan Carpenter · 13 years ago
  29. 746ae30 isdn: make sure strings are null terminated by Dan Carpenter · 13 years ago
  30. fd4f862 isdn/gigaset: report ISDN4Linux interface only once by Tilman Schmidt · 13 years ago
  31. fe74848 USB: convert some miscellanies drivers to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  32. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  33. 6dbbd92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  34. de0a534 Merge branch 'for-linus' of git://github.com/richardweinberger/linux by Linus Torvalds · 13 years ago
  35. 3369465 um: switch to use of drivers/Kconfig by Al Viro · 13 years ago
  36. 048ca16 isdn: hisax: Fix typo 'HISAX_DE_AOC' by Paul Bolle · 13 years ago
  37. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  38. 5d76fc2 drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 13 years ago
  39. 07a97fe drivers/isdn: Add module.h to ISDN files implicitly using it. by Paul Gortmaker · 13 years ago
  40. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  41. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  42. 1ac4594 isdn: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  43. 0b05835 TTY: use tty_wait_until_sent_from_close in other drivers by Jiri Slaby · 13 years ago
  44. d5eab91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  45. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  46. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  47. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  48. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  49. e69dd33 net: Push protocol type directly down to header_ops->cache() by David S. Miller · 13 years ago
  50. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  51. 2f9381e gigaset: call module_put before restart of if_open() by Pavel Shved · 13 years ago
  52. 84860c7 ISDN, hfcsusb: Don't leak in hfcsusb_ph_info() by Jesper Juhl · 13 years ago
  53. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  54. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  55. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  56. 3df3f2b isdn/diva: Drop __TIME__ usage by Michal Marek · 13 years ago
  57. 3f5785e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  58. 367bbf2 isdn: netjet - blacklist Digium TDM400P by Prarit Bhargava · 13 years ago
  59. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  60. 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  61. 8fb53b9 isdn: capi: Use pr_debug() instead of ifdefs. by David S. Miller · 13 years ago
  62. 5310cbc drivers/isdn/hisax: Drop unused list by Julia Lawall · 13 years ago
  63. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 13 years ago
  64. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  65. 9365f11 isdn: i4l: isdn_tty: Fix unused-but-set variables. by David S. Miller · 13 years ago
  66. 81b424d isdn: mISDN: socket: Fix set-but-unused variables. by David S. Miller · 13 years ago
  67. 07f46f8 isdn: i4l: isdn_net: Fix set-but-unused variables. by David S. Miller · 13 years ago
  68. 50a7c11 isdn: i4l: isdn_common: Fix set-but-unused variables. by David S. Miller · 13 years ago
  69. 8c85290 isdn: teles_cs: Fix set-but-unused variables. by David S. Miller · 13 years ago
  70. 1397c5d isdn: l3ni1: Fix set-but-unused variables. by David S. Miller · 13 years ago
  71. cf117ea isdn: l3dss1: Fix set-but-unused variables. by David S. Miller · 13 years ago
  72. f6f0e4a isdn: jade: Fix set-but-unused variables. by David S. Miller · 13 years ago
  73. d462003 isdn: ipacx: Fix set-but-unused variables. by David S. Miller · 13 years ago
  74. a1e6216 isdn: hfc_usb: Fix set-but-unused variables. by David S. Miller · 13 years ago
  75. db47367 isdn: elsa_ser: Fix set-but-unused variables. by David S. Miller · 13 years ago
  76. 94dbe1a isdn: elsa_cs: Fix set-but-unused variables. by David S. Miller · 13 years ago
  77. 011bc1e isdn: arcofi: Fix set-but-unused variables. by David S. Miller · 13 years ago
  78. 3c76c58 isdn: hfcsusb: Fix set-but-unused variables. by David S. Miller · 13 years ago
  79. a719e0a isdn: hfcpci: Fix set-but-unused variables. by David S. Miller · 13 years ago
  80. 2d09d56 isdn: eicon: Fix set-but-unused variables. by David S. Miller · 13 years ago
  81. a713c3b isdn: gigaset: Fix set-but-unused variable. by David S. Miller · 13 years ago
  82. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  83. 1f90d66 capi: Perform scheduled capifs removal by Jan Kiszka · 13 years ago
  84. 95b8fba mISDN: fix "persistant" typo by Jan Engelhardt · 13 years ago
  85. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  86. 19eccc2 kstrtox: convert drivers/isdn/ by Alexey Dobriyan · 13 years ago
  87. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  88. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  89. f656c25 isdn: change to new flag variable by matt mooney · 13 years ago
  90. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  91. 19d73f3 drivers:isdn:istream.c Fix typo pice to piece by Justin Mattock · 13 years ago
  92. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 13 years ago
  93. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  94. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  95. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  96. 6d90e8f isdn: hisax: Use l2headersize() instead of dup (and buggy) func. by David S. Miller · 13 years ago
  97. 1752a37 mISDN: fix printk typo fushing by Paul Bolle · 13 years ago
  98. c978e7b hisax: Fix unchecked alloc_skb() return. by David S. Miller · 13 years ago
  99. cd141ee isdn: hysdn: Kill (partially buggy) CVS regision log reporting. by David S. Miller · 13 years ago
  100. a29ae23 isdn: icn: Fix potentially wrong string handling by Stefan Weil · 13 years ago