Commit Graph

118 Commits (9a2e70572e94e21e7ec4186702d045415422bda0)

Author SHA1 Message Date
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
Philippe De Muyter 56b3d975bb [NET]: Make all initialized struct seq_operations const. 18 years ago
Patrick McHardy 1092cb2197 [NETLINK]: attr: add nested compat attribute type 18 years ago
Patrick McHardy ef7c79ed64 [NETLINK]: Mark netlink policies const 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Patrick McHardy 9e71efcd6d [NETLINK]: Remove bogus BUG_ON 18 years ago
Patrick McHardy 188ccb5583 [NETLINK]: Fix use after free in netlink_recvmsg 18 years ago
Herbert Xu 3f660d66df [NETLINK]: Kill CB only when socket is unused 18 years ago
Adrian Bunk 42bad1da50 [NETLINK]: Possible cleanups. 18 years ago
Patrick McHardy ffa4d7216e [NETLINK]: don't reinitialize callback mutex 18 years ago
Patrick McHardy af65bdfce9 [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it 18 years ago
Johannes Berg d30045a0bc [NETLINK]: introduce NLA_BINARY type 18 years ago
Thomas Graf c702e8047f [NETLINK]: Directly return -EINTR from netlink_dump_start() 18 years ago
Thomas Graf 1d00a4eb42 [NETLINK]: Remove error pointer from netlink message handler 18 years ago
Thomas Graf 45e7ae7f71 [NETLINK]: Ignore control messages directly in netlink_run_queue() 18 years ago
Thomas Graf d35b685640 [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue() 18 years ago
Thomas Graf 33a0543cd9 [NETLINK]: Remove unused groups variable 18 years ago
Arnaldo Carvalho de Melo b529ccf279 [NETLINK]: Introduce nlmsg_hdr() helper 18 years ago
Arnaldo Carvalho de Melo 4305b54135 [SK_BUFF]: Convert skb->end to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo badff6d01a [SK_BUFF]: Introduce skb_reset_transport_header(skb) 18 years ago
Adrian Bunk cb69cc5236 [TCP/DCCP/RANDOM]: Remove unused exports. 18 years ago
David S. Miller b558ff7999 [NETLINK]: Mirror UDP MSG_TRUNC semantics. 18 years ago
Denis Lunev ac57b3a9ce [NETLINK]: Don't attach callback to a going-away netlink socket 18 years ago
Arjan van de Ven da7071d7e3 [PATCH] mark struct file_operations const 8 18 years ago
YOSHIFUJI Hideaki 746fac4dcd [NET] NETLINK: Fix whitespace errors. 18 years ago
Mariusz Kozlowski 5e7c001c62 [AF_NETLINK]: module_put cleanup 18 years ago
Josef Sipek 6db5fc5d53 [PATCH] struct path: convert netlink 18 years ago