aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
2021-08-26ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár
2021-08-15ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár
2020-06-11pppoe: only process PADT targeted at local interfacesGuillaume Nault
2020-02-14ppp: Adjust indentation into ppp_async_inputNathan Chancellor
2019-10-05ppp: Fix memory leak in ppp_writeTakeshi Misawa
2019-08-09compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann
2019-07-21ppp: mppe: Add softdep to arc4Takashi Iwai
2019-05-25ppp: deflate: Fix possible crash in deflate_initYueHaibing
2019-03-19pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2018-09-29pppoe: fix reception of frames with no mac headerGuillaume Nault
2018-04-29pppoe: check sockaddr length in pppoe_connect()Guillaume Nault
2018-04-12pptp: remove a buggy dst release in pptp_connect()Eric Dumazet
2018-03-31ppp: avoid loop in xmit recursion detection codeGuillaume Nault
2018-03-08ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault
2018-01-31ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault
2018-01-31pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault
2017-12-20ppp: Destroy the mutex when cleanupGao Feng
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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-31ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng
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-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-18pptp: Remove unused variable in pptp_release()Christos Gkekas
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-06ppp: mppe: Use vsnprintf extension %phNJoe Perches
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-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-08-31ppp: declare PPP devices as LLTXGuillaume Nault
2016-08-31ppp: avoid dealock on recursive xmitGuillaume Nault
2016-08-15pptp: Refactor the struct and macros of PPTP codesGao Feng
2016-08-10rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng
2016-08-09ppp: build ifname using unit identifier for rtnl based devicesGuillaume Nault
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-08ppp: defer netns reference release for ppp channelWANG Cong
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2016-04-29ppp: add rtnetlink device creation supportGuillaume Nault
2016-04-29ppp: define reusable device creation functionsGuillaume Nault
2016-03-23ppp: take reference on channels netnsGuillaume Nault
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds