History log of /external/iproute2/genl/ctrl.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
03371c7d98d167145b0c562f5d2ca2f54c8a5c7f 28-May-2015 Stephen Hemminger <shemming@brocade.com> Merge branch 'master' into net-next

Conflicts:
include/linux/tcp.h
lib/libnetlink.c
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/genl/ctrl.c
0628cddd9d5c0cb9ed0e0aba136e50de93487150 20-May-2015 Nicolas Dichtel <nicolas.dichtel@6wind.com> libnetlink: introduce rtnl_listen_filter_t

There is no functional change with this commit. It only prepares the next one.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
/external/iproute2/genl/ctrl.c
3669d218b7f70bbfcd6f8bb3ddf6c2ae35f9dc8b 29-Jan-2014 Masatake YAMATO <yamato@redhat.com> genl: fix a typo in help message of ctrl

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
/external/iproute2/genl/ctrl.c
d1f28cf181a6f77f230d90267eef0ecfbcb25f30 12-Feb-2013 Stephen Hemminger <stephen@networkplumber.org> ip: make local functions static
/external/iproute2/genl/ctrl.c
ff24746cca1ef0c92d46614158e6672acd6b63d3 10-Apr-2012 Stephen Hemminger <shemminger@vyatta.com> Convert to use rta_getattr_ functions

User new functions (inspired by libmnl) to do type safe access
of routeing attributes
/external/iproute2/genl/ctrl.c
cd70f3f522e04b4d2fa80ae10292379bf223a53b 28-Dec-2011 Stephen Hemminger <shemminger@vyatta.com> libnetlink: remove unused junk callback

Both rtnl_talk and rtnl_dump had a callback for handling portions
of netlink message that do not match the correct pid or seq.
But this callback was never used by any part of iproute2 so remove
it.
/external/iproute2/genl/ctrl.c
6cf8398f5f487762586801c25539d8fe5bb33b39 23-Dec-2011 Stephen Hemminger <shemminger@vyatta.com> libnetlink: change rtnl_send() to take void *

Avoid having to cast buffer being sent.
/external/iproute2/genl/ctrl.c
80c05b0976be86308e92b2837e0a94c484e388b4 19-Jul-2007 Johannes Berg <johannes@sipsolutions.net> show multicast groups

Update the included version of the genetlink.h header to the multicast
group API and make the generic netlink controller part show multicast
groups where applicable. Also fix two typos.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
/external/iproute2/genl/ctrl.c
81c61790d5927dc6ca168b2183000a3efc7bc493 14-Dec-2006 Stephen Hemminger <shemminger@osdl.org> Eliminate trailing whitespace

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/genl/ctrl.c
26328fc3933f377c47fb8b06feabbde5e12ed650 06-Dec-2006 jamal <hadi@cyberus.ca> Add controller support for new features exposed

Ok, heres hopefully the last one in this series for generic netlink ..

cheers,
jamal

[GENL]: Add controller support for new features exposed

Update the controller to spit out the new features being exposed
from the kernel

Signed-off-by: J Hadi Salim <hadi@cyberus.ca>
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/genl/ctrl.c
65018ae43b14c8157bbe05473d76635626177b87 08-Aug-2006 Jamal Hadi Salim <hadi@cyberus.ca> This patch adds a generic netlink controller interface.
The controller is the only module using this at the moment.
Thomas has a sample user of genetlink that would fit here; bug him
for it.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/genl/ctrl.c