aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-22isdn: fix possible circular locking dependencyXiaotian Feng1-3/+3
2009-09-28isdn: fix netjet/isdnhdlc build errorsRandy Dunlap1-2/+1
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar1-2/+2
2009-09-01isdn: convert to netdev_tx_tStephen Hemminger1-2/+3
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-07-25ISDN: Fix isdnhdlc for one byte hdlc packetsKarsten Keil1-1/+6
2009-07-25ISDN: Add support for none reverse bitstreams to isdnhdcKarsten Keil1-35/+35
2009-07-25ISDN: Clean up isdnhdlc codeKarsten Keil1-172/+194
2009-07-25ISDN: Make isdnhdlc usable for other ISDN driversKarsten Keil3-0/+615
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2-5/+5
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-6/+6
2009-06-17net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-3/+3
2009-06-11drivers/isdn/i4l/isdn_tty.c: fix check for array overindexingRoel Kluin1-1/+1
2009-05-17gigaset: move up Kconfig inclusion pointTilman Schmidt1-2/+0
2009-01-26isdn: Fix missing ifdef in isdn_pppDaniele Venzano1-0/+2
2009-01-14i4l: minor cleanupsPaul Bolle1-5/+0
2009-01-14i4l: do not print a warning when shutting down an i4l ppp interfacePaul Bolle1-1/+3
2009-01-07I4l: convert to net_device_opsStephen Hemminger1-24/+45
2008-12-03isdn: Kill directly reference of netdev->privWang Chen4-53/+61
2008-11-20isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixesHarvey Harrison2-13/+13
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-11-16isdn: remove extra byteswap in isdn_net_ciscohdlck_slarp_send_replyHarvey Harrison1-2/+4
2008-11-13isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlinesHarvey Harrison2-88/+46
2008-10-29net: easy removals of HIPQUAD using %pI4 formatHarvey Harrison1-20/+14
2008-09-22isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.David S. Miller1-163/+189
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-2/+5
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-1/+3
2008-07-12drivers/isdn/i4l/isdn_common.c fix small resource leakDarren Jenkins1-1/+3
2008-07-08pkt_sched: Add qdisc_reset_all_tx().David S. Miller1-1/+1
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller1-1/+1
2008-06-20isdn: cdev lock_kernel() pushdownJonathan Corbet1-1/+2
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-3/+1
2008-04-30isdn_tty: Prepare for BKL push downAlan Cox1-18/+8
2008-04-28isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-23/+23
2008-04-13[ISDN]: Do not validate ISDN net device address prior to interface-upPaul Bolle1-0/+1
2008-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+3
2008-03-05isdn: replace __inline with inlineHarvey Harrison2-3/+3
2008-03-04drivers/isdn: correct use of ! and &Julia Lawall1-1/+2
2008-02-06drivers/isdn/i4l/isdn_tty.c: remove write_semDaniel Walker1-1/+0
2008-02-06fix ! versus & precedence in various placesAlexey Dobriyan1-1/+1
2008-01-04[ISDN]: i4l: Fix DLE handling for i4l-audioMatthias Goebl2-0/+5
2008-01-04[ISDN] i4l: 'NO CARRIER' message lost after ldisc flushMatthias Goebl1-0/+5
2007-12-03I4L: fix isdn_ioctl memory overrun vulnerabilityKarsten Keil1-1/+4
2007-11-26isdn: avoid copying overly-long stringsKarsten Keil1-4/+4
2007-10-16use mutex instead of semaphore in isdn subsystem common functionsMatthias Kaehlcke1-13/+13
2007-10-15[ISDN]: Fix compile with CONFIG_ISDN_X25 disabled.Denis V. Lunev1-1/+1
2007-10-15[ISDN]: Remove local copy of device name to make sure renames work.Karsten Keil2-68/+85
2007-10-10[ISDN]: Change I4L to use alloc_netdev().Karsten Keil2-84/+91