Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7dfa51beacac6616dc460746238ecc5fe658b676
/
net
/
l2tp
/
l2tp_core.h
8de6766
l2tp: fix reading optional fields of L2TPv3
by Jacob Wen
· 6 years ago
c2ebc25
l2tp: fix unused function warning
by Arnd Bergmann
· 6 years ago
01e28b9
l2tp: split l2tp_session_get()
by Guillaume Nault
· 6 years ago
d6a61ec
l2tp: define l2tp_tunnel_uses_xfrm()
by Guillaume Nault
· 6 years ago
e9697e2
l2tp: ignore L2TP_ATTR_MTU
by Guillaume Nault
· 6 years ago
1f5cd2a
l2tp: define l2tp_tunnel_dst_mtu()
by Guillaume Nault
· 6 years ago
92ea4a7
l2tp: drop ->mru from struct l2tp_session
by Guillaume Nault
· 6 years ago
ae51a7c
l2tp: ignore L2TP_ATTR_VLAN_ID netlink attribute
by Guillaume Nault
· 6 years ago
3ae5536
l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attribute
by Guillaume Nault
· 6 years ago
2b139e6
l2tp: remove ->recv_payload_hook
by Guillaume Nault
· 6 years ago
d08532b
l2tp: don't export l2tp_tunnel_closeall()
by Guillaume Nault
· 6 years ago
2e67560
l2tp: don't export l2tp_session_queue_purge()
by Guillaume Nault
· 6 years ago
e484b1c
l2tp: remove l2tp_tunnel_priv()
by Guillaume Nault
· 6 years ago
c3612f0
l2tp: remove .show from struct l2tp_tunnel
by Guillaume Nault
· 6 years ago
f726214
l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
by Guillaume Nault
· 7 years ago
5846c13
l2tp: hold reference on tunnels in netlink dumps
by Guillaume Nault
· 7 years ago
f6cd651
l2tp: fix race in duplicate tunnel detection
by Guillaume Nault
· 7 years ago
6b9f342
l2tp: fix races in tunnel creation
by Guillaume Nault
· 7 years ago
b954f94
l2tp: fix races with ipv4-mapped ipv6 addresses
by Paolo Abeni
· 7 years ago
d00fa9a
l2tp: fix races with tunnel socket close
by James Chapman
· 7 years ago
9afa658
l2tp: remove l2specific_len configurable parameter
by Lorenzo Bianconi
· 7 years ago
62e7b6a
l2tp: remove l2specific_len dependency in l2tp_core
by Lorenzo Bianconi
· 7 years ago
900631e
l2tp: remove configurable payload offset
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
9ff672b
l2tp: remove l2tp specific refcount debugging
by Guillaume Nault
· 7 years ago
a434621
l2tp: remove ->ref() and ->deref()
by Guillaume Nault
· 7 years ago
3953ae7
l2tp: don't register sessions in l2tp_session_create()
by Guillaume Nault
· 7 years ago
62b982e
l2tp: fix race condition in l2tp_tunnel_delete
by Sabrina Dubroca
· 7 years ago
b228a94
l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()
by Guillaume Nault
· 7 years ago
f026bc2
l2tp: pass tunnel pointer to ->session_create()
by Guillaume Nault
· 7 years ago
f3c66d4
l2tp: prevent creation of sessions on terminated tunnels
by Guillaume Nault
· 7 years ago
54652eb
l2tp: hold tunnel while looking up sessions in l2tp_netlink
by Guillaume Nault
· 7 years ago
f00c854
net, l2tp: convert l2tp_session.ref_count from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
fbea9e0
net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
2f858b9
l2tp: define parameters of l2tp_tunnel_find*() as "const"
by Guillaume Nault
· 8 years ago
9aaef50
l2tp: define parameters of l2tp_session_get*() as "const"
by Guillaume Nault
· 8 years ago
55a3ce3
l2tp: remove l2tp_session_find()
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
61b9a04
l2tp: fix race in l2tp_recv_common()
by Guillaume Nault
· 8 years ago
72fb96e7
l2tp: do not use udp_ioctl()
by Eric Dumazet
· 8 years ago
41c43fb
net: l2tp: export debug flags to UAPI
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
f1f39f9
l2tp: auto load type modules
by stephen hemminger
· 9 years ago
6b649fea
l2tp: Add support for zero IPv6 checksums
by Tom Herbert
· 10 years ago
bb5016e
l2tp: fix manual sequencing (de)activation in L2TPv2
by Guillaume Nault
· 11 years ago
b5d2b28
l2tp: make local functions static
by stephen hemminger
· 11 years ago
c1b1203
net: misc: Remove extern from function prototypes
by Joe Perches
· 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
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
48f72f9
l2tp: add session reorder queue purge function to core
by Tom Parkin
· 12 years ago
e34f4c7
l2tp: export l2tp_tunnel_closeall
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
99469c3
l2tp: avoid to use synchronize_rcu in tunnel free function
by xeb@mail.ru
· 12 years ago
a4ca44f
net: l2tp: Standardize logging styles
by Joe Perches
· 12 years ago
38d40b3
l2tp: fix reorder timeout recovery
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
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
fc13084
l2tp: make local function static
by stephen hemminger
· 14 years ago
7bddd0d
l2tp: unmanaged L2TPv3 tunnels fixes
by Eric Dumazet
· 15 years ago
f66ef2d
l2tp: Fix L2TP_DEBUGFS ifdef tests.
by David S. Miller
· 15 years ago
789a4a2
l2tp: Add support for static unmanaged L2TPv3 tunnels
by James Chapman
· 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
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