1. c18e686 net/connector: Add const qualifier to cb_id by Geoff Levand · 4 years ago
  2. fe6bc89 connector: simplify the return expression of cn_add_callback() by Qinglang Miao · 4 years, 3 months ago
  3. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  4. 3e92fd7 connector/cn_proc: Protect send_msg() with a local lock by Mike Galbraith · 4 years, 7 months ago
  5. 903e9d1 connector: remove redundant input callback from cn_dev by Vasily Averin · 5 years ago
  6. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  7. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  8. 6d2b0f0 connector: fix unsafe usage of ->real_parent by Li RongQing · 6 years ago
  9. d2af686 connector: fix defined but not used warning by Randy Dunlap · 6 years ago
  10. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  11. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  12. b086ff8 connector: add parent pid and tgid to coredump and exit events by Stefan Strogin · 7 years ago
  13. e65f7ee drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  14. 8297f2d connector: make cn_proc explicitly non-modular by Paul Gortmaker · 8 years ago
  15. ab8ed95 connector: fix out-of-order cn_proc netlink message delivery by Aaron Campbell · 9 years ago
  16. 55285bf connector: bump skb->users before callback invocation by Florian Westphal · 9 years ago
  17. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  18. 6341e62 kconfig: use bool instead of boolean for type definition attributes by Christoph Jaeger · 10 years ago
  19. a30cfa4 cn: verify msg->len before making callback by David Fries · 10 years ago
  20. 9e93f21 connector: Use ktime_get_ns() by Thomas Gleixner · 10 years ago
  21. 4046136 Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into next by Linus Torvalds · 11 years ago
  22. 34470e0 connector: allow multiple messages to be sent in one packet by David Fries · 11 years ago
  23. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 11 years ago
  24. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  25. 0869281 connector: remove duplicated code in cn_call_callback() by Alexey Khoroshilov · 11 years ago
  26. ac8f733 connector: add portid to unicast in addition to broadcasting by David Fries · 11 years ago
  27. 1ca1a4c connector: improved unaligned access error fix by Chris Metcalf · 11 years ago
  28. ac73bf5 connector: use 'size' everywhere in cn_netlink_send() by Mathias Krause · 11 years ago
  29. 162b2be connector: use nlmsg_len() to check message length by Mathias Krause · 11 years ago
  30. e727ca8 proc connector: fix info leaks by Mathias Krause · 11 years ago
  31. 9631d79 connector: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 12 years ago
  32. 2b5faa4 connector: Added coredumping event to the process connector by Jesper Derehag · 12 years ago
  33. e70ab97 proc connector: reject unprivileged listener bumps by Kees Cook · 12 years ago
  34. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  35. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  36. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  37. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  38. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  39. 9582d90 userns: Convert process event connector to handle kuids and kgids by Eric W. Biederman · 13 years ago
  40. f3c48ec drivers: connector: fixed coding style issues by Valentin Ilie · 12 years ago
  41. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 13 years ago
  42. 85c9316 connector: use nlmsg_put() instead of NLMSG_PUT() macro. by Javier Martinez Canillas · 13 years ago
  43. f786ecb connector: add comm change event report to proc connector by Vladimir Zapolskiy · 13 years ago
  44. 9e8f90d proc_fork_connector: a lockless ->real_parent usage is not safe by Oleg Nesterov · 13 years ago
  45. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  46. f19da2c drivers/connector/cn_proc.c: remove unused local by Andrew Morton · 13 years ago
  47. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  48. f701e5b connector: add an event for monitoring process tracers by Vladimir Zapolskiy · 13 years ago
  49. 663dd6d Connector: Correctly set the error code in case of success when dispatching receive callbacks by K. Y. Srinivasan · 14 years ago
  50. 0e08785 connector: fix skb double free in cn_rx_skb() by Patrick McHardy · 14 years ago
  51. 04f482f connector: convert to synchronous netlink message processing by Patrick McHardy · 14 years ago
  52. 008536e connector: Convert char *name to const char *name by Joe Perches · 14 years ago
  53. 3ea9f68 connector: Use this_cpu operations by Christoph Lameter · 14 years ago
  54. 3700c3c connector: add module alias by Stephen Hemminger · 14 years ago
  55. 6cebb17 connector: remove lazy workqueue creation by Tejun Heo · 14 years ago
  56. 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
  57. f98bfbd connector: Delete buggy notification code. by Evgeniy Polyakov · 15 years ago
  58. f0b2593 connector: Fix incompatible pointer type warning by Stephen Boyd · 15 years ago
  59. f1489cf connector: Removed the destruct_data callback since it is always kfree_skb() by Philipp Reisner · 15 years ago
  60. 7069331 connector: Provide the sender's credentials to the callback by Philipp Reisner · 15 years ago
  61. 293500a connector: Keep the skb in cn_callback_data by Philipp Reisner · 15 years ago
  62. 02b51df proc connector: add event for process becoming session leader by Scott James Remnant · 15 years ago
  63. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  64. acb9c1b connector: maintainer/mail update. by Evgeniy Polyakov · 15 years ago
  65. 0741241 connector: make callback argument type explicit by Mike Frysinger · 15 years ago
  66. 4737f09 trivial: Kconfig: .ko is normally not included in module names by Pavel Machek · 16 years ago
  67. 1a5645b connector: create connector workqueue only while needed once by Frederic Weisbecker · 16 years ago
  68. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  69. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  70. a0a61a6 CONNECTOR: add a proc entry to list connectors by Li Zefan · 17 years ago
  71. 4b1b366 connector: convert to single-threaded workqueue by Evgeniy Polyakov · 17 years ago
  72. 7837467 CONNECTOR: make cn_already_initialized static by Li Zefan · 17 years ago
  73. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 17 years ago
  74. 6e32814 [CONNECTOR]: Cleanup struct cn_callback_entry by Li Zefan · 17 years ago
  75. 96a8996 [CONNECTOR]: Cleanup struct cn_queue_dev by Li Zefan · 17 years ago
  76. 00f5e06 [CONNECTOR]: clean up {,__}cn_rx_skb() by Li Zefan · 17 years ago
  77. fd00eec [CONNECTOR]: add a missing break in cn_netlink_send() by Li Zefan · 17 years ago
  78. cf585ae [CONNECTOR]: Don't touch queue dev after decrement of ref count. by Li Zefan · 17 years ago
  79. 134d99e [CONNECTOR]: Return proper error code in cn_call_callback() by Li Zefan · 17 years ago
  80. 6cf92e9 [CONNECTOR]: Fix a spurious kfree_skb() call by Michal Januszewski · 17 years ago
  81. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  82. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  83. 1359188 Use menuconfig objects: connector by Jan Engelhardt · 17 years ago
  84. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 18 years ago
  85. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 18 years ago
  86. 05e52dd [CONNECTOR]: Bugfix for cn_call_callback() by Philipp Reisner · 18 years ago
  87. af3e095 [PATCH] connector: some fixes for ia64 unaligned access errors by Erik Jacobson · 18 years ago
  88. a240d9f [CONNECTOR]: Replace delayed work with usual work queue. by Evgeniy Polyakov · 18 years ago
  89. d8172d8 [CONNECTOR]: Fix compilation breakage introduced recently. by Evgeniy Polyakov · 18 years ago
  90. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  91. 822cfbff [PATCH] Process Events: Fix biarch compatibility issue. use __u64 timestamp by Chandra Seetharaman · 18 years ago
  92. deb0e9b [PATCH] connector-exports by Andrew Morton · 19 years ago
  93. 1d31a4e [PATCH] Process Events - Header Cleanup by Matt Helsley · 19 years ago
  94. d6cc7f1 [CONNECTOR]: Initialize subsystem earlier. by Evgeniy Polyakov · 19 years ago
  95. cec6f7f [CONNECTOR]: Fix warning in cn_queue.c by Andreas Schwab · 19 years ago
  96. 8ed965d [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_generic by Arjan van de Ven · 19 years ago
  97. b191ba0 [CONNECTOR]: Use netlink_has_listeners() to avoind unnecessary allocations. by Evgeniy Polyakov · 19 years ago
  98. caf3c9d [PATCH] Switch getnstimestamp() calls to ktime_get_ts() by Matt Helsley · 19 years ago
  99. cc398c2 [PATCH] drivers/connector/cn_proc.c typos by David S. Miller · 19 years ago
  100. 5650b73 [PATCH] Add timestamp field to process events by Matt Helsley · 19 years ago