summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
...
| * | isdn/avm: fix build when PCMCIA is not enabledRandy Dunlap2010-08-231-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-133-1/+6
|\| | | |/ |/|
| * isdn: mISDN: call pci_disable_device() if pci_probe() failedKulikov Vasiliy2010-08-101-1/+4
| * isdn: avm: call pci_disable_device() if pci_probe() failedKulikov Vasiliy2010-08-101-0/+1
| * isdn: avm: call pci_disable_device() if pci_probe() failedKulikov Vasiliy2010-08-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-103-7/+10
|\|
| * isdn: gigaset: use after freeDan Carpenter2010-08-081-2/+4
| * isdn: gigaset: add missing unlockDan Carpenter2010-08-081-0/+1
| * isdn: fix information leakDan Carpenter2010-08-051-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-065-126/+73Star
|\ \ | |/ |/|
| * pcmcia: do not request windows if you don't need toDominik Brodowski2010-08-031-36/+1Star
| * pcmcia: remove memreq_tDominik Brodowski2010-08-031-4/+3Star
| * pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-035-51/+42Star
| * pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-035-33/+30Star
| * pcmcia: remove cs_types.hDominik Brodowski2010-07-305-5/+0Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-059-10/+10
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2010-08-048-240/+383
| |\|
| * | fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-119-10/+10
* | | drivers: isdn: get rid of custom strtoul()Andy Shevchenko2010-07-161-60/+20Star
* | | drivers: isdn: remove custom strtoul()Andy Shevchenko2010-07-161-28/+6Star
* | | drivers: isdn: use kernel macros to convert hex digitAndy Shevchenko2010-07-162-16/+4Star
* | | isdn/hisax: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-161-42/+42
* | | mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-161-6/+3Star
* | | isdn/hardware/eicon: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID ...Peter Huewe2010-07-161-35/+34Star
* | | mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-161-25/+14Star
* | | isdn/hardware/mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID ...Peter Huewe2010-07-161-46/+46
* | | drivers/isdn: Remove unnecessary casts of private_dataJoe Perches2010-07-133-5/+5
* | | isdn: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-139-46/+48
* | | isdn: fix strlen() usageDan Carpenter2010-07-131-3/+4
* | | isdn/gigaset: remove EXPERIMENTAL tag from GIGASET_CAPITilman Schmidt2010-07-081-2/+2
* | | isdn/gigaset: fix leaks in error pathTilman Schmidt2010-07-081-0/+2
* | | isdn/gigaset: reduce syslog spamTilman Schmidt2010-07-081-8/+8
* | | isdn/gigaset: remove obsolete compile time optionsTilman Schmidt2010-07-085-18/+0Star
* | | isdn/gigaset: handle Supplementary Service ListenTilman Schmidt2010-07-081-1/+26
* | | isdn/gigaset: improve CAPI message debuggingTilman Schmidt2010-07-081-11/+16
* | | isdn/gigaset: drop debug check on isochronous writeTilman Schmidt2010-07-081-18/+0Star
* | | isdn/gigaset: ignore irrelevant device responsesTilman Schmidt2010-07-082-56/+16Star
* | | isdn/gigaset: avoid copying AT commands twiceTilman Schmidt2010-07-086-134/+85Star
* | | isdn/gigaset: adjust usb_gigaset tty write buffer limitTilman Schmidt2010-07-081-1/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-088-240/+383
|\ \ \ | | |/ | |/|
| * | ISDN: hysdn, fix potential NULL dereferenceJiri Slaby2010-06-271-1/+2
| * | isdn/gigaset: correct CAPI connection state storageTilman Schmidt2010-06-263-53/+180
| * | isdn/gigaset: encode HLC and BC togetherTilman Schmidt2010-06-263-38/+52
| * | isdn/gigaset: correct CAPI DATA_B3 Delivery ConfirmationTilman Schmidt2010-06-261-32/+51
| * | isdn/gigaset: correct CAPI voice connection encodingTilman Schmidt2010-06-261-4/+4
| * | isdn/gigaset: honor CAPI application's buffer size requestTilman Schmidt2010-06-266-112/+94Star
| |/
* | isdn: avoid calling tty_ldisc_flush() in atomic contextTilman Schmidt2010-07-061-6/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-072-5/+5
|\|
| * isdn/kcapi: return -EFAULT on copy_from_user errorsDan Carpenter2010-06-031-3/+3
| * drivers/isdn/hardware/mISDN: Use GFP_ATOMIC when a lock is heldJulia Lawall2010-06-011-2/+2