aboutsummaryrefslogtreecommitdiff
path: root/net/irda/ircomm
AgeCommit message (Expand)AuthorFilesLines
2016-02-14Merge 4.5-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-2/+1
2016-01-29irda: fix a potential use-after-free in ircomm_param_requestGravatar WANG Cong 1-2/+1
2016-01-28tty: Remove ASYNC_CLOSINGGravatar Peter Hurley 1-4/+0
2016-01-28tty: Use termios c_*flag macrosGravatar Peter Hurley 2-15/+9
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsGravatar Peter Hurley 1-30/+1
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+3
2015-03-07net: irda: fix wait_until_sent poll timeoutGravatar Johan Hovold 1-1/+3
2015-02-23irda: replace current->state by set_current_state()Gravatar Fabian Frederick 1-1/+1
2014-12-10irda: Convert function pointer arrays and uses to constGravatar Joe Perches 1-4/+4
2014-11-12irda: Fix build failures after IRDA_DEBUG->pr_debugGravatar Joe Perches 2-6/+2
2014-11-12irda: Convert IRDA_DEBUG to pr_debugGravatar Joe Perches 8-258/+124
2014-11-11irda: Remove IRDA_<TYPE> logging macrosGravatar Joe Perches 7-27/+29
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Gravatar Peter Hurley 1-4/+2
2013-12-06net/irda: Fix FSF address in file headersGravatar Jeff Kirsher 8-24/+8
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2013-04-12TTY: ircomm: fix DTR being raised on hang upGravatar Johan Hovold 1-1/+1
2013-04-08TTY: ircomm, use GFP_KERNEL in ircomm_open()Gravatar Mathias Krause 1-1/+1
2013-03-21Merge 3.9-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-13/+16
2013-03-18TTY: add tty_port_tty_hangup helperGravatar Jiri Slaby 1-5/+1
2013-03-06net/irda: Raise dtr in non-blocking openGravatar Peter Hurley 1-2/+9
2013-03-06net/irda: Use barrier to set task stateGravatar Peter Hurley 1-1/+1
2013-03-06net/irda: Hold port lock while bumping blocked_openGravatar Peter Hurley 1-2/+2
2013-03-06net/irda: Fix port open countsGravatar Peter Hurley 1-9/+5
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYGravatar Joe Millenbach 1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-2/+2
2013-01-15TTY: move low_latency to tty_portGravatar Jiri Slaby 1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringGravatar Jiri Slaby 1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversGravatar Jiri Slaby 1-0/+1
2012-10-05net, TTY: initialize tty->driver_data before usageGravatar Sasha Levin 1-0/+2
2012-09-05serial: add a new helper functionGravatar Huang Shijie 2-3/+3
2012-08-13TTY: ircomm_tty, add tty installGravatar Jiri Slaby 1-16/+25
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 2-11/+11
2012-06-12TTY: ircomm, use tty_port_close_start helperGravatar Jiri Slaby 1-47/+1
2012-06-12TTY: ircomm, use tty_port_close_end helperGravatar Jiri Slaby 1-15/+1
2012-06-12TTY: ircomm, define carrier routinesGravatar Jiri Slaby 1-10/+33
2012-06-12TTY: ircomm, define local tty_portGravatar Jiri Slaby 1-53/+56
2012-06-12TTY: ircomm, use tty from tty_portGravatar Jiri Slaby 4-41/+70
2012-06-12TTY: ircomm, revamp lockingGravatar Jiri Slaby 1-20/+18
2012-06-12TTY: ircomm, use flags from tty_portGravatar Jiri Slaby 3-30/+31
2012-06-12TTY: ircomm, use open counts from tty_portGravatar Jiri Slaby 1-21/+21
2012-06-12TTY: ircomm, use close times from tty_portGravatar Jiri Slaby 2-8/+6
2012-06-12TTY: ircomm, add tty_portGravatar Jiri Slaby 2-11/+12
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-03-08TTY: remove unneeded tty->index checksGravatar Jiri Slaby 1-5/+1
2012-03-08TTY: remove re-assignments to tty_driver membersGravatar Jiri Slaby 1-1/+0
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversGravatar Jiri Slaby 1-1/+1
2011-06-16net: Remove casts of void *Gravatar Joe Perches 1-1/+1
2011-05-19irda: Fix error propagation in ircomm_lmp_connect_response()Gravatar David S. Miller 1-4/+1
2011-05-19irda: Kill set but unused variable 'clen' in ircomm_connect_indication()Gravatar David S. Miller 1-6/+0
2011-05-12net/irda/ircomm_tty.c: Use flip buffers to deliver dataGravatar Amit Virdi 1-9/+5