- c18e686 net/connector: Add const qualifier to cb_id by Geoff Levand · 4 years, 1 month ago
- fe6bc89 connector: simplify the return expression of cn_add_callback() by Qinglang Miao · 4 years, 4 months ago
- 903e9d1 connector: remove redundant input callback from cn_dev by Vasily Averin · 6 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
- d2af686 connector: fix defined but not used warning by Randy Dunlap · 7 years ago
- 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
- e65f7ee drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
- 55285bf connector: bump skb->users before callback invocation by Florian Westphal · 9 years ago
- d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
- a30cfa4 cn: verify msg->len before making callback by David Fries · 10 years ago
- 34470e0 connector: allow multiple messages to be sent in one packet by David Fries · 11 years ago
- cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
- 0869281 connector: remove duplicated code in cn_call_callback() by Alexey Khoroshilov · 11 years ago
- ac8f733 connector: add portid to unicast in addition to broadcasting by David Fries · 11 years ago
- ac73bf5 connector: use 'size' everywhere in cn_netlink_send() by Mathias Krause · 11 years ago
- 162b2be connector: use nlmsg_len() to check message length by Mathias Krause · 11 years ago
- 9631d79 connector: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 12 years ago
- ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
- d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
- 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
- 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
- f3c48ec drivers: connector: fixed coding style issues by Valentin Ilie · 13 years ago
- a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 13 years ago
- 85c9316 connector: use nlmsg_put() instead of NLMSG_PUT() macro. by Javier Martinez Canillas · 13 years ago
- 663dd6d Connector: Correctly set the error code in case of success when dispatching receive callbacks by K. Y. Srinivasan · 14 years ago
- 0e08785 connector: fix skb double free in cn_rx_skb() by Patrick McHardy · 14 years ago
- 04f482f connector: convert to synchronous netlink message processing by Patrick McHardy · 14 years ago
- 008536e connector: Convert char *name to const char *name by Joe Perches · 14 years ago
- 3700c3c connector: add module alias by Stephen Hemminger · 14 years ago
- 6cebb17 connector: remove lazy workqueue creation by Tejun Heo · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- f98bfbd connector: Delete buggy notification code. by Evgeniy Polyakov · 15 years ago
- f1489cf connector: Removed the destruct_data callback since it is always kfree_skb() by Philipp Reisner · 15 years ago
- 7069331 connector: Provide the sender's credentials to the callback by Philipp Reisner · 15 years ago
- 293500a connector: Keep the skb in cn_callback_data by Philipp Reisner · 15 years ago
- 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- acb9c1b connector: maintainer/mail update. by Evgeniy Polyakov · 15 years ago
- 0741241 connector: make callback argument type explicit by Mike Frysinger · 16 years ago
- 1a5645b connector: create connector workqueue only while needed once by Frederic Weisbecker · 16 years ago
- a0a61a6 CONNECTOR: add a proc entry to list connectors by Li Zefan · 17 years ago
- 7837467 CONNECTOR: make cn_already_initialized static by Li Zefan · 17 years ago
- b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 17 years ago
- 00f5e06 [CONNECTOR]: clean up {,__}cn_rx_skb() by Li Zefan · 17 years ago
- fd00eec [CONNECTOR]: add a missing break in cn_netlink_send() by Li Zefan · 17 years ago
- 134d99e [CONNECTOR]: Return proper error code in cn_call_callback() by Li Zefan · 17 years ago
- 6cf92e9 [CONNECTOR]: Fix a spurious kfree_skb() call by Michal Januszewski · 17 years ago
- cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
- b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
- af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 18 years ago
- b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 18 years ago
- 05e52dd [CONNECTOR]: Bugfix for cn_call_callback() by Philipp Reisner · 18 years ago
- a240d9f [CONNECTOR]: Replace delayed work with usual work queue. by Evgeniy Polyakov · 18 years ago
- d8172d8 [CONNECTOR]: Fix compilation breakage introduced recently. by Evgeniy Polyakov · 18 years ago
- c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
- deb0e9b [PATCH] connector-exports by Andrew Morton · 19 years ago
- d6cc7f1 [CONNECTOR]: Initialize subsystem earlier. by Evgeniy Polyakov · 19 years ago
- 8ed965d [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_generic by Arjan van de Ven · 19 years ago
- b191ba0 [CONNECTOR]: Use netlink_has_listeners() to avoind unnecessary allocations. by Evgeniy Polyakov · 19 years ago
- dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
- 17b6988 [CONNECTOR]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
- acd042b [CONNECTOR]: async connector mode. by Evgeniy Polyakov · 19 years ago
- 7672d0b [NET]: Add netlink connector. by Evgeniy Polyakov · 19 years ago