summaryrefslogtreecommitdiffstats
path: root/net/irda
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-3/+2
|\
| * irda: Free skb on irda_accept error path.phil.turnbull@oracle.com2016-09-171-3/+2
* | net/irda: remove pointless assignment/checkVegard Nossum2016-08-191-3/+0
|/
* net/irda: handle iriap_register_lsap() allocation failureVegard Nossum2016-08-131-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-2/+5
|\
| * net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-07-251-2/+5
* | net: ircomm, cleanup TIOCGSERIALJiri Slaby2016-06-251-8/+0
|/
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-203-27/+24
|\
| * tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-302-8/+9
| * tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-303-7/+4
| * tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-5/+5
| * tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-2/+1
| * tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
| * tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-302-4/+4
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
|/
* Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2016-02-141-2/+1
|\
| * irda: fix a potential use-after-free in ircomm_param_requestWANG Cong2016-01-291-2/+1
* | tty: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-4/+0
* | tty: Use termios c_*flag macrosPeter Hurley2016-01-282-15/+9
|/
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-041-30/+1
|\
| * tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-171-30/+1
* | irda: Delete an unnecessary check before the function call "irlmp_unregister_...Markus Elfring2015-11-031-2/+1
* | irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter2015-10-211-1/+1
|/
* irda: use msecs_to_jiffies for conversion to jiffiesNicholas Mc Guire2015-05-251-2/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-1/+3
|\
| * Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-081-1/+3
| |\
| | * net: irda: fix wait_until_sent poll timeoutJohan Hovold2015-03-071-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-032-3/+3
|\ \ \ | |/ /
| * | irda: replace current->state by set_current_state()Fabian Frederick2015-02-232-3/+3
| |/
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-15/+14
|/
* irda: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-01-301-3/+5
* irda: Convert function pointer arrays and uses to constJoe Perches2014-12-104-13/+15
* new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
* new helper: memcpy_from_msg()Al Viro2014-11-241-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-2/+0
|\
| * irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds2014-11-021-2/+0
* | irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches2014-11-126-18/+6
* | irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-1236-1285/+797
* | irda: Remove IRDA_<TYPE> logging macrosJoe Perches2014-11-1125-206/+190
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
|/
* irda: add __init to irlan_openFabian Frederick2014-09-301-2/+2
* irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov2014-08-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-065-5/+5
|\
| * irda: remove unnecessary break after returnFabian Frederick2014-07-152-2/+0
| * net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-152-2/+3
| * trivial: net/irda/irlmp.c: Fix closing brace followed by ifRasmus Villemoes2014-06-231-1/+2
* | tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-101-4/+2
|/
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-1/+1
OpenPOWER on IntegriCloud