aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet1-2/+2
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-14net: remove /sys/class/net/*/featuresMichał Mirosław1-2/+0
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro1-14/+9
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-15/+11
2011-05-16net: convert to new cpumask APIKOSAKI Motohiro1-1/+1
2011-05-07net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu()Lai Jiangshan1-10/+2
2011-05-07net,rcu: convert call_rcu(xps_map_release) to kfree_rcu()Lai Jiangshan1-9/+2
2011-05-07net,rcu: convert call_rcu(rps_map_release) to kfree_rcu()Lai Jiangshan1-9/+2
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-14/+10
2011-02-09net: rename group sysfs entry to netdev_groupXiaotian Feng1-1/+1
2011-01-24net: add sysfs entry for device groupVlad Dogaru1-0/+15
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao1-1/+2
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet1-1/+11
2010-11-29xps: add __rcu annotationsEric Dumazet1-9/+15
2010-11-29xps: NUMA allocations for per cpu dataEric Dumazet1-2/+3
2010-11-28xps: Add CONFIG_XPSTom Herbert1-13/+34
2010-11-24xps: Transmit Packet SteeringTom Herbert1-5/+364
2010-11-17net: zero kobject in rx_queue_releaseJohn Fastabend1-2/+7
2010-11-15net: Simplify RX queue allocationTom Herbert1-5/+2
2010-10-25rps: add __rcu annotationsEric Dumazet1-7/+13
2010-10-08net: Fix rxq ref countingTom Herbert1-0/+2
2010-09-27net: Allow changing number of RX queues after device allocationBen Hutchings1-14/+18
2010-09-01net: make rx_queue sysfs_ops conststephen hemminger1-1/+1
2010-08-16cfg80211: support sysfs namespacesJohannes Berg1-1/+2
2010-07-24sysfs: add attribute to indicate hw address assignment typeStefan Assmann1-0/+2
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-2/+1
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-1/+3
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-6/+6
2010-05-21net: Expose all network devices in a namespaces in sysfsEric W. Biederman1-15/+1
2010-05-21net/sysfs: Fix the bitrot in network device kobject namespace supportEric W. Biederman1-5/+3
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman1-0/+47
2010-04-19rps: static functionsEric Dumazet1-2/+2
2010-04-16rfs: Receive Flow SteeringTom Herbert1-3/+91
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-29rps: fix net-sysfs build for !CONFIG_RPSStephen Rothwell1-3/+4
2010-03-22rps: Fix build with CONFIG_SYSFS enabledTom Herbert1-0/+4
2010-03-16rps: Receive Packet SteeringTom Herbert1-1/+224
2010-02-19net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman1-1/+2
2009-11-25net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-10-30net: Allow devices to specify a device specific sysfs group.Eric W. Biederman1-1/+4
2009-10-28net: sysfs: ethtool_ops can be NULLEric Dumazet1-2/+6
2009-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+5
2009-10-07wext: refactorJohannes Berg1-1/+5
2009-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-10-05wext: let get_wireless_stats() sleepJohannes Berg1-2/+2
2009-10-05net: export device speed and duplex via sysfsAndy Gospodarek1-0/+40
2009-09-28wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg1-7/+5