Gao feng
|
ece31ffd53
net: proc: change proc_net_remove to remove_proc_entry
|
12 years ago |
Gao feng
|
d4beaa66ad
net: proc: change proc_net_fops_create to proc_create
|
12 years ago |
Greg Kroah-Hartman
|
0fe763c570
Drivers: misc: remove __dev* attributes.
|
12 years ago |
Pablo Neira Ayuso
|
9f00d9776b
netlink: hide struct module parameter in netlink_kernel_create
|
12 years ago |
Valentin Ilie
|
f3c48ecce5
drivers: connector: fixed coding style issues
|
13 years ago |
Pablo Neira Ayuso
|
a31f2d17b3
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
|
13 years ago |
Javier Martinez Canillas
|
85c931665d
connector: use nlmsg_put() instead of NLMSG_PUT() macro.
|
13 years ago |
K. Y. Srinivasan
|
663dd6dcaf
Connector: Correctly set the error code in case of success when dispatching receive callbacks
|
14 years ago |
Patrick McHardy
|
0e08785845
connector: fix skb double free in cn_rx_skb()
|
14 years ago |
Patrick McHardy
|
04f482faf5
connector: convert to synchronous netlink message processing
|
14 years ago |
Joe Perches
|
008536e845
connector: Convert char *name to const char *name
|
14 years ago |
Stephen Hemminger
|
3700c3c293
connector: add module alias
|
14 years ago |
Tejun Heo
|
6cebb17bee
connector: remove lazy workqueue creation
|
14 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Evgeniy Polyakov
|
f98bfbd78c
connector: Delete buggy notification code.
|
15 years ago |
Philipp Reisner
|
f1489cfb17
connector: Removed the destruct_data callback since it is always kfree_skb()
|
15 years ago |
Philipp Reisner
|
7069331dbe
connector: Provide the sender's credentials to the callback
|
15 years ago |
Philipp Reisner
|
293500a23f
connector: Keep the skb in cn_callback_data
|
15 years ago |
David S. Miller
|
74d154189d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
16 years ago |
Evgeniy Polyakov
|
acb9c1b2f4
connector: maintainer/mail update.
|
16 years ago |
Mike Frysinger
|
0741241c6b
connector: make callback argument type explicit
|
16 years ago |
Frederic Weisbecker
|
1a5645bc90
connector: create connector workqueue only while needed once
|
16 years ago |
Li Zefan
|
a0a61a604c
CONNECTOR: add a proc entry to list connectors
|
17 years ago |
Li Zefan
|
78374676ef
CONNECTOR: make cn_already_initialized static
|
17 years ago |
Denis V. Lunev
|
b7c6ba6eb1
[NETNS]: Consolidate kernel netlink socket destruction.
|
17 years ago |
Li Zefan
|
00f5e06c03
[CONNECTOR]: clean up {,__}cn_rx_skb()
|
17 years ago |
Li Zefan
|
fd00eeccd9
[CONNECTOR]: add a missing break in cn_netlink_send()
|
17 years ago |
Li Zefan
|
134d99e302
[CONNECTOR]: Return proper error code in cn_call_callback()
|
17 years ago |
Michal Januszewski
|
6cf92e98a4
[CONNECTOR]: Fix a spurious kfree_skb() call
|
17 years ago |
Denis V. Lunev
|
cd40b7d398
[NET]: make netlink user -> kernel interface synchronious
|
17 years ago |