1. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  2. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  3. aeb5e02 mISDN: Fix type of switch control variable in ctrl_teimanager by Nathan Chancellor · 6 years ago
  4. 66ab235 mISDN: remove redundant null pointer check before kfree_skb by zhong jiang · 6 years ago
  5. d287c50 isdn: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  6. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  7. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  8. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  9. 984652d net: remove sock_no_poll by Christoph Hellwig · 7 years ago
  10. 9a43816 mISDN: Remove VLAs by Laura Abbott · 7 years ago
  11. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  12. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  13. 1ed2d76 Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  14. 956a27e mISDN: switch to sock_recvmsg() by Al Viro · 7 years ago
  15. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  16. 28e8c19 mISDN: l1oip_core: replace _manual_ swap with swap macro by Gustavo A. R. Silva · 7 years ago
  17. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  19. e313ac1 mISDN: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  20. 54a6a04 mISDN: Fix null pointer dereference at mISDN_FsmNew by Anton Vasilyev · 7 years ago
  21. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  22. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  23. 93818da mISDN: Fix a sleep-in-atomic bug by Jia-Ju Bai · 8 years ago
  24. aff55a3 isdn: use setup_timer by Geliang Tang · 8 years ago
  25. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  26. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
  27. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  28. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  29. 08a7e62 scripts/spelling.txt: add "swith" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  30. c0e7a50 isdn: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  31. a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 8 years ago
  32. b821646 mISDN: Fixing missing validation in base_sock_bind() by Emrah Demir · 9 years ago
  33. ebf918cf isdn: Use ktime_t instead of 'struct timeval' by Tina Ruchandani · 9 years ago
  34. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  35. c96356a mISDN: fix OOM condition for sending queued I-Frames by Karsten Keil · 9 years ago
  36. c364388 mISDN: use kstrdup() in dsp_pipeline_build by Geliang Tang · 9 years ago
  37. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  38. bec7a63 isdn: Remove reverse_bits(), use revbit8() by yalin wang · 9 years ago
  39. 971bd8f treewide: Fix typo in printk by Masanari Iida · 10 years ago
  40. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  41. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  42. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  43. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  44. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  45. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  46. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  47. 3819ffd mISDN: Deletion of unnecessary checks before the function call "vfree" by Markus Elfring · 10 years ago
  48. 6774def treewide: fix typo in printk and Kconfig by Masanari Iida · 10 years ago
  49. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  50. 126859b mISDN: remove DSP_NEVER_DEFINED and adjust code identation by Colin Ian King · 10 years ago
  51. 87f03cc mISDN: Use mod_timer() by Manuel Schölling · 11 years ago
  52. 0797fb0 mISDN: Use time_before() by Manuel Schölling · 11 years ago
  53. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  54. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  55. e23c34b Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  56. 5065a70 treewide: Fix typo in Kconfig by Masanari Iida · 11 years ago
  57. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  58. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  59. 0d63c27 mISDN: return -EINVAL on error in dsp_control_req() by Dan Carpenter · 11 years ago
  60. d98259c ISDN: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  61. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 12 years ago
  62. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  63. 89b107a mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racy by Al Viro · 12 years ago
  64. ebb06be mISDN: fix mISDN_read()/mISDN_read() race by Al Viro · 12 years ago
  65. 1678ec0 mISDN: fix misdn_add_timer()/misdn_del_timer() race by Al Viro · 12 years ago
  66. 1b10895 mISDN: fix races between misdn_del_timer() and timer callback by Al Viro · 12 years ago
  67. c08c464 mISDN: fix the races with timers going off just as they are deleted by Al Viro · 12 years ago
  68. d915209 isdn: mISDN: set ->family in ->getname() by Dan Carpenter · 12 years ago
  69. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  70. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  71. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  72. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  73. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  74. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  75. ed5a84c Drivers: isdn: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  76. d82603c treewide: Replace incomming with incoming in all comments and strings by Jorrit Schippers · 12 years ago
  77. 4a0ae7b0 mISDN: fix race in timer canceling on module unloading by Konstantin Khlebnikov · 12 years ago
  78. 481af03 mISDN: improve bitops usage by Akinobu Mita · 12 years ago
  79. 0f15b15 isdn: remove dead code by Alan Cox · 12 years ago
  80. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  81. 4b921ed mISDN: Fix wrong usage of flush_work_sync while holding locks by Karsten Keil · 12 years ago
  82. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  83. 2509933 mISDN: Bugfix for layer2 fixed TEI mode by Karsten Keil · 12 years ago
  84. 1b9faf5 drivers/isdn/mISDN/stack.c: remove invalid reference to list iterator variable by Julia Lawall · 13 years ago
  85. c27b46e mISDN: Implement MISDN_CTRL_RX_OFF for more drivers by Karsten Keil · 13 years ago
  86. 6d1ee48 mISDN: Implement MISDN_CTRL_FILL_EMPTY for more drivers by Karsten Keil · 13 years ago
  87. 034005a mISDN: Allow to set a minimum length for transparent data by Karsten Keil · 13 years ago
  88. 7206e65 mISDN: Reduce RX buffer allocation for transparent data by Karsten Keil · 13 years ago
  89. 8bfddfb mISDN: Early confirm for transparent data by Karsten Keil · 13 years ago
  90. f45ebf3 mISDN: Help to identify the card by Karsten Keil · 13 years ago
  91. 1ea52fb mISDN: Layer1 statemachine fix by Karsten Keil · 13 years ago
  92. c626c12 mISDN: Make layer1 timer 3 value configurable by Karsten Keil · 13 years ago
  93. 8423e6b mISDN: L2 timeouts need to be queued as L2 event by Karsten Keil · 13 years ago
  94. 7ed80fe mISDN: Fix refcounting bug by Karsten Keil · 13 years ago
  95. 82107b7 mISDN: Added PH_* state info to tei manager. by Andreas Eversberg · 13 years ago
  96. 9cf6ace mISDN: DSP scheduling fix (version 2) by Karsten Keil · 13 years ago
  97. efef50a mISDN: Fix division by zero by Karsten Keil · 13 years ago
  98. 52a637c mISDN: Fixed hardware bridging/conference check routine of mISDN_dsp.ko. by Andreas Eversberg · 13 years ago
  99. 74fa9e5 mISDN: Fix NULL pointer bug in if-condition of mISDN_dsp by Andreas Eversberg · 13 years ago
  100. 475be4d isdn: whitespace coding style cleanup by Joe Perches · 13 years ago