1. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  2. 003bdb2 isdn: remove ishexdigit() in regard to isxdigit() by Andy Shevchenko · 14 years ago
  3. 1528b18 gigaset: reduce syslog clutter by Tilman Schmidt · 14 years ago
  4. 63e055d bas_gigaset: collapse CR/LF at end of AT response by Tilman Schmidt · 14 years ago
  5. 41a68a7 PCI: push deprecated pci_find_device() function to last user by Tilman Schmidt · 15 years ago
  6. e5f8d9a isdn: fix a few Kconfig imperfections by Tilman Schmidt · 14 years ago
  7. 771f4c8 CAPI: Remove experimental tag from middleware feature by Jan Kiszka · 14 years ago
  8. 79e95f4 CAPI: Schedule capifs for removal by Jan Kiszka · 14 years ago
  9. c6af043 CAPI: Drop special controller lookup from capi20_put_message by Jan Kiszka · 14 years ago
  10. eef0ced CAPI: Drop return value of handle_minor_send by Jan Kiszka · 14 years ago
  11. 2b72b5b CAPI: Clean up capiminor_*_ack by Jan Kiszka · 14 years ago
  12. dfbb84f CAPI: Fix locking around capiminor's output queue and drop workaround_lock by Jan Kiszka · 14 years ago
  13. 68d7347 CAPI: Drop capiminor's unused inbytes counter by Jan Kiszka · 14 years ago
  14. 4279271 CAPI: Use atomics for capiminor's datahandle and msgid by Jan Kiszka · 14 years ago
  15. 42651b5 CAPI: Rename datahandle_queue -> ackqueue_entry by Jan Kiszka · 14 years ago
  16. a11ef7b CAPI: Rework capiminor RX handler by Jan Kiszka · 14 years ago
  17. b75b2ee CAPI: Drop handle_minor_recv from capinc_tty_write by Jan Kiszka · 14 years ago
  18. a84fdf4 CAPI: Drop atomic ttyopencount by Jan Kiszka · 14 years ago
  19. 3d5d30f CAPI: Clean up capiminors_lock by Jan Kiszka · 14 years ago
  20. 6576c28 CAPI: Drop obsolete nccip from capiminor struct by Jan Kiszka · 14 years ago
  21. 30bced9 CAPI: Issue synchronous hangup on capincci_free_minor by Jan Kiszka · 14 years ago
  22. 2c8df72 CAPI: Drop remaining NULL checks on tty->driver_data by Jan Kiszka · 14 years ago
  23. fb4b488 CAPI: Use tty_port to keep track of capiminor's tty by Jan Kiszka · 14 years ago
  24. 4632451 CAPI: Establish install/cleanup handlers for capiminor TTYs by Jan Kiszka · 14 years ago
  25. 0159d54 CAPI: Use kref on capiminor by Jan Kiszka · 14 years ago
  26. e95ac14 CAPI: Use dynamic major for NCCI TTYs by default by Jan Kiszka · 14 years ago
  27. 40fb2d0 CAPI: Dynamically register minor devices by Jan Kiszka · 14 years ago
  28. e76b154 CAPI: Clean up capinc_tty_init/exit by Jan Kiszka · 14 years ago
  29. 81d17fe CAPI: Switch capiminor list to array by Jan Kiszka · 14 years ago
  30. 884f5c4 CAPI: Switch NCCI list to standard doubly linked list by Jan Kiszka · 14 years ago
  31. 28a1dbb CAPI: Fix racy capi_read by Jan Kiszka · 14 years ago
  32. 54f0fad CAPI: Use non-atomic allocation during NCCI setup by Jan Kiszka · 14 years ago
  33. 05b4149 CAPI: Rework locking of capidev members by Jan Kiszka · 14 years ago
  34. eca39dd CAPI: Clean up capi_open/release by Jan Kiszka · 14 years ago
  35. b8f433d CAPI: Convert capidev_list_lock into a mutex by Jan Kiszka · 14 years ago
  36. 501c87a CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWARE by Jan Kiszka · 14 years ago
  37. 88c896e CAPI: Rework application locking by Jan Kiszka · 14 years ago
  38. 0ca3a01 CAPI: Rework locking of controller data structures by Jan Kiszka · 14 years ago
  39. ef69bb2 CAPI: Rework controller state notifier by Jan Kiszka · 14 years ago
  40. 3efecf7 CAPI: Rework capi_ctr_ready/down by Jan Kiszka · 14 years ago
  41. 9717fb8 CAPI: Convert capi drivers rwlock into mutex by Jan Kiszka · 14 years ago
  42. 5225303 CAPI: Call a controller 'controller', not 'card' by Jan Kiszka · 14 years ago
  43. 88549d6 CAPI: Reduce chattiness during module loading/removal by Jan Kiszka · 14 years ago
  44. e11e7ac CAPI: Pin capifs instead of mounting it by Jan Kiszka · 14 years ago
  45. 07ad603 CAPI: Eliminate capifs_root variable by Jan Kiszka · 14 years ago
  46. 90926f0 CAPI: Sanitize capifs API by Jan Kiszka · 14 years ago
  47. c947862 CAPI: Fix leaks in capifs_new_ncci by Jan Kiszka · 14 years ago
  48. 650b2ef mISDN: positive error return should be negative in mode_hfcmulti() by Roel Kluin · 14 years ago
  49. 3e59817 isdn: mISDN, don't compile unused stuff by Jiri Slaby · 14 years ago
  50. f0f4d64 hardware/mISDN/mISDNinfineon.c: bail out of loop on error by Darren Jenkins · 14 years ago
  51. e23e117 hisax: timeout off by one in waitrecmsg() by Roel Kluin · 14 years ago
  52. 9a58a80 proc_fops: convert drivers/isdn/ to seq_file by Alexey Dobriyan · 15 years ago
  53. 597d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  54. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  55. 073bd90 drivers/isdn: eliminate duplicated test by Julia Lawall · 15 years ago
  56. 292be57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  57. 01a1e7e mISDN: use DECLARE_COMPLETION_ONSTACK for non-constant completion by Yong Zhang · 15 years ago
  58. fb1beb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  59. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  60. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  61. 073886f gigaset: don't enable any debugging output by default by Tilman Schmidt · 15 years ago
  62. e15c1c1 pcmcia: remove unused IRQ_FIRST_SHARED by Dominik Brodowski · 15 years ago
  63. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  64. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  65. d9b2c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  66. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  67. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  68. 6838b03 pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer by Dominik Brodowski · 15 years ago
  69. 868575d pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page() by Magnus Damm · 18 years ago
  70. 5452fee drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  71. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  72. 486bfe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  73. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  74. e29d436 Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation." by David S. Miller · 15 years ago
  75. 2c554e1 mISDN: fix error return in HFCmulti_init() by Roel Kluin · 15 years ago
  76. 4a9b5e5 speedfax: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  77. 1ce5523 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  78. fa30123 Kconfig: Remove useless and sometimes wrong comments by Michael Roth · 15 years ago
  79. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  80. e773cfe pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (isdn) by Dominik Brodowski · 15 years ago
  81. d0e1e88 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  82. cc05368 hisax: remove bad udelay call to fix build error on ARM by Martin Michlmayr · 15 years ago
  83. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  84. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  85. 286e633 isdn: hfc_usb: Fix read buffer overflow by Roel Kluin · 15 years ago
  86. a947c8f isdn: hisax: Fix test in waitforxfw by Roel Kluin · 15 years ago
  87. b9db21f isdn: eicon: Return on error by Jiri Slaby · 15 years ago
  88. 1ea7084 isdn: eicon: Use offsetof by Jiri Slaby · 15 years ago
  89. 08cb3f6 misdn: Fix reversed 'if' in st_own_ctrl by Dan Carpenter · 15 years ago
  90. 02303d2 isdn: hisax: Fix lock imbalance. by Jiri Slaby · 15 years ago
  91. 49b2de8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  92. 50e4fe9 gigaset: convert strcmp chain to table lookup by Tilman Schmidt · 15 years ago
  93. c35a87f gigaset: checkpatch cleanup of ev-layer.c by Tilman Schmidt · 15 years ago
  94. 7891adf bas_gigaset: checkpatch cleanup by Tilman Schmidt · 15 years ago
  95. ae67d7d ser_gigaset: checkpatch cleanup by Tilman Schmidt · 15 years ago
  96. d9ba9c9 gigaset: checkpatch cleanup by Tilman Schmidt · 15 years ago
  97. 2032e2c usb_gigaset: code cleanup by Tilman Schmidt · 15 years ago
  98. 4dd8230 gigaset: fix bad assumptions about CAPI skbuffs by Tilman Schmidt · 15 years ago
  99. 22077eb gigaset: fix format string typo in CAPI dial command by Tilman Schmidt · 15 years ago
  100. 6c91191 gigaset: CAPI module readability improvements by Tilman Schmidt · 15 years ago