aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ppp_synctty.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-06net: remove interrupt.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Gravatar Linus Torvalds 1-4/+2
2011-04-22tty: make receive_buf() return the amout of bytes receivedGravatar Felipe Balbi 1-2/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-10net: ppp: use {get,put}_unaligned_be{16,32}Gravatar Changli Gao 1-1/+2
2010-08-04ppp: make channel_ops constGravatar stephen hemminger 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-03drivers/net: Move && and || to end of previous lineGravatar Joe Perches 1-2/+2
2009-10-07net/ppp: fix comments - ppp_{sync,asynctty}_receive() may sleepGravatar Tilman Schmidt 1-4/+1
2009-07-16Revert "ppp: Fix throttling bugs"Gravatar Linus Torvalds 1-0/+1
2009-06-22ppp: Fix throttling bugsGravatar Alan Cox 1-1/+0
2009-03-13ppp: ppp_mp_explode() redesignGravatar Gabriele Paoloni 1-0/+3
2009-02-26ppp: remove some pointless conditionals before kfree_skb()Gravatar Wei Yongjun 1-2/+1
2008-12-25drivers/net: Remove redundant testGravatar Julia Lawall 1-6/+0
2008-07-20tty: Ldisc revampGravatar Alan Cox 1-1/+1
2008-04-30tty: add throttle/unthrottle helpersGravatar Alan Cox 1-3/+1
2008-04-30tty: The big operations reworkGravatar Alan Cox 1-3/+6
2008-01-28[PPP]: Sparse warning fixes.Gravatar Stephen Hemminger 1-1/+1
2008-01-28[PPP] synchronous tty: convert dead_sem to completionGravatar Matthias Kaehlcke 1-5/+5
2007-11-12[PPP]: Remove ptr comparisons to 0Gravatar Joe Perches 1-13/+14
2007-11-07[TTY]: Use tty_mode_ioctl() in network drivers.Gravatar Alan Cox 1-7/+3
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Gravatar Yoann Padioleau 1-2/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-1/+2
2006-09-13drivers/net: Trim trailing whitespaceGravatar Jeff Garzik 1-1/+1
2006-03-03Massive net driver const-ification.Gravatar Arjan van de Ven 1-1/+1
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-8/+1
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()Gravatar David S. Miller 1-1/+1
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Gravatar Alexey Dobriyan 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+803