summaryrefslogtreecommitdiff
path: root/net/irda/ircomm
AgeCommit message (Expand)Author
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-13tty: ircomm: remove dead and broken ioctl codeJohan Hovold
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-25net: ircomm, cleanup TIOCGSERIALJiri Slaby
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman
2016-01-29irda: fix a potential use-after-free in ircomm_param_requestWANG Cong
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold
2015-02-23irda: replace current->state by set_current_state()Fabian Frederick
2014-12-10irda: Convert function pointer arrays and uses to constJoe Perches
2014-11-12irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley
2013-12-06net/irda: Fix FSF address in file headersJeff Kirsher
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-12TTY: ircomm: fix DTR being raised on hang upJohan Hovold
2013-04-08TTY: ircomm, use GFP_KERNEL in ircomm_open()Mathias Krause
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby
2013-03-06net/irda: Raise dtr in non-blocking openPeter Hurley
2013-03-06net/irda: Use barrier to set task statePeter Hurley
2013-03-06net/irda: Hold port lock while bumping blocked_openPeter Hurley
2013-03-06net/irda: Fix port open countsPeter Hurley
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: move low_latency to tty_portJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-10-05net, TTY: initialize tty->driver_data before usageSasha Levin
2012-09-05serial: add a new helper functionHuang Shijie
2012-08-13TTY: ircomm_tty, add tty installJiri Slaby
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-06-12TTY: ircomm, use tty_port_close_start helperJiri Slaby
2012-06-12TTY: ircomm, use tty_port_close_end helperJiri Slaby
2012-06-12TTY: ircomm, define carrier routinesJiri Slaby
2012-06-12TTY: ircomm, define local tty_portJiri Slaby
2012-06-12TTY: ircomm, use tty from tty_portJiri Slaby
2012-06-12TTY: ircomm, revamp lockingJiri Slaby