summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)AuthorFilesLines
2019-08-11compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann3-0/+19
2019-07-21ppp: mppe: Add softdep to arc4Takashi Iwai1-0/+1
2019-05-25ppp: deflate: Fix possible crash in deflate_initYueHaibing1-6/+14
2019-03-19pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long1-0/+1
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2018-04-29pppoe: check sockaddr length in pppoe_connect()Guillaume Nault1-0/+4
2018-04-13pptp: remove a buggy dst release in pptp_connect()Eric Dumazet1-1/+0
2018-03-31ppp: avoid loop in xmit recursion detection codeGuillaume Nault1-12/+14
2018-03-11ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault1-0/+9
2018-01-31ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault1-2/+3
2018-01-31pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault1-5/+6
2017-12-20ppp: Destroy the mutex when cleanupGao Feng1-0/+1
2017-11-18ppp: fix race in ppp device destructionGuillaume Nault1-0/+20
2017-08-13ppp: fix xmit recursion detection on ppp channelsGuillaume Nault1-8/+10
2017-08-13ppp: Fix false xmit recursion detect with two ppp devicesGao Feng1-9/+21
2016-09-01ppp: declare PPP devices as LLTXGuillaume Nault1-0/+2
2016-09-01ppp: avoid dealock on recursive xmitGuillaume Nault1-12/+40
2016-08-15pptp: Refactor the struct and macros of PPTP codesGao Feng1-15/+13
2016-08-11rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng1-35/+1
2016-08-10ppp: 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-09ppp: defer netns reference release for ppp channelWANG Cong1-2/+3
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-5/+1
2016-06-08net_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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-19/+24
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-41/+58
2016-03-17ppp: 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-08ppp: release rtnl mutex when interface creation failsGuillaume Nault1-0/+1
2016-03-02ppp: lock ppp->flags in ppp_read() and ppp_poll()Guillaume Nault1-1/+9
2016-02-25ppp: clarify parsing of user supplied data in ppp_set_compress()Guillaume Nault1-5/+7
2016-02-18pppoe: fix reference counting in PPPoE proxyGuillaume Nault1-0/+2
2016-01-27ppp_mppe: Use skcipher and ahashHerbert Xu1-41/+58
2016-01-25pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa1-10/+24
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+16
2015-12-15pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong1-0/+6
2015-12-15ppp: declare ppp devices as enumerated interfacesGuillaume Nault1-2/+1
2015-12-15ppp: define "ppp" device typeGuillaume Nault1-0/+6
2015-12-05pppoe: fix memory corruption in padt work structureGuillaume Nault1-4/+10
2015-12-03pppox: use standard module auto-loading featureGuillaume Nault3-2/+4
2015-11-20ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault2-3/+3
2015-11-20ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()Guillaume Nault1-20/+2
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2015-11-03ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings1-4/+2
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-10-23ppp: fix pppoe_dev deletion condition in pppoe_release()Guillaume Nault1-1/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0