aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pptp.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+1
* ppp: fix pptp double release_sock in pptp_bind()Djalal Harouni2012-01-061-3/+1
* pptp: Use flowi4's daddr/saddr in pptp_xmit().David S. Miller2011-05-031-2/+2
* ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-031-2/+4
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-27/+18
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-4/+4
* ipv4: Don't pre-seed hoplimit metric.David S. Miller2010-12-121-1/+1
* net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-121-1/+1
* drivers/net: use vzalloc()Eric Dumazet2010-11-271-2/+1
* net: constify some ppp/pptp structsEric Dumazet2010-09-211-4/+4
* PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-211-0/+726