Age | Commit message (Expand) | Author | Files | Lines |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+2 |
2016-09-17 | irda: Free skb on irda_accept error path. | phil.turnbull@oracle.com | 1 | -3/+2 |
2016-08-19 | net/irda: remove pointless assignment/check | Vegard Nossum | 1 | -3/+0 |
2016-08-13 | net/irda: handle iriap_register_lsap() allocation failure | Vegard Nossum | 1 | -2/+6 |
2016-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+5 |
2016-07-25 | net/irda: fix NULL pointer dereference on memory allocation failure | Vegard Nossum | 1 | -2/+5 |
2016-06-25 | net: ircomm, cleanup TIOCGSERIAL | Jiri Slaby | 1 | -8/+0 |
2016-05-20 | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 3 | -27/+24 |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -1/+1 |
2016-04-30 | tty: Replace ASYNC_INITIALIZED bit and update atomically | Peter Hurley | 2 | -8/+9 |
2016-04-30 | tty: Replace ASYNC_CHECK_CD and update atomically | Peter Hurley | 3 | -7/+4 |
2016-04-30 | tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically | Peter Hurley | 1 | -5/+5 |
2016-04-30 | tty: Replace ASYNC_CTS_FLOW bit and update atomically | Peter Hurley | 1 | -2/+1 |
2016-04-30 | tty: Replace TTY_THROTTLED bit tests with tty_throttled() | Peter Hurley | 1 | -1/+1 |
2016-04-30 | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 2 | -4/+4 |
2016-02-14 | Merge 4.5-rc4 into tty-next | Greg Kroah-Hartman | 1 | -2/+1 |
2016-01-29 | irda: fix a potential use-after-free in ircomm_param_request | WANG Cong | 1 | -2/+1 |
2016-01-28 | tty: Remove ASYNC_CLOSING | Peter Hurley | 1 | -4/+0 |
2016-01-28 | tty: Use termios c_*flag macros | Peter Hurley | 2 | -15/+9 |
2015-12-14 | net: add validation for the socket syscall protocol argument | Hannes Frederic Sowa | 1 | -0/+3 |
2015-11-04 | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -30/+1 |
2015-11-03 | irda: Delete an unnecessary check before the function call "irlmp_unregister_... | Markus Elfring | 1 | -2/+1 |
2015-10-21 | irda: precedence bug in irlmp_seq_hb_idx() | Dan Carpenter | 1 | -1/+1 |
2015-10-17 | tty: Remove ASYNC_CLOSING checks in open()/hangup() methods | Peter Hurley | 1 | -30/+1 |
2015-05-25 | irda: use msecs_to_jiffies for conversion to jiffies | Nicholas Mc Guire | 1 | -2/+2 |
2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -1/+1 |
2015-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2015-03-08 | Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+3 |
2015-03-07 | net: irda: fix wait_until_sent poll timeout | Johan Hovold | 1 | -1/+3 |
2015-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+3 |
2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -15/+14 |
2015-02-23 | irda: replace current->state by set_current_state() | Fabian Frederick | 2 | -3/+3 |
2015-01-30 | irda: use msecs_to_jiffies for conversions | Nicholas Mc Guire | 1 | -3/+5 |
2014-12-10 | irda: Convert function pointer arrays and uses to const | Joe Perches | 4 | -13/+15 |
2014-11-24 | new helper: memcpy_to_msg() | Al Viro | 1 | -1/+1 |
2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 1 | -3/+3 |
2014-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+0 |
2014-11-12 | irda: Fix build failures after IRDA_DEBUG->pr_debug | Joe Perches | 6 | -18/+6 |
2014-11-12 | irda: Convert IRDA_DEBUG to pr_debug | Joe Perches | 36 | -1285/+797 |
2014-11-11 | irda: Remove IRDA_<TYPE> logging macros | Joe Perches | 25 | -206/+190 |
2014-11-05 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 1 | -1/+1 |
2014-11-02 | irda: stop calling sk_prot->disconnect() on connection failure | Linus Torvalds | 1 | -2/+0 |
2014-09-30 | irda: add __init to irlan_open | Fabian Frederick | 1 | -2/+2 |
2014-08-13 | irda: Fix rd_frame control field initialization in irlap_send_rd_frame() | Maks Naumov | 1 | -1/+1 |
2014-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 5 | -5/+5 |
2014-07-15 | irda: remove unnecessary break after return | Fabian Frederick | 2 | -2/+0 |
2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2 | -2/+3 |
2014-07-10 | tty: Remove tty_hung_up_p() tests from tty drivers' open() | Peter Hurley | 1 | -4/+2 |
2014-06-23 | trivial: net/irda/irlmp.c: Fix closing brace followed by if | Rasmus Villemoes | 1 | -1/+2 |
2014-01-18 | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 1 | -1/+1 |