Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
86d750a48a6d22435265abf525d8a27fa636db26
/
net
/
l2tp
/
l2tp_netlink.c
30c3e9d
l2tp: remove switch block in l2tp_nl_cmd_session_create()
by Lorenzo Bianconi
· 7 years ago
9afa658
l2tp: remove l2specific_len configurable parameter
by Lorenzo Bianconi
· 7 years ago
dfffc97
l2tp: double-check l2specific_type provided by userspace
by Lorenzo Bianconi
· 7 years ago
900631e
l2tp: remove configurable payload offset
by James Chapman
· 7 years ago
de3b58b
l2tp: revert "l2tp: fix missing print session offset info"
by James Chapman
· 7 years ago
863def1
l2tp: revert "l2tp: add peer_offset parameter"
by James Chapman
· 7 years ago
f15bc54
l2tp: add peer_offset parameter
by Lorenzo Bianconi
· 7 years ago
820da53
l2tp: fix missing print session offset info
by Hangbin Liu
· 7 years ago
a434621
l2tp: remove ->ref() and ->deref()
by Guillaume Nault
· 7 years ago
4dc12ff
l2tp: cleanup l2tp_tunnel_delete calls
by Jiri Slaby
· 7 years ago
be070c7
net: l2tp: mark expected switch fall-through
by Gustavo A. R. Silva
· 7 years ago
f026bc2
l2tp: pass tunnel pointer to ->session_create()
by Guillaume Nault
· 7 years ago
e702c12
l2tp: hold tunnel used while creating sessions with netlink
by Guillaume Nault
· 7 years ago
4e4b21d
l2tp: hold tunnel while handling genl TUNNEL_GET commands
by Guillaume Nault
· 7 years ago
8c0e421
l2tp: hold tunnel while handling genl tunnel updates
by Guillaume Nault
· 7 years ago
bb0a32c
l2tp: hold tunnel while processing genl delete command
by Guillaume Nault
· 7 years ago
54652eb
l2tp: hold tunnel while looking up sessions in l2tp_netlink
by Guillaume Nault
· 7 years ago
af87ae4
l2tp: remove useless duplicate session detection in l2tp_netlink
by Guillaume Nault
· 8 years ago
e08293a
l2tp: take reference on sessions being dumped
by Guillaume Nault
· 8 years ago
2777e2a
l2tp: take a reference on sessions used in genetlink handlers
by Guillaume Nault
· 8 years ago
5e6a9e5
l2tp: hold session while sending creation notifications
by Guillaume Nault
· 8 years ago
57ceb86
net: l2tp: cleanup: remove redundant condition
by Asbjørn Sloth Tønnesen
· 8 years ago
97b7af0
net: l2tp: netlink: l2tp_nl_tunnel_send: set UDP6 checksum flags
by Asbjørn Sloth Tønnesen
· 8 years ago
7ff516f
net: l2tp: only set L2TP_ATTR_UDP_CSUM if AF_INET
by Asbjørn Sloth Tønnesen
· 8 years ago
56989f6
genetlink: mark families as __ro_after_init
by Johannes Berg
· 8 years ago
489111e
genetlink: statically initialize families
by Johannes Berg
· 8 years ago
a07ea4d
genetlink: no longer support using static family IDs
by Johannes Berg
· 8 years ago
f5bb341
l2tp: make nla_policy const
by stephen hemminger
· 8 years ago
1c714a9
l2tp: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
2175d87
libnl: nla_put_msecs(): align on a 64-bit area
by Nicolas Dichtel
· 9 years ago
853effc
l2tp: Fix error creating L2TP tunnels
by Mark Tomlinson
· 9 years ago
f1f39f9
l2tp: auto load type modules
by stephen hemminger
· 9 years ago
67b61f6
netlink: implement nla_get_in_addr and nla_get_in6_addr
by Jiri Benc
· 10 years ago
930345e
netlink: implement nla_put_in_addr and nla_put_in6_addr
by Jiri Benc
· 10 years ago
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
33f72e6
l2tp : multicast notification to the registered listeners
by Bill Hong
· 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
bb5016e
l2tp: fix manual sequencing (de)activation in L2TPv2
by Guillaume Nault
· 11 years ago
c53ed74
genetlink: only pass array to genl_register_family_with_ops()
by Johannes Berg
· 11 years ago
4534de8
genetlink: make all genl_ops users const
by Johannes Berg
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
7b7c071
l2tp: avoid deadlock in l2tp stats update
by Tom Parkin
· 12 years ago
b6fdfdf
l2tp: set netnsok flag for netlink messages
by Tom Parkin
· 12 years ago
e269ed2
l2tp: session is an array not a pointer
by Alan Cox
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7f8436a
l2tp: fix return value check
by Wei Yongjun
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
58050fc
net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()
by Thomas Graf
· 12 years ago
e9412c3
genetlink: Build a generic netlink family module alias
by Neil Horman
· 12 years ago
a4ca44f
net: l2tp: Standardize logging styles
by Joe Perches
· 12 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
60aed2a
l2tp: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
8cb4901
l2tp: Fix set-but-unused variables.
by David S. Miller
· 14 years ago
f481c0d
l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.c
by David S. Miller
· 15 years ago
789a4a2
l2tp: Add support for static unmanaged L2TPv3 tunnels
by James Chapman
· 15 years ago
309795f
l2tp: Add netlink control API for L2TP
by James Chapman
· 15 years ago