Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
[safe/jmp/linux-2.6] / drivers / isdn / capi /
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-17 Jan KiszkaCAPI: Remove experimental tag from middleware feature
2010-02-17 Jan KiszkaCAPI: Schedule capifs for removal
2010-02-17 Jan KiszkaCAPI: Drop special controller lookup from capi20_put_me...
2010-02-17 Jan KiszkaCAPI: Drop return value of handle_minor_send
2010-02-17 Jan KiszkaCAPI: Clean up capiminor_*_ack
2010-02-17 Jan KiszkaCAPI: Fix locking around capiminor's output queue and...
2010-02-17 Jan KiszkaCAPI: Drop capiminor's unused inbytes counter
2010-02-17 Jan KiszkaCAPI: Use atomics for capiminor's datahandle and msgid
2010-02-17 Jan KiszkaCAPI: Rename datahandle_queue -> ackqueue_entry
2010-02-17 Jan KiszkaCAPI: Rework capiminor RX handler
2010-02-17 Jan KiszkaCAPI: Drop handle_minor_recv from capinc_tty_write
2010-02-17 Jan KiszkaCAPI: Drop atomic ttyopencount
2010-02-17 Jan KiszkaCAPI: Clean up capiminors_lock
2010-02-17 Jan KiszkaCAPI: Drop obsolete nccip from capiminor struct
2010-02-17 Jan KiszkaCAPI: Issue synchronous hangup on capincci_free_minor
2010-02-17 Jan KiszkaCAPI: Drop remaining NULL checks on tty->driver_data
2010-02-17 Jan KiszkaCAPI: Use tty_port to keep track of capiminor's tty
2010-02-17 Jan KiszkaCAPI: Establish install/cleanup handlers for capiminor...
2010-02-17 Jan KiszkaCAPI: Use kref on capiminor
2010-02-17 Jan KiszkaCAPI: Use dynamic major for NCCI TTYs by default
2010-02-17 Jan KiszkaCAPI: Dynamically register minor devices
2010-02-17 Jan KiszkaCAPI: Clean up capinc_tty_init/exit
2010-02-17 Jan KiszkaCAPI: Switch capiminor list to array
2010-02-17 Jan KiszkaCAPI: Switch NCCI list to standard doubly linked list
2010-02-17 Jan KiszkaCAPI: Fix racy capi_read
2010-02-17 Jan KiszkaCAPI: Use non-atomic allocation during NCCI setup
2010-02-17 Jan KiszkaCAPI: Rework locking of capidev members
2010-02-17 Jan KiszkaCAPI: Clean up capi_open/release
2010-02-17 Jan KiszkaCAPI: Convert capidev_list_lock into a mutex
2010-02-17 Jan KiszkaCAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWARE
2010-02-17 Jan KiszkaCAPI: Rework application locking
2010-02-17 Jan KiszkaCAPI: Rework locking of controller data structures
2010-02-17 Jan KiszkaCAPI: Rework controller state notifier
2010-02-17 Jan KiszkaCAPI: Rework capi_ctr_ready/down
2010-02-17 Jan KiszkaCAPI: Convert capi drivers rwlock into mutex
2010-02-17 Jan KiszkaCAPI: Call a controller 'controller', not 'card'
2010-02-17 Jan KiszkaCAPI: Reduce chattiness during module loading/removal
2010-02-17 Jan KiszkaCAPI: Pin capifs instead of mounting it
2010-02-17 Jan KiszkaCAPI: Eliminate capifs_root variable
2010-02-17 Jan KiszkaCAPI: Sanitize capifs API
2010-02-17 Jan KiszkaCAPI: Fix leaks in capifs_new_ncci
2010-01-14 Alexey Dobriyanproc_fops: convert drivers/isdn/ to seq_file
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-09 Michael RothKconfig: Remove useless and sometimes wrong comments
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-10-07 Tilman Schmidtisdn: make capidrv module parameter "debugmode" writeable
2009-10-07 Tilman Schmidtisdn: avoid races in capidrv
2009-10-07 Tilman Schmidtisdn: accept CAPI Informational Info values as success
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-06-08 Tilman Schmidtisdn: prevent NULL ptr Oops in capi_cmsg2str()
2009-06-08 Tilman Schmidtisdn: kerneldoc for capiutil.c
2009-06-08 Tilman Schmidtisdn: rename capi_ctr_reseted() to capi_ctr_down()
2009-05-09 Al ViroFix the race between capifs remount and node creation
2009-05-09 Al ViroFix races around the access to ->s_options
2009-04-27 Tilman SchmidtDocumentation/isdn/INTERFACE.CAPI
2009-04-01 Alexey Dobriyanproc tty: remove struct tty_operations::read_proc
2009-02-27 Hannes Ederdrivers/isdn/capi: fix sparse warning: context imbalance
2009-02-27 Wei Yongjunisdn: remove some pointless conditionals before kfree_skb()
2009-01-06 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2009-01-05 Roel Kluinisdn: capi: &&/|| typos
2008-11-13 David HowellsCRED: Wrap task credential accesses in the ISDN drivers
2008-10-16 Greg Kroah-Hartmandevice create: misc: convert device_create_drvdata...
2008-10-13 Stephen Rothwelltty: Fallout from tty-move-canon-specials
2008-09-23 Julia Lawalldrivers/isdn/capi/kcapi.c: Adjust error handling code...
2008-07-22 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2008-07-22 Alan Coxtty: rework break handling
2008-07-22 Greg Kroah-Hartmandevice create: isdn: convert device_create to device_cr...
2008-07-21 Alan Coxtty: Ldisc revamp
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-06-20 Jonathan CorbetCAPI: BKL pushdown
2008-05-15 Marcin Slusarzisdn/capi: Return proper errnos on module init.
2008-04-30 Alan Coxisdn: switch to int put_char method
2008-04-29 Denis V. Lunevisdn: use non-racy method for proc entries creation
2008-04-28 Robert P. J. Dayisdn: rename CONFIG_AVMB1_COMPAT to not look like a...
2008-04-28 Cyrill Gorcunovcapifs: fix memory leak on remount
2008-04-28 Harvey Harrisonisdn: replace remaining __FUNCTION__ occurrences
2008-04-28 Harvey Harrisoncapi: fix sparse warnings using integer as NULL pointer
2008-02-08 Miklos Szeredimount options: fix capifs
2008-01-25 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2008-01-25 Karsten Keilfix oops on rmmod capidrv
2008-01-25 Tony JonesISDN: Convert from class_device to device for ISDN...
2007-10-29 Jeff Garzik[ISDN] capidrv: address two longstanding warnings
2007-10-16 Jesper Juhlisdn: guard against a potential NULL pointer dereferenc...
2007-10-16 Jesper Juhlfix possible NULL deref on low memory condition in...
2007-07-17 Andrew Mortonisdn/capi warning fixes
2007-07-17 Jan EngelhardtUse menuconfig objects: ISDN: CONFIG_ISDN_CAPI
2007-07-17 Pavel EmelianovMake ISDN CAPI use seq_list_xxx helpers
2007-07-17 Matthias KaehlckeUse mutex instead of semaphore in CAPI 2.0 driver
2007-05-09 Matt LaPlantemisc doc and kconfig typos
2007-05-08 Matthias Kaehlckeuse mutex instead of semaphore in CAPI 2.0 interface
2007-05-08 Adrian Bunkmake drivers/isdn/capi/capiutil.c:cdebbuf_alloc() static
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-03-01 Karsten Keil[PATCH] Fix buffer overflow and races in capi debug...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 3
next