summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l
Commit message (Expand)AuthorAgeFilesLines
* Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme...David S. Miller2009-11-161-189/+163Star
* isdn: fix possible circular locking dependencyXiaotian Feng2009-10-231-3/+3
* isdn: fix netjet/isdnhdlc build errorsRandy Dunlap2009-09-281-2/+1Star
* trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-211-2/+2
* isdn: convert to netdev_tx_tStephen Hemminger2009-09-011-2/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-131-0/+1
|\
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* | ISDN: Fix isdnhdlc for one byte hdlc packetsKarsten Keil2009-07-251-1/+6
* | ISDN: Add support for none reverse bitstreams to isdnhdcKarsten Keil2009-07-251-35/+35
* | ISDN: Clean up isdnhdlc codeKarsten Keil2009-07-251-172/+194
* | ISDN: Make isdnhdlc usable for other ISDN driversKarsten Keil2009-07-253-0/+615
* | net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-062-5/+5
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-6/+6
|/
* net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy2009-06-171-1/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-3/+3
* drivers/isdn/i4l/isdn_tty.c: fix check for array overindexingRoel Kluin2009-06-111-1/+1
* gigaset: move up Kconfig inclusion pointTilman Schmidt2009-05-181-2/+0Star
* isdn: Fix missing ifdef in isdn_pppDaniele Venzano2009-01-261-0/+2
* i4l: minor cleanupsPaul Bolle2009-01-141-5/+0Star
* i4l: do not print a warning when shutting down an i4l ppp interfacePaul Bolle2009-01-141-1/+3
* I4l: convert to net_device_opsStephen Hemminger2009-01-081-24/+45
* isdn: Kill directly reference of netdev->privWang Chen2008-12-044-53/+61
* isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixesHarvey Harrison2008-11-202-13/+13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-191-2/+2
|\
| * isdn: remove extra byteswap in isdn_net_ciscohdlck_slarp_send_replyHarvey Harrison2008-11-171-2/+4
* | isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlinesHarvey Harrison2008-11-142-88/+46Star
* | net: easy removals of HIPQUAD using %pI4 formatHarvey Harrison2008-10-301-20/+14Star
|/
* isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.David S. Miller2008-09-221-163/+189
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-2/+5
|\
| * Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-1/+3
| |\
| | * drivers/isdn/i4l/isdn_common.c fix small resource leakDarren Jenkins2008-07-121-1/+3
| * | isdn: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-1/+2
| |/
* | pkt_sched: Add qdisc_reset_all_tx().David S. Miller2008-07-091-1/+1
* | netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-091-1/+1
|/
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-3/+1Star
* isdn_tty: Prepare for BKL push downAlan Cox2008-04-301-18/+8Star
* isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-284-23/+23
* [ISDN]: Do not validate ISDN net device address prior to interface-upPaul Bolle2008-04-141-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-122-3/+3
|\
| * isdn: replace __inline with inlineHarvey Harrison2008-03-062-3/+3
* | drivers/isdn: correct use of ! and &Julia Lawall2008-03-051-1/+2
|/
* drivers/isdn/i4l/isdn_tty.c: remove write_semDaniel Walker2008-02-061-1/+0Star
* fix ! versus & precedence in various placesAlexey Dobriyan2008-02-061-1/+1
* [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: avoid copying overly-long stringsKarsten Keil2007-11-271-4/+4
* use mutex instead of semaphore in isdn subsystem common functionsMatthias Kaehlcke2007-10-161-13/+13
* [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