summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* l2tp : multicast notification to the registered listenersBill Hong2014-12-311-10/+91
* l2tp: Add support for zero IPv6 checksumsTom Herbert2014-05-231-0/+7
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-2/+1
* l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault2014-03-061-1/+3
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-6/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-2/+2
* l2tp: avoid deadlock in l2tp stats updateTom Parkin2013-03-201-44/+28
* l2tp: set netnsok flag for netlink messagesTom Parkin2013-02-051-0/+1
* l2tp: session is an array not a pointerAlan Cox2012-10-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-6/+6
|\
| * l2tp: fix return value checkWei Yongjun2012-09-271-6/+6
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-12/+12
|/
* net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf2012-06-281-3/+3
* genetlink: Build a generic netlink family module aliasNeil Horman2012-05-291-2/+1
* net: l2tp: Standardize logging stylesJoe Perches2012-05-171-1/+3
* l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnelsChris Elston2012-05-011-4/+44
* l2tp: fix locking of 64-bit counters for smpJames Chapman2012-05-011-16/+46
* l2tp: Stop using NLA_PUT*().David S. Miller2012-04-021-50/+64
* l2tp: Fix set-but-unused variables.David S. Miller2011-04-171-1/+2
* l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.cDavid S. Miller2010-04-031-1/+1
* l2tp: Add support for static unmanaged L2TPv3 tunnelsJames Chapman2010-04-031-4/+14
* l2tp: Add netlink control API for L2TPJames Chapman2010-04-031-0/+830
OpenPOWER on IntegriCloud