Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
eb1c28c05894a4b1f6b56c5bf072205e64cfa280
/
net
/
l2tp
/
l2tp_ppp.c
eb1c28c
l2tp: check sockaddr length in pppol2tp_connect()
by Guillaume Nault
· 7 years ago
5411b618
l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow
by Guillaume Nault
· 7 years ago
0e0c3fe
l2tp: hold reference on tunnels printed in pppol2tp proc file
by Guillaume Nault
· 7 years ago
6b9f342
l2tp: fix races in tunnel creation
by Guillaume Nault
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
d644406
net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c80afa0
net: Convert /proc creating and destroying pernet_operations
by Kirill Tkhai
· 7 years ago
d02ba2a
l2tp: fix race in pppol2tp_release with session object destroy
by James Chapman
· 7 years ago
225eb26
l2tp: don't use inet_shutdown on ppp session destroy
by James Chapman
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 7 years ago
da9ca82
l2tp: remove the .tunnel_sock field from struct pppol2tp_session
by Guillaume Nault
· 7 years ago
7198c77
l2tp: avoid using ->tunnel_sock for getting session's parent tunnel
by Guillaume Nault
· 7 years ago
ed29668
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a434621
l2tp: remove ->ref() and ->deref()
by Guillaume Nault
· 7 years ago
f9e56ba
l2tp: hold tunnel in pppol2tp_connect()
by Guillaume Nault
· 7 years ago
f98be6c
l2tp: initialise PPP sessions before registering them
by Guillaume Nault
· 7 years ago
ee40fb2e
l2tp: protect sock pointer of struct pppol2tp_session with RCU
by Guillaume Nault
· 7 years ago
3953ae7
l2tp: don't register sessions in l2tp_session_create()
by Guillaume Nault
· 7 years ago
5903f59
l2tp: check ps->sock before running pppol2tp_session_ioctl()
by Guillaume Nault
· 7 years ago
cdd10c9
l2tp: ensure sessions are freed after their PPPOL2TP socket
by Guillaume Nault
· 7 years ago
f026bc2
l2tp: pass tunnel pointer to ->session_create()
by Guillaume Nault
· 7 years ago
fbea9e0
net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
321a52a
l2tp: don't mask errors in pppol2tp_getsockopt()
by Guillaume Nault
· 8 years ago
364700c
l2tp: don't mask errors in pppol2tp_setsockopt()
by Guillaume Nault
· 8 years ago
249ee81
l2tp: fix PPP pseudo-wire auto-loading
by Guillaume Nault
· 8 years ago
e08293a
l2tp: take reference on sessions being dumped
by Guillaume Nault
· 8 years ago
dbdbc73
l2tp: fix duplicate session creation
by Guillaume Nault
· 8 years ago
57377d6
l2tp: ensure session can't get removed during pppol2tp_session_ioctl()
by Guillaume Nault
· 8 years ago
e91793b
l2tp: purge socket queues in the .destruct() callback
by Guillaume Nault
· 8 years ago
fba40c6
net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*
by Asbjørn Sloth Tønnesen
· 8 years ago
3f9b977
net: l2tp: fix negative assignment to unsigned int
by Asbjørn Sloth Tønnesen
· 8 years ago
9dd7994
l2tp: use IS_ENABLED() instead of checking for built-in or module
by Javier Martinez Canillas
· 8 years ago
6abdd5f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
54c151d
l2tp: Refactor the codes with existing macros instead of literal number
by Gao Feng
· 8 years ago
c1346a7
Revert "l2tp: Refactor the codes with existing macros instead of literal number"
by David S. Miller
· 8 years ago
5ab1fe7
l2tp: Refactor the codes with existing macros instead of literal number
by Gao Feng
· 8 years ago
56cff47
l2tp: Fix the connect status check in pppol2tp_getname
by Gao Feng
· 8 years ago
4ac36a4
l2tp: Correctly return -EBADF from pppol2tp_getname.
by phil.turnbull@oracle.com
· 8 years ago
98f40b3
l2tp: rely on ppp layer for skb scrubbing
by Guillaume Nault
· 9 years ago
681b4d8
pppox: use standard module auto-loading feature
by Guillaume Nault
· 9 years ago
f1f39f9
l2tp: auto load type modules
by stephen hemminger
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
6ce8e9c
new helper: memcpy_from_msg()
by Al Viro
· 11 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
eed4d83
l2tp: fix race while getting PMTU on PPP pseudo-wire
by Guillaume Nault
· 10 years ago
3cf521f
net/l2tp: don't fall back on UDP [get|set]sockopt
by Sasha Levin
· 10 years ago
f34c4a3
l2tp: take PMTU from tunnel UDP socket
by Dmitry Petukhov
· 11 years ago
85dcce7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
9e9cb62
l2tp: fix userspace reception on plain L2TP sockets
by Guillaume Nault
· 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
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
455cc32
l2tp: must disable bh before calling l2tp_xmit_skb()
by Eric Dumazet
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
e1558a9
l2tp: add missing .owner to struct pppox_proto
by Wei Yongjun
· 11 years ago
a6f79d0
l2tp: Fix sendmsg() return value
by Guillaume Nault
· 11 years ago
55b92b7
l2tp: Fix PPP header erasure and memory leak
by Guillaume Nault
· 11 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
cf2f5c8
l2tp: push all ppp pseudowire shutdown through .release handler
by Tom Parkin
· 12 years ago
8b82547e33e
l2tp: Restore socket refcount when sendmsg succeeds
by Guillaume Nault
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
87c084a
l2tp: dont play with skb->truesize
by Eric Dumazet
· 12 years ago
e319269
net: Remove casts to same type
by Joe Perches
· 12 years ago
a4ca44f
net: l2tp: Standardize logging styles
by Joe Perches
· 13 years ago
b79585f
l2tp: pppol2tp_connect() handles ipv6 sockaddr variants
by James Chapman
· 13 years ago
d2cf336
net/l2tp: add support for L2TP over IPv6 UDP
by Benjamin LaHaise
· 13 years ago
9395a09
l2tp: enable automatic module loading for l2tp_ppp
by Benjamin LaHaise
· 13 years ago
bbdb32c
Fix pppol2tp getsockname()
by Benjamin LaHaise
· 13 years ago
4b32da2b
ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>
by Paul Mackerras
· 13 years ago
09df57c
l2tp: give proper headroom in pppol2tp_xmit()
by Eric Dumazet
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
756e64a
net: constify some ppp/pptp structs
by Eric Dumazet
· 14 years ago
d7100da
ppp: make channel_ops const
by stephen hemminger
· 14 years ago
f66ef2d
l2tp: Fix L2TP_DEBUGFS ifdef tests.
by David S. Miller
· 15 years ago
0ad6614
l2tp: Add debugfs files for dumping l2tp debug info
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
e0d4435
l2tp: Update PPP-over-L2TP driver to work over L2TPv3
by James Chapman
· 15 years ago
f7faffa
l2tp: Add L2TPv3 protocol support
by James Chapman
· 15 years ago
9345471
l2tp: Add ppp device name to L2TP ppp session data
by James Chapman
· 15 years ago
fd558d1
l2tp: Split pppol2tp patch into separate l2tp and ppp parts
by James Chapman
· 15 years ago