summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l
Commit message (Expand)AuthorAgeFilesLines
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-262-3/+6
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-2/+3
* [SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-262-3/+3
* Various typo fixes.Robert P. J. Day2007-02-171-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-111-1/+0Star
* [PATCH] Call init_timer() for ISDN PPP CCP reset state timerMarcel Holtmann2006-12-221-0/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-133-5/+5
* [PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan2006-12-085-25/+11Star
* [PATCH] ISDN: Avoid a potential NULL ptr deref in ipppJesper Juhl2006-12-081-0/+5
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-1/+1
* [PATCH] struct path: convert isdnJosef Sipek2006-12-082-4/+4
* WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+3
* [PATCH] ISDN: fix drivers, by handling errors thrown by ->readstat()Jeff Garzik2006-10-171-3/+6
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [IPV4]: annotate struct in_ifaddrAl Viro2006-09-291-2/+2
* [PATCH] Cleanup SLHC configurationRalf Baechle2006-07-191-0/+1
* [PATCH] isdn: cleanup i_rdev udageEric Sesterhenn2006-07-102-7/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-305-5/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-2/+1Star
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-1/+1
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0Star
* | [PATCH] i4l:add some checks for valid drvid and driver pointerKarsten Keil2006-06-291-1/+17
* | [PATCH] SKB leak in drivers/isdn/i4l/isdn_x25iface.cEric Sesterhenn2006-06-291-1/+3
* | [PATCH] i4l fix DLE masking in isdn_tty_try_readKarsten Keil2006-06-281-1/+1
* | [PATCH] fix processing of the last byte in isdn_readbchan_tty()Karsten Keil2006-06-261-1/+1
|/
* [PATCH] ISDN: correctly handle isdn_writebuf_stub() errorsJesper Juhl2006-06-231-4/+4
* [PATCH] Overrun in isdn_tty.cEric Sesterhenn2006-05-211-1/+1
* [ISDN]: Static overruns in drivers/isdn/i4l/isdn_ppp.cEric Sesterhenn2006-04-121-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-261-4/+2Star
|\
| * BUG_ON() Conversion in drivers/isdnEric Sesterhenn2006-03-261-4/+2Star
* | [PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and MakefilesHansjoerg Lipp2006-03-261-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-251-1/+1
|\
| * fix typos "wich" -> "which"Uwe Zeisberger2006-03-241-1/+1
* | [PATCH] i4l/isdn_tty.c: fix a check-after-useAdrian Bunk2006-03-251-1/+4
* | [PATCH] ISDN: fix copy_to_user() unused result warning in isdn_pppJesper Juhl2006-03-251-1/+2
|/
* [PATCH] i4l: fix refcounting problem with ttyIx devicesKarsten Keil2006-03-071-0/+1
* [PATCH] Fix NULL pointer dereference in isdn_tty_at_coutKarsten Keil2006-02-151-2/+2
* [PATCH] TTY layer buffering revampAlan Cox2006-01-103-39/+149
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0Star
* [PATCH] kfree cleanup: drivers/isdnJesper Juhl2005-11-072-30/+15Star
* [PATCH] isdn: fix-up schedule_timeout() usageNishanth Aravamudan2005-11-071-2/+1Star
* [PATCH] vfree and kfree cleanup in drivers/Jesper Juhl2005-09-102-10/+7Star
* [PATCH] isdn_v110 warning fixJesper Juhl2005-09-081-2/+2
* [NET]: Remove explicit initializations of skb->input_devDavid S. Miller2005-08-302-2/+0Star
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-081-2/+2
* [PATCH] drivers/isdn/i4l/: possible cleanupsAdrian Bunk2005-06-2611-57/+34Star