aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/ppp_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-23compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro1-15/+38
2019-10-23compat_ioctl: unify copy-in of ppp filtersAl Viro1-61/+108
2019-09-25ppp: Fix memory leak in ppp_writeTakeshi Misawa1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko1-3/+51
2018-09-10ppp: Remove direct skb_queue_head list pointer access.David S. Miller1-1/+1
2018-05-24ppp: remove the PPPIOCDETACH ioctlEric Biggers1-22/+5
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+14
2018-03-22ppp: avoid loop in xmit recursion detection codeGuillaume Nault1-12/+14
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2018-03-04ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault1-0/+9
2018-02-27net: Convert ppp_net_opsKirill Tkhai1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-15ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault1-2/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-14ppp: exit_net cleanup checks addedVasily Averin1-0/+2
2017-11-01ppp: Destroy the mutex when cleanupGao Feng1-0/+1
2017-10-29ppp: allow usage in namespacesMatteo Croce1-1/+1
2017-10-22drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_tElena Reshetova1-10/+11
2017-10-06ppp: fix race in ppp device destructionGuillaume Nault1-0/+20
2017-10-01ppp: fix __percpu annotationGuillaume Nault1-1/+1
2017-08-08ppp: fix xmit recursion detection on ppp channelsGuillaume Nault1-8/+10
2017-07-18ppp: Fix false xmit recursion detect with two ppp devicesGao Feng1-9/+21
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-3/+3
2017-06-01ppp: remove unnecessary bh disable in xmit pathGao Feng1-11/+11
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-08-31ppp: declare PPP devices as LLTXGuillaume Nault1-0/+2
2016-08-31ppp: avoid dealock on recursive xmitGuillaume Nault1-12/+40
2016-08-09ppp: build ifname using unit identifier for rtnl based devicesGuillaume Nault1-0/+9
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-07-08ppp: defer netns reference release for ppp channelWANG Cong1-2/+3
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-5/+1
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+3
2016-04-29ppp: add rtnetlink device creation supportGuillaume Nault1-3/+112
2016-04-29ppp: define reusable device creation functionsGuillaume Nault1-88/+118
2016-03-23ppp: take reference on channels netnsGuillaume Nault1-1/+3
2016-03-16ppp: ensure file->private_data can't be overriddenGuillaume Nault1-14/+17
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2016-03-07ppp: release rtnl mutex when interface creation failsGuillaume Nault1-0/+1
2016-03-01ppp: lock ppp->flags in ppp_read() and ppp_poll()Guillaume Nault1-1/+9
2016-02-24ppp: clarify parsing of user supplied data in ppp_set_compress()Guillaume Nault1-5/+7
2015-12-14ppp: declare ppp devices as enumerated interfacesGuillaume Nault1-2/+1
2015-12-14ppp: define "ppp" device typeGuillaume Nault1-0/+6