summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
Commit message (Expand)AuthorAgeFilesLines
* ppp: associate skb with a device at txStanislav Fomichev2023-01-181-0/+2
* ppp: ensure minimum packet size in ppp_write()Eric Dumazet2022-01-271-1/+6
* ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár2021-08-261-1/+1
* ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár2021-08-151-4/+15
* pppoe: only process PADT targeted at local interfacesGuillaume Nault2020-06-111-0/+3
* ppp: Adjust indentation into ppp_async_inputNathan Chancellor2020-02-141-9/+9
* ppp: Fix memory leak in ppp_writeTakeshi Misawa2019-10-051-0/+2
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-093-0/+19
* ppp: mppe: Add softdep to arc4Takashi Iwai2019-07-211-0/+1
* ppp: deflate: Fix possible crash in deflate_initYueHaibing2019-05-251-6/+14
* pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long2019-03-191-0/+1
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-311-0/+1
* pppoe: fix reception of frames with no mac headerGuillaume Nault2018-09-291-0/+3
* pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-291-0/+4
* pptp: remove a buggy dst release in pptp_connect()Eric Dumazet2018-04-121-1/+0
* ppp: avoid loop in xmit recursion detection codeGuillaume Nault2018-03-311-12/+14
* ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault2018-03-081-0/+9
* ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault2018-01-311-2/+3
* pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-311-5/+6
* ppp: Destroy the mutex when cleanupGao Feng2017-12-201-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* ppp: fix race in ppp device destructionGuillaume Nault2017-10-061-0/+20
* ppp: fix __percpu annotationGuillaume Nault2017-10-011-1/+1
* ppp: fix xmit recursion detection on ppp channelsGuillaume Nault2017-08-081-8/+10
* ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng2017-07-311-1/+1
* ppp: Fix false xmit recursion detect with two ppp devicesGao Feng2017-07-181-9/+21
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-1/+1
* pptp: Remove unused variable in pptp_release()Christos Gkekas2017-06-181-2/+0
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-164-6/+6
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-4/+2
* ppp: mppe: Use vsnprintf extension %phNJoe Perches2017-06-061-11/+4
* ppp: remove unnecessary bh disable in xmit pathGao Feng2017-06-011-11/+11
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-2/+2
* ppp: declare PPP devices as LLTXGuillaume Nault2016-08-311-0/+2
* ppp: avoid dealock on recursive xmitGuillaume Nault2016-08-311-12/+40
* pptp: Refactor the struct and macros of PPTP codesGao Feng2016-08-151-15/+13
* rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng2016-08-101-35/+1
* ppp: build ifname using unit identifier for rtnl based devicesGuillaume Nault2016-08-091-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-2/+3
|\
| * ppp: defer netns reference release for ppp channelWANG Cong2016-07-081-2/+3
* | net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-091-5/+1
* | net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-071-0/+3
|/
* ppp: add rtnetlink device creation supportGuillaume Nault2016-04-291-3/+112
* ppp: define reusable device creation functionsGuillaume Nault2016-04-291-88/+118