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