aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ppp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.164' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-03-191-0/+1
|\
| * pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long2019-03-191-0/+1
* | Merge tag 'v4.9.154' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-02-011-0/+1
|\|
| * net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-311-0/+1
* | UPSTREAM: ppp: Move PFC decompression to PPP generic layerSam Protsenko2019-01-244-20/+62
* | BACKPORT: treewide: Use array_size() in vzalloc()Kees Cook2019-01-071-1/+1
* | BACKPORT: treewide: Use array_size() in vmalloc()Kees Cook2019-01-071-2/+2
* | Merge 4.9.97 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+4
|\|
| * pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-291-0/+4
* | Merge 4.9.94 into android-4.9Greg Kroah-Hartman2018-04-141-1/+0
|\|
| * pptp: remove a buggy dst release in pptp_connect()Eric Dumazet2018-04-131-1/+0
* | Merge 4.9.92 into android-4.9Greg Kroah-Hartman2018-03-311-12/+14
|\|
| * ppp: avoid loop in xmit recursion detection codeGuillaume Nault2018-03-311-12/+14
* | Merge 4.9.87 into android-4.9Greg Kroah-Hartman2018-03-111-0/+9
|\|
| * ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault2018-03-111-0/+9
* | Merge 4.9.79 into android-4.9Greg Kroah-Hartman2018-01-312-7/+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
* | Merge 4.9.71 into android-4.9Greg Kroah-Hartman2017-12-201-0/+1
|\|
| * ppp: Destroy the mutex when cleanupGao Feng2017-12-201-0/+1
* | Merge 4.9.63 into android-4.9Greg Kroah-Hartman2017-11-181-0/+20
|\|
| * ppp: fix race in ppp device destructionGuillaume Nault2017-11-181-0/+20
* | Merge 4.9.43 into android-4.9Greg Kroah-Hartman2017-08-141-15/+29
|\|
| * ppp: fix xmit recursion detection on ppp channelsGuillaume Nault2017-08-121-8/+10
| * ppp: Fix false xmit recursion detect with two ppp devicesGao Feng2017-08-121-9/+21
* | ANDROID: net: pppolac/pppopns: Add back the msg_flagsSubash Abhinov Kasiviswanathan2017-05-012-2/+6
* | ANDROID: net: pppolac/pppopns: Replace msg.msg_iov with iov_iter_kvec()Guenter Roeck2017-01-272-10/+8
* | ANDROID: net: PPPoPNS and PPPoLAC build fixes for 4.4Amit Pundir2017-01-192-4/+4
* | ANDROID: net: pppopns: pppolac: fix sendmsg function callsAmit Pundir2017-01-192-2/+2
* | ANDROID: net: PPPoPNS: Remove length argument from data_readyJon Medhurst2017-01-191-1/+1
* | ANDROID: net: PPPoPNS and PPPoLAC update to use PPP_MRU instead of PPP_MRUJP Abgrall2017-01-192-2/+2
* | ANDROID: net: Reorder incoming packets in PPPoLAC and PPPoPNS.Chia-chi Yeh2017-01-192-21/+161
* | ANDROID: net: PPPoPNS and PPPoLAC fixes.Chia-chi Yeh2017-01-192-125/+181
* | ANDROID: net: add PPP on PPTP Network Server (PPPoPNS) driver.Chia-chi Yeh2017-01-193-0/+331
* | ANDROID: net: add PPP on L2TP Access Concentrator (PPPoLAC) driver.Chia-chi Yeh2017-01-193-0/+369
|/
* 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
* ppp: take reference on channels netnsGuillaume Nault2016-03-231-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-19/+24
|\
| * ppp: ensure file->private_data can't be overriddenGuillaume Nault2016-03-161-14/+17
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+10
| |\