Randy Dunlap
|
d2af686c2d
connector: fix defined but not used warning
|
7 years ago |
Christoph Hellwig
|
3f3942aca6
proc: introduce proc_create_single{,_data}
|
7 years ago |
Elena Reshetova
|
e65f7ee39b
drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t
|
7 years ago |
Florian Westphal
|
55285bf094
connector: bump skb->users before callback invocation
|
9 years ago |
Mel Gorman
|
d0164adc89
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
|
9 years ago |
David Fries
|
a30cfa475d
cn: verify msg->len before making callback
|
10 years ago |
David Fries
|
34470e0bfa
connector: allow multiple messages to be sent in one packet
|
11 years ago |
Linus Torvalds
|
cd6362befe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
11 years ago |
Alexey Khoroshilov
|
086928179c
connector: remove duplicated code in cn_call_callback()
|
11 years ago |
David Fries
|
ac8f73305e
connector: add portid to unicast in addition to broadcasting
|
11 years ago |
Mathias Krause
|
ac73bf50b7
connector: use 'size' everywhere in cn_netlink_send()
|
12 years ago |
Mathias Krause
|
162b2bedc0
connector: use nlmsg_len() to check message length
|
12 years ago |
Hong zhi guo
|
9631d79e81
connector: replace obsolete NLMSG_* with type safe nlmsg_*
|
12 years ago |
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
|
13 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
|
15 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()
|
16 years ago |
Philipp Reisner
|
7069331dbe
connector: Provide the sender's credentials to the callback
|
16 years ago |