summaryrefslogtreecommitdiff
path: root/include/net/netlink.h
AgeCommit message (Expand)Author
2019-08-13netlink: Fix nlmsg_parse as a wrapper for strict message parsingDavid Ahern
2019-06-18netlink: Add field to skip in-kernel notificationsIdo Schimmel
2019-06-18netlink: Document all fields of 'struct nl_info'Ido Schimmel
2019-06-14nl80211: require and validate vendor command policyJohannes Berg
2019-05-04netlink: add validation of NLA_F_NESTED flagMichal Kubecek
2019-04-27netlink: add strict parsing for future attributesJohannes Berg
2019-04-27netlink: re-add parse/validate functions in strict modeJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: add NLA_MIN_LENJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-02-01netlink: reduce NLA_POLICY_NESTED{,_ARRAY} argumentsJohannes Berg
2018-10-12netlink: replace __NLA_ENSURE implementationJohannes Berg
2018-10-08netlink: Add strict version of nlmsg_parse and nla_parseDavid Ahern
2018-10-08netlink: Add extack message to nlmsg_parse for invalid header lengthDavid Ahern
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-01netlink: add validation function to policyJohannes Berg
2018-10-01netlink: add attribute range validation to policyJohannes Berg
2018-09-29netlink: fix typo in nla_parse_nested() commentJohannes Berg
2018-09-28netlink: add nested array policy validationJohannes Berg
2018-09-28netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg
2018-09-28netlink: make validation_data constJohannes Berg
2018-09-28netlink: remove NLA_NESTED_COMPATJohannes Berg
2018-09-18netlink: add ethernet address policy typesJohannes Berg
2018-09-18netlink: add NLA_REJECT policy typeJohannes Berg
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-25netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-07-31netlink: Introduce nla_strdup()Phil Sutter
2017-07-30net netlink: Add new type NLA_BITFIELD32Jamal Hadi Salim
2017-07-13netlink: correctly document nla_put_u64_64bit()Rolf Eike Beer
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-02-04net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern
2016-12-13netlink: revert broken, broken "2-clause nla_ok()"Alexey Dobriyan
2016-12-03netlink: 2-clause nla_ok()Alexey Dobriyan
2016-11-19netlink: use "unsigned int" in nla_next()Alexey Dobriyan
2016-10-29netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf
2016-05-16netlink: kill nla_put_u64()Nicolas Dichtel
2016-04-23libnl: add nla_put_u64_64bit() helperNicolas Dichtel
2016-04-23libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel
2016-04-23libnl: nla_put_s64(): align on a 64-bit areaNicolas Dichtel
2016-04-23libnl: nla_put_net64(): align on a 64-bit areaNicolas Dichtel
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2016-04-23libnl: nla_put_le64(): align on a 64-bit areaNicolas Dichtel
2016-04-21libnl: add more helpers to align attributes on 64-bitNicolas Dichtel
2016-04-20net: nla_align_64bit() needs to test the right pointer.David S. Miller
2016-04-20net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typosEric Dumazet
2016-04-19net: Add helpers for 64-bit aligning netlink attributes.David S. Miller
2015-09-30netlink: add nla_get for le32 and le64Alexander Aring
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc