summaryrefslogtreecommitdiffstats
path: root/lib/nlattr.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: Relax attr validation for fixed length typesDavid Ahern2017-12-071-6/+16
* net: netlink: Update attr validation to require exact length for some typesDavid Ahern2017-11-111-3/+16
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-0/+24
|\
| * netlink: Introduce nla_strdup()Phil Sutter2017-07-311-0/+24
* | net netlink: Add new type NLA_BITFIELD32Jamal Hadi Salim2017-07-301-0/+30
|/
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-5/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-10/+18
* netlink: smaller nla_attr_minlen tableAlexey Dobriyan2016-11-191-1/+1
* libnl: fix help of _64bit functionsNicolas Dichtel2016-04-231-2/+6
* libnl: add more helpers to align attributes on 64-bitNicolas Dichtel2016-04-211-0/+99
* netlink: pad nla_memcpy dest buffer with zeroesJiri Benc2015-03-311-0/+2
* lib/nlattr.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-9/+8
|\
| * lib/nlattr.c: move EXPORT_SYMBOL after functionsFabian Frederick2014-06-041-9/+8
* | netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt2014-06-021-2/+2
|/
* netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-011-2/+8
* netlink: add minlen validation for the new signed typesJulian Anastasov2012-08-301-0/+4
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* netlink: validate NLA_MSECS lengthJohannes Berg2011-11-041-0/+1
* net: fix nla_policy_len to actually _iterate_ over the policyLars Ellenberg2011-02-281-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | netlink: let nlmsg and nla functions take pointer-to-const argsJan Engelhardt2010-11-161-11/+11
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-261-0/+27
* nlattr: Fix build error with NET offHerbert Xu2009-03-111-9/+11
* netlink: Move netlink attribute parsing support to libGeert Uytterhoeven2009-03-041-0/+473