summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-09-15irda: Only insert new objects into the global database via setsockoptTyler Hicks1-1/+5
2018-09-15irda: 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
2017-02-26irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller289-1761/+2982
2016-09-17irda: Free skb on irda_accept error path.phil.turnbull@oracle.com1-3/+2
2016-08-20net/irda: remove pointless assignment/checkVegard Nossum1-3/+0
2016-08-13net/irda: handle iriap_register_lsap() allocation failureVegard Nossum1-2/+6
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1390-36869/+95839
2016-07-25net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-06-25net: ircomm, cleanup TIOCGSERIALJiri Slaby1-8/+0
2016-05-21Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds104-1174/+2528
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal156-232/+232
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley27-150/+157
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley13-64/+39
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley11-42/+53
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley10-38/+25
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley21-23/+27
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley18-37/+39
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman734-56895/+6587
2016-01-30irda: fix a potential use-after-free in ircomm_param_requestWANG Cong1-2/+1
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley7-14/+5
2016-01-28tty: Use termios c_*flag macrosPeter Hurley28-161/+113
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa6-0/+16
2015-11-05Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds82-1807/+2600
2015-11-03irda: Delete an unnecessary check before the function call "irlmp_unregister_...Markus Elfring1-2/+1
2015-10-21irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter1-1/+1
2015-10-18tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley9-142/+11
2015-05-25irda: use msecs_to_jiffies for conversion to jiffiesNicholas Mc Guire1-2/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman59-108/+109
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller307-1722/+3130
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-61/+89
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold1-1/+3
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1279-20221/+49533
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue75-442/+302
2015-02-23irda: replace current->state by set_current_state()Fabian Frederick2-3/+3
2015-01-31irda: use msecs_to_jiffies for conversionsNicholas Mc Guire1-3/+5
2014-12-10irda: Convert function pointer arrays and uses to constJoe Perches5-16/+18
2014-11-24new helper: memcpy_to_msg()Al Viro9-9/+13
2014-11-24new helper: memcpy_from_msg()Al Viro36-57/+57
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller419-2476/+3955
2014-11-13irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches6-18/+6
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches59-1930/+1244
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches42-479/+486
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller43-57/+58
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds1-2/+0
2014-09-30irda: 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 Torvalds1159-30780/+70878
2014-07-15irda: remove unnecessary break after returnFabian Frederick2-2/+0
[next]