1. 596afa4 [PATCH] Don't build some broken ISDN drivers on big endian MIPS by Ralf Baechle · 18 years ago
  2. df61bec [PATCH] ISDN: fix warnings by Jeff Garzik · 18 years ago
  3. 281f15e [PATCH] i4l: remove the broken HISAX_AMD7930 option by Adrian Bunk · 18 years ago
  4. 41f9693 [PATCH] isdn: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  5. 0b2dd13 [PATCH] drivers/isdn/*: trivial vsnprintf() conversion by Alexey Dobriyan · 18 years ago
  6. f6e2cdc [PATCH] ISDN: Avoid a potential NULL ptr deref in ippp by Jesper Juhl · 18 years ago
  7. ba6d14a [PATCH] isdn: fix missing unregister_capi_driver by Akinobu Mita · 18 years ago
  8. e2de257 [PATCH] drivers/isdn: Handcrafted MIN/MAX Macro removal by Amol Lad · 18 years ago
  9. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  10. 4482dfa [PATCH] struct path: convert isdn by Josef Sipek · 18 years ago
  11. 17b3cff [PATCH] isdn/gigaset: use bitrev8 by Akinobu Mita · 18 years ago
  12. 60e657e [PATCH] isdn/hisax: use bitrev8 by Akinobu Mita · 18 years ago
  13. 940cc2d [PATCH] make 1-bit bitfields unsigned by Mariusz Kozlowski · 18 years ago
  14. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  15. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  16. 3e577a8 [PATCH] drivers/{char|isdn}: work_struct-induced breakage by Al Viro · 18 years ago
  17. 4796b71 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  18. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  19. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  20. af2b3b5 [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation by Dominik Brodowski · 18 years ago
  21. a9606fd [PATCH] pcmcia: remove prod_id indirection by Dominik Brodowski · 18 years ago
  22. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
  23. 9641219 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 18 years ago
  24. 4549df8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  25. 01107d3 Driver core: convert tty core to use struct device by Greg Kroah-Hartman · 18 years ago
  26. ead54fc usb: usb-gigaset free kill urb cleanup by Mariusz Kozlowski · 18 years ago
  27. 6b44d4e Fix typos in drivers/isdn/hisax/isdnl2.c by Jan Engelhardt · 18 years ago
  28. 0779bf2 Fix misc .c/.h comment typos by Matt LaPlante · 18 years ago
  29. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  30. 49a1cd0 [PATCH] fix build error for HISAX_NETJET by Toralf Foerster · 18 years ago
  31. e5b9a33 [PATCH] isdn/gigaset: convert warning message by Tilman Schmidt · 18 years ago
  32. 1f604c4 [PATCH] drivers/isdn/hysdn/hysdn_sched.c: sleep after taking spinlock fix by Amol Lad · 18 years ago
  33. 7081252 [PATCH] isdn/gigaset: avoid cs->dev null pointer dereference by Akinobu Mita · 18 years ago
  34. fca4edb [PATCH] drivers/isdn: ioremap balanced with iounmap by Amol Lad · 18 years ago
  35. 7786ce1 [PATCH] ISDN: check for userspace copy faults by Jeff Garzik · 18 years ago
  36. 04518bf [PATCH] ISDN: fix drivers, by handling errors thrown by ->readstat() by Jeff Garzik · 18 years ago
  37. 078d396 [PATCH] drivers/isdn/isdnloop: save_flags()/cli(), restore_flags() replaced appropriately by Amol Lad · 18 years ago
  38. 0d9ba86 [PATCH] drivers/isdn/hysdn: save_flags()/cli(), restore_flags() replaced appropriately by Amol Lad · 18 years ago
  39. 76fd020 [PATCH] ISDN: several minor fixes by Jeff Garzik · 18 years ago
  40. d87dbed drivers/isdn/act2000: kill irq2card_map by Jeff Garzik · 18 years ago
  41. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  42. 1d02a03 [PATCH] hisax niccy cleanup by Jiri Slaby · 18 years ago
  43. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  44. 0950960 Fix several typos in drivers/ by Matt LaPlante · 18 years ago
  45. 3879b6b [PATCH] isdn: more pr_debug() fixes by Andrew Morton · 18 years ago
  46. 20f4353 [PATCH] isdn-debug-build-fix by Andrew Morton · 18 years ago
  47. 17a4506 [PATCH] ISDN warning fixes by Alan Cox · 18 years ago
  48. ca8af48 [PATCH] isdn: work around excessive udelay() by Andrew Morton · 18 years ago
  49. fd0fbcc [PATCH] isdn4linux: Gigaset driver: fix __must_check warning by Tilman Schmidt · 18 years ago
  50. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  51. 4636d93 [PATCH] EICON ISDN: Removed unused definitions for OS_SEEK_* by Josef 'Jeff' Sipek · 18 years ago
  52. a144ea4 [IPV4]: annotate struct in_ifaddr by Al Viro · 18 years ago
  53. 38e2bfc USB: Dealias -110 code (more complete) by Pete Zaitcev · 18 years ago
  54. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  55. 242898b Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  56. 453c3e4 [PATCH] eicon: fix define conflict with ptrace by Alexey Dobriyan · 18 years ago
  57. b6e37e5 [PATCH] Cleanup SLHC configuration by Ralf Baechle · 18 years ago
  58. cd6b395 [PATCH] isdn: cleanup i_rdev udage by Eric Sesterhenn · 18 years ago
  59. 67eb5db [PATCH] hisax: fix usage of __init* by Karsten Keil · 18 years ago
  60. 9ba02be [PATCH] irq-flags: isdn: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  61. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  62. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  63. 09fca29 [PATCH] i4l:add some checks for valid drvid and driver pointer by Karsten Keil · 18 years ago
  64. 0f6c10e [PATCH] i4l make PCMCIA for all cards working with shared IRQ by Karsten Keil · 18 years ago
  65. 1903ac5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  66. d81931d [PATCH] SKB leak in drivers/isdn/i4l/isdn_x25iface.c by Eric Sesterhenn · 18 years ago
  67. ca6f879 [PATCH] i4l fix DLE masking in isdn_tty_try_read by Karsten Keil · 18 years ago
  68. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  69. 2427ddd [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed by Greg Kroah-Hartman · 18 years ago
  70. e29419f [PATCH] 64bit resource: fix up printks for resources in misc drivers by Greg Kroah-Hartman · 18 years ago
  71. da206c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  72. 916d154 [PATCH] fix processing of the last byte in isdn_readbchan_tty() by Karsten Keil · 18 years ago
  73. 331b831 [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV by Greg Kroah-Hartman · 19 years ago
  74. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  75. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  76. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  77. 7c69ef7 [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  78. 698e3ed [PATCH] isdn4linux: Gigaset driver cleanup by Tilman Schmidt · 18 years ago
  79. 06163f8 [PATCH] isdn4linux: Gigaset base driver: improve error recovery by Tilman Schmidt · 18 years ago
  80. 9f13fae [PATCH] Fix typo in drivers/isdn/hisax/q931.c by Eric Sesterhenn · 18 years ago
  81. 6aa6547 [PATCH] CAPI crash / race condition by Michael Buesch · 18 years ago
  82. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  83. d20d04b [PATCH] ISDN: correctly handle isdn_writebuf_stub() errors by Jesper Juhl · 18 years ago
  84. 94a6735 [PATCH] i4l: memory leak fix for sc_ioctl(). by Jesper Juhl · 18 years ago
  85. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  86. 3dda4e3 [PATCH] i4l gigaset: move sysfs entry to tty class device by Hansjoerg Lipp · 18 years ago
  87. a6a61c5 [PATCH] Overrun in isdn_tty.c by Eric Sesterhenn · 18 years ago
  88. bfe2e93 [PATCH] gigaset: endian fix by Alexey Dobriyan · 18 years ago
  89. 90d5ede [PATCH] Fix capi reload by unregistering the correct major by Stefan Schweizer · 18 years ago
  90. 73a8881 [PATCH] isdn4linux: Siemens Gigaset base driver: fix disconnect handling by Tilman Schmidt · 18 years ago
  91. 052bb88 [ISDN]: Static overruns in drivers/isdn/i4l/isdn_ppp.c by Eric Sesterhenn · 18 years ago
  92. df2487c [PATCH] ISDN_DRV_GIGASET should select, not depend on CRC_CCITT by Adrian Bunk · 18 years ago
  93. f4675c7 [PATCH] isdn/gigaset/common.c: fix a memory leak by Adrian Bunk · 18 years ago
  94. 8ca445d [PATCH] drivers/isdn/gigaset/common.c: small cleanups by Adrian Bunk · 18 years ago
  95. 69049cc [PATCH] isdn4linux: Siemens Gigaset drivers: make some variables non-atomic by Tilman Schmidt · 18 years ago
  96. 70440cf [PATCH] isdn4linux: Siemens Gigaset drivers: remove forward references by Tilman Schmidt · 18 years ago
  97. 443e1f4 [PATCH] isdn4linux: Siemens Gigaset drivers: remove private version of __skb_put() by Tilman Schmidt · 18 years ago
  98. abfd1dc [PATCH] isdn4linux: Siemens Gigaset drivers: mutex conversion by Tilman Schmidt · 18 years ago
  99. 0137150 [PATCH] isdn4linux: Siemens Gigaset drivers: eliminate from_user argument by Tilman Schmidt · 18 years ago
  100. 714e823 [PATCH] isdn4linux: Siemens Gigaset drivers: uninline by Tilman Schmidt · 18 years ago