summaryrefslogtreecommitdiffstats
path: root/include/net/netlink.h
Commit message (Expand)AuthorAgeFilesLines
...
* netlink: Improve returned error codesThomas Graf2008-06-041-11/+9Star
* netlink: Fix nla_parse_nested_compat() to call nla_parse() directlyThomas Graf2008-05-221-5/+6
* [NETLINK]: Add nla_append()Patrick McHardy2008-01-291-0/+3
* [NETNS]: Add netns to nl_info structure.Denis V. Lunev2008-01-291-0/+1
* [NETLINK]: Add NLA_PUT_BE16/nla_get_be16()Patrick McHardy2008-01-281-0/+12
* [NETLINK]: Mark attribute construction exception unlikelyPatrick McHardy2008-01-281-1/+1
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-111-3/+3
* [NETLINK]: Fix typos in comments in netlink.hPierre Ynard2007-10-111-5/+5
* [NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu2007-10-111-1/+1
* [NETLINK]: Introduce nested and byteorder flag to netlink attributeThomas Graf2007-10-111-0/+9
* [NETLINK]: attr: add nested compat attribute typePatrick McHardy2007-07-111-0/+84
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-071-6/+6
* [NETLINK]: Possible cleanups.Adrian Bunk2007-04-261-2/+0Star
* [NETLINK]: introduce NLA_BINARY typeJohannes Berg2007-04-261-1/+3
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-261-1/+1
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-4/+4
* [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-041-0/+1
* [DECNET] address: Convert to new netlink interfaceThomas Graf2006-12-031-0/+12
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-031-4/+5
* [IPV4]: introduce nla_get_be32()/NLA_PUT_BE32()Al Viro2006-09-291-0/+12
* [Netlink]: add nla_validate_nested()Paul Moore2006-09-261-0/+19
* [NETLINK]: add nla_for_each_nested() to the interface listPaul Moore2006-09-261-0/+1
* [NETLINK]: Improve string attribute validationThomas Graf2006-09-231-4/+11
* [NETLINK]: remove third bogus argument from NLA_PUT_FLAGJohannes Berg2006-09-231-1/+1
* [IPv4]: FIB configuration using struct fib_configThomas Graf2006-09-221-0/+10
* [RTNETLINK]: Add rtnetlink notification interfaceThomas Graf2006-09-221-0/+17
* [NETLINK]: Add notification message sending interfaceThomas Graf2006-09-221-2/+4
* [NETLINK]: Extend netlink messaging interfaceThomas Graf2006-09-221-10/+64
* [NETLINK]: Generic netlink receive queue processorThomas Graf2005-11-101-0/+6
* [NETLINK]: Type-safe netlink messages/attributes interfaceThomas Graf2005-11-101-0/+877