summaryrefslogtreecommitdiff
path: root/drivers/net/ppp/ppp_generic.c
AgeCommit message (Expand)Author
2021-10-08ppp: use the correct function to check if a netdev name is in useAntoine Tenart
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-08ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár
2021-08-08ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár
2021-07-27ppp: use ndo_siocdevprivateArnd Bergmann
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau
2021-01-08ppp: fix refcount underflow on channel unbridgeTom Parkin
2020-12-10ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2019-12-27ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang
2019-12-05ppp: fix out-of-bounds access in bpf_prog_create()Eric Biggers
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-23compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann
2019-10-23compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann
2019-10-23compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro
2019-10-23compat_ioctl: unify copy-in of ppp filtersAl Viro
2019-09-25ppp: Fix memory leak in ppp_writeTakeshi Misawa
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko
2018-09-10ppp: Remove direct skb_queue_head list pointer access.David S. Miller
2018-05-24ppp: remove the PPPIOCDETACH ioctlEric Biggers
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22ppp: avoid loop in xmit recursion detection codeGuillaume Nault
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-04ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault
2018-02-27net: Convert ppp_net_opsKirill Tkhai
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-15ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-14ppp: exit_net cleanup checks addedVasily Averin
2017-11-01ppp: Destroy the mutex when cleanupGao Feng
2017-10-29ppp: allow usage in namespacesMatteo Croce
2017-10-22drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_tElena Reshetova
2017-10-06ppp: fix race in ppp device destructionGuillaume Nault
2017-10-01ppp: fix __percpu annotationGuillaume Nault
2017-08-08ppp: fix xmit recursion detection on ppp channelsGuillaume Nault
2017-07-18ppp: Fix false xmit recursion detect with two ppp devicesGao Feng
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-01ppp: remove unnecessary bh disable in xmit pathGao Feng
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-08-31ppp: declare PPP devices as LLTXGuillaume Nault