summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-0918-39/+15
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-0718-39/+15
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-0411-14/+14
| | * Kconfig: Remove useless and sometimes wrong commentsMichael Roth2009-11-096-24/+0
| | * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-055-135/+45
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-055-135/+45
| |\ \
| | * | pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-285-7/+0
| | * | pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski2009-11-281-1/+1
| | * | pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm2009-11-281-1/+1
| | * | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (isdn)Dominik Brodowski2009-11-095-126/+43
* | | | drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second...Joe Perches2009-11-195-6/+6
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-189-0/+9
|\ \ \ \ | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-182-190/+164
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-099-27/+30
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-291-3/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-119-0/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-089-105/+265
| |\ \ \ \
* | \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-172-190/+164
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme...David S. Miller2009-11-151-189/+163
| * | | | | mISDN: fix error return in HFCmulti_init()Roel Kluin2009-11-151-1/+1
| | |_|_|/ | |/| | |
* | | | | speedfax: declare MODULE_FIRMWAREBen Hutchings2009-11-101-0/+1
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-081-11/+11
|\ \ \ \ \ | |/ / / /
| * | | | hisax: remove bad udelay call to fix build error on ARMMartin Michlmayr2009-11-061-11/+11
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-068-16/+19
|\ \ \ \ \ | |/ / / /
| * | | | isdn: hfc_usb: Fix read buffer overflowRoel Kluin2009-11-041-2/+2
| * | | | isdn: hisax: Fix test in waitforxfwRoel Kluin2009-11-042-2/+2
| * | | | isdn: eicon: Return on errorJiri Slaby2009-11-041-2/+3
| * | | | isdn: eicon: Use offsetofJiri Slaby2009-11-041-9/+9
| * | | | misdn: Fix reversed 'if' in st_own_ctrlDan Carpenter2009-11-041-1/+1
| * | | | isdn: hisax: Fix lock imbalance.Jiri Slaby2009-11-042-0/+2
| | |_|/ | |/| |
* | | | net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+1
* | | | gigaset: convert strcmp chain to table lookupTilman Schmidt2009-10-292-23/+25
* | | | gigaset: checkpatch cleanup of ev-layer.cTilman Schmidt2009-10-291-247/+231
* | | | bas_gigaset: checkpatch cleanupTilman Schmidt2009-10-292-82/+93
* | | | ser_gigaset: checkpatch cleanupTilman Schmidt2009-10-291-19/+37
* | | | gigaset: checkpatch cleanupTilman Schmidt2009-10-295-89/+74
* | | | usb_gigaset: code cleanupTilman Schmidt2009-10-294-331/+358
* | | | gigaset: fix bad assumptions about CAPI skbuffsTilman Schmidt2009-10-295-50/+70
* | | | gigaset: fix format string typo in CAPI dial commandTilman Schmidt2009-10-291-1/+1
* | | | gigaset: CAPI module readability improvementsTilman Schmidt2009-10-291-63/+81
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-3/+3
|\ \ \ \ | |/ / /
| * | | isdn: fix possible circular locking dependencyXiaotian Feng2009-10-221-3/+3
| | |/ | |/|
* | | net: mark net_proto_ops as constStephen Hemminger2009-10-071-2/+1
* | | gigaset: add Kernel CAPI interface (v3)Tilman Schmidt2009-10-066-16/+2335
* | | gigaset: allow building without I4LTilman Schmidt2009-10-063-2/+83
* | | gigaset: prepare for CAPI implementationTilman Schmidt2009-10-067-425/+492
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-069-105/+265
|\ \ \ | |/ / | | / | |/ |/|
| * gigaset: add kerneldoc commentsTilman Schmidt2009-10-066-44/+166
| * gigaset: correct debugging output selectionTilman Schmidt2009-10-061-3/+6
OpenPOWER on IntegriCloud