History log of /external/iproute2/lib/libgenl.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c079e121a73af5eb49e003b13607e8a690331df6 27-May-2015 Stephen Hemminger <shemming@brocade.com> libnetlink: add size argument to rtnl_talk

There have been several instances where response from kernel
has overrun the stack buffer from the caller. Avoid future problems
by passing a size argument.

Also drop the unused peer and group arguments to rtnl_talk.
/external/iproute2/lib/libgenl.c
328d482c4884a1009c420a8b9b0367f329e1d560 12-Sep-2012 Julian Anastasov <ja@ssi.bg> iproute2: GENL: merge GENL_REQUEST and GENL_INITIALIZER

Both macros are used together, so better to have
single define. Update all requests in ipl2tp.c to use the
new macro.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
/external/iproute2/lib/libgenl.c
8afcc28879c10001d96412c43c586be8ba1d4467 10-Sep-2012 Julian Anastasov <ja@ssi.bg> iproute2: add libgenl files

Create libgenl.h and libgenl.c. They will contain
common code for GENL users such as ipl2tp, tcp_metrics, etc.

Somewhat simplified by Stephen Hemminger

Signed-off-by: Julian Anastasov <ja@ssi.bg>
/external/iproute2/lib/libgenl.c