aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/ppp_synctty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko1-5/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-10-22drivers, net, ppp: convert syncppp.refcnt from atomic_t to refcount_tElena Reshetova1-5/+6
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-51/+2
2013-03-27ppp: reuse print_hex_dump_bytesAndy Shevchenko1-51/+2
2013-03-18tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley1-1/+1
2012-05-19ppp: avoid false drop_monitor false positivesEric Dumazet1-2/+2
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2011-08-27ppp: Move the PPP driversJeff Kirsher1-0/+790