- Update to 3.4-rc6.
[linux-flexiantxendom0-3.2.10.git] / drivers / tty / n_gsm.c
2012-03-08 Jiri SlabyTTY: remove re-assignments to tty_driver members
2011-11-08 Alan Coxn_gsm: Fix timings
2011-09-26 Mikhail Kshevetskiytty/n_gsm: avoid fifo overflow in gsm_dlci_data_output
2011-09-26 Mikhail Kshevetskiytty/n_gsm: fix a bug in gsm_dlci_data_output (adaption...
2011-09-26 Nikola Diklic-Perintty/n_gsm: fix bug in tiocmset
2011-08-26 Alan Coxn_gsm: Send CLD command on exit
2011-08-26 Alan Coxn_gsm: update TODO list
2011-07-26 Linus TorvaldsMerge branch 'tty-next' of git://git./linux/kernel...
2011-07-08 Du, Alekn_gsm: fix the wrong FCS handling
2011-07-01 Russ Gorbytty: n_gsm: Added refcount usage to gsm_mux and gsm_dlc...
2011-07-01 Russ Gorbytty: n_gsm: Add raw-ip support
2011-07-01 Russ Gorbytty: n_gsm: expose gsmtty device nodes at ldisc open...
2011-06-16 Russ Gorbytty: n_gsm: improper skb_pull() use was leaking framed...
2011-06-16 Russ Gorbytty: n_gsm: Fixed logic to decode break signal from...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-03 Linus TorvaldsRevert "tty: make receive_buf() return the amout of...
2011-05-23 Linus TorvaldsMerge branch 'tty-next' of git://git./linux/kernel...
2011-05-10 Justin P. Mattocktreewide: fix a few typos in comments
2011-04-29 Joe Perchesn_gsm: Use print_hex_dump_bytes
2011-04-23 Felipe Balbitty: make receive_buf() return the amout of bytes received
2011-04-19 Mikhail Kshevetskiytty/n_gsm: fix bug in CRC calculation for gsm1 mode
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-09 Eric BĂ©nardn_gsm: fix UIH control byte : P bit should be 0
2011-02-24 Greg Kroah-HartmanMerge 2.6.38-rc6 into tty-next
2011-02-17 Alan Coxtty: now phase out the ioctl file pointer for good
2011-02-17 Alan Coxtiocmset: kill the file pointer argument
2011-02-17 Alan Coxtiocmget: kill off the passing of the struct file
2011-02-03 Ken Millsn_gsm: copy mtu over when configuring via ioctl interface
2011-01-07 Linus TorvaldsMerge branch 'tty-next' of git://git./linux/kernel...
2010-12-16 Ken Millsn_gsm: gsm_data_alloc buffer allocation could fail...
2010-12-16 Ken Millsn_gsm: Fix message length handling when building header
2010-11-11 Alan Coxn_gsm: clean up printks
2010-11-11 Alan Coxn_gsm: Fix support for legacy encoding
2010-11-11 Ken Millsn_gsm: Fix length handling
2010-11-11 Ken Millsn_gsm: Copy n2 over when configuring via ioctl interface
2010-11-05 Greg Kroah-HartmanTTY: create drivers/tty and move the tty core files...