Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
56738f460841761abc70347c919d5c45f6f05a42
/
lib
/
nlattr.c
56738f4
netlink: add strict parsing for future attributes
by Johannes Berg
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
6f455f5
netlink: add NLA_MIN_LEN
by Johannes Berg
· 6 years ago
a5f6cba
netlink: Add strict version of nlmsg_parse and nla_parse
by David Ahern
· 6 years ago
33188bd
netlink: add validation function to policy
by Johannes Berg
· 6 years ago
3e48be0
netlink: add attribute range validation to policy
by Johannes Berg
· 6 years ago
1501d13
netlink: add nested array policy validation
by Johannes Berg
· 6 years ago
9a659a35
netlink: allow NLA_NESTED to specify nested policy to validate
by Johannes Berg
· 6 years ago
c29f184
netlink: move extack setting into validate_nla()
by Johannes Berg
· 6 years ago
48fde90
netlink: make validation_data const
by Johannes Berg
· 6 years ago
fe3b30d
netlink: remove NLA_NESTED_COMPAT
by Johannes Berg
· 6 years ago
b60b87f
netlink: add ethernet address policy types
by Johannes Berg
· 6 years ago
568b742
netlink: add NLA_REJECT policy type
by Johannes Berg
· 6 years ago
7861552
netlink: Return extack message if attribute validation fails
by David Ahern
· 7 years ago
6e237d0
netlink: Relax attr validation for fixed length types
by David Ahern
· 7 years ago
28033ae
net: netlink: Update attr validation to require exact length for some types
by David Ahern
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
b63f604
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
2cf0c8b
netlink: Introduce nla_strdup()
by Phil Sutter
· 7 years ago
64c83d8
net netlink: Add new type NLA_BITFIELD32
by Jamal Hadi Salim
· 7 years ago
b952f4d
net: manual clean code which call skb_put_[data:zero]
by yuan linyu
· 8 years ago
4df864c
networking: make skb_put & friends return void pointers
by Johannes Berg
· 8 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
aa9f979
networking: use skb_put_zero()
by Johannes Berg
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
32d84cd
netlink: smaller nla_attr_minlen table
by Alexey Dobriyan
· 8 years ago
11a9957
libnl: fix help of _64bit functions
by Nicolas Dichtel
· 9 years ago
089bf1a
libnl: add more helpers to align attributes on 64-bit
by Nicolas Dichtel
· 9 years ago
5899f04
netlink: pad nla_memcpy dest buffer with zeroes
by Jiri Benc
· 10 years ago
fb41f9d
lib/nlattr.c: remove redundant include
by Rasmus Villemoes
· 10 years ago
3f17ea6
Merge branch 'next' (accumulated 3.16 merge window patches) into master
by Linus Torvalds
· 11 years ago
6d6a138
lib/nlattr.c: move EXPORT_SYMBOL after functions
by Fabian Frederick
· 11 years ago
bfc5184
netlink: rate-limit leftover bytes warning and print process name
by Michal Schmidt
· 11 years ago
8b7b932
netlink: don't compare the nul-termination in nla_strcmp
by Pablo Neira
· 11 years ago
9eca2eb
netlink: add minlen validation for the new signed types
by Julian Anastasov
· 12 years ago
8bc3bcc
lib: reduce the use of module.h wherever possible
by Paul Gortmaker
· 13 years ago
c30bc94
netlink: validate NLA_MSECS length
by Johannes Berg
· 13 years ago
e3fa3af
net: fix nla_policy_len to actually _iterate_ over the policy
by Lars Ellenberg
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
3654654
netlink: let nlmsg and nla functions take pointer-to-const args
by Jan Engelhardt
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
01e6de6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 16 years ago
9080021
nlattr: Fix build error with NET off
by Herbert Xu
· 16 years ago
e9cc8bd
netlink: Move netlink attribute parsing support to lib
by Geert Uytterhoeven
· 16 years ago
[Renamed from net/netlink/attr.c]
ea5693c
netlink: allow empty nested attributes
by Patrick McHardy
· 16 years ago
b057efd
netlink: constify struct nlattr * arg to parsing functions
by Patrick McHardy
· 16 years ago
10b595a
netlink: Fix some doc comments in net/netlink/attr.c
by Julius Volz
· 17 years ago
bc3ed28
netlink: Improve returned error codes
by Thomas Graf
· 17 years ago
01480e1
[NETLINK]: Add nla_append()
by Patrick McHardy
· 17 years ago
8f4c1f9
[NETLINK]: Introduce nested and byteorder flag to netlink attribute
by Thomas Graf
· 17 years ago
1092cb2
[NETLINK]: attr: add nested compat attribute type
by Patrick McHardy
· 18 years ago
ef7c79e
[NETLINK]: Mark netlink policies const
by Patrick McHardy
· 18 years ago
d30045a
[NETLINK]: introduce NLA_BINARY type
by Johannes Berg
· 18 years ago
a5531a5
[NETLINK]: Improve string attribute validation
by Thomas Graf
· 18 years ago
fe4944e
[NETLINK]: Extend netlink messaging interface
by Thomas Graf
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
bfa83a9
[NETLINK]: Type-safe netlink messages/attributes interface
by Thomas Graf
· 19 years ago