aboutsummaryrefslogtreecommitdiff
path: root/lib/kobject_uevent.c
AgeCommit message (Expand)Author
2011-12-09driver-core: skip uevent generation when nobody is listeningKay Sievers
2011-08-22kobj_uevent: Ignore if some listeners cannot handle messageMilan Broz
2010-08-23kobject_uevent: fix typo in commentsXiaotian Feng
2010-06-04kobject: free memory if netlink_kernel_create() failsDan Carpenter
2010-06-04lib/kobject_uevent.c: fix CONIG_NET=n warningAndrew Morton
2010-05-21hotplug: netns aware uevent_helperEric W. Biederman
2010-05-21kobj: Send hotplug events in the proper namespace.Eric W. Biederman
2010-05-21kobject: Send hotplug events in all network namespacesEric W. Biederman
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2009-04-16driver core: allow non-root users to listen to ueventsKay Sievers
2009-04-16Revert "kobject: don't block for each kobject_uevent".Hugh Dickins
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-03-24kobject: don't block for each kobject_ueventArjan van de Ven
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei
2009-02-05netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso
2009-01-06kobject: return the result of uevent sending by netlinkMing Lei
2009-01-06uevent: don't pass envp_ext[] as format string in kobject_uevent_env()Tejun Heo
2008-07-26Use WARN() in lib/Arjan van de Ven
2008-07-21kobject: Transmit return value of call_usermodehelper() to callerWang Chen
2008-04-30lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-04-03[NETNS]: Declare init_net even without CONFIG_NET defined.Denis V. Lunev
2008-03-30fix uevent action-string regressionMark Lord
2008-03-27[NETNS]: Do no include NET related headers if CONFIG_NET is not set.Denis V. Lunev
2008-01-24Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers
2008-01-24kobject: clean up debugging messagesGreg Kroah-Hartman
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-12Driver core: kerneldoc - kobject_uevent_env is not "usually KOBJ_MOVE"Kay Sievers
2007-10-12Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUGKay Sievers
2007-10-12Driver core: add CONFIG_UEVENT_HELPER_PATHKay Sievers
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman
2007-07-30kobject: fix link error when CONFIG_HOTPLUG is disabledCornelia Huck
2007-07-18Driver core: accept all valid action-strings in uevent-triggerKay Sievers
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge
2007-04-27the overdue removal of the mount/umount ueventsAdrian Bunk
2007-04-27Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)John Anthony Kazos Jr
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy
2006-12-20kobject: kobject_uevent() returns manageable valueAneesh Kumar K.V
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck
2006-08-03PCI: docking station: remove dock ueventsKristen Carlson Accardi
2006-06-27KEVENT: add new uevent for dockKristen Accardi
2006-04-27[PATCH] Kobject: fix build errorKay Sievers
2006-03-20[PATCH] kobject: fix build error if CONFIG_SYSFS=nJun'ichi Nomura
2006-02-22Revert mount/umount uevent removalGreg Kroah-Hartman
2006-02-06[PATCH] Fix uevent buffer overflow in input layerBenjamin Herrenschmidt
2006-01-04[PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org