aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+3
2009-10-22isdn: fix possible circular locking dependencyXiaotian Feng1-3/+3
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan9-0/+9
2009-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-105/+265
2009-10-06gigaset: add kerneldoc commentsTilman Schmidt6-44/+166
2009-10-06gigaset: correct debugging output selectionTilman Schmidt1-3/+6
2009-10-06gigaset: improve error recoveryTilman Schmidt1-24/+45
2009-10-06gigaset: fix device ERROR response handlingTilman Schmidt1-8/+8
2009-10-06gigaset: announce if built with debuggingTilman Schmidt1-1/+7
2009-10-06gigaset: handle isoc frame errors more gracefullyTilman Schmidt1-11/+7
2009-10-06gigaset: linearize skbTilman Schmidt1-0/+6
2009-10-06gigaset: fix reject/hangup handlingTilman Schmidt1-0/+5
2009-10-06isdn: make capidrv module parameter "debugmode" writeableTilman Schmidt1-1/+1
2009-10-06isdn: avoid races in capidrvTilman Schmidt1-12/+13
2009-10-06isdn: accept CAPI Informational Info values as successTilman Schmidt1-1/+1
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-28isdn: fix netjet/isdnhdlc build errorsRandy Dunlap2-2/+2
2009-09-23seq_file: constify seq_operationsJames Morris1-5/+5
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar1-2/+2
2009-09-19tty: gigaset: really fix chars_in_bufferTilman Schmidt1-12/+7
2009-09-01isdn: convert to netdev_tx_tStephen Hemminger2-3/+4
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-4/+7
2009-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-08-02mISDN: Fix handling of receive buffer size in L1oIPAndreas Eversberg1-2/+2
2009-08-02mISDN: Read buffer overflowroel kluin1-1/+1
2009-07-28mISDN: Fix handling of receive buffer size in L1oIPAndreas Eversberg1-2/+2
2009-07-27mISDN: Fix wrong struct name in macro and clarificationsKarsten Keil3-17/+17
2009-07-27net: fix multiple definitions of setup_w6692Stephen Rothwell1-1/+1
2009-07-25mISDN: hfcmulti display real PCI ids for not supported cardsKarsten Keil1-3/+4
2009-07-25ISDN: ARRAY_SIZE changesKarsten Keil14-108/+59
2009-07-25drivers/isdn: Drop unnecessary NULL testJulia Lawall6-12/+0
2009-07-25mISDN: Add support for Traverse Technologies NETJet PCI cardsKarsten Keil4-0/+1224
2009-07-25mISDN: Add driver for Winbond cardsKarsten Keil4-0/+1638
2009-07-25mISDN: Add support for Speedfax+ cardsKarsten Keil5-0/+2536
2009-07-25mISDN: Driver for AVM Fritz!CARD PCIKarsten Keil3-0/+1161
2009-07-25mISDN: Add driver for Infineon ISDN chipset familyKarsten Keil6-0/+3364
2009-07-25mISDN: Make clearing B-channel a common functionKarsten Keil4-47/+16
2009-07-25ISDN: Fix isdnhdlc for one byte hdlc packetsKarsten Keil1-1/+6
2009-07-25ISDN: Add support for none reverse bitstreams to isdnhdcKarsten Keil4-41/+47
2009-07-25ISDN: Clean up isdnhdlc codeKarsten Keil1-172/+194
2009-07-25ISDN: Make isdnhdlc usable for other ISDN driversKarsten Keil8-85/+17
2009-07-20tty: fix chars_in_buffersAlan Cox1-0/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-1/+2
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy3-6/+6
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-6/+6
2009-07-02gigaset: drop pointless checkTilman Schmidt1-6/+0