1. 94b5aff Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  2. 1f35292 isdn: remove duplicate NULL check by Dan Carpenter · 12 years ago
  3. 59d59b0 ISDN: remove uses of isdn_tty_revision by Jiri Slaby · 12 years ago
  4. 875d54a TTY: isdn, use tty_port_block_til_ready helper by Jiri Slaby · 12 years ago
  5. 042b9e7 TTY: isdn, define tty_port_operations by Jiri Slaby · 12 years ago
  6. 4330d66 TTY: isdn, use tty_port_close_end helper by Jiri Slaby · 12 years ago
  7. 265d6f0 TTY: isdn, define local tty_port by Jiri Slaby · 12 years ago
  8. 82e46b3 TTY: isdn, use xmit_buf from tty_port by Jiri Slaby · 12 years ago
  9. ba43294 TTY: isdn, use tty from tty_port by Jiri Slaby · 12 years ago
  10. 1b05f03 TTY: isdn, use counts from tty_port by Jiri Slaby · 12 years ago
  11. c6e92b6 TTY: isdn, use open/close_wait from tty_port by Jiri Slaby · 12 years ago
  12. 48decc1 TTY: isdn, add tty_port by Jiri Slaby · 12 years ago
  13. 37630f4 TTY: isdn, make some functions readable by Jiri Slaby · 12 years ago
  14. ce93d33 TTY: isdn, do not play with module refcounts by Jiri Slaby · 12 years ago
  15. 6776a2f TTY: isdn, remove ISDN_ASYNC_* flags by Jiri Slaby · 12 years ago
  16. 05eb48b TTY: isdn, remove callout by Jiri Slaby · 12 years ago
  17. 1ca6711 ISDN: i4l, remove cvs crap by Jiri Slaby · 12 years ago
  18. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  19. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  20. 843ec55 Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  21. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  22. 475be4d isdn: whitespace coding style cleanup by Joe Perches · 12 years ago
  23. ee556fe isdn: Fix typo in isdn_ppp.c by Masanari Iida · 12 years ago
  24. 5a46e0f isdn: type bug in isdn_net_header() by Dan Carpenter · 12 years ago
  25. 2193cea drivers: isdn: Fix dependency for ISDN_PPP by Fabio Estevam · 13 years ago
  26. 5dc5503 isdn: avoid copying too long drvid by Dan Carpenter · 13 years ago
  27. 07a97fe drivers/isdn: Add module.h to ISDN files implicitly using it. by Paul Gortmaker · 13 years ago
  28. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  29. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  30. 1ac4594 isdn: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  31. 0b05835 TTY: use tty_wait_until_sent_from_close in other drivers by Jiri Slaby · 13 years ago
  32. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  33. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  34. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  35. e69dd33 net: Push protocol type directly down to header_ops->cache() by David S. Miller · 13 years ago
  36. 9365f11 isdn: i4l: isdn_tty: Fix unused-but-set variables. by David S. Miller · 13 years ago
  37. 07f46f8 isdn: i4l: isdn_net: Fix set-but-unused variables. by David S. Miller · 13 years ago
  38. 50a7c11 isdn: i4l: isdn_common: Fix set-but-unused variables. by David S. Miller · 13 years ago
  39. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  40. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  41. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  42. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  43. 93aaae2 filter: optimize sk_run_filter by Eric Dumazet · 14 years ago
  44. a17531f drivers/isdn/i4l: Remove unnecessary casts of netdev_priv by Joe Perches · 14 years ago
  45. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  46. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  47. 72250d4 i4l: kill big kernel lock by Arnd Bergmann · 14 years ago
  48. f417f5e isdn: cleanup: make buffer smaller by Dan Carpenter · 14 years ago
  49. 54cbb1c drivers/isdn: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  50. 76a6492 isdn: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  51. 84ce981 isdn: fix strlen() usage by Dan Carpenter · 14 years ago
  52. bc10f96 isdn: avoid calling tty_ldisc_flush() in atomic context by Tilman Schmidt · 14 years ago
  53. 024cb8a drivers/isdn: Use memdup_user by Julia Lawall · 14 years ago
  54. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  55. 703c631 isdn: Push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  56. 4150bbf X25: Use identifiers for isdn device to x25 interface by andrew hendry · 14 years ago
  57. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  58. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  59. e5f8d9a isdn: fix a few Kconfig imperfections by Tilman Schmidt · 14 years ago
  60. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  61. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  62. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  63. e29d436 Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation." by David S. Miller · 15 years ago
  64. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  65. 2bd9af0 isdn: fix possible circular locking dependency by Xiaotian Feng · 15 years ago
  66. 8823ad3 isdn: fix netjet/isdnhdlc build errors by Randy Dunlap · 15 years ago
  67. 411c940 trivial: fix typo "for for" in multiple files by Anand Gadiyar · 15 years ago
  68. 8b62ff2 isdn: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  69. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  70. f3fad22 ISDN: Fix isdnhdlc for one byte hdlc packets by Karsten Keil · 15 years ago
  71. c38fc3b ISDN: Add support for none reverse bitstreams to isdnhdc by Karsten Keil · 15 years ago
  72. 6bd4bcd ISDN: Clean up isdnhdlc code by Karsten Keil · 15 years ago
  73. cb3824b ISDN: Make isdnhdlc usable for other ISDN drivers by Karsten Keil · 15 years ago
  74. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  75. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  76. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  77. d77eeb7 net: fix network drivers ndo_start_xmit() return values by Patrick McHardy · 15 years ago
  78. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  79. 395df11 drivers/isdn/i4l/isdn_tty.c: fix check for array overindexing by Roel Kluin · 15 years ago
  80. 5a1888e gigaset: move up Kconfig inclusion point by Tilman Schmidt · 15 years ago
  81. 26285ba isdn: Fix missing ifdef in isdn_ppp by Daniele Venzano · 16 years ago
  82. 5f3e540 i4l: minor cleanups by Paul Bolle · 16 years ago
  83. bae5843 i4l: do not print a warning when shutting down an i4l ppp interface by Paul Bolle · 16 years ago
  84. d700555 I4l: convert to net_device_ops by Stephen Hemminger · 16 years ago
  85. 838361f isdn: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  86. c19d036 isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixes by Harvey Harrison · 16 years ago
  87. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  88. 584c650 isdn: remove extra byteswap in isdn_net_ciscohdlck_slarp_send_reply by Harvey Harrison · 16 years ago
  89. 00bcd52 isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlines by Harvey Harrison · 16 years ago
  90. 8cf14e3 net: easy removals of HIPQUAD using %pI4 format by Harvey Harrison · 16 years ago
  91. 38783e6 isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation. by David S. Miller · 16 years ago
  92. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  93. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  94. 4fc89e3 drivers/isdn/i4l/isdn_common.c fix small resource leak by Darren Jenkins · 16 years ago
  95. 5aa7099 pkt_sched: Add qdisc_reset_all_tx(). by David S. Miller · 16 years ago
  96. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  97. 1bcaa0b isdn: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  98. 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 16 years ago
  99. 6e4d376 isdn_tty: Prepare for BKL push down by Alan Cox · 16 years ago
  100. 156f1ed isdn: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago