summaryrefslogtreecommitdiff
path: root/drivers/net/ppp/pptp.c
Commit message (Expand)AuthorAge
* pptp: remove a buggy dst release in pptp_connect()Eric Dumazet2018-04-04
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng2017-07-31
* pptp: Remove unused variable in pptp_release()Christos Gkekas2017-06-18
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* pptp: Refactor the struct and macros of PPTP codesGao Feng2016-08-15
* rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng2016-08-10
* pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa2016-01-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-17
|\
| * pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong2015-12-15
* | pppox: use standard module auto-loading featureGuillaume Nault2015-12-03
|/
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-08
* ppp: Cache net in pptp_xmitEric W. Biederman2015-10-08
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-08
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-18
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-25
* pptp: fix stack info leak in pptp_getname()Mathias Krause2014-11-20
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-02
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-19
* pptp: fix byte order warningsstephen hemminger2013-08-13
* pptp: fix sparse pointer warningstephen hemminger2013-08-09
* pptp: lookup route with the proper net namespaceGao feng2012-08-08
* ppp: avoid false drop_monitor false positivesEric Dumazet2012-05-19
* ppp: use for_each_set_bit_fromAkinobu Mita2012-04-03
* ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras2012-03-04
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-31
* pptp: Accept packet with seq zeroBradley Peterson2012-01-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-16
|\
| * ppp: fix pptp double release_sock in pptp_bind()Djalal Harouni2011-12-07
* | net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-23
|/
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-24
* ppp: Move the PPP driversJeff Kirsher2011-08-27