summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/pptp.c
Commit message (Expand)AuthorAgeFilesLines
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-301-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long2019-03-131-0/+1
* ppp: Move PFC decompression to PPP generic layerSam Protsenko2018-12-211-5/+0Star
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+1
* net: remove sock_no_pollChristoph Hellwig2018-05-261-1/+0Star
* pptp: remove a buggy dst release in pptp_connect()Eric Dumazet2018-04-041-1/+0Star
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+2Star
* ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng2017-08-011-1/+1
* pptp: Remove unused variable in pptp_release()Christos Gkekas2017-06-191-2/+0Star
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* pptp: Refactor the struct and macros of PPTP codesGao Feng2016-08-151-15/+13Star
* rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng2016-08-111-35/+1Star
* pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa2016-01-251-10/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-181-0/+6
|\
| * pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong2015-12-151-0/+6
* | pppox: use standard module auto-loading featureGuillaume Nault2015-12-031-0/+1
|/
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-1/+1
* ppp: Cache net in pptp_xmitEric W. Biederman2015-10-081-2/+3
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-1/+1
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-181-2/+0Star
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-1/+1
* pptp: fix stack info leak in pptp_getname()Mathias Krause2014-11-211-1/+3
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-1/+1
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-191-1/+1
* pptp: fix byte order warningsstephen hemminger2013-08-141-5/+5
* pptp: fix sparse pointer warningstephen hemminger2013-08-091-1/+1
* pptp: lookup route with the proper net namespaceGao feng2012-08-091-2/+2
* ppp: avoid false drop_monitor false positivesEric Dumazet2012-05-191-1/+1
* ppp: use for_each_set_bit_fromAkinobu Mita2012-04-041-2/+2
* ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras2012-03-051-2/+2
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1Star
* pptp: Accept packet with seq zeroBradley Peterson2012-01-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-161-3/+1Star
|\
| * ppp: fix pptp double release_sock in pptp_bind()Djalal Harouni2011-12-071-3/+1Star
* | net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-241-1/+1
|/
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-251-8/+14
* ppp: Move the PPP driversJeff Kirsher2011-08-271-0/+717