Age | Commit message (Expand) | Author | Files | Lines |
2011-05-20 | isdn: capi: Use pr_debug() instead of ifdefs. | David S. Miller | 1 | -83/+32 |
2011-04-07 | capi: Perform scheduled capifs removal | Jan Kiszka | 5 | -303/+4 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -8/+2 |
2010-12-24 | isdn/capi: make kcapi use a separate workqueue | Tejun Heo | 1 | -8/+18 |
2010-12-24 | isdn/capi: unregister capictr notifier after init failure | Tejun Heo | 1 | -0/+1 |
2010-10-29 | convert get_sb_single() users | Al Viro | 1 | -4/+4 |
2010-10-21 | CAPI: Silence lockdep warning on get_capi_appl_by_nr usage | Jan Kiszka | 1 | -5/+14 |
2010-09-09 | drivers: isdn: capi: use simple_strtol to convert numbers | Andy Shevchenko | 1 | -4/+13 |
2010-07-16 | drivers: isdn: use kernel macros to convert hex digit | Andy Shevchenko | 1 | -5/+2 |
2010-07-13 | drivers/isdn: Remove unnecessary casts of private_data | Joe Perches | 1 | -3/+3 |
2010-07-13 | isdn: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -3/+3 |
2010-06-03 | isdn/kcapi: return -EFAULT on copy_from_user errors | Dan Carpenter | 1 | -3/+3 |
2010-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+6 |
2010-05-24 | isdn/capi: make reset_ctr op truly optional | Tilman Schmidt | 1 | -0/+6 |
2010-05-17 | isdn: Push down BKL into ioctl functions | Arnd Bergmann | 1 | -3/+14 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 4 | -0/+4 |
2010-02-17 | CAPI: Remove experimental tag from middleware feature | Jan Kiszka | 1 | -2/+1 |
2010-02-17 | CAPI: Schedule capifs for removal | Jan Kiszka | 1 | -6/+7 |
2010-02-17 | CAPI: Drop special controller lookup from capi20_put_message | Jan Kiszka | 1 | -5/+2 |
2010-02-17 | CAPI: Drop return value of handle_minor_send | Jan Kiszka | 1 | -13/+9 |
2010-02-17 | CAPI: Clean up capiminor_*_ack | Jan Kiszka | 1 | -12/+7 |
2010-02-17 | CAPI: Fix locking around capiminor's output queue and drop workaround_lock | Jan Kiszka | 1 | -59/+67 |
2010-02-17 | CAPI: Drop capiminor's unused inbytes counter | Jan Kiszka | 1 | -7/+3 |
2010-02-17 | CAPI: Use atomics for capiminor's datahandle and msgid | Jan Kiszka | 1 | -9/+7 |
2010-02-17 | CAPI: Rename datahandle_queue -> ackqueue_entry | Jan Kiszka | 1 | -4/+4 |
2010-02-17 | CAPI: Rework capiminor RX handler | Jan Kiszka | 1 | -22/+38 |
2010-02-17 | CAPI: Drop handle_minor_recv from capinc_tty_write | Jan Kiszka | 1 | -1/+0 |
2010-02-17 | CAPI: Drop atomic ttyopencount | Jan Kiszka | 1 | -20/+10 |
2010-02-17 | CAPI: Clean up capiminors_lock | Jan Kiszka | 1 | -12/+9 |
2010-02-17 | CAPI: Drop obsolete nccip from capiminor struct | Jan Kiszka | 1 | -43/+1 |
2010-02-17 | CAPI: Issue synchronous hangup on capincci_free_minor | Jan Kiszka | 1 | -1/+1 |
2010-02-17 | CAPI: Drop remaining NULL checks on tty->driver_data | Jan Kiszka | 1 | -33/+31 |
2010-02-17 | CAPI: Use tty_port to keep track of capiminor's tty | Jan Kiszka | 1 | -32/+62 |
2010-02-17 | CAPI: Establish install/cleanup handlers for capiminor TTYs | Jan Kiszka | 1 | -14/+28 |
2010-02-17 | CAPI: Use kref on capiminor | Jan Kiszka | 1 | -9/+28 |
2010-02-17 | CAPI: Use dynamic major for NCCI TTYs by default | Jan Kiszka | 1 | -6/+4 |
2010-02-17 | CAPI: Dynamically register minor devices | Jan Kiszka | 1 | -11/+24 |
2010-02-17 | CAPI: Clean up capinc_tty_init/exit | Jan Kiszka | 1 | -10/+10 |
2010-02-17 | CAPI: Switch capiminor list to array | Jan Kiszka | 1 | -40/+35 |
2010-02-17 | CAPI: Switch NCCI list to standard doubly linked list | Jan Kiszka | 1 | -32/+20 |
2010-02-17 | CAPI: Fix racy capi_read | Jan Kiszka | 1 | -12/+7 |
2010-02-17 | CAPI: Use non-atomic allocation during NCCI setup | Jan Kiszka | 1 | -2/+2 |
2010-02-17 | CAPI: Rework locking of capidev members | Jan Kiszka | 1 | -93/+88 |
2010-02-17 | CAPI: Clean up capi_open/release | Jan Kiszka | 1 | -59/+34 |
2010-02-17 | CAPI: Convert capidev_list_lock into a mutex | Jan Kiszka | 1 | -12/+12 |
2010-02-17 | CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWARE | Jan Kiszka | 1 | -67/+83 |
2010-02-17 | CAPI: Rework application locking | Jan Kiszka | 2 | -34/+29 |
2010-02-17 | CAPI: Rework locking of controller data structures | Jan Kiszka | 3 | -87/+214 |
2010-02-17 | CAPI: Rework controller state notifier | Jan Kiszka | 2 | -67/+67 |
2010-02-17 | CAPI: Rework capi_ctr_ready/down | Jan Kiszka | 1 | -45/+50 |