| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | uevent: mv uevent_helper into kobject_uevent.c | Joel Granados | 1 | -0/+20 |
| 2024-06-12 | kobject_uevent: Fix OOB access within zap_modalias_env() | Zijun Hu | 1 | -1/+16 |
| 2024-02-17 | kobject: reduce uevent_sock_mutex scope | Eric Dumazet | 1 | -6/+3 |
| 2024-02-17 | kobject: make uevent_seqnum atomic | Eric Dumazet | 1 | -8/+9 |
| 2023-09-22 | kobject: Replace strlcpy with strscpy | Azeem Shaikh | 1 | -4/+4 |
| 2021-12-28 | kobject: remove kset from struct kset_uevent_ops callbacks | Greg Kroah-Hartman | 1 | -3/+3 |
| 2021-04-10 | kobject_uevent: remove warning in init_uevent_argv() | Greg Kroah-Hartman | 1 | -4/+5 |
| 2019-04-01 | kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice. | Tetsuo Handa | 1 | -4/+7 |
| 2019-01-22 | kobject: drop newline from msg string | Bo YU | 1 | -3/+3 |
| 2019-01-22 | kobject: to repalce printk with pr_* style | Bo YU | 1 | -3/+2 |
| 2018-11-11 | kobject: Fix warnings in lib/kobject_uevent.c | Bo YU | 1 | -0/+2 |
| 2018-11-11 | kobject: drop unnecessary cast "%llu" for u64 | Bo YU | 1 | -1/+1 |
| 2018-05-01 | netns: restrict uevents | Christian Brauner | 1 | -42/+95 |
| 2018-05-01 | uevent: add alloc_uevent_skb() helper | Christian Brauner | 1 | -13/+34 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-03-22 | netns: send uevent messages | Christian Brauner | 1 | -1/+78 |
| 2018-03-22 | net: add uevent socket member | Christian Brauner | 1 | -10/+7 |
| 2018-02-13 | net: Convert uevent_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-01-02 | Merge 4.15-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -4/+12 |
| 2017-12-21 | kobject: fix suppressing modalias in uevents delivered over netlink | Dmitry Torokhov | 1 | -4/+12 |
| 2017-12-07 | kobject: Remove redundant license text | Greg Kroah-Hartman | 1 | -2/+0 |
| 2017-12-07 | kobject: add SPDX identifiers to all kobject files | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+41 |
| 2017-09-19 | kobject: factorize skb setup in kobject_uevent_net_broadcast() | Eric Dumazet | 1 | -15/+19 |
| 2017-09-19 | kobject: copy env blob in one go | Eric Dumazet | 1 | -7/+1 |
| 2017-09-19 | kobject: add kobject_uevent_net_broadcast() | Eric Dumazet | 1 | -43/+53 |
| 2017-09-18 | driver core: suppress sending MODALIAS in UNBIND uevents | Dmitry Torokhov | 1 | -8/+41 |
| 2017-07-22 | Merge branch 'bind_unbind' into driver-core-next | Greg Kroah-Hartman | 1 | -0/+2 |
| 2017-07-22 | driver core: emit uevents when device is bound to a driver | Dmitry Torokhov | 1 | -0/+2 |
| 2017-05-25 | kobject: support passing in variables for synthetic uevents | Peter Rajnoha | 1 | -13/+154 |
| 2016-10-28 | kobject: improve function-level documentation | Julia Lawall | 1 | -3/+3 |
| 2015-02-12 | lib/kobject_uevent.c: remove redundant include | Rasmus Villemoes | 1 | -1/+0 |
| 2014-04-25 | kobject: Make support for uevent_helper optional. | Michael Marineau | 1 | -0/+6 |
| 2014-04-03 | kobject: don't block for each kobject_uevent | Vladimir Davydov | 1 | -6/+36 |
| 2014-01-19 | net: fix "queues" uevent between network namespaces | Weilong Chen | 1 | -2/+8 |
| 2012-09-08 | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 1 | -2/+1 |
| 2012-09-08 | netlink: kill netlink_set_nonroot | Pablo Neira Ayuso | 1 | -1/+1 |
| 2012-06-29 | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 1 | -1/+4 |
| 2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+2 |
| 2012-03-08 | uevent: send events in correct order according to seqnum (v3) | Andrew Vagin | 1 | -10/+9 |
| 2012-03-07 | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+2 |
| 2011-12-09 | driver-core: skip uevent generation when nobody is listening | Kay Sievers | 1 | -0/+3 |
| 2011-08-22 | kobj_uevent: Ignore if some listeners cannot handle message | Milan Broz | 1 | -1/+1 |
| 2010-08-23 | kobject_uevent: fix typo in comments | Xiaotian Feng | 1 | -2/+2 |
| 2010-06-04 | kobject: free memory if netlink_kernel_create() fails | Dan Carpenter | 1 | -0/+1 |
| 2010-06-04 | lib/kobject_uevent.c: fix CONIG_NET=n warning | Andrew Morton | 1 | -0/+2 |
| 2010-05-21 | hotplug: netns aware uevent_helper | Eric W. Biederman | 1 | -2/+17 |
| 2010-05-21 | kobj: Send hotplug events in the proper namespace. | Eric W. Biederman | 1 | -2/+20 |
| 2010-05-21 | kobject: Send hotplug events in all network namespaces | Eric W. Biederman | 1 | -8/+60 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-07 | kobject: Constify struct kset_uevent_ops | Emese Revfy | 1 | -1/+1 |
| 2009-04-16 | driver core: allow non-root users to listen to uevents | Kay Sievers | 1 | -1/+1 |
| 2009-04-16 | Revert "kobject: don't block for each kobject_uevent". | Hugh Dickins | 1 | -1/+1 |
| 2009-03-26 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -1/+8 |
| 2009-03-24 | kobject: don't block for each kobject_uevent | Arjan van de Ven | 1 | -1/+1 |
| 2009-03-24 | Driver core: implement uevent suppress in kobject | Ming Lei | 1 | -0/+7 |
| 2009-02-05 | netlink: change return-value logic of netlink_broadcast() | Pablo Neira Ayuso | 1 | -0/+3 |
| 2009-01-06 | kobject: return the result of uevent sending by netlink | Ming Lei | 1 | -2/+4 |
| 2009-01-06 | uevent: don't pass envp_ext[] as format string in kobject_uevent_env() | Tejun Heo | 1 | -1/+1 |
| 2008-07-26 | Use WARN() in lib/ | Arjan van de Ven | 1 | -4/+2 |
| 2008-07-21 | kobject: Transmit return value of call_usermodehelper() to caller | Wang Chen | 1 | -1/+2 |
| 2008-04-30 | lib: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -5/+5 |
| 2008-04-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 1 | -1/+1 |
| 2008-04-03 | [NETNS]: Declare init_net even without CONFIG_NET defined. | Denis V. Lunev | 1 | -2/+0 |
| 2008-03-30 | fix uevent action-string regression | Mark Lord | 1 | -1/+1 |
| 2008-03-27 | [NETNS]: Do no include NET related headers if CONFIG_NET is not set. | Denis V. Lunev | 1 | -2/+6 |
| 2008-01-24 | Kobject: fix coding style issues in kobject c files | Greg Kroah-Hartman | 1 | -4/+3 |
| 2008-01-24 | Kobject: auto-cleanup on final unref | Kay Sievers | 1 | -0/+11 |
| 2008-01-24 | kobject: clean up debugging messages | Greg Kroah-Hartman | 1 | -6/+14 |
| 2007-10-19 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 1 | -1/+1 |
| 2007-10-12 | Driver core: kerneldoc - kobject_uevent_env is not "usually KOBJ_MOVE" | Kay Sievers | 1 | -4/+4 |
| 2007-10-12 | Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG | Kay Sievers | 1 | -13/+44 |
| 2007-10-12 | Driver core: add CONFIG_UEVENT_HELPER_PATH | Kay Sievers | 1 | -1/+1 |
| 2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -86/+63 |
| 2007-10-10 | [NET]: Support multiple network namespaces with netlink | Eric W. Biederman | 1 | -3/+2 |
| 2007-07-30 | kobject: fix link error when CONFIG_HOTPLUG is disabled | Cornelia Huck | 1 | -8/+8 |
| 2007-07-18 | Driver core: accept all valid action-strings in uevent-trigger | Kay Sievers | 1 | -20/+10 |
| 2007-07-18 | usermodehelper: Tidy up waiting | Jeremy Fitzhardinge | 1 | -1/+1 |
| 2007-04-27 | the overdue removal of the mount/umount uevents | Adrian Bunk | 1 | -4/+0 |
| 2007-04-27 | Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj) | John Anthony Kazos Jr | 1 | -4/+2 |
| 2007-04-27 | driver core: fix namespace issue with devices assigned to classes | Kay Sievers | 1 | -6/+10 |
| 2007-04-25 | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it | Patrick McHardy | 1 | -1/+1 |
| 2006-12-20 | kobject: kobject_uevent() returns manageable value | Aneesh Kumar K.V | 1 | -14/+30 |
| 2006-12-01 | driver core: Introduce device_move(): move a device to a new parent. | Cornelia Huck | 1 | -4/+24 |
| 2006-08-03 | PCI: docking station: remove dock uevents | Kristen Carlson Accardi | 1 | -4/+0 |
| 2006-06-27 | KEVENT: add new uevent for dock | Kristen Accardi | 1 | -0/+4 |
| 2006-04-27 | [PATCH] Kobject: fix build error | Kay Sievers | 1 | -1/+7 |
| 2006-03-20 | [PATCH] kobject: fix build error if CONFIG_SYSFS=n | Jun'ichi Nomura | 1 | -0/+2 |
| 2006-02-22 | Revert mount/umount uevent removal | Greg Kroah-Hartman | 1 | -0/+4 |
| 2006-02-06 | [PATCH] Fix uevent buffer overflow in input layer | Benjamin Herrenschmidt | 1 | -1/+1 |
| 2006-01-04 | [PATCH] kobject_uevent CONFIG_NET=n fix | akpm@osdl.org | 1 | -3/+1 |
| 2006-01-04 | [PATCH] driver core: replace "hotplug" by "uevent" | Kay Sievers | 1 | -32/+32 |
| 2006-01-04 | [PATCH] merge kobject_uevent and kobject_hotplug | Kay Sievers | 1 | -184/+95 |
| 2006-01-04 | [PATCH] remove mount/umount uevents from superblock handling | Kay Sievers | 1 | -4/+0 |
| 2006-01-04 | [PATCH] remove CONFIG_KOBJECT_UEVENT option | Kay Sievers | 1 | -19/+5 |
| 2005-10-28 | Merge ../bleed-2.6 | Greg KH | 1 | -2/+2 |
| 2005-10-28 | [PATCH] kobject_uevent.c has a typo in a comment | Erik Hovland | 1 | -1/+1 |
| 2005-10-28 | [PATCH] gfp_t: lib/* | Al Viro | 1 | -2/+2 |
| 2005-08-29 | [NETLINK]: Add "groups" argument to netlink_kernel_create | Patrick McHardy | 1 | -1/+1 |
| 2005-08-29 | [NETLINK]: Convert netlink users to use group numbers instead of bitmasks | Patrick McHardy | 1 | -1/+1 |
| 2005-08-29 | [NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users | Patrick McHardy | 1 | -0/+1 |
| 2005-08-29 | [NETLINK]: Add properly module refcounting for kernel netlink sockets. | Harald Welte | 1 | -1/+2 |
| 2005-06-20 | [PATCH] Make kobject's name be const char * | Dmitry Torokhov | 1 | -2/+2 |
| 2005-06-20 | [PATCH] kobject_hotplug() should use kobject_name() | Dmitry Torokhov | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+369 |