Commit Graph

162 Commits (41be4da4e85e58520b934040966a6ae919c66c2d)

Author SHA1 Message Date
Inaky Perez-Gonzalez 3efb40c2c6 genetlink: export genl_unregister_mc_group() 16 years ago
Patrick McHardy ea5693ccc5 netlink: allow empty nested attributes 16 years ago
Eric Dumazet 3755810ceb net: Make sure BHs are disabled in sock_prot_inuse_add() 16 years ago
David S. Miller 6f756a8c36 net: Make sure BHs are disabled in sock_prot_inuse_add() 16 years ago
Eric Dumazet c1fd3b9455 net: af_netlink should update its inuse counter 16 years ago
Patrick McHardy b057efd4d2 netlink: constify struct nlattr * arg to parsing functions 17 years ago
Johannes Berg 95a5afca4a net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) 17 years ago
Alan Cox 113aa838ec net: Rationalise email address: Network Specific Parts 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
Wang Chen 8487460720 netlink: Unneeded local variable 17 years ago
Julius Volz 10b595aff1 netlink: Fix some doc comments in net/netlink/attr.c 17 years ago
Patrick McHardy 6d1a3fb567 netlink: genl: fix circular locking 17 years ago
Denis V. Lunev 9457afee85 netlink: Remove nonblock parameter from netlink_attachskb 17 years ago
Thomas Graf bc3ed28caa netlink: Improve returned error codes 17 years ago
Eric Paris 2532386f48 Audit: collect sessionid in netlink messages 17 years ago
Ahmed S. Darwish 0ce784ca72 Netlink: Use generic LSM hook 17 years ago
YOSHIFUJI Hideaki 878628fbf2 [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 1218854afa [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
Stephen Hemminger b1153f29ee netlink: make socket filters work on netlink 17 years ago
Denis V. Lunev edf0208702 [NET]: Make netlink_kernel_release publically available as sk_release_kernel. 17 years ago
Denis V. Lunev 9dfbec1fb2 [NETLINK]: No need for a separate __netlink_release call. 17 years ago
Pavel Emelyanov 910d6c320c [GENETLINK]: Relax dances with genl_lock. 17 years ago
Al Viro 0c11b9428f [PATCH] switch audit_get_loginuid() to task_struct * 17 years ago
Pavel Emelyanov 23fe18669e [NETNS]: Fix race between put_net() and netlink_kernel_create(). 17 years ago
Patrick McHardy 01480e1cf5 [NETLINK]: Add nla_append() 17 years ago
Denis V. Lunev 775516bfa2 [NETNS]: Namespace stop vs 'ip r l' race. 17 years ago
Denis V. Lunev b7c6ba6eb1 [NETNS]: Consolidate kernel netlink socket destruction. 17 years ago
Denis V. Lunev 869e58f870 [NETNS]: Double free in netlink_release. 17 years ago
Ilpo Järvinen 3f25252675 [NETLINK] af_netlink: kill some bloat 17 years ago
Eric Dumazet 9a429c4983 [NET]: Add some acquires/releases sparse annotations. 17 years ago
Eric Dumazet ea72912c88 [NETLINK]: kzalloc() conversion 17 years ago
Patrick McHardy 6ac552fdc6 [NETLINK]: af_netlink.c checkpatch cleanups 17 years ago
Denis V. Lunev e372c41401 [NET]: Consolidate net namespace related proc files creation. 17 years ago
Denis V. Lunev 022cbae611 [NET]: Move unneeded data to initdata section. 17 years ago
Patrick McHardy c3d8d1e30c [NETLINK]: Fix unicast timeouts 17 years ago
Pavel Emelyanov 6257ff2177 [NET]: Forget the zero_it argument of sk_alloc() 18 years ago
Eric W. Biederman 2b008b0a8e [NET]: Marking struct pernet_operations __net_initdata was inappropriate 18 years ago
Denis V. Lunev 5c58298c25 [NETLINK]: Fix ACK processing after netlink_dump_start 18 years ago
Jesper Juhl f937f1f46b [NETLINK]: Don't leak 'listeners' in netlink_kernel_create() 18 years ago
Denis V. Lunev cd40b7d398 [NET]: make netlink user -> kernel interface synchronious 18 years ago
Denis V. Lunev aed815601f [NET]: unify netlink kernel socket recognition 18 years ago
Denis V. Lunev 7ee015e0fa [NET]: cleanup 3rd argument in netlink_sendskb 18 years ago
Denis V. Lunev 3b71535f35 [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2 18 years ago
Pavel Emelyanov cf7732e4cc [NET]: Make core networking code use seq_open_private 18 years ago
Pavel Emelyanov 4665079cbb [NETNS]: Move some code into __init section when CONFIG_NET_NS=n 18 years ago
Denis Cheng 26ff5ddc5a [NETLINK]: the temp variable name max is ambiguous 18 years ago
Denis Cheng 99406c885a [NETLINK]: use the macro min(x,y) provided by <linux/kernel.h> instead 18 years ago
Herbert Xu 0cfad07555 [NETLINK]: Avoid pointer in netlink_run_queue 18 years ago
Eric W. Biederman 077130c0cf [NET]: Fix race when opening a proc file while a network namespace is exiting. 18 years ago