Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / l2tp /
2012-05-03 Sasha Levinnet: l2tp: unlock socket lock before returning from...
2012-04-13 James Chapmanl2tp: don't overwrite source address in l2tp_ip_bind()
2012-04-13 James Chapmanl2tp: fix refcount leak in l2tp_ip sockets
2012-03-22 Benjamin LaHaisel2tp: enable automatic module loading for l2tp_ppp
2012-03-20 Benjamin LaHaiseFix pppol2tp getsockname()
2012-03-05 Paul Mackerrasppp: Replace uses of <linux/if_ppp.h> with <linux/ppp...
2012-02-15 Danny Kukawkanet: replace random_ether_addr() with eth_hw_addr_random()
2012-01-26 James Chapmanl2tp: l2tp_ip - fix possible oops on packet receive
2011-11-26 Florian Westphall2tp: ensure sk->dst is still valid
2011-11-08 Eric Dumazetl2tp: fix l2tp_udp_recv_core()
2011-11-03 Eric Dumazetl2tp: fix race in l2tp_recv_dequeue()
2011-10-24 David S. MillerMerge branch 'master' of ra./linux/kernel/git/davem/net
2011-10-19 Eric Dumazetl2tp: give proper headroom in pppol2tp_xmit()
2011-10-19 Eric Dumazetl2tp: fix a potential skb leak in l2tp_xmit_skb()
2011-07-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2011-07-28 Neil Hormannet: Audit drivers to identify those needing IFF_TX_SKB...
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-06-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-06-13 Eric Dumazetl2tp: fix l2tp_ip_sendmsg() route handling
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-05 Al Virofix return values of l2tp_dfs_seq_open()
2011-05-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2011-05-12 Eric Dumazetl2tp: fix potential rcu race
2011-05-08 David S. Millerinet: Pass flowi to ->queue_xmit().
2011-05-08 David S. Millerl2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_se...
2011-05-08 David S. Millerl2tp: Fix locking in l2tp_core.c
2011-05-08 David S. Millerl2tp: Fix locking in l2tp_ip.c
2011-05-04 David S. Milleripv4: Make caller provide on-stack flow key to ip_route...
2011-04-29 David S. Milleripv4: Get route daddr from flow key in l2tp_ip_connect().
2011-04-29 David S. Milleripv4: Fetch route saddr from flow key in l2tp_ip_connect().
2011-04-28 David S. Millerl2tp: Fix inet_opt conversion.
2011-04-28 Eric Dumazetinet: add RCU protection to inet->opt
2011-04-27 David S. Milleripv4: Sanitize and simplify ip_route_{connect,newports}()
2011-04-27 Lucas De MarchiRevert wrong fixes for common misspellings
2011-04-18 David S. Millerl2tp: Fix set-but-unused variables.
2011-03-22 James Chapmanl2tp: fix possible oops on l2tp_eth module unload
2011-03-12 David S. Milleripv4: Create and use route lookup helpers.
2011-03-02 David S. Milleripv4: Make output route lookup return rtable directly.
2011-03-01 David S. Milleripv4: Kill can_sleep arg to ip_route_output_flow()
2011-03-01 David S. Milleripv4: Make final arg to ip_route_output_flow to be...
2011-03-01 David S. Milleripv4: Can final ip_route_connect() arg to boolean ...
2010-12-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-12-08 Michal Marekl2tp: Fix modalias of l2tp_ip
2010-11-17 Changli Gaonet: use the macros defined for the members of flowi
2010-11-01 Dr. David Alan Gilbertl2tp: kzalloc with swapped params in l2tp_dfs_seq_open
2010-10-25 Stephen Rothwelll2tp: static functions should not be exported
2010-10-24 stephen hemmingerl2tp: make local function static
2010-10-21 Eric Dumazetl2tp: small cleanup
2010-09-22 Eric Dumazetnet: constify some ppp/pptp structs
2010-09-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-02 Eric Dumazetnet: another last_rx round
2010-08-26 Eric Dumazetl2tp: test for ethernet header in l2tp_eth_dev_recv()
2010-08-05 stephen hemmingerppp: make channel_ops const
2010-06-11 Changli Gaonet-next: remove useless union keyword
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-04-23 Jiri Pirkol2tp_eth: fix memory allocation
2010-04-23 Jiri Pirkol2tp: fix memory allocation
2010-04-16 Shan Weinet: replace ipfragok with skb->local_df
2010-04-15 Joe Perchesnet/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4
2010-04-04 Eric Dumazetl2tp: unmanaged L2TPv3 tunnels fixes
2010-04-03 David S. Millerl2tp: Fix L2TP_DEBUGFS ifdef tests.
2010-04-03 David S. Millerl2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_n...
2010-04-03 James Chapmanl2tp: Add support for static unmanaged L2TPv3 tunnels
2010-04-03 James Chapmanl2tp: Add debugfs files for dumping l2tp debug info
2010-04-03 James Chapmanl2tp: Add L2TP ethernet pseudowire support
2010-04-03 James Chapmanl2tp: Convert rwlock to RCU
2010-04-03 James Chapmanl2tp: Add netlink control API for L2TP
2010-04-03 James Chapmanl2tp: Add L2TPv3 IP encapsulation (no UDP) support
2010-04-03 James Chapmanl2tp: Update PPP-over-L2TP driver to work over L2TPv3
2010-04-03 James Chapmanl2tp: Add L2TPv3 protocol support
2010-04-03 James Chapmanl2tp: Add ppp device name to L2TP ppp session data
2010-04-03 James Chapmanl2tp: Split pppol2tp patch into separate l2tp and ppp...
2010-04-03 James Chapmanl2tp: Relocate pppol2tp driver to new net/l2tp directory