aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/pptp.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-24net: Remove unneeded version.h includes from drivers/net/Gravatar Jesper Juhl 1-1/+0
2011-05-03pptp: Use flowi4's daddr/saddr in pptp_xmit().Gravatar David S. Miller 1-2/+2
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().Gravatar David S. Miller 1-2/+4
2011-03-12ipv4: Create and use route lookup helpers.Gravatar David S. Miller 1-27/+18
2011-03-02ipv4: Make output route lookup return rtable directly.Gravatar David S. Miller 1-4/+4
2010-12-12ipv4: Don't pre-seed hoplimit metric.Gravatar David S. Miller 1-1/+1
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.Gravatar David S. Miller 1-1/+1
2010-11-27drivers/net: use vzalloc()Gravatar Eric Dumazet 1-2/+1
2010-09-21net: constify some ppp/pptp structsGravatar Eric Dumazet 1-4/+4
2010-08-21PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Gravatar Dmitry Kozlov 1-0/+726