summaryrefslogtreecommitdiff
path: root/lib/nlattr.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-13networking: use skb_put_zero()Johannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-11-19netlink: smaller nla_attr_minlen tableAlexey Dobriyan
2016-04-23libnl: fix help of _64bit functionsNicolas Dichtel
2016-04-21libnl: add more helpers to align attributes on 64-bitNicolas Dichtel
2015-03-31netlink: pad nla_memcpy dest buffer with zeroesJiri Benc
2015-02-12lib/nlattr.c: remove redundant includeRasmus Villemoes
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-04lib/nlattr.c: move EXPORT_SYMBOL after functionsFabian Frederick
2014-06-02netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt
2014-04-01netlink: don't compare the nul-termination in nla_strcmpPablo Neira
2012-08-30netlink: add minlen validation for the new signed typesJulian Anastasov
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2011-11-04netlink: validate NLA_MSECS lengthJohannes Berg
2011-02-28net: fix nla_policy_len to actually _iterate_ over the policyLars Ellenberg
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-11-16netlink: let nlmsg and nla functions take pointer-to-const argsJan Engelhardt
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-03-11nlattr: Fix build error with NET offHerbert Xu
2009-03-04netlink: Move netlink attribute parsing support to libGeert Uytterhoeven