summaryrefslogtreecommitdiffstats
path: root/drivers/net/pptp.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded version.h includes from drivers/net/Jesper Juhl2011-06-241-1/+0Star
* pptp: Use flowi4's daddr/saddr in pptp_xmit().David S. Miller2011-05-041-2/+2
* ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-041-2/+4
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-131-27/+18Star
* 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-131-1/+1
* net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-131-1/+1
* drivers/net: use vzalloc()Eric Dumazet2010-11-281-2/+1Star
* net: constify some ppp/pptp structsEric Dumazet2010-09-221-4/+4
* PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-221-0/+726