aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ppp
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.4.227 into kernel.lnx.4.4.r39-relNathan Chancellor2020-06-111-0/+3
|\
| * pppoe: only process PADT targeted at local interfacesGuillaume Nault2020-06-111-0/+3
* | Merge 4.4.214 into kernel.lnx.4.4.r39-relNathan Chancellor2020-02-181-9/+9
|\|
| * ppp: Adjust indentation into ppp_async_inputNathan Chancellor2020-02-141-9/+9
* | Merge 4.4.189 into android-4.4Greg Kroah-Hartman2019-08-113-0/+19
|\|
| * compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-113-0/+19
* | Merge 4.4.186 into android-4.4Greg Kroah-Hartman2019-07-221-0/+1
|\|
| * ppp: mppe: Add softdep to arc4Takashi Iwai2019-07-211-0/+1
* | Merge 4.4.181 into android-4.4Greg Kroah-Hartman2019-06-111-6/+14
|\|
| * ppp: deflate: Fix possible crash in deflate_initYueHaibing2019-06-111-6/+14
* | Merge 4.4.177 into android-4.4Greg Kroah-Hartman2019-03-231-0/+1
|\|
| * pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long2019-03-231-0/+1
* | Merge 4.4.173 into android-4.4Greg Kroah-Hartman2019-02-071-0/+1
|\|
| * net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-02-061-0/+1
* | Merge 4.4.130 into android-4.4Greg Kroah-Hartman2018-04-301-0/+4
|\|
| * pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-291-0/+4
* | Merge 4.4.128 into android-4.4Greg Kroah-Hartman2018-04-141-1/+0
|\|
| * pptp: remove a buggy dst release in pptp_connect()Eric Dumazet2018-04-131-1/+0
* | Merge 4.4.121 into android-4.4Greg Kroah-Hartman2018-03-111-0/+9
|\|
| * ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault2018-03-111-0/+9
* | Merge 4.4.114 into android-4.4Greg Kroah-Hartman2018-01-311-5/+6
|\|
| * pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-311-5/+6
* | Merge 4.4.107 into android-4.4Greg Kroah-Hartman2017-12-201-0/+1
|\|
| * ppp: Destroy the mutex when cleanupGao Feng2017-12-201-0/+1
* | Merge 4.4.99 into android-4.4Greg Kroah-Hartman2017-11-181-0/+20
|\|
| * ppp: fix race in ppp device destructionGuillaume Nault2017-11-181-0/+20
* | net: pppolac/pppopns: Add back the msg_flagsSubash Abhinov Kasiviswanathan2017-05-012-2/+6
* | Merge tag 'v4.4.40' into android-4.4.yDmitry Shmidt2017-01-091-2/+0
|\|
| * ppp: defer netns reference release for ppp channelWANG Cong2017-01-061-2/+3
* | Merge tag 'v4.4.16' into android-4.4.yDmitry Shmidt2016-08-013-24/+46
|\|
| * ppp: take reference on channels netnsGuillaume Nault2016-04-201-1/+3
| * ppp: ensure file->private_data can't be overriddenGuillaume Nault2016-04-201-14/+17
| * ppp: release rtnl mutex when interface creation failsGuillaume Nault2016-04-201-0/+1
| * pppoe: fix reference counting in PPPoE proxyGuillaume Nault2016-03-031-0/+2
| * pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa2016-03-031-10/+24
* | UPSTREAM: ppp: defer netns reference release for ppp channelWANG Cong2016-07-251-2/+3
* | UPSTREAM: ppp: take reference on channels netnsGuillaume Nault2016-07-121-1/+3
* | net: ppp: Fix modular build for PPPOLAC and PPPOPNSGuenter Roeck2016-03-021-2/+2
* | net: pppolac/pppopns: Replace msg.msg_iov with iov_iter_kvec()Guenter Roeck2016-03-022-10/+8
* | android: skip building drivers as modulesAmit Pundir2016-02-161-2/+2
* | net: PPPoPNS and PPPoLAC build fixes for 4.4Amit Pundir2016-02-162-4/+4
* | net: pppopns: pppolac: fix sendmsg function callsAmit Pundir2016-02-162-2/+2
* | net: PPPoPNS: Remove length argument from data_readyJon Medhurst2016-02-161-1/+1
* | net: PPPoPNS and PPPoLAC update to use PPP_MRU instead of PPP_MRUJP Abgrall2016-02-162-2/+2
* | net: Reorder incoming packets in PPPoLAC and PPPoPNS.Chia-chi Yeh2016-02-162-21/+161
* | net: PPPoPNS and PPPoLAC fixes.Chia-chi Yeh2016-02-162-125/+181
* | net: add PPP on PPTP Network Server (PPPoPNS) driver.Chia-chi Yeh2016-02-163-0/+331
* | net: add PPP on L2TP Access Concentrator (PPPoLAC) driver.Chia-chi Yeh2016-02-163-0/+369
|/
* pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong2015-12-151-0/+6
* pppoe: fix memory corruption in padt work structureGuillaume Nault2015-12-041-4/+10