aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/pptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-03-13pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long1-0/+1
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko1-5/+0
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-05-26net: remove sock_no_pollChristoph Hellwig1-1/+0
2018-04-04pptp: remove a buggy dst release in pptp_connect()Eric Dumazet1-1/+0
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+2
2017-07-31ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng1-1/+1
2017-06-18pptp: Remove unused variable in pptp_release()Christos Gkekas1-2/+0
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2016-08-15pptp: Refactor the struct and macros of PPTP codesGao Feng1-15/+13
2016-08-10rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng1-35/+1
2016-01-24pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa1-10/+24
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2015-12-15pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong1-0/+6
2015-12-03pppox: use standard module auto-loading featureGuillaume Nault1-0/+1
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-1/+1
2015-10-08ppp: Cache net in pptp_xmitEric W. Biederman1-2/+3
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman1-1/+1
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman1-2/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-2/+2
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-1/+1
2014-11-20pptp: fix stack info leak in pptp_getname()Mathias Krause1-1/+3
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-1/+1
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-1/+1
2013-08-13pptp: fix byte order warningsstephen hemminger1-5/+5
2013-08-09pptp: fix sparse pointer warningstephen hemminger1-1/+1
2012-08-08pptp: lookup route with the proper net namespaceGao feng1-2/+2
2012-05-19ppp: avoid false drop_monitor false positivesEric Dumazet1-1/+1
2012-04-03ppp: use for_each_set_bit_fromAkinobu Mita1-2/+2
2012-03-04ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras1-2/+2
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2012-01-12pptp: Accept packet with seq zeroBradley Peterson1-2/+2
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2011-12-07ppp: fix pptp double release_sock in pptp_bind()Djalal Harouni1-3/+1
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet1-1/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+14
2011-08-27ppp: Move the PPP driversJeff Kirsher1-0/+717