aboutsummaryrefslogtreecommitdiff
path: root/net/core/net-sysfs.c
AgeCommit message (Expand)Author
2010-02-19net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-10-30net: Allow devices to specify a device specific sysfs group.Eric W. Biederman
2009-10-28net: sysfs: ethtool_ops can be NULLEric Dumazet
2009-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-10-07wext: refactorJohannes Berg
2009-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-05wext: let get_wireless_stats() sleepJohannes Berg
2009-10-05net: export device speed and duplex via sysfsAndy Gospodarek
2009-09-28wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-05-26net: Remove bogus reference to BUS_ID_SIZE in sysfs code.David S. Miller
2009-05-18net-sysfs: Use rtnl_trylock in sysfs methods.Eric W. Biederman
2009-03-10net: fix warning about non-const stringStephen Hemminger
2009-03-03net: Avoid race between network down and sysfsStephen Hemminger
2008-11-25netns: filter out uevent not belonging to init_netDaniel Lezcano
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-27netns: Coexist with the sysfs limitations v2Eric W. Biederman
2008-09-22net: network device name ifalias supportStephen Hemminger
2008-07-14wext: make sysfs bits optional and deprecate themJohannes Berg
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh
2008-05-21net: The dev->get_stats pointer is not NULL nowadays.Pavel Emelyanov
2008-05-02netns: Fix device renaming for sysfsDaniel Lezcano
2008-04-20[NET]: Expose netdevice dev_id through sysfsDavid Woodhouse
2008-01-28[ETH]: Combine format_addr() with print_mac().Michael Chan
2008-01-28[NET]: Nicer WARN_ON in netstat_showPavel Emelyanov
2007-10-23[NET]: Remove in-code externs for some functions from net/core/dev.cPavel Emelyanov
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-10-10[NET]: Fix running without sysfsEric W. Biederman
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-05-19[NET]: Fix race condition about network device name allocation.Stephen Hemminger
2007-04-27uevent: use add_uevent_var() instead of open coding itEric Rannaud
2007-04-27Driver core: notify userspace of network device renamesJean Tourrilhes
2007-04-25[NET] core: whitespace cleanupStephen Hemminger
2007-02-17Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Jeff Garzik
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-09Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil...Jeff Garzik
2007-02-09[PATCH] Replace incorrect macro name "WIRELESS_EXT" with "CONFIG_WIRELESS_EXT"Robert P. J. Day
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman
2006-09-25[PATCH] WE-21 support (core API)John W. Linville
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-05-06[NET]: Create netdev attribute_groups with class_device_addStephen Hemminger
2006-04-09[NET]: Fix an off-by-21-or-49 error.Adrian Bunk
2006-03-20[NET] core: add RFC2863 operstateStefan Rompf
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap
2006-01-10[PATCH] fix /sys/class/net/<if>/wireless without dev->get_wireless_statsAndrey Borzenkov
2006-01-04[PATCH] net: swich device attribute creation to default attrsKay Sievers
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers