1. 0aafe75 mISDN: Make debug output a little bit more verbose by Peter Schlaile · 16 years ago
  2. e4cce22 mISDN: Fix HDLC DSP transmit by Peter Schlaile · 16 years ago
  3. 837468d mISDN: Use struct device name field by Matthias Urlichs · 16 years ago
  4. 8b6015f mISDN: Added an ioctl to change the device name by Matthias Urlichs · 16 years ago
  5. 9776ef0 mISDN: Remove the local max-card limit by Matthias Urlichs · 16 years ago
  6. 1161849 mISDN: Fix queue limit counting problem by Andreas Eversberg · 16 years ago
  7. 190f71d mISDN: Add some debug option for clock problems by Andreas Eversberg · 16 years ago
  8. 8dd2f36 mISDN: Add feature via MISDN_CTRL_FILL_EMPTY to fill fifo if empty by Andreas Eversberg · 16 years ago
  9. 69e656c mISDN: Cleanup hfc multiport driver by Karsten Keil · 16 years ago
  10. 5fbbf5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  11. 7f46b13 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  12. 73ac36e fix similar typos to successfull by Coly Li · 16 years ago
  13. d700555 I4l: convert to net_device_ops by Stephen Hemminger · 16 years ago
  14. 0e2445f hysdn: convert to net_device_ops and other updates by Stephen Hemminger · 16 years ago
  15. 0162f38 ISDN: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  16. 15b0669 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  17. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  18. fecc703 isdn: capi: &&/|| typos by Roel Kluin · 16 years ago
  19. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  20. 236b87c gigaset: ifdef cleanup by Tilman Schmidt · 16 years ago
  21. c8770dc gigaset: use pr_err() and pr_info() by Tilman Schmidt · 16 years ago
  22. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  23. 4ee59d5 isdn: eicon: fix sparse warning: make global functions static by Hannes Eder · 16 years ago
  24. 702c790 misdn: Fix lockdep warning by Karsten Keil · 16 years ago
  25. c31655f mISDN: hfcmulti: use __iomem address space modifier by Hannes Eder · 16 years ago
  26. c46f0a2 mISDN: timerdev: use __user for mISDN_read's buffer argument by Hannes Eder · 16 years ago
  27. 047ce8f mISDN: comment out unused symbols by Hannes Eder · 16 years ago
  28. 863a76e mISDN: fix sparse warning: symbol 'id' shadows an earlier one by Hannes Eder · 16 years ago
  29. bb68b1d mISDN: fix sparse warning: symbol 'nskb' shadows an earlier one by Hannes Eder · 16 years ago
  30. 65a4051 mISDN: un-export symbol 'plx_lock' by Hannes Eder · 16 years ago
  31. 5b83435 mISDN: make global symbols static or include header files by Hannes Eder · 16 years ago
  32. dfa96ec mISDN: consistently define 'debug' as '*u_int' by Hannes Eder · 16 years ago
  33. bcf9174 mISDN: use NULL pointer instead of plain integer by Hannes Eder · 16 years ago
  34. 730c30e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  35. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  36. bd09141 hysdn: fix writing outside the field on 64 bits by Pascal Terjan · 16 years ago
  37. fd568fc drivers/isdn/mISDN: use ARRAY_SIZE by Julia Lawall · 16 years ago
  38. 1c594c0 b1isa: fix b1isa_exit() to really remove registered capi controllers by Wilfried Klaebe · 16 years ago
  39. 838361f isdn: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  40. 25dd7e6 hysdn: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  41. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  42. 56d74dd tricky one: hisax sections by Al Viro · 16 years ago
  43. 25f1304 gigaset: get rid of info() and warn() macros by Tilman Schmidt · 16 years ago
  44. af4218c gigaset: remove unnecessary poll method by Tilman Schmidt · 16 years ago
  45. c19d036 isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixes by Harvey Harrison · 16 years ago
  46. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  47. f3a5c54 Merge branch 'master' into next by James Morris · 16 years ago
  48. 584c650 isdn: remove extra byteswap in isdn_net_ciscohdlck_slarp_send_reply by Harvey Harrison · 16 years ago
  49. 00bcd52 isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlines by Harvey Harrison · 16 years ago
  50. d76b0d9 CRED: Use creds in file structs by David Howells · 16 years ago
  51. 0e164b6 CRED: Wrap task credential accesses in the ISDN drivers by David Howells · 16 years ago
  52. 8cf14e3 net: easy removals of HIPQUAD using %pI4 format by Harvey Harrison · 16 years ago
  53. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  54. 4309659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  55. 9e9540b mISDN/dsp_cmx.c: fix size checks by Adrian Bunk · 16 years ago
  56. 6bff338 misdn: use nonseekable_open() by Andrew Morton · 16 years ago
  57. 2be4ff2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  58. ea1afd2 tty: fix up gigaset a bit by Alan Cox · 16 years ago
  59. 53e8631 tty: Fallout from tty-move-canon-specials by Stephen Rothwell · 16 years ago
  60. ce425a9 mISDN: misc timerdev fixes by Andi Kleen · 16 years ago
  61. 1532dcb mISDN: annotate iomem pointer and add statics by Harvey Harrison · 16 years ago
  62. f11d32d mISDN: endian annotations for struct zt by Harvey Harrison · 16 years ago
  63. 4d5392c drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_put by Julia Lawall · 16 years ago
  64. 38783e6 isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation. by David S. Miller · 16 years ago
  65. 4c89e88 pcmcia: deprecate CS_SUCCESS by Dominik Brodowski · 16 years ago
  66. ad913c1 pcmcia: pcmcia_config_loop() improvement by passing vcc by Dominik Brodowski · 16 years ago
  67. 8e2fc39 pcmcia: pcmcia_config_loop() default CIS entry handling by Dominik Brodowski · 16 years ago
  68. 498ac18 pcmcia: pcmcia_config_loop() ConfigIndex unification by Dominik Brodowski · 16 years ago
  69. 5fcd4da pcmcia: use pcmcia_loop_config in ISDN pcmcia drivers by Dominik Brodowski · 16 years ago
  70. 31981db Add DIP switch readout for HFC-4S IOB4ST by Karsten Keil · 16 years ago
  71. b3e0aee Fix remaining big endian issue of hfcmulti by Karsten Keil · 16 years ago
  72. ff4cc1d mISDN cleanup user interface by Karsten Keil · 16 years ago
  73. 780aefe mISDN fix main ISDN Makefile by Karsten Keil · 16 years ago
  74. a7403e8 hysdn: remove the packed attribute from PofTimStamp_tag by David Howells · 16 years ago
  75. 02137f2 isdn: use the common ascii hex helpers by Harvey Harrison · 16 years ago
  76. 7878ac8 Remove deprecated virt_to_bus() by Karsten Keil · 16 years ago
  77. f631a78 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6 by Linus Torvalds · 16 years ago
  78. 13ffc32 isdn: mISDN HFC PCI support depends on virt_to_bus() by Stephen Rothwell · 16 years ago
  79. c5b61d5 Fix namespace issue with Hisax by Karsten Keil · 16 years ago
  80. 3712b42 Add layer1 over IP support by Karsten Keil · 16 years ago
  81. af69fb3 Add mISDN HFC multiport driver by Karsten Keil · 16 years ago
  82. 1700fe1 Add mISDN HFC PCI driver by Karsten Keil · 16 years ago
  83. 960366c Add mISDN DSP by Karsten Keil · 16 years ago
  84. 1b2b03f Add mISDN core files by Karsten Keil · 16 years ago
  85. e4ac9bc Add mISDN driver by Karsten Keil · 16 years ago
  86. c485b46 pnp: fix the fcpnp_driver declaration to only exist if CONFIG_PNP=y by David Howells · 16 years ago
  87. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  88. 5f09c4c gigaset: gigaset_isowbuf_getbytes() may return signed unnoticed by Tilman Schmidt · 16 years ago
  89. 5002779 gigaset: use dev_ macros for messages by Tilman Schmidt · 16 years ago
  90. 53baaaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  91. 9e98966 tty: rework break handling by Alan Cox · 16 years ago
  92. 24d0b41 device create: isdn: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  93. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  94. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  95. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  96. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  97. 4fc89e3 drivers/isdn/i4l/isdn_common.c fix small resource leak by Darren Jenkins · 16 years ago
  98. 5aa7099 pkt_sched: Add qdisc_reset_all_tx(). by David S. Miller · 16 years ago
  99. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  100. f2b9857 Add a bunch of cycle_kernel_lock() calls by Jonathan Corbet · 16 years ago