Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
00fb3d2a19a4e0b910aaebcfce086c3a172d3907
/
drivers
/
isdn
/
capi
25dff94
isdn/kcapi: fix a small underflow
by Dan Carpenter
· 11 years ago
73287a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
6aad04f
TTY: add tty_port_tty_wakeup helper
by Jiri Slaby
· 12 years ago
c3f14cf
driver: isdn: capi: remove cast for kmalloc return value
by Zhang Yanfei
· 12 years ago
4f73bc4
tty: Added a CONFIG_TTY option to allow removal of TTY
by Joe Millenbach
· 12 years ago
55bef83
ISDN: capi, use kref from tty_port
by Jiri Slaby
· 12 years ago
734cc17
TTY: use tty_port_register_device
by Jiri Slaby
· 12 years ago
7dc2ce5
isdn/capi: elliminate capincci_find() in non-middleware case
by Tilman Schmidt
· 13 years ago
7fdaadc
isdn/capi: fix readability damage
by Tilman Schmidt
· 13 years ago
3b59bf0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
410235f
TTY: remove unneeded tty->index checks
by Jiri Slaby
· 13 years ago
2f16669
TTY: remove re-assignments to tty_driver members
by Jiri Slaby
· 13 years ago
4b32da2b
ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>
by Paul Mackerras
· 13 years ago
475be4d
isdn: whitespace coding style cleanup
by Joe Perches
· 13 years ago
81f5835
TTY: use tty_standard_install
by Jiri Slaby
· 13 years ago
5d76fc2
drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
by Paul Gortmaker
· 13 years ago
8fb53b9
isdn: capi: Use pr_debug() instead of ifdefs.
by David S. Miller
· 13 years ago
1f90d66
capi: Perform scheduled capifs removal
by Jan Kiszka
· 14 years ago
6caa76b
tty: now phase out the ioctl file pointer for good
by Alan Cox
· 14 years ago
158fa67
isdn/capi: make kcapi use a separate workqueue
by Tejun Heo
· 14 years ago
7fa5e85
isdn/capi: unregister capictr notifier after init failure
by Tejun Heo
· 14 years ago
fc14f2f
convert get_sb_single() users
by Al Viro
· 14 years ago
b003f4e
CAPI: Silence lockdep warning on get_capi_appl_by_nr usage
by Jan Kiszka
· 14 years ago
a7a4f1c
drivers: isdn: capi: use simple_strtol to convert numbers
by Andy Shevchenko
· 14 years ago
735c65c
drivers: isdn: use kernel macros to convert hex digit
by Andy Shevchenko
· 14 years ago
54cbb1c
drivers/isdn: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
76a6492
isdn: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 14 years ago
60a5711
isdn/kcapi: return -EFAULT on copy_from_user errors
by Dan Carpenter
· 14 years ago
b1cdc46
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
85a8356
isdn/capi: make reset_ctr op truly optional
by Tilman Schmidt
· 14 years ago
703c631
isdn: Push down BKL into ioctl functions
by Arnd Bergmann
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
771f4c8
CAPI: Remove experimental tag from middleware feature
by Jan Kiszka
· 15 years ago
79e95f4
CAPI: Schedule capifs for removal
by Jan Kiszka
· 15 years ago
c6af043
CAPI: Drop special controller lookup from capi20_put_message
by Jan Kiszka
· 15 years ago
eef0ced
CAPI: Drop return value of handle_minor_send
by Jan Kiszka
· 15 years ago
2b72b5b
CAPI: Clean up capiminor_*_ack
by Jan Kiszka
· 15 years ago
dfbb84f
CAPI: Fix locking around capiminor's output queue and drop workaround_lock
by Jan Kiszka
· 15 years ago
68d7347
CAPI: Drop capiminor's unused inbytes counter
by Jan Kiszka
· 15 years ago
4279271
CAPI: Use atomics for capiminor's datahandle and msgid
by Jan Kiszka
· 15 years ago
42651b5
CAPI: Rename datahandle_queue -> ackqueue_entry
by Jan Kiszka
· 15 years ago
a11ef7b
CAPI: Rework capiminor RX handler
by Jan Kiszka
· 15 years ago
b75b2ee
CAPI: Drop handle_minor_recv from capinc_tty_write
by Jan Kiszka
· 15 years ago
a84fdf4
CAPI: Drop atomic ttyopencount
by Jan Kiszka
· 15 years ago
3d5d30f
CAPI: Clean up capiminors_lock
by Jan Kiszka
· 15 years ago
6576c28
CAPI: Drop obsolete nccip from capiminor struct
by Jan Kiszka
· 15 years ago
30bced9
CAPI: Issue synchronous hangup on capincci_free_minor
by Jan Kiszka
· 15 years ago
2c8df72
CAPI: Drop remaining NULL checks on tty->driver_data
by Jan Kiszka
· 15 years ago
fb4b488
CAPI: Use tty_port to keep track of capiminor's tty
by Jan Kiszka
· 15 years ago
4632451
CAPI: Establish install/cleanup handlers for capiminor TTYs
by Jan Kiszka
· 15 years ago
0159d54
CAPI: Use kref on capiminor
by Jan Kiszka
· 15 years ago
e95ac14
CAPI: Use dynamic major for NCCI TTYs by default
by Jan Kiszka
· 15 years ago
40fb2d0
CAPI: Dynamically register minor devices
by Jan Kiszka
· 15 years ago
e76b154
CAPI: Clean up capinc_tty_init/exit
by Jan Kiszka
· 15 years ago
81d17fe
CAPI: Switch capiminor list to array
by Jan Kiszka
· 15 years ago
884f5c4
CAPI: Switch NCCI list to standard doubly linked list
by Jan Kiszka
· 15 years ago
28a1dbb
CAPI: Fix racy capi_read
by Jan Kiszka
· 15 years ago
54f0fad
CAPI: Use non-atomic allocation during NCCI setup
by Jan Kiszka
· 15 years ago
05b4149
CAPI: Rework locking of capidev members
by Jan Kiszka
· 15 years ago
eca39dd
CAPI: Clean up capi_open/release
by Jan Kiszka
· 15 years ago
b8f433d
CAPI: Convert capidev_list_lock into a mutex
by Jan Kiszka
· 15 years ago
501c87a
CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWARE
by Jan Kiszka
· 15 years ago
88c896e
CAPI: Rework application locking
by Jan Kiszka
· 15 years ago
0ca3a01
CAPI: Rework locking of controller data structures
by Jan Kiszka
· 15 years ago
ef69bb2
CAPI: Rework controller state notifier
by Jan Kiszka
· 15 years ago
3efecf7
CAPI: Rework capi_ctr_ready/down
by Jan Kiszka
· 15 years ago
9717fb8
CAPI: Convert capi drivers rwlock into mutex
by Jan Kiszka
· 15 years ago
5225303
CAPI: Call a controller 'controller', not 'card'
by Jan Kiszka
· 15 years ago
88549d6
CAPI: Reduce chattiness during module loading/removal
by Jan Kiszka
· 15 years ago
e11e7ac
CAPI: Pin capifs instead of mounting it
by Jan Kiszka
· 15 years ago
07ad603
CAPI: Eliminate capifs_root variable
by Jan Kiszka
· 15 years ago
90926f0
CAPI: Sanitize capifs API
by Jan Kiszka
· 15 years ago
c947862
CAPI: Fix leaks in capifs_new_ncci
by Jan Kiszka
· 15 years ago
9a58a80
proc_fops: convert drivers/isdn/ to seq_file
by Alexey Dobriyan
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
fa30123
Kconfig: Remove useless and sometimes wrong comments
by Michael Roth
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
9803f79
isdn: make capidrv module parameter "debugmode" writeable
by Tilman Schmidt
· 15 years ago
e484702
isdn: avoid races in capidrv
by Tilman Schmidt
· 15 years ago
812d734
isdn: accept CAPI Informational Info values as success
by Tilman Schmidt
· 15 years ago
88e9d34
seq_file: constify seq_operations
by James Morris
· 15 years ago
342ff1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
b87221d
const: mark remaining super_operations const
by Alexey Dobriyan
· 15 years ago
a419aef
trivial: remove unnecessary semicolons
by Joe Perches
· 15 years ago
7d31acd
isdn: prevent NULL ptr Oops in capi_cmsg2str()
by Tilman Schmidt
· 15 years ago
4793d15
isdn: kerneldoc for capiutil.c
by Tilman Schmidt
· 15 years ago
4e32997
isdn: rename capi_ctr_reseted() to capi_ctr_down()
by Tilman Schmidt
· 15 years ago
b0c4f32
Fix the race between capifs remount and node creation
by Al Viro
· 15 years ago
2a32ceb
Fix races around the access to ->s_options
by Al Viro
· 15 years ago
554f200
Documentation/isdn/INTERFACE.CAPI
by Tilman Schmidt
· 16 years ago
0f043a8
proc tty: remove struct tty_operations::read_proc
by Alexey Dobriyan
· 16 years ago
dfe925e
drivers/isdn/capi: fix sparse warning: context imbalance
by Hannes Eder
· 16 years ago
d46604e
isdn: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
15b0669
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
fecc703
isdn: capi: &&/|| typos
by Roel Kluin
· 16 years ago
0e164b6
CRED: Wrap task credential accesses in the ISDN drivers
by David Howells
· 16 years ago
a9b1261
device create: misc: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
53e8631
tty: Fallout from tty-move-canon-specials
by Stephen Rothwell
· 16 years ago
4d5392c
drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_put
by Julia Lawall
· 16 years ago
Next »