Denis V. Lunev
|
cd40b7d398
[NET]: make netlink user -> kernel interface synchronious
|
17 лет назад |
Denis V. Lunev
|
aed815601f
[NET]: unify netlink kernel socket recognition
|
17 лет назад |
Denis V. Lunev
|
7ee015e0fa
[NET]: cleanup 3rd argument in netlink_sendskb
|
17 лет назад |
Pavel Emelyanov
|
cf7732e4cc
[NET]: Make core networking code use seq_open_private
|
17 лет назад |
Pavel Emelyanov
|
4665079cbb
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
|
17 лет назад |
Denis Cheng
|
26ff5ddc5a
[NETLINK]: the temp variable name max is ambiguous
|
17 лет назад |
Denis Cheng
|
99406c885a
[NETLINK]: use the macro min(x,y) provided by <linux/kernel.h> instead
|
17 лет назад |
Herbert Xu
|
0cfad07555
[NETLINK]: Avoid pointer in netlink_run_queue
|
17 лет назад |
Eric W. Biederman
|
077130c0cf
[NET]: Fix race when opening a proc file while a network namespace is exiting.
|
17 лет назад |
Eric W. Biederman
|
b4b510290b
[NET]: Support multiple network namespaces with netlink
|
17 лет назад |
Eric W. Biederman
|
1b8d7ae42d
[NET]: Make socket creation namespace safe.
|
17 лет назад |
Eric W. Biederman
|
457c4cbc5a
[NET]: Make /proc/net per network namespace
|
17 лет назад |
Denis Cheng
|
32b21e034b
[NETLINK]: use container_of instead
|
17 лет назад |
Johannes Berg
|
84659eb529
[NETLIKN]: Allow removing multicast groups.
|
18 лет назад |
Johannes Berg
|
b4ff4f0419
[NETLINK]: allocate group bitmaps dynamically
|
18 лет назад |
Johannes Berg
|
eb49653449
[NETLINK]: negative groups in netlink_setsockopt
|
18 лет назад |
Philippe De Muyter
|
56b3d975bb
[NET]: Make all initialized struct seq_operations const.
|
18 лет назад |
Randy Dunlap
|
e63340ae6b
header cleaning: don't include smp_lock.h when not used
|
18 лет назад |
Patrick McHardy
|
9e71efcd6d
[NETLINK]: Remove bogus BUG_ON
|
18 лет назад |
Patrick McHardy
|
188ccb5583
[NETLINK]: Fix use after free in netlink_recvmsg
|
18 лет назад |
Herbert Xu
|
3f660d66df
[NETLINK]: Kill CB only when socket is unused
|
18 лет назад |
Adrian Bunk
|
42bad1da50
[NETLINK]: Possible cleanups.
|
18 лет назад |
Patrick McHardy
|
ffa4d7216e
[NETLINK]: don't reinitialize callback mutex
|
18 лет назад |
Patrick McHardy
|
af65bdfce9
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
|
18 лет назад |
Thomas Graf
|
c702e8047f
[NETLINK]: Directly return -EINTR from netlink_dump_start()
|
18 лет назад |
Thomas Graf
|
1d00a4eb42
[NETLINK]: Remove error pointer from netlink message handler
|
18 лет назад |
Thomas Graf
|
45e7ae7f71
[NETLINK]: Ignore control messages directly in netlink_run_queue()
|
18 лет назад |
Thomas Graf
|
d35b685640
[NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue()
|
18 лет назад |
Thomas Graf
|
33a0543cd9
[NETLINK]: Remove unused groups variable
|
18 лет назад |
Arnaldo Carvalho de Melo
|
b529ccf279
[NETLINK]: Introduce nlmsg_hdr() helper
|
18 лет назад |