summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
2019-02-07Merge 4.4.173 into android-4.4Greg Kroah-Hartman
2019-02-06net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2018-04-30Merge 4.4.130 into android-4.4Greg Kroah-Hartman
2018-04-29pppoe: check sockaddr length in pppoe_connect()Guillaume Nault
2018-04-14Merge 4.4.128 into android-4.4Greg Kroah-Hartman
2018-04-13pptp: remove a buggy dst release in pptp_connect()Eric Dumazet
2018-03-11Merge 4.4.121 into android-4.4Greg Kroah-Hartman
2018-03-11ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault
2018-01-31Merge 4.4.114 into android-4.4Greg Kroah-Hartman
2018-01-31pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault
2017-12-20Merge 4.4.107 into android-4.4Greg Kroah-Hartman
2017-12-20ppp: Destroy the mutex when cleanupGao Feng
2017-11-18Merge 4.4.99 into android-4.4Greg Kroah-Hartman
2017-11-18ppp: fix race in ppp device destructionGuillaume Nault
2017-05-01net: pppolac/pppopns: Add back the msg_flagsSubash Abhinov Kasiviswanathan
2017-01-09Merge tag 'v4.4.40' into android-4.4.yDmitry Shmidt
2017-01-06ppp: defer netns reference release for ppp channelWANG Cong
2016-08-01Merge tag 'v4.4.16' into android-4.4.yDmitry Shmidt
2016-07-25UPSTREAM: ppp: defer netns reference release for ppp channelWANG Cong
2016-07-12UPSTREAM: ppp: take reference on channels netnsGuillaume Nault
2016-04-20ppp: take reference on channels netnsGuillaume Nault
2016-04-20ppp: ensure file->private_data can't be overriddenGuillaume Nault
2016-04-20ppp: release rtnl mutex when interface creation failsGuillaume Nault
2016-03-03pppoe: fix reference counting in PPPoE proxyGuillaume Nault
2016-03-03pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa
2016-03-02net: ppp: Fix modular build for PPPOLAC and PPPOPNSGuenter Roeck
2016-03-02net: pppolac/pppopns: Replace msg.msg_iov with iov_iter_kvec()Guenter Roeck
2016-02-16android: skip building drivers as modulesAmit Pundir
2016-02-16net: PPPoPNS and PPPoLAC build fixes for 4.4Amit Pundir
2016-02-16net: pppopns: pppolac: fix sendmsg function callsAmit Pundir
2016-02-16net: PPPoPNS: Remove length argument from data_readyJon Medhurst
2016-02-16net: PPPoPNS and PPPoLAC update to use PPP_MRU instead of PPP_MRUJP Abgrall
2016-02-16net: Reorder incoming packets in PPPoLAC and PPPoPNS.Chia-chi Yeh
2016-02-16net: PPPoPNS and PPPoLAC fixes.Chia-chi Yeh
2016-02-16net: add PPP on PPTP Network Server (PPPoPNS) driver.Chia-chi Yeh
2016-02-16net: add PPP on L2TP Access Concentrator (PPPoLAC) driver.Chia-chi Yeh
2015-12-15pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong
2015-12-04pppoe: fix memory corruption in padt work structureGuillaume Nault
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-02ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23ppp: fix pppoe_dev deletion condition in pppoe_release()Guillaume Nault
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ppp: Cache net in pptp_xmitEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-10-05ppp: don't override sk->sk_state in pppoe_flush_dev()Guillaume Nault
2015-09-25ppp: fix lockdep splat in ppp_dev_uninit()Guillaume Nault
2015-08-25ppp: implement x-netns supportGuillaume Nault
2015-08-17ppp: fix device unregistration upon netns deletionGuillaume Nault