index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
l2tp
/
l2tp_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
l2tp: make local functions static
stephen hemminger
2014-01-13
1
-4
/
+2
*
ipv6: make lookups simpler and faster
Eric Dumazet
2013-10-09
1
-5
/
+5
*
l2tp: Fix build warning with ipv6 disabled.
David S. Miller
2013-10-08
1
-5
/
+8
*
l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses
François Cachereul
2013-10-02
1
-4
/
+23
*
l2tp: make datapath resilient to packet loss when sequence numbers enabled
James Chapman
2013-07-02
1
-5
/
+31
*
l2tp: make datapath sequence number support RFC-compliant
James Chapman
2013-07-02
1
-5
/
+31
*
l2tp: do data sequence number handling in a separate func
James Chapman
2013-07-02
1
-20
/
+34
*
l2tp: calling the ref() instead of deref()
Dan Carpenter
2013-03-22
1
-1
/
+1
*
l2tp: unhash l2tp sessions on delete, not on free
Tom Parkin
2013-03-20
1
-41
/
+34
*
l2tp: avoid deadlock in l2tp stats update
Tom Parkin
2013-03-20
1
-56
/
+19
*
l2tp: purge session reorder queue on delete
Tom Parkin
2013-03-20
1
-0
/
+4
*
l2tp: add session reorder queue purge function to core
Tom Parkin
2013-03-20
1
-0
/
+17
*
l2tp: don't BUG_ON sk_socket being NULL
Tom Parkin
2013-03-20
1
-8
/
+10
*
l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup
Tom Parkin
2013-03-20
1
-0
/
+2
*
l2tp: close sessions before initiating tunnel delete
Tom Parkin
2013-03-20
1
-0
/
+1
*
l2tp: export l2tp_tunnel_closeall
Tom Parkin
2013-03-20
1
-2
/
+2
*
l2tp: add udp encap socket destroy handler
Tom Parkin
2013-03-20
1
-0
/
+14
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-8
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-02-08
1
-6
/
+0
|
\
|
*
l2tp: dont play with skb->truesize
Eric Dumazet
2013-02-08
1
-6
/
+0
*
|
l2tp: create tunnel sockets in the right namespace
Tom Parkin
2013-02-05
1
-33
/
+54
*
|
l2tp: prevent tunnel creation on netns mismatch
Tom Parkin
2013-02-05
1
-2
/
+9
*
|
l2tp: put tunnel socket release on a workqueue
Tom Parkin
2013-02-05
1
-44
/
+59
|
/
*
l2tp: prevent l2tp_tunnel_delete racing with userspace close
Tom Parkin
2013-01-29
1
-11
/
+65
*
l2tp: fix a lockdep splat
Eric Dumazet
2012-09-04
1
-0
/
+4
*
l2tp: avoid to use synchronize_rcu in tunnel free function
xeb@mail.ru
2012-08-30
1
-2
/
+1
*
net: l2tp_eth: provide tx_dropped counter
Eric Dumazet
2012-06-29
1
-5
/
+6
*
net: l2tp: Standardize logging styles
Joe Perches
2012-05-17
1
-115
/
+101
*
l2tp: fix data packet sequence number handling
James Chapman
2012-05-10
1
-1
/
+1
*
l2tp: fix reorder timeout recovery
James Chapman
2012-05-10
1
-0
/
+9
*
l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6
James Chapman
2012-05-01
1
-22
/
+50
*
l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels
Chris Elston
2012-05-01
1
-17
/
+61
*
l2tp: fix locking of 64-bit counters for smp
James Chapman
2012-05-01
1
-19
/
+56
*
l2tp: Add missing net/net/ip6_checksum.h include.
David S. Miller
2012-04-30
1
-0
/
+1
*
net/l2tp: add support for L2TP over IPv6 UDP
Benjamin LaHaise
2012-04-28
1
-12
/
+77
*
udp: intoduce udp_encap_needed static_key
Eric Dumazet
2012-04-13
1
-0
/
+1
*
l2tp: ensure sk->dst is still valid
Florian Westphal
2011-11-26
1
-1
/
+1
*
l2tp: fix l2tp_udp_recv_core()
Eric Dumazet
2011-11-08
1
-4
/
+4
*
l2tp: fix race in l2tp_recv_dequeue()
Eric Dumazet
2011-11-03
1
-1
/
+2
*
l2tp: fix a potential skb leak in l2tp_xmit_skb()
Eric Dumazet
2011-10-18
1
-1
/
+3
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
l2tp: fix potential rcu race
Eric Dumazet
2011-05-12
1
-6
/
+4
*
inet: Pass flowi to ->queue_xmit().
David S. Miller
2011-05-08
1
-4
/
+6
*
l2tp: Fix locking in l2tp_core.c
David S. Miller
2011-05-08
1
-0
/
+8
*
l2tp: static functions should not be exported
Stephen Rothwell
2010-10-24
1
-3
/
+0
*
l2tp: make local function static
stephen hemminger
2010-10-24
1
-10
/
+40
*
l2tp: fix memory allocation
Jiri Pirko
2010-04-23
1
-28
/
+1
*
net: replace ipfragok with skb->local_df
Shan Wei
2010-04-15
1
-1
/
+2
*
l2tp: unmanaged L2TPv3 tunnels fixes
Eric Dumazet
2010-04-04
1
-1
/
+1
*
l2tp: Add support for static unmanaged L2TPv3 tunnels
James Chapman
2010-04-03
1
-10
/
+105
[next]