summaryrefslogtreecommitdiffstats
path: root/net/irda/ircomm
Commit message (Expand)AuthorAgeFilesLines
* irda: move net/irda/ to drivers/staging/irda/net/Greg Kroah-Hartman2017-08-2910-4637/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+1
|\
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* | tty: ircomm: remove dead and broken ioctl codeJohan Hovold2017-06-131-106/+1Star
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* net: ircomm, cleanup TIOCGSERIALJiri Slaby2016-06-251-8/+0Star
* 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/+4Star
* 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/+1Star
* 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
* Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2016-02-141-2/+1Star
|\
| * irda: fix a potential use-after-free in ircomm_param_requestWANG Cong2016-01-301-2/+1Star
* | tty: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-4/+0Star
* | tty: Use termios c_*flag macrosPeter Hurley2016-01-282-15/+9Star
|/
* tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-181-30/+1Star
* 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
* | irda: replace current->state by set_current_state()Fabian Frederick2015-02-231-1/+1
|/
* irda: Convert function pointer arrays and uses to constJoe Perches2014-12-101-4/+4
* irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches2014-11-132-6/+2Star
* irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-128-258/+124Star
* irda: Remove IRDA_<TYPE> logging macrosJoe Perches2014-11-127-27/+29
* tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-111-4/+2Star
* net/irda: Fix FSF address in file headersJeff Kirsher2013-12-068-24/+8Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-1/+1
|\
| * TTY: ircomm, use GFP_KERNEL in ircomm_open()Mathias Krause2013-04-081-1/+1
* | TTY: ircomm: fix DTR being raised on hang upJohan Hovold2013-04-121-1/+1
* | Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman2013-03-221-13/+16
|\|
| * net/irda: Raise dtr in non-blocking openPeter Hurley2013-03-061-2/+9
| * net/irda: Use barrier to set task statePeter Hurley2013-03-061-1/+1
| * net/irda: Hold port lock while bumping blocked_openPeter Hurley2013-03-061-2/+2
| * net/irda: Fix port open countsPeter Hurley2013-03-061-9/+5Star
* | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-191-5/+1Star
|/
* tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-1/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-2/+2
* TTY: move low_latency to tty_portJiri Slaby2013-01-161-1/+1
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-0/+1
* net, TTY: initialize tty->driver_data before usageSasha Levin2012-10-051-0/+2
* serial: add a new helper functionHuang Shijie2012-09-052-3/+3
* TTY: ircomm_tty, add tty installJiri Slaby2012-08-141-16/+25
* tty: move the termios object into the ttyAlan Cox2012-07-162-11/+11
* TTY: ircomm, use tty_port_close_start helperJiri Slaby2012-06-131-47/+1Star
* TTY: ircomm, use tty_port_close_end helperJiri Slaby2012-06-131-15/+1Star
* TTY: ircomm, define carrier routinesJiri Slaby2012-06-131-10/+33
* TTY: ircomm, define local tty_portJiri Slaby2012-06-131-53/+56
* TTY: ircomm, use tty from tty_portJiri Slaby2012-06-134-41/+70