libnl/include/netlink
Tad Kollar 241b2b83ba New netem funtionality and TBF fix
New netem-related functionality:
Added ability to save new settings to the kernel. In netem.c, the
netem_get_opts() stub has been replaced with netem_build_msg() which
manipulates the nl_msg data directly and returns an error code instead
of a new nl_msg. Modifications to qdisc_build() in qdisc.c and struct
rtnl_qdisc_ops were necessary for this.
Added support for getting/setting corruption probability/correlation.
Added support for setting a delay distribution.

Fixed tbf_msg_parser() to call tbf_alloc() instead of tbf_qdisc() to
prevent a seg fault.
2008-04-30 19:59:06 +02:00
..
fib_lookup Initial import 2007-09-15 01:28:01 +02:00
genl Added additional parsing and validation functions for generic netlink 2008-01-10 12:35:38 +01:00
netfilter Fix nfnl_queue_msg_get_packetid() return type 2008-02-07 13:18:34 +01:00
route New netem funtionality and TBF fix 2008-04-30 19:59:06 +02:00
addr.h Abstract address allocation based on netlink attribute 2008-01-30 13:14:58 +01:00
attr.h Detailed attribute documentation 2008-01-30 13:16:48 +01:00
cache-api.h Export interface to define caches 2007-09-17 13:36:16 +02:00
cache.h Cache message type association interface cleanups 2007-10-11 23:09:49 +02:00
data.h Abstract data allocation based on netlink attribute 2008-01-30 13:14:38 +01:00
handlers.h libnl: recvmsgs doesn't necessarily free the message data 2008-04-29 23:46:47 +02:00
list.h Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
msg.h Improve message/attribute construction documentation and add nlmsg_expand() 2008-01-14 16:46:17 +01:00
netlink-compat.h Initial import 2007-09-15 01:28:01 +02:00
netlink-kernel.h Initial import 2007-09-15 01:28:01 +02:00
netlink.h Provide libnl version in <netlink/version.h> 2008-04-30 15:43:42 +02:00
object-api.h Export interface to define objects 2007-09-15 19:55:38 +02:00
object.h Initial import 2007-09-15 01:28:01 +02:00
socket.h Initial import 2007-09-15 01:28:01 +02:00
types.h Export nl_dump_line() and automatically count lines while dumping 2008-04-29 23:08:12 +02:00
utils.h Export nl_dump_line() and automatically count lines while dumping 2008-04-29 23:08:12 +02:00
version.h.in version.h.in should be in tree not the generated version 2008-04-30 18:52:28 +02:00