summaryrefslogtreecommitdiff
path: root/net/irda
AgeCommit message (Expand)AuthorFilesLines
2018-09-26irda: Only insert new objects into the global database via setsockoptTyler Hicks1-1/+5
2018-09-26irda: Fix memory leak caused by repeated binds of irda socketTyler Hicks1-0/+7
2017-08-30irda: do not leak initialized list.dev to userspaceColin Ian King1-1/+1
2016-08-22net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-01-16net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-12-03irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter1-1/+1
2015-03-14net: irda: fix wait_until_sent poll timeoutJohan Hovold1-1/+3
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds1-2/+0
2014-10-01irda: add __init to irlan_openFabian Frederick1-2/+2
2014-08-14irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-5/+5
2014-07-16irda: remove unnecessary break after returnFabian Frederick2-2/+0
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen2-2/+3
2014-07-11tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley1-4/+2
2014-06-24trivial: net/irda/irlmp.c: Fix closing brace followed by ifRasmus Villemoes1-1/+2
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-1/+1
2013-12-06net/irda: Fix FSF address in file headersJeff Kirsher14-42/+14
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-4/+0
2013-11-20genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-15genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+5
2013-10-20net: misc: Remove extern from function prototypesJoe Perches1-10/+5
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra1-3/+2
2013-07-20net/irda: fixed style issues in irttpDragos Foianu1-27/+23
2013-07-16net/irda: fixed style issues in irlan_ethDragos Foianu1-17/+14
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-05-20net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang1-1/+1
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-5/+4
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-6/+2
2013-04-25irda: irlmp_reasons[] can be staticWu Fengguang1-1/+1
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+11
2013-04-20irda: small read past the end of array in debug codeDan Carpenter2-2/+11
2013-04-15Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman1-0/+2
2013-04-13TTY: ircomm: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-08TTY: ircomm, use GFP_KERNEL in ircomm_open()Mathias Krause1-1/+1
2013-04-08irda: use GFP_KERNEL in irda_connect_response()Mathias Krause1-2/+1
2013-04-08irda: use GFP_KERNEL in irda_create()Mathias Krause1-1/+1
2013-04-08irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause1-0/+2
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-2/+4
2013-03-22Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman1-13/+16
2013-03-20net/irda: add missing error path release_sock callKees Cook1-2/+4
2013-03-19TTY: add tty_port_tty_hangup helperJiri Slaby1-5/+1
2013-03-06net/irda: Raise dtr in non-blocking openPeter Hurley1-2/+9
2013-03-06net/irda: Use barrier to set task statePeter Hurley1-1/+1
2013-03-06net/irda: Hold port lock while bumping blocked_openPeter Hurley1-2/+2
2013-03-06net/irda: Fix port open countsPeter Hurley1-9/+5
2013-02-27irda: small read beyond end of array in debug codeDan Carpenter1-2/+5
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-22Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-5/+5
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-2/+1