summaryrefslogtreecommitdiff
path: root/net/l2tp/l2tp_netlink.c
Commit message (Expand)AuthorAge
* l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault2018-04-13
* l2tp: fix race in duplicate tunnel detectionGuillaume Nault2018-04-11
* l2tp: fix races in tunnel creationGuillaume Nault2018-04-11
* l2tp: remove switch block in l2tp_nl_cmd_session_create()Lorenzo Bianconi2018-01-19
* l2tp: remove l2specific_len configurable parameterLorenzo Bianconi2018-01-19
* l2tp: double-check l2specific_type provided by userspaceLorenzo Bianconi2018-01-19
* l2tp: remove configurable payload offsetJames Chapman2018-01-05
* l2tp: revert "l2tp: fix missing print session offset info"James Chapman2018-01-05
* l2tp: revert "l2tp: add peer_offset parameter"James Chapman2018-01-05
* l2tp: add peer_offset parameterLorenzo Bianconi2017-12-27
* l2tp: fix missing print session offset infoHangbin Liu2017-12-27
* l2tp: remove ->ref() and ->deref()Guillaume Nault2017-11-01
* l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2017-10-27
* net: l2tp: mark expected switch fall-throughGustavo A. R. Silva2017-10-19
* l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2017-09-03
* l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault2017-08-28
* l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault2017-08-28
* l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault2017-08-28
* l2tp: hold tunnel while processing genl delete commandGuillaume Nault2017-08-28
* l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault2017-08-28
* l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault2017-04-11
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-04-04
* l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2017-04-01
* l2tp: hold session while sending creation notificationsGuillaume Nault2017-04-01
* net: l2tp: cleanup: remove redundant conditionAsbjørn Sloth Tønnesen2016-11-09
* net: l2tp: netlink: l2tp_nl_tunnel_send: set UDP6 checksum flagsAsbjørn Sloth Tønnesen2016-11-09
* net: l2tp: only set L2TP_ATTR_UDP_CSUM if AF_INETAsbjørn Sloth Tønnesen2016-11-09
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-27
* genetlink: statically initialize familiesJohannes Berg2016-10-27
* genetlink: no longer support using static family IDsJohannes Berg2016-10-27
* l2tp: make nla_policy conststephen hemminger2016-09-01
* l2tp: use nla_put_u64_64bit()Nicolas Dichtel2016-04-25
* libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-23
* l2tp: Fix error creating L2TP tunnelsMark Tomlinson2016-02-17
* l2tp: auto load type modulesstephen hemminger2015-09-25
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-31
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-31
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* l2tp : multicast notification to the registered listenersBill Hong2014-12-31
* l2tp: Add support for zero IPv6 checksumsTom Herbert2014-05-23
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-23
* l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault2014-03-06
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-19
* genetlink: make all genl_ops users constJohannes Berg2013-11-14
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-09
* l2tp: avoid deadlock in l2tp stats updateTom Parkin2013-03-20
* l2tp: set netnsok flag for netlink messagesTom Parkin2013-02-05
* l2tp: session is an array not a pointerAlan Cox2012-10-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-28
|\
| * l2tp: fix return value checkWei Yongjun2012-09-27