Commit Graph

146 Commits (836a8051d54525e0782f156dcfa3c13d30f22840)

Author SHA1 Message Date
Patrick McHardy 6d1a3fb567 netlink: genl: fix circular locking 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() 17 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
Thomas Graf 8f4c1f9b04 [NETLINK]: Introduce nested and byteorder flag to netlink attribute 18 years ago
Eric W. Biederman b4b510290b [NET]: Support multiple network namespaces with netlink 18 years ago
Eric W. Biederman 1b8d7ae42d [NET]: Make socket creation namespace safe. 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Denis Cheng 32b21e034b [NETLINK]: use container_of instead 18 years ago
Thomas Graf 79d310d01e [GENETLINK]: Correctly report errors while registering a multicast group 18 years ago
Thomas Graf 2c04ddb707 [GENETLINK]: Fix adjustment of number of multicast groups 18 years ago
Thomas Graf 79dc4386ae [GENETLINK]: Fix race in genl_unregister_mc_groups() 18 years ago
Johannes Berg 2dbba6f773 [GENETLINK]: Dynamic multicast groups. 18 years ago
Johannes Berg 84659eb529 [NETLIKN]: Allow removing multicast groups. 18 years ago
Johannes Berg b4ff4f0419 [NETLINK]: allocate group bitmaps dynamically 18 years ago
Johannes Berg eb49653449 [NETLINK]: negative groups in netlink_setsockopt 18 years ago