summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgrp
Commit message (Expand)AuthorAgeFilesLines
* drivers/staging/dgrp:dgrp_tty.c: Fix line over 80 characters.Aybuke Ozdemir2014-03-181-7/+14
* /dgrp: Fixed warning by adding fallthrough commentAndreea-Cristina Bernat2014-03-111-0/+1
* /drivers/staging/dgrp: Fixed warning unchecked sscanf return valueAndreea-Cristina Bernat2014-03-111-1/+3
* Revert "Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.c"Greg Kroah-Hartman2014-02-071-175/+155Star
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0Star
* staging: dgrp: Fix space prohibited before semicolonMasanari Iida2013-12-171-2/+2
* Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.cRashika Kheria2013-11-121-155/+175
* staging: dgrp: Remove casting the return value which is a void pointerJingoo Han2013-09-171-15/+15
* Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-031-0/+2
|\
| * tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley2013-07-241-0/+2
* | staging: dgrp: add __init/__exit macrosnavin patidar2013-08-201-9/+5Star
|/
* drivers: avoid format string in dev_set_nameKees Cook2013-07-041-1/+1
* drivers: staging: dgrp: using time_is_before_jiffies() instead of open coding...Chen Gang2013-06-091-1/+1
* staging: for dgrp, let nd_ps_desc always NUL terminated string within MAX_DES...Chen Gang2013-05-143-3/+3
* staging: dgrp: Fixed warning 'space prohibited before semicolon'Tülin İzer2013-05-131-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-027-529/+69Star
|\
| * Include missing linux/slab.h inclusionsDavid Howells2013-04-294-1/+4
| * constify a bunch of struct file_operations instancesAl Viro2013-04-091-3/+3
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-094-25/+4Star
| * dgrp procfs fixes, part 6: just use proc_create{,_data}Al Viro2013-04-093-65/+4Star
| * dgrp procfs fixes, part 5: per-node filesAl Viro2013-04-096-129/+45Star
| * dgrp procfs fixes, part 4: get rid of sysctl-like machineryAl Viro2013-04-092-270/+42Star
| * dgrp procfs fixes, part 3: kill dead codeAl Viro2013-04-091-63/+0Star
| * dgrp procfs fixes, part 2Al Viro2013-04-091-4/+1Star
| * dgrp procfs fixes, part 1Al Viro2013-04-091-2/+1Star
| * mode_t, whack-a-mole at 11...Al Viro2013-04-092-2/+2
* | staging: dgrp: info leak in dgrp_dpa_ioctl()Dan Carpenter2013-04-221-0/+1
* | staging: dgrp: implement error handling in dgrp_create_class_sysfs_files()Alexey Khoroshilov2013-04-053-7/+31
* | staging: dgrp: cleanup sparse warningsNathan Zimmer2013-03-145-6/+8
* | staging: dgrp: Drop unnecessary typecastGuenter Roeck2013-03-111-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-231-2/+2
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-213-7/+9
|\ \
| * | pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-132-0/+2
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-1/+1
| * | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-2/+2
| * | TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-1/+1
| * | TTY: convert more flipping functionsJiri Slaby2013-01-161-1/+1
| * | TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-161-2/+2
| |/
* | staging: dgrp: remove redundant NULL check before unregister_dgrp_device().Cyril Roelandt2013-02-131-6/+3Star
* | staging: dgrp: prefix function names with dgrp_ in dgrp_specproc.cTommi Rantala2013-02-081-32/+34
* | staging: dgrp: use correct release op for /proc/dgrp/infoTommi Rantala2013-02-081-1/+1
* | staging: dgrp: check for a valid proc dir entry pointerDevendra Naga2013-01-221-1/+3
|/
* Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-116-99/+25Star
|\
| * staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user()Kumar Amit Mehta2012-11-271-14/+8Star
| * staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp dr...Kumar Amit Mehta2012-11-271-7/+0Star
| * staging: dgrp: Fix typo in dgrp driverMasanari Iida2012-11-212-6/+6
| * TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-162-1/+5
| * staging: dgrp: remove rawreadok module optionBill Pemberton2012-10-254-25/+0Star
| * staging: dgrp: remove use of real_raw and read_cnt in dgrp_inputBill Pemberton2012-10-251-59/+8Star