Age | Commit message (Expand) | Author | Files | Lines |
2015-09-24 | genetlink: simplify genl_notify | Jiri Benc | 1 | -3/+2 |
2015-03-12 | net: Introduce possible_net_t | Eric W. Biederman | 1 | -3/+1 |
2015-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+6 |
2015-01-27 | genetlink: Add genlmsg_parse() helper function. | Joe Stringer | 1 | -0/+17 |
2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 1 | -2/+2 |
2015-01-17 | genetlink: synchronize socket closing and family removal | Johannes Berg | 1 | -1/+4 |
2015-01-17 | genetlink: document parallel_ops | Johannes Berg | 1 | -0/+2 |
2014-12-27 | netlink/genetlink: pass network namespace to bind/unbind | Johannes Berg | 1 | -2/+2 |
2014-12-27 | genetlink: pass multicast bind/unbind to families | Johannes Berg | 1 | -0/+5 |
2014-12-27 | genetlink: pass only network namespace to genl_has_listeners() | Johannes Berg | 1 | -2/+2 |
2014-09-20 | genetlink: add function genl_has_listeners() | Nicolas Dichtel | 1 | -0/+8 |
2014-01-07 | genl: Add genlmsg_new_unicast() for unicast message allocation | Thomas Graf | 1 | -0/+4 |
2013-11-21 | genetlink: fix genl_set_err() group ID | Johannes Berg | 1 | -0/+3 |
2013-11-21 | genetlink: fix genlmsg_multicast() bug | Johannes Berg | 1 | -4/+1 |
2013-11-20 | genetlink: make multicast groups const, prevent abuse | Johannes Berg | 1 | -17/+31 |
2013-11-20 | genetlink: pass family to functions using groups | Johannes Berg | 1 | -6/+16 |
2013-11-20 | genetlink: add and use genl_set_err() | Johannes Berg | 1 | -0/+14 |
2013-11-20 | genetlink: remove family pointer from genl_multicast_group | Johannes Berg | 1 | -2/+0 |
2013-11-20 | genetlink: remove genl_unregister_mc_group() | Johannes Berg | 1 | -2/+0 |
2013-11-20 | genetlink: only pass array to genl_register_family_with_ops() | Johannes Berg | 1 | -2/+6 |
2013-11-16 | genetlink: unify registration functions | Johannes Berg | 1 | -4/+24 |
2013-11-15 | genetlink: make genl_ops flags a u8 and move to end | Johannes Berg | 1 | -3/+3 |
2013-11-15 | genetlink: allow making ops const | Johannes Berg | 1 | -5/+5 |
2013-11-15 | genetlink: register family ops as array | Johannes Berg | 1 | -3/+4 |
2013-11-15 | genetlink: remove genl_register_ops/genl_unregister_ops | Johannes Berg | 1 | -2/+0 |
2013-09-20 | genetlink.h: Remove extern from function prototypes | Joe Perches | 1 | -13/+13 |
2013-08-29 | genl: Hold reference on correct module while netlink-dump. | Pravin B Shelar | 1 | -2/+18 |
2013-04-25 | genl: Allow concurrent genl callbacks. | Pravin B Shelar | 1 | -0/+1 |
2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -17/+17 |
2012-06-29 | net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() | Thomas Graf | 1 | -0/+2 |
2012-01-31 | net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig. | Denys Vlasenko | 1 | -29/+2 |
2011-12-03 | genetlink: Add genl_notify() | Pravin B Shelar | 1 | -0/+2 |
2011-06-23 | netlink: advertise incomplete dumps | Johannes Berg | 1 | -0/+32 |
2011-05-10 | treewide: fix a few typos in comments | Justin P. Mattock | 1 | -1/+1 |
2011-02-04 | include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argument | Julia Lawall | 1 | -1/+2 |
2010-10-05 | genetlink: introduce pre_doit/post_doit hooks | Johannes Berg | 1 | -0/+18 |
2010-06-02 | net: CONFIG_NET_NS reduction | Eric Dumazet | 1 | -13/+2 |
2009-11-04 | net: cleanup include/net | Eric Dumazet | 1 | -8/+4 |
2009-07-13 | genetlink: make netns aware | Johannes Berg | 1 | -7/+59 |
2009-05-22 | genetlink: Introduce genl_register_family_with_ops() | Michał Mirosław | 1 | -0/+2 |
2008-06-04 | netlink: Improve returned error codes | Thomas Graf | 1 | -2/+2 |
2007-07-19 | [GENETLINK]: Dynamic multicast groups. | Johannes Berg | 1 | -0/+22 |
2007-06-08 | [NETLINK]: Mark netlink policies const | Patrick McHardy | 1 | -1/+1 |
2006-12-03 | [GENETLINK]: Add cmd dump completion. | Jamal Hadi Salim | 1 | -0/+2 |
2006-12-03 | [GENL]: Add genlmsg_put_reply() to simplify building reply headers | Thomas Graf | 1 | -7/+24 |
2006-12-03 | [GENL]: Add genlmsg_reply() to simply unicast replies to requests | Thomas Graf | 1 | -0/+10 |
2006-12-03 | [GENL]: Add genlmsg_new() to allocate generic netlink messages | Thomas Graf | 1 | -0/+11 |
2006-10-01 | [PATCH] Add genetlink utilities for payload length calculation | Balbir Singh | 1 | -0/+18 |
2006-09-23 | [GENL]: Provide more information to userspace about registered genl families | Thomas Graf | 1 | -2/+0 |
2006-09-23 | [NETLINK]: Add notification message sending interface | Thomas Graf | 1 | -2/+3 |