summaryrefslogtreecommitdiff
path: root/drivers/net/ppp/pptp.c
AgeCommit message (Expand)Author
2021-01-08ppp: clean up endianness conversionsJulian Wiedmann
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-01-15pptp: support sockets bound to an interfaceUlrich Weber
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-13pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-04-04pptp: remove a buggy dst release in pptp_connect()Eric Dumazet
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2017-07-31ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng
2017-06-18pptp: Remove unused variable in pptp_release()Christos Gkekas
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2016-08-15pptp: Refactor the struct and macros of PPTP codesGao Feng
2016-08-10rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng
2016-01-24pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-15pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong
2015-12-03pppox: use standard module auto-loading featureGuillaume Nault
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-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2014-11-20pptp: fix stack info leak in pptp_getname()Mathias Krause
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-08-13pptp: fix byte order warningsstephen hemminger
2013-08-09pptp: fix sparse pointer warningstephen hemminger
2012-08-08pptp: lookup route with the proper net namespaceGao feng
2012-05-19ppp: avoid false drop_monitor false positivesEric Dumazet
2012-04-03ppp: use for_each_set_bit_fromAkinobu Mita
2012-03-04ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-12pptp: Accept packet with seq zeroBradley Peterson
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-07ppp: fix pptp double release_sock in pptp_bind()Djalal Harouni
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-27ppp: Move the PPP driversJeff Kirsher