aboutsummaryrefslogtreecommitdiff
path: root/net/l2tp/l2tp_ip.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-13l2tp: fix l2tp_ip_sendmsg() route handlingGravatar Eric Dumazet 1-6/+13
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-16/+36
2011-05-08inet: Pass flowi to ->queue_xmit().Gravatar David S. Miller 1-1/+1
2011-05-08l2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_sendmsg()Gravatar David S. Miller 1-7/+9
2011-05-08l2tp: Fix locking in l2tp_ip.cGravatar David S. Miller 1-4/+15
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().Gravatar David S. Miller 1-1/+2
2011-04-28ipv4: Get route daddr from flow key in l2tp_ip_connect().Gravatar David S. Miller 1-1/+1
2011-04-28ipv4: Fetch route saddr from flow key in l2tp_ip_connect().Gravatar David S. Miller 1-2/+2
2011-04-28l2tp: Fix inet_opt conversion.Gravatar David S. Miller 1-2/+4
2011-04-28inet: add RCU protection to inet->optGravatar Eric Dumazet 1-3/+7
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()Gravatar David S. Miller 1-4/+4
2011-04-26Revert wrong fixes for common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-12ipv4: Create and use route lookup helpers.Gravatar David S. Miller 1-19/+11
2011-03-02ipv4: Make output route lookup return rtable directly.Gravatar David S. Miller 1-3/+5
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()Gravatar David S. Miller 1-1/+1
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"Gravatar David S. Miller 1-1/+1
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".Gravatar David S. Miller 1-1/+1
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+5
2010-12-08l2tp: Fix modalias of l2tp_ipGravatar Michal Marek 1-1/+5
2010-11-17net: use the macros defined for the members of flowiGravatar Changli Gao 1-7/+5
2010-10-24l2tp: make local function staticGravatar stephen hemminger 1-1/+1
2010-10-21l2tp: small cleanupGravatar Eric Dumazet 1-3/+1
2010-06-10net-next: remove useless union keywordGravatar Changli Gao 1-3/+3
2010-04-15net: replace ipfragok with skb->local_dfGravatar Shan Wei 1-1/+1
2010-04-03l2tp: Add L2TPv3 IP encapsulation (no UDP) supportGravatar James Chapman 1-0/+679