summaryrefslogtreecommitdiffstats
path: root/net/irda
AgeCommit message (Expand)AuthorLines
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+2
2016-09-17irda: Free skb on irda_accept error path.phil.turnbull@oracle.com-3/+2
2016-08-19net/irda: remove pointless assignment/checkVegard Nossum-3/+0
2016-08-13net/irda: handle iriap_register_lsap() allocation failureVegard Nossum-2/+6
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+5
2016-07-25net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum-2/+5
2016-06-25net: ircomm, cleanup TIOCGSERIALJiri Slaby-8/+0
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-27/+24
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley-8/+9
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley-7/+4
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley-5/+5
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley-2/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley-1/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley-4/+4
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman-2/+1
2016-01-29irda: fix a potential use-after-free in ircomm_param_requestWANG Cong-2/+1
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley-4/+0
2016-01-28tty: Use termios c_*flag macrosPeter Hurley-15/+9
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa-0/+3
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-30/+1
2015-11-03irda: Delete an unnecessary check before the function call "irlmp_unregister_...Markus Elfring-2/+1
2015-10-21irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter-1/+1
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley-30/+1
2015-05-25irda: use msecs_to_jiffies for conversion to jiffiesNicholas Mc Guire-2/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman-1/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+3
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold-1/+3
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue-15/+14
2015-02-23irda: replace current->state by set_current_state()Fabian Frederick-3/+3
2015-01-30irda: use msecs_to_jiffies for conversionsNicholas Mc Guire-3/+5
2014-12-10irda: Convert function pointer arrays and uses to constJoe Perches-13/+15
2014-11-24new helper: memcpy_to_msg()Al Viro-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro-3/+3
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+0
2014-11-12irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches-18/+6
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches-1285/+797
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches-206/+190
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller-1/+1
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds-2/+0
2014-09-30irda: add __init to irlan_openFabian Frederick-2/+2
2014-08-13irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-5/+5
2014-07-15irda: remove unnecessary break after returnFabian Frederick-2/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-2/+3
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley-4/+2
2014-06-23trivial: net/irda/irlmp.c: Fix closing brace followed by ifRasmus Villemoes-1/+2
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle-1/+1