1. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. 33ad61d isdn/gigaset: Provide cardstate context for bas timer callbacks by Kees Cook · 7 years ago
  4. 4cfea08 isdn/gigaset: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  5. c788dd2 isdn/gigaset: Use kzalloc instead of open-coded field zeroing by Kees Cook · 7 years ago
  6. de77b96 net: introduce __skb_put_[zero, data, u8] by yuan linyu · 7 years ago
  7. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 7 years ago
  8. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  9. 68c32f9 isdn/gigaset: fix NULL-deref at probe by Johan Hovold · 8 years ago
  10. 4794195 isdn/gigaset: use designated initializers by Kees Cook · 8 years ago
  11. 93a97c5 ser_gigaset: return -ENOMEM on error instead of success by Dan Carpenter · 8 years ago
  12. 8d2c3ab ser_gigaset: use container_of() instead of detour by Paul Bolle · 9 years ago
  13. 8aeb3c3 ser_gigaset: remove unnecessary kfree() calls from release method by Tilman Schmidt · 9 years ago
  14. 4c5e354 ser_gigaset: fix deallocation of platform device structure by Tilman Schmidt · 9 years ago
  15. ede03d3 ser_gigaset: turn nonsense checks into WARN_ON by Alan Cox · 9 years ago
  16. 74375c0 ser_gigaset: fix up NULL checks by Tilman Schmidt · 9 years ago
  17. 62c13ba isdn/gigaset: drop unused ldisc methods by Tilman Schmidt · 9 years ago
  18. fd98e94 isdn/gigaset: reset tty->receive_room when attaching ser_gigaset by Tilman Schmidt · 9 years ago
  19. 4656e0a isdn/gigaset: restructure modem response parser (4) by Tilman Schmidt · 10 years ago
  20. d93187e isdn/gigaset: restructure modem response parser (3) by Tilman Schmidt · 10 years ago
  21. 4df1e52 isdn/gigaset: restructure modem response parser (2) by Tilman Schmidt · 10 years ago
  22. 6bf5011 isdn/gigaset: restructure modem response parser (1) by Tilman Schmidt · 10 years ago
  23. f6a68e6 isdn/gigaset: enable Kernel CAPI support by default by Tilman Schmidt · 10 years ago
  24. f99a6fd isdn/gigaset: elliminate unnecessary argument from send_cb() by Tilman Schmidt · 10 years ago
  25. f650dd2 isdn/gigaset: clarify gigaset_modem_fill control structure by Tilman Schmidt · 10 years ago
  26. ff66fc3 isdn/gigaset: drop duplicate declaration by Tilman Schmidt · 10 years ago
  27. 86f8ef2 isdn/gigaset: fix usb_gigaset write_cmd result race by Tilman Schmidt · 10 years ago
  28. 2bf3a09 isdn/capi: handle CAPI 2.0 message parser failures by Tilman Schmidt · 10 years ago
  29. b8324f9 isdn/gigaset: fix non-heap pointer deallocation by Tilman Schmidt · 10 years ago
  30. 846ac30 isdn/gigaset: fix NULL pointer dereference by Tilman Schmidt · 10 years ago
  31. 097933d isdn/gigaset: limit raw CAPI message dump length by Tilman Schmidt · 10 years ago
  32. ee7ff5f isdn/gigaset: make sure controller name is null terminated by Tilman Schmidt · 10 years ago
  33. 1bdc07e isdn/gigaset: missing break in do_facility_req by Tilman Schmidt · 10 years ago
  34. 7b0c67e4 isdn/gigaset: use USB API function usb_endpoint_num() by Tilman Schmidt · 10 years ago
  35. 434d13b isdn/gigaset: drop unused cardstate structure member by Tilman Schmidt · 10 years ago
  36. 5dcd7d8 isdn/gigaset: improve error handling when leaving DLE mode by Tilman Schmidt · 10 years ago
  37. 14462b6 isdn/bas_gigaset: use USB API functions rather than constants by Himangi Saraogi · 10 years ago
  38. f1898a0 isdn/gigaset: use USB API functions rather than constants by Himangi Saraogi · 10 years ago
  39. 86b7987 isdn/bas_gigaset: fix a leak on failure path in gigaset_probe() by Alexey Khoroshilov · 10 years ago
  40. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  41. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  42. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 12 years ago
  43. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  44. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  45. 63b203b isdn/gigaset: beautify ev-layer.c by Tilman Schmidt · 12 years ago
  46. bc882b1 isdn/gigaset: beautify common.c by Tilman Schmidt · 12 years ago
  47. cdc4827 isdn/gigaset: beautify interface.c by Tilman Schmidt · 12 years ago
  48. d2ca848 isdn/gigaset: leave DLE mode before hanging up by Tilman Schmidt · 12 years ago
  49. d721a17 isdn/gigaset: fix zero size border case in debug dump by Tilman Schmidt · 12 years ago
  50. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  51. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  52. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 12 years ago
  53. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  54. 1862c14 TTY: isdn/gigaset destroy tty_port properly by Jiri Slaby · 12 years ago
  55. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  56. c6fdd8e bas_gigaset: fix pre_reset handling by Tilman Schmidt · 12 years ago
  57. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  58. 7f2e6a5 drivers/isdn/gigaset/common.c: Remove useless kfree by Peter Senna Tschudin · 12 years ago
  59. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  60. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  61. 6ba6047 gigaset: silence GCC warning for unused 'format_ie' by Paul Bolle · 12 years ago
  62. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  63. a481991 Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  64. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 12 years ago
  65. 81fa7b8 isdn/gigaset: unify function return values by Tilman Schmidt · 12 years ago
  66. 7643ffb isdn/gigaset: internal function name cleanup by Tilman Schmidt · 12 years ago
  67. f86936f isdn/gigaset: fix readability damage by Tilman Schmidt · 12 years ago
  68. e055d03 isdn/gigaset: improve error handling querying firmware version by Tilman Schmidt · 12 years ago
  69. 62a1cfe isdn/gigaset: fix CAPI disconnect B3 handling by Tilman Schmidt · 12 years ago
  70. 8e618aa isdn/gigaset: ratelimit CAPI message dumps by Tilman Schmidt · 12 years ago
  71. ef37ea3 isdn/gigaset: use gig_dbg() for debugging output by Tilman Schmidt · 13 years ago
  72. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  73. 48a7466 TTY: isdn/gigaset, use tty_port by Jiri Slaby · 13 years ago
  74. fc258f8 TTY: isdn/gigaset, do not set tty->driver_data to NULL by Jiri Slaby · 13 years ago
  75. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 13 years ago
  76. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
  77. 5bd4973 gigaset: Use semicolons to terminate statements by Joe Perches · 13 years ago
  78. 475be4d isdn: whitespace coding style cleanup by Joe Perches · 13 years ago
  79. fd4f862 isdn/gigaset: report ISDN4Linux interface only once by Tilman Schmidt · 13 years ago
  80. 5d76fc2 drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 13 years ago
  81. 07a97fe drivers/isdn: Add module.h to ISDN files implicitly using it. by Paul Gortmaker · 13 years ago
  82. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  83. 2f9381e gigaset: call module_put before restart of if_open() by Pavel Shved · 13 years ago
  84. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  85. 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
  86. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 14 years ago
  87. a713c3b isdn: gigaset: Fix set-but-unused variable. by David S. Miller · 13 years ago
  88. 19eccc2 kstrtox: convert drivers/isdn/ by Alexey Dobriyan · 14 years ago
  89. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
  90. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 14 years ago
  91. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 14 years ago
  92. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  93. 2393c94 ISDN, Gigaset: Fix memory leak in do_disconnect_req() by Jesper Juhl · 14 years ago
  94. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  95. bb7196d isdn/gigaset: improve bas_gigaset USB error reporting by Tilman Schmidt · 14 years ago
  96. c9c0c30 isdn/gigaset: fix bas_gigaset interrupt read error handling by Tilman Schmidt · 14 years ago
  97. 4cb5e42 isdn/gigaset: unclog bas_gigaset AT response pipe by Tilman Schmidt · 14 years ago
  98. 60798c68 isdn/gigaset: try USB reset for bas_gigaset error recovery by Tilman Schmidt · 14 years ago
  99. 1d5a9ed isdn/gigaset: bas_gigaset timer cleanup by Tilman Schmidt · 14 years ago
  100. befba36 isdn/gigaset: drop obsolete debug option by Tilman Schmidt · 14 years ago