summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* drivers/isdn/: Spelling fixesJoe Perches2008-02-032-2/+2
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-032-2/+2
* Typoes: "whith" -> "with"Robert P. J. Day2008-02-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-252-9/+3Star
|\
| * driver core: Make the dev_*() family of macros in device.h completeEmil Medve2008-01-251-6/+0Star
| * ISDN: Convert from class_device to device for ISDN capiTony Jones2008-01-251-3/+3
* | fix oops on rmmod capidrvKarsten Keil2008-01-251-4/+5
|/
* [ISDN]: i4l: Fix DLE handling for i4l-audioMatthias Goebl2008-01-042-0/+5
* [ISDN] i4l: 'NO CARRIER' message lost after ldisc flushMatthias Goebl2008-01-041-0/+5
* I4L: fix isdn_ioctl memory overrun vulnerabilityKarsten Keil2007-12-031-1/+4
* isdn: bootup crash fixIngo Molnar2007-11-291-2/+1Star
* isdn: avoid copying overly-long stringsKarsten Keil2007-11-271-4/+4
* [ISDN] sc: Really, really fix warningFrank Lichtenheld2007-11-151-1/+1
* [ISDN] sc: Fix sndpkt to have the correct number of argumentsFrank Lichtenheld2007-11-152-2/+2
* i4l: errors with assignments in ifRoel Kluin2007-11-061-1/+1
* PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik2007-11-057-22/+25
* [ISDN] capidrv: address two longstanding warningsJeff Garzik2007-10-291-2/+23
* ISDN/sc: fix longstanding warningJeff Garzik2007-10-241-5/+4Star
* isdn/sc: irq handler cleanJeff Garzik2007-10-242-16/+4Star
* isdn/act2000: fix major bug. clean irq handler.Jeff Garzik2007-10-241-4/+8
* Spelling fix: explicitlyJean Delvare2007-10-192-3/+3
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-197-17/+17
* isdn/sc: remove unused REQUEST_IRQ and unnecessary header fileFernando Luis Vázquez Cao2007-10-193-21/+1Star
* isdn: fix random hard freeze with AVM T1 cardsKarsten Keil2007-10-191-16/+12Star
* isdn: fix random hard freeze with AVM cards using b1dmaKarsten Keil2007-10-191-9/+19
* isdn: fix random hard freeze with AVM c4 card part 2Karsten Keil2007-10-191-0/+2
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+2
* i4l: Fix random hard freeze with AVM c4 cardKarsten Keil2007-10-181-3/+11
* i4l: fix random freezes with AVM B1 driversKarsten Keil2007-10-181-15/+13Star
* isdn: guard against a potential NULL pointer dereference in old_capi_manufact...Jesper Juhl2007-10-161-0/+2
* fix possible NULL deref on low memory condition in capidrv.c::send_message()Jesper Juhl2007-10-161-0/+5
* use mutex instead of semaphore in isdn subsystem common functionsMatthias Kaehlcke2007-10-161-13/+13
* gigaset: remove pointless lockingTilman Schmidt2007-10-164-32/+4Star
* [ISDN]: Fix compile with CONFIG_ISDN_X25 disabled.Denis V. Lunev2007-10-151-1/+1
* [ISDN]: Remove local copy of device name to make sure renames work.Karsten Keil2007-10-152-68/+85
* hisax: hfc_usb: update to current CVS versionMartin Bachem2007-10-141-30/+33
* more trivial signedness fixes in driversAl Viro2007-10-142-2/+3
* long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-142-2/+2
* fallout from elsa setup splitAl Viro2007-10-131-1/+1
* Merge branch 'isdn-cleanups' of master.kernel.org:/pub/scm/linux/kernel/git/j...Linus Torvalds2007-10-137-662/+868
|\
| * [ISDN] HiSax diva: split setup into three smaller functionsJeff Garzik2007-10-121-219/+294
| * [ISDN] HiSax sedlbauer: move ISAPNP and PCI code into functions of their ownJeff Garzik2007-10-121-119/+157
| * [ISDN] HiSax elsa: split huge setup function into four smaller functionsJeff Garzik2007-10-121-216/+278
| * [ISDN] HiSax avm_pci: split setup into three smaller functionsJeff Garzik2007-10-121-88/+136
| * [ISDN] Remove CONFIG_PCI ifdefs from 100% PCI source codeJeff Garzik2007-10-123-20/+3Star
* | [ISDN] hysdn: convert to PCI hotplug APIJeff Garzik2007-10-121-144/+130Star
|/
* [ISDN]: Change I4L to use alloc_netdev().Karsten Keil2007-10-112-84/+91
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-69/+36Star
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-113-7/+10
* ISDN: Fix data access out of array boundsKarsten Keil2007-10-081-2/+3