Commit Graph

66 Commits (274e1bbdeeaf16e71418f11f5f305ab26061f2c2)

Author SHA1 Message Date
Jamal Hadi Salim a4d1366d50 [GENETLINK]: Add cmd dump completion. 18 years ago
Thomas Graf 4e9b826935 [NETLINK]: Remove unused dst_pid field in netlink_skb_parms 18 years ago
Thomas Graf e94ef68205 [GENETLINK] ctrl: Avoid empty CTRL_ATTR_OPS attribute when dumping 18 years ago
Thomas Graf 17c157c889 [GENL]: Add genlmsg_put_reply() to simplify building reply headers 18 years ago
Thomas Graf 81878d27fd [GENL]: Add genlmsg_reply() to simply unicast replies to requests 18 years ago
Thomas Graf 339bf98ffc [NETLINK]: Do precise netlink message allocations where possible 18 years ago
Heiko Carstens a27b58fed9 [NET]: fix uaccess handling 18 years ago
Thomas Graf eb328111ef [GENL]: Provide more information to userspace about registered genl families 19 years ago
Thomas Graf 5176f91ea8 [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation 19 years ago
Thomas Graf a5531a5d85 [NETLINK]: Improve string attribute validation 19 years ago
YOSHIFUJI Hideaki ef047f5e10 [NET]: Use BUILD_BUG_ON() for checking size of skb->cb. 19 years ago
Thomas Graf d387f6ad10 [NETLINK]: Add notification message sending interface 19 years ago
Thomas Graf bf8b79e444 [NETLINK]: Convert core netlink handling to new netlink api 19 years ago
Thomas Graf fe4944e59c [NETLINK]: Extend netlink messaging interface 19 years ago
Akinobu Mita fab2caf62e [NETLINK]: Call panic if nl_table allocation fails 19 years ago
Panagiotis Issaris 0da974f4f3 [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 19 years ago
Arjan van de Ven 6abd219c6e [PATCH] bcm43xx: netlink deadlock fix 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Darrel Goeddel c7bdb545d2 [NETLINK]: Encapsulate eff_cap usage within security framework. 19 years ago
Steve Grubb e7c3497013 [PATCH] Reworked patch for labels on user space messages 19 years ago
Soyoung Park 09493abfdb [NETLINK]: cleanup unused macro in net/netlink/af_netlink.c 19 years ago
Alan Stern e041c68341 [PATCH] Notifier chain update: API changes 19 years ago
Ingo Molnar 14cc3e2b63 [PATCH] sem2mutex: misc static one-file mutexes 19 years ago
Patrick McHardy 4277a083ec [NETLINK]: Add netlink_has_listeners for avoiding unneccessary event message generation 19 years ago
Patrick McHardy cc9a06cd8d [NETLINK]: Fix use-after-free in netlink_recvmsg 19 years ago
Jamal Hadi Salim e200bd8065 [NETLINK] genetlink: Fix bugs spotted by Andrew Morton. 19 years ago
Alexey Kuznetsov a70ea994a0 [NETLINK]: Fix a severe bug 19 years ago
Per Liden 23b0ca5bf5 [PATCH] genetlink: don't touch module ref count 19 years ago
Randy Dunlap 4fc268d24c [PATCH] capable/capability.h (net/) 19 years ago
Martin Murray ad8e4b75c8 [AF_NETLINK]: Fix DoS in netlink_rcv_skb() 19 years ago
Kirill Korotaev 14591de147 [PATCH] netlink oops fix due to incorrect error code 19 years ago
Per Liden b461d2f218 [NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8 19 years ago
Eric Dumazet 90ddc4f047 [NET]: move struct proto_ops to const 19 years ago
Herbert Xu c27bd492fd [NETLINK]: Use tgid instead of pid for nlmsg_pid 19 years ago
Thomas Graf 482a8524f8 [NETLINK]: Generic netlink family 19 years ago
Thomas Graf 82ace47a72 [NETLINK]: Generic netlink receive queue processor 19 years ago
Thomas Graf a8f74b2288 [NETLINK]: Make netlink_callback->done() optional 19 years ago
Thomas Graf bfa83a9e03 [NETLINK]: Type-safe netlink messages/attributes interface 19 years ago
Al Viro 7d877f3bda [PATCH] gfp_t: net/* 19 years ago
Jayachandran C ea7ce40649 [NETLINK]: Remove dead code in af_netlink.c 19 years ago
Al Viro dd0fc66fb3 [PATCH] gfp flags annotations - part 1 20 years ago
Patrick McHardy 513c250000 [NETLINK]: Don't prevent creating sockets when no kernel socket is registered 20 years ago
Arnaldo Carvalho de Melo 6ed8a48582 [NETLINK]: Fix sparse warnings 20 years ago
Patrick McHardy 066286071d [NETLINK]: Add "groups" argument to netlink_kernel_create 20 years ago
Patrick McHardy 9a4595bc7e [NETLINK]: Add set/getsockopt options to support more than 32 groups 20 years ago
Patrick McHardy f7fa9b10ed [NETLINK]: Support dynamic number of multicast groups per netlink family 20 years ago
Patrick McHardy ab33a1711c [NETLINK]: Return -EPROTONOSUPPORT in netlink_create() if no kernel socket is registered 20 years ago
Patrick McHardy d629b836d1 [NETLINK]: Use group numbers instead of bitmasks internally 20 years ago
Patrick McHardy 77247bbb30 [NETLINK]: Fix module refcounting problems 20 years ago
Patrick McHardy db08052979 [NETLINK]: Remove unused groups member from struct netlink_skb_parms 20 years ago