summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/pptp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa2016-01-241-10/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-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/+0
* 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-201-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-131-5/+5
* pptp: fix sparse pointer warningstephen hemminger2013-08-091-1/+1
* pptp: lookup route with the proper net namespaceGao feng2012-08-081-2/+2
* ppp: avoid false drop_monitor false positivesEric Dumazet2012-05-191-1/+1
* ppp: use for_each_set_bit_fromAkinobu Mita2012-04-031-2/+2
* ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras2012-03-041-2/+2
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1
* pptp: Accept packet with seq zeroBradley Peterson2012-01-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-161-3/+1
|\
| * ppp: fix pptp double release_sock in pptp_bind()Djalal Harouni2011-12-071-3/+1
* | net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-231-1/+1
|/
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-241-8/+14
* ppp: Move the PPP driversJeff Kirsher2011-08-271-0/+717
OpenPOWER on IntegriCloud