aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-06-13l2tp: fix l2tp_ip_sendmsg() route handlingEric Dumazet1-6/+13
2011-06-05fix return values of l2tp_dfs_seq_open()Al Viro1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-27/+56
2011-05-12l2tp: fix potential rcu raceEric Dumazet1-6/+4
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller2-5/+7
2011-05-08l2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_sendmsg()David S. Miller1-7/+9
2011-05-08l2tp: Fix locking in l2tp_core.cDavid S. Miller1-0/+8
2011-05-08l2tp: Fix locking in l2tp_ip.cDavid S. Miller1-4/+15
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-1/+2
2011-04-28ipv4: Get route daddr from flow key in l2tp_ip_connect().David S. Miller1-1/+1
2011-04-28ipv4: Fetch route saddr from flow key in l2tp_ip_connect().David S. Miller1-2/+2
2011-04-28l2tp: Fix inet_opt conversion.David S. Miller1-2/+4
2011-04-28inet: add RCU protection to inet->optEric Dumazet1-3/+7
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller1-4/+4
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi1-1/+1
2011-04-17l2tp: Fix set-but-unused variables.David S. Miller1-1/+2
2011-03-21l2tp: fix possible oops on l2tp_eth module unloadJames Chapman1-1/+1
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-19/+11
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+5
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-1/+1
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-1/+1
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller1-1/+1
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2010-12-08l2tp: Fix modalias of l2tp_ipMichal Marek1-1/+5
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-7/+5
2010-11-01l2tp: kzalloc with swapped params in l2tp_dfs_seq_openDr. David Alan Gilbert1-1/+1
2010-10-24l2tp: static functions should not be exportedStephen Rothwell1-3/+0
2010-10-24l2tp: make local function staticstephen hemminger3-44/+41
2010-10-21l2tp: small cleanupEric Dumazet1-3/+1
2010-09-21net: constify some ppp/pptp structsEric Dumazet1-1/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-09-02net: another last_rx roundEric Dumazet1-1/+0
2010-08-26l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2010-08-04ppp: make channel_ops conststephen hemminger1-1/+4
2010-06-10net-next: remove useless union keywordChangli Gao1-3/+3
2010-04-23l2tp_eth: fix memory allocationJiri Pirko1-28/+1
2010-04-23l2tp: fix memory allocationJiri Pirko1-28/+1
2010-04-15net: replace ipfragok with skb->local_dfShan Wei2-2/+3
2010-04-15net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4Joe Perches1-2/+2
2010-04-04l2tp: unmanaged L2TPv3 tunnels fixesEric Dumazet2-2/+2
2010-04-03l2tp: Fix L2TP_DEBUGFS ifdef tests.David S. Miller3-5/+5
2010-04-03l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.cDavid S. Miller1-1/+1
2010-04-03l2tp: Add support for static unmanaged L2TPv3 tunnelsJames Chapman3-14/+126
2010-04-03l2tp: Add debugfs files for dumping l2tp debug infoJames Chapman6-2/+392
2010-04-03l2tp: Add L2TP ethernet pseudowire supportJames Chapman3-0/+372
2010-04-03l2tp: Convert rwlock to RCUJames Chapman1-36/+42