Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
834d21de02d7494dfd309cbc5ed0a6413d51b98a
/
net
/
l2tp
/
l2tp_core.c
08cb8e5
l2tp: take a reference on sessions used in genetlink handlers
by Guillaume Nault
· 8 years ago
d9face6
l2tp: fix duplicate session creation
by Guillaume Nault
· 8 years ago
6539c4f
l2tp: fix race in l2tp_recv_common()
by Guillaume Nault
· 8 years ago
b790260
l2tp: take reference on sessions being dumped
by Guillaume Nault
· 8 years ago
2f86953
l2tp: fix use-after-free during module unload
by Sabrina Dubroca
· 8 years ago
a5c5e2d
l2tp: fix configuration passed to setup_udp_tunnel_sock()
by Guillaume Nault
· 8 years ago
018f825
net: l2tp: fix reversed udp6 checksum flags
by Wang Shanker
· 9 years ago
06a15f5
l2tp: protect tunnel->del_work by ref_count
by Alexander Couzens
· 9 years ago
26abe14
net: Modify sk_alloc to not reference count the netns of kernel sockets.
by Eric W. Biederman
· 10 years ago
eeb1bd5
net: Add a struct net parameter to sock_create_kern
by Eric W. Biederman
· 10 years ago
67e04c2
l2tp: unregister l2tp_net_ops on failure path
by WANG Cong
· 10 years ago
c8fffce
l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functions
by Andy Zhou
· 10 years ago
29abe2f
l2tp: fix missing line continuation
by Andy Zhou
· 10 years ago
72297c5
l2tp: Enable checksum unnecessary conversions for l2tp/UDP sockets
by Tom Herbert
· 10 years ago
85644b4
l2tp: Call udp_sock_create
by Tom Herbert
· 10 years ago
77157e1
l2tp: call udp{6}_set_csum
by Tom Herbert
· 10 years ago
6b649fea
l2tp: Add support for zero IPv6 checksums
by Tom Herbert
· 10 years ago
28448b8
net: Split sk_no_check into sk_no_check_{rx,tx}
by Tom Herbert
· 10 years ago
60ff746
net: rename local_df to ignore_df
by WANG Cong
· 11 years ago
58d6085
l2tp: Remove UDP checksum verification
by Tom Herbert
· 11 years ago
b0270e9
ipv4: add a sock pointer to ip_queue_xmit()
by Eric Dumazet
· 11 years ago
cd6362b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
9d919e8
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 11 years ago
59ff3eb
workqueue: remove deprecated WQ_NON_REENTRANT
by ZhangZhen
· 11 years ago
85dcce7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
746e349
l2tp: fix unused variable warning
by Eric Dumazet
· 11 years ago
31c70d5
l2tp: keep original skb ownership
by Eric Dumazet
· 11 years ago
bb5016e
l2tp: fix manual sequencing (de)activation in L2TPv2
by Guillaume Nault
· 11 years ago
2045cea
net: remove unnecessary return's
by stephen hemminger
· 11 years ago
b5d2b28
l2tp: make local functions static
by stephen hemminger
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
8d8a51e
l2tp: Fix build warning with ipv6 disabled.
by David S. Miller
· 11 years ago
e18503f
l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses
by François Cachereul
· 11 years ago
a0dbd82
l2tp: make datapath resilient to packet loss when sequence numbers enabled
by James Chapman
· 11 years ago
8a1631d
l2tp: make datapath sequence number support RFC-compliant
by James Chapman
· 11 years ago
b6dc01a
l2tp: do data sequence number handling in a separate func
by James Chapman
· 11 years ago
1b7c92b
l2tp: calling the ref() instead of deref()
by Dan Carpenter
· 12 years ago
f6e16b2
l2tp: unhash l2tp sessions on delete, not on free
by Tom Parkin
· 12 years ago
7b7c071
l2tp: avoid deadlock in l2tp stats update
by Tom Parkin
· 12 years ago
4c6e2fd
l2tp: purge session reorder queue on delete
by Tom Parkin
· 12 years ago
48f72f9
l2tp: add session reorder queue purge function to core
by Tom Parkin
· 12 years ago
02d13ed
l2tp: don't BUG_ON sk_socket being NULL
by Tom Parkin
· 12 years ago
8abbbe8
l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup
by Tom Parkin
· 12 years ago
2b551c6
l2tp: close sessions before initiating tunnel delete
by Tom Parkin
· 12 years ago
e34f4c7
l2tp: export l2tp_tunnel_closeall
by Tom Parkin
· 12 years ago
9980d00
l2tp: add udp encap socket destroy handler
by Tom Parkin
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
fd50231
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
87c084a
l2tp: dont play with skb->truesize
by Eric Dumazet
· 12 years ago
167eb17
l2tp: create tunnel sockets in the right namespace
by Tom Parkin
· 12 years ago
cbb95e0
l2tp: prevent tunnel creation on netns mismatch
by Tom Parkin
· 12 years ago
f8ccac0
l2tp: put tunnel socket release on a workqueue
by Tom Parkin
· 12 years ago
80d84ef
l2tp: prevent l2tp_tunnel_delete racing with userspace close
by Tom Parkin
· 12 years ago
37159ef
l2tp: fix a lockdep splat
by Eric Dumazet
· 12 years ago
99469c3
l2tp: avoid to use synchronize_rcu in tunnel free function
by xeb@mail.ru
· 12 years ago
b8c8430
net: l2tp_eth: provide tx_dropped counter
by Eric Dumazet
· 12 years ago
a4ca44f
net: l2tp: Standardize logging styles
by Joe Perches
· 12 years ago
d301e32
l2tp: fix data packet sequence number handling
by James Chapman
· 13 years ago
38d40b3
l2tp: fix reorder timeout recovery
by James Chapman
· 13 years ago
5dac94e
l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6
by James Chapman
· 13 years ago
f9bac8d
l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels
by Chris Elston
· 13 years ago
5de7aee
l2tp: fix locking of 64-bit counters for smp
by James Chapman
· 13 years ago
d499bd2
l2tp: Add missing net/net/ip6_checksum.h include.
by David S. Miller
· 13 years ago
d2cf336
net/l2tp: add support for L2TP over IPv6 UDP
by Benjamin LaHaise
· 13 years ago
447167b
udp: intoduce udp_encap_needed static_key
by Eric Dumazet
· 13 years ago
71b1391
l2tp: ensure sk->dst is still valid
by Florian Westphal
· 13 years ago
e50e705
l2tp: fix l2tp_udp_recv_core()
by Eric Dumazet
· 13 years ago
e2e210c
l2tp: fix race in l2tp_recv_dequeue()
by Eric Dumazet
· 13 years ago
835acf5
l2tp: fix a potential skb leak in l2tp_xmit_skb()
by Eric Dumazet
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
1769192
l2tp: fix potential rcu race
by Eric Dumazet
· 14 years ago
d9d8da8
inet: Pass flowi to ->queue_xmit().
by David S. Miller
· 14 years ago
6af88da
l2tp: Fix locking in l2tp_core.c
by David S. Miller
· 14 years ago
e341b2d
l2tp: static functions should not be exported
by Stephen Rothwell
· 14 years ago
fc13084
l2tp: make local function static
by stephen hemminger
· 14 years ago
e773aaf
l2tp: fix memory allocation
by Jiri Pirko
· 15 years ago
4e15ed4
net: replace ipfragok with skb->local_df
by Shan Wei
· 15 years ago
7bddd0d
l2tp: unmanaged L2TPv3 tunnels fixes
by Eric Dumazet
· 15 years ago
789a4a2
l2tp: Add support for static unmanaged L2TPv3 tunnels
by James Chapman
· 15 years ago
e02d494
l2tp: Convert rwlock to RCU
by James Chapman
· 15 years ago
309795f
l2tp: Add netlink control API for L2TP
by James Chapman
· 15 years ago
0d76751
l2tp: Add L2TPv3 IP encapsulation (no UDP) support
by James Chapman
· 15 years ago
f7faffa
l2tp: Add L2TPv3 protocol support
by James Chapman
· 15 years ago
fd558d1
l2tp: Split pppol2tp patch into separate l2tp and ppp parts
by James Chapman
· 15 years ago