summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression.Cosmin-Gabriel Samoila2016-03-271-5/+10
* isdn: Use ktime_t instead of 'struct timeval'Tina Ruchandani2016-03-201-40/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-194-48/+29
|\
| * mISDN: Support DR6 indication in mISDNipac driverMaciej S. Szmigiero2016-03-142-0/+3
| * mISDN: Order IPAC register definesMaciej S. Szmigiero2016-03-141-20/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-232-9/+2
| |\
| * | isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestampsAlison Schofield2016-02-182-28/+6
* | | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-1727-9055/+0
|\ \ \
| * | | isdn: i4l: move active-isdn drivers to stagingArnd Bergmann2016-03-0527-9055/+0
| * | | isdn: icn: remove a #warningArnd Bergmann2016-03-051-1/+1
| | |/ | |/|
* | | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-171-6/+6
|\ \ \ | |/ / |/| |
| * | isdn: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-6/+6
| |/
* | ser_gigaset: use container_of() instead of detourPaul Bolle2016-02-191-8/+1
* | mISDN: prevent possible NULL pointer dereferenceAnton Protopopov2016-02-181-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-111-1/+1
|\
| * isdn: act200: fix MODULE_PARM_DESC() typoDan Carpenter2016-01-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-172-16/+14
|\ \ | |/
| * ser_gigaset: remove unnecessary kfree() calls from release methodTilman Schmidt2015-12-151-5/+0
| * ser_gigaset: fix deallocation of platform device structureTilman Schmidt2015-12-151-3/+7
| * ser_gigaset: turn nonsense checks into WARN_ONAlan Cox2015-12-151-5/+5
| * ser_gigaset: fix up NULL checksTilman Schmidt2015-12-151-3/+3
| * mISDN: fix a loop countDan Carpenter2015-12-151-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-034-6/+6
|\ \ | |/
| * isdn: Partially revert debug format string usage clean upChristoph Biedl2015-11-254-6/+6
* | isdn: remove spellcaster driverArnd Bergmann2015-12-0118-3136/+0
|/
* Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-041-1/+1
|\
| * tty: Remove tty_wait_until_sent_from_close()Peter Hurley2015-10-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-4/+8
|\ \
| * | ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings2015-11-021-6/+4
| * | isdn_ppp: Add checks for allocation failure in isdn_ppp_open()Ben Hutchings2015-11-021-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-242-46/+28
|\ \ \ | |/ /
| * | mISDN: fix OOM condition for sending queued I-FramesKarsten Keil2015-10-221-34/+20
| * | ISDN: fix OOM condition for sending queued I-FramesKarsten Keil2015-10-221-12/+8
| |/
* | mISDN: use kstrdup() in dsp_pipeline_buildGeliang Tang2015-10-131-10/+2
* | isdn: hisax: fix frame calculationAndrzej Hajda2015-09-221-5/+5
|/
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\
| * arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-17/+5
|\ \
| * | isdn: Remove reverse_bits(), use revbit8()yalin wang2015-08-101-17/+5
| |/
* | treewide: Fix typo in printkMasanari Iida2015-08-071-1/+1
|/
* isdn/gigaset: drop unused ldisc methodsTilman Schmidt2015-07-151-24/+0
* isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt2015-07-151-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-244-13/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-2/+2
| |\
| | * isdn: disable HiSax NetJet driver on microblaze archNicolai Stange2015-06-211-2/+2
| * | isdn/hisax: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar2015-06-071-2/+2
| * | isdn/capi: Use setup_timerVaishali Thakkar2015-05-311-3/+1
| * | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-6/+6
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\ \ | |/ |/|
| * isdn: fix grammar in commentGeert Uytterhoeven2015-05-261-1/+1
OpenPOWER on IntegriCloud