summaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* bql: Fix inconsistency between file mode and attr method.Hiroaki SHIMODA2012-01-171-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-3/+3
* rfs: better sizing of dev_flow_tableEric Dumazet2011-12-241-17/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-2/+5
|\
| * rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang2011-12-221-2/+5
* | bql: fix CONFIG_XPS=n buildEric Dumazet2011-12-051-2/+0
* | bql: Byte queue limitsTom Herbert2011-11-291-8/+132
* | xps: Add xps_queue_release functionTom Herbert2011-11-291-42/+47
* | net: use jump_label to shortcut RPS if not setupEric Dumazet2011-11-171-2/+5
* | net: new counter for tx_timeout errors in sysfsdavid decotigny2011-11-161-6/+31
* | net-sysfs: fixed minor sparse warningdavid decotigny2011-11-161-6/+6
|/
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-2/+2
* net: cleanup some rcu_dereference_rawEric Dumazet2011-08-121-2/+2
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
* net: remove /sys/class/net/*/featuresMichał Mirosław2011-07-141-2/+0
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-14/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-15/+11
|\
| * net: convert to new cpumask APIKOSAKI Motohiro2011-05-161-1/+1
| * ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-291-14/+10
* | net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu()Lai Jiangshan2011-05-071-10/+2
* | net,rcu: convert call_rcu(xps_map_release) to kfree_rcu()Lai Jiangshan2011-05-071-9/+2
* | net,rcu: convert call_rcu(rps_map_release) to kfree_rcu()Lai Jiangshan2011-05-071-9/+2
|/
* net: rename group sysfs entry to netdev_groupXiaotian Feng2011-02-091-1/+1
* net: add sysfs entry for device groupVlad Dogaru2011-01-241-0/+15
* net: change netdev->features to u32Michał Mirosław2011-01-241-1/+1
* net: use NUMA_NO_NODE instead of the magic number -1Changli Gao2010-12-161-1/+2
* net sched: use xps information for qdisc NUMA affinityEric Dumazet2010-12-011-1/+11
* xps: add __rcu annotationsEric Dumazet2010-11-291-9/+15
* xps: NUMA allocations for per cpu dataEric Dumazet2010-11-291-2/+3
* xps: Add CONFIG_XPSTom Herbert2010-11-281-13/+34
* xps: Transmit Packet SteeringTom Herbert2010-11-241-5/+364
* net: zero kobject in rx_queue_releaseJohn Fastabend2010-11-171-2/+7
* net: Simplify RX queue allocationTom Herbert2010-11-151-5/+2
* rps: add __rcu annotationsEric Dumazet2010-10-251-7/+13
* net: Fix rxq ref countingTom Herbert2010-10-081-0/+2
* net: Allow changing number of RX queues after device allocationBen Hutchings2010-09-271-14/+18
* net: make rx_queue sysfs_ops conststephen hemminger2010-09-011-1/+1
* cfg80211: support sysfs namespacesJohannes Berg2010-08-161-1/+2
* sysfs: add attribute to indicate hw address assignment typeStefan Assmann2010-07-241-0/+2
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-2/+1
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-1/+3
* net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2010-06-121-6/+6
* net: Expose all network devices in a namespaces in sysfsEric W. Biederman2010-05-211-15/+1
* net/sysfs: Fix the bitrot in network device kobject namespace supportEric W. Biederman2010-05-211-5/+3
* netns: Teach network device kobjects which namespace they are in.Eric W. Biederman2010-05-211-0/+47
* rps: static functionsEric Dumazet2010-04-191-2/+2
* rfs: Receive Flow SteeringTom Herbert2010-04-161-3/+91
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1