aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-04netlink: Move netlink attribute parsing support to libGeert Uytterhoeven1-473/+0
2008-11-28netlink: allow empty nested attributesPatrick McHardy1-0/+6
2008-10-28netlink: constify struct nlattr * arg to parsing functionsPatrick McHardy1-1/+1
2008-06-27netlink: Fix some doc comments in net/netlink/attr.cJulius Volz1-3/+4
2008-06-03netlink: Improve returned error codesThomas Graf1-6/+6
2008-01-28[NETLINK]: Add nla_append()Patrick McHardy1-0/+19
2007-10-10[NETLINK]: Introduce nested and byteorder flag to netlink attributeThomas Graf1-5/+5
2007-07-10[NETLINK]: attr: add nested compat attribute typePatrick McHardy1-0/+11
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy1-4/+4
2007-04-25[NETLINK]: introduce NLA_BINARY typeJohannes Berg1-0/+5
2006-09-22[NETLINK]: Improve string attribute validationThomas Graf1-10/+39
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf1-0/+75
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-10[NETLINK]: Type-safe netlink messages/attributes interfaceThomas Graf1-0/+328