summaryrefslogtreecommitdiff
path: root/net/core/net-sysfs.c
AgeCommit message (Expand)Author
2011-07-14net: remove /sys/class/net/*/featuresMichał Mirosław
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-16net: convert to new cpumask APIKOSAKI Motohiro
2011-05-07net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu()Lai Jiangshan
2011-05-07net,rcu: convert call_rcu(xps_map_release) to kfree_rcu()Lai Jiangshan
2011-05-07net,rcu: convert call_rcu(rps_map_release) to kfree_rcu()Lai Jiangshan
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny
2011-02-09net: rename group sysfs entry to netdev_groupXiaotian Feng
2011-01-24net: add sysfs entry for device groupVlad Dogaru
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet
2010-11-29xps: add __rcu annotationsEric Dumazet
2010-11-29xps: NUMA allocations for per cpu dataEric Dumazet
2010-11-28xps: Add CONFIG_XPSTom Herbert
2010-11-24xps: Transmit Packet SteeringTom Herbert
2010-11-17net: zero kobject in rx_queue_releaseJohn Fastabend
2010-11-15net: Simplify RX queue allocationTom Herbert
2010-10-25rps: add __rcu annotationsEric Dumazet
2010-10-08net: Fix rxq ref countingTom Herbert
2010-09-27net: Allow changing number of RX queues after device allocationBen Hutchings
2010-09-01net: make rx_queue sysfs_ops conststephen hemminger
2010-08-16cfg80211: support sysfs namespacesJohannes Berg
2010-07-24sysfs: add attribute to indicate hw address assignment typeStefan Assmann
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings
2010-05-21net: Expose all network devices in a namespaces in sysfsEric W. Biederman
2010-05-21net/sysfs: Fix the bitrot in network device kobject namespace supportEric W. Biederman
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman
2010-04-19rps: static functionsEric Dumazet
2010-04-16rfs: Receive Flow SteeringTom Herbert
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29rps: fix net-sysfs build for !CONFIG_RPSStephen Rothwell
2010-03-22rps: Fix build with CONFIG_SYSFS enabledTom Herbert
2010-03-16rps: Receive Packet SteeringTom Herbert
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