aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/dgrp
AgeCommit message (Expand)AuthorFilesLines
2014-02-07Revert "Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.c"Gravatar Greg Kroah-Hartman 1-175/+155
2013-12-17staging: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-12-17staging: dgrp: Fix space prohibited before semicolonGravatar Masanari Iida 1-2/+2
2013-11-11Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.cGravatar Rashika Kheria 1-155/+175
2013-09-17staging: dgrp: Remove casting the return value which is a void pointerGravatar Jingoo Han 1-15/+15
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+2
2013-08-19staging: dgrp: add __init/__exit macrosGravatar navin patidar 1-9/+5
2013-07-23tty: Ensure single-threaded flip buffer consumer with mutexGravatar Peter Hurley 1-0/+2
2013-07-03drivers: avoid format string in dev_set_nameGravatar Kees Cook 1-1/+1
2013-06-08drivers: staging: dgrp: using time_is_before_jiffies() instead of open coding...Gravatar Chen Gang 1-1/+1
2013-05-13staging: for dgrp, let nd_ps_desc always NUL terminated string within MAX_DES...Gravatar Chen Gang 3-3/+3
2013-05-13staging: dgrp: Fixed warning 'space prohibited before semicolon'Gravatar Tülin İzer 1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-529/+69
2013-04-29Include missing linux/slab.h inclusionsGravatar David Howells 4-1/+4
2013-04-22staging: dgrp: info leak in dgrp_dpa_ioctl()Gravatar Dan Carpenter 1-0/+1
2013-04-09constify a bunch of struct file_operations instancesGravatar Al Viro 1-3/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 4-25/+4
2013-04-09dgrp procfs fixes, part 6: just use proc_create{,_data}Gravatar Al Viro 3-65/+4
2013-04-09dgrp procfs fixes, part 5: per-node filesGravatar Al Viro 6-129/+45
2013-04-09dgrp procfs fixes, part 4: get rid of sysctl-like machineryGravatar Al Viro 2-270/+42
2013-04-09dgrp procfs fixes, part 3: kill dead codeGravatar Al Viro 1-63/+0
2013-04-09dgrp procfs fixes, part 2Gravatar Al Viro 1-4/+1
2013-04-09dgrp procfs fixes, part 1Gravatar Al Viro 1-2/+1
2013-04-09mode_t, whack-a-mole at 11...Gravatar Al Viro 2-2/+2
2013-04-05staging: dgrp: implement error handling in dgrp_create_class_sysfs_files()Gravatar Alexey Khoroshilov 3-7/+31
2013-03-14staging: dgrp: cleanup sparse warningsGravatar Nathan Zimmer 5-6/+8
2013-03-11staging: dgrp: Drop unnecessary typecastGravatar Guenter Roeck 1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-7/+9
2013-02-13pps: Move timestamp read into PPS code properGravatar George Spelvin 2-0/+2
2013-02-13staging: dgrp: remove redundant NULL check before unregister_dgrp_device().Gravatar Cyril Roelandt 1-6/+3
2013-02-08staging: dgrp: prefix function names with dgrp_ in dgrp_specproc.cGravatar Tommi Rantala 1-32/+34
2013-02-08staging: dgrp: use correct release op for /proc/dgrp/infoGravatar Tommi Rantala 1-1/+1
2013-01-22staging: dgrp: check for a valid proc dir entry pointerGravatar Devendra Naga 1-1/+3
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYGravatar Joe Millenbach 1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-2/+2
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-1/+1
2013-01-15TTY: convert more flipping functionsGravatar Jiri Slaby 1-1/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portGravatar Jiri Slaby 1-2/+2
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 6-99/+25
2012-11-26staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user()Gravatar Kumar Amit Mehta 1-14/+8
2012-11-26staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp dr...Gravatar Kumar Amit Mehta 1-7/+0
2012-11-21staging: dgrp: Fix typo in dgrp driverGravatar Masanari Iida 2-6/+6
2012-11-15TTY: call tty_port_destroy in the rest of driversGravatar Jiri Slaby 2-1/+5
2012-11-14staging: dgrp: remove TIOCGSOFTCAR and TIOCSSOFTCAR handlingGravatar Bill Pemberton 1-15/+0
2012-10-29staging: dgrp: fix potential NULL defereference issueGravatar Yuanhan Liu 1-1/+1
2012-10-29Merge 3.7-rc3 into staging-nextGravatar Greg Kroah-Hartman 3-0/+18
2012-10-25staging: dgrp: remove rawreadok module optionGravatar Bill Pemberton 4-25/+0
2012-10-25staging: dgrp: remove use of real_raw and read_cnt in dgrp_inputGravatar Bill Pemberton 1-59/+8