summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* l2tp: Allow management of tunnels and session in user namespaceMichael Weiß2020-04-081-8/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+9
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* genetlink: make policy common to familyJohannes Berg2019-03-221-9/+1
* l2tp: split l2tp_session_get()Guillaume Nault2018-08-111-2/+2
* l2tp: define l2tp_tunnel_uses_xfrm()Guillaume Nault2018-08-111-6/+1
* l2tp: ignore L2TP_ATTR_MTUGuillaume Nault2018-08-031-8/+1
* l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault2018-07-271-9/+1
* l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault2018-07-271-3/+0
* l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault2018-07-271-6/+0
* l2tp: reject creation of non-PPP sessions on L2TPv2 tunnelsGuillaume Nault2018-06-151-0/+6
* l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault2018-04-131-3/+8
* l2tp: fix race in duplicate tunnel detectionGuillaume Nault2018-04-111-6/+0
* l2tp: fix races in tunnel creationGuillaume Nault2018-04-111-3/+13
* l2tp: remove switch block in l2tp_nl_cmd_session_create()Lorenzo Bianconi2018-01-191-21/+0
* l2tp: remove l2specific_len configurable parameterLorenzo Bianconi2018-01-191-4/+0
* l2tp: double-check l2specific_type provided by userspaceLorenzo Bianconi2018-01-191-2/+9
* l2tp: remove configurable payload offsetJames Chapman2018-01-051-3/+0
* l2tp: revert "l2tp: fix missing print session offset info"James Chapman2018-01-051-2/+0
* l2tp: revert "l2tp: add peer_offset parameter"James Chapman2018-01-051-20/+1
* l2tp: add peer_offset parameterLorenzo Bianconi2017-12-271-1/+20
* l2tp: fix missing print session offset infoHangbin Liu2017-12-271-0/+2
* l2tp: remove ->ref() and ->deref()Guillaume Nault2017-11-011-12/+8
* l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2017-10-271-1/+1
* net: l2tp: mark expected switch fall-throughGustavo A. R. Silva2017-10-191-1/+1
* l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2017-09-031-4/+4
* l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault2017-08-281-9/+12
* l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault2017-08-281-12/+15
* l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault2017-08-281-2/+4
* l2tp: hold tunnel while processing genl delete commandGuillaume Nault2017-08-281-2/+4
* l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault2017-08-281-2/+4
* l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault2017-04-111-5/+0
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-04-041-2/+5
* l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2017-04-011-13/+26
* l2tp: hold session while sending creation notificationsGuillaume Nault2017-04-011-2/+4
* net: l2tp: cleanup: remove redundant conditionAsbjørn Sloth Tønnesen2016-11-091-6/+6
* net: l2tp: netlink: l2tp_nl_tunnel_send: set UDP6 checksum flagsAsbjørn Sloth Tønnesen2016-11-091-0/+10
* net: l2tp: only set L2TP_ATTR_UDP_CSUM if AF_INETAsbjørn Sloth Tønnesen2016-11-091-2/+7
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* genetlink: statically initialize familiesJohannes Berg2016-10-271-10/+15
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* l2tp: make nla_policy conststephen hemminger2016-09-011-1/+1
* l2tp: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-32/+48
* libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-231-1/+2
* l2tp: Fix error creating L2TP tunnelsMark Tomlinson2016-02-171-4/+14
* l2tp: auto load type modulesstephen hemminger2015-09-251-0/+7
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-6/+8
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-4/+6