summaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c
AgeCommit message (Expand)AuthorLines
2012-06-05wireless: remove wext sysfsJohannes Berg-74/+0
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-4/+4
2012-04-12net/core: simple_strtoul cleanupShuah Khan-3/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar-2/+2
2012-01-17bql: Fix inconsistency between file mode and attr method.Hiroaki SHIMODA-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet-3/+3
2011-12-24rfs: better sizing of dev_flow_tableEric Dumazet-17/+27
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+5
2011-12-22rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang-2/+5
2011-12-05bql: fix CONFIG_XPS=n buildEric Dumazet-2/+0
2011-11-29bql: Byte queue limitsTom Herbert-8/+132
2011-11-29xps: Add xps_queue_release functionTom Herbert-42/+47
2011-11-17net: use jump_label to shortcut RPS if not setupEric Dumazet-2/+5
2011-11-16net: new counter for tx_timeout errors in sysfsdavid decotigny-6/+31
2011-11-16net-sysfs: fixed minor sparse warningdavid decotigny-6/+6
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko-2/+2
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet-2/+2
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger-2/+2
2011-07-14net: remove /sys/class/net/*/featuresMichał Mirosław-2/+0
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro-14/+9
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-15/+11
2011-05-16net: convert to new cpumask APIKOSAKI Motohiro-1/+1
2011-05-07net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu()Lai Jiangshan-10/+2
2011-05-07net,rcu: convert call_rcu(xps_map_release) to kfree_rcu()Lai Jiangshan-9/+2
2011-05-07net,rcu: convert call_rcu(rps_map_release) to kfree_rcu()Lai Jiangshan-9/+2
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny-14/+10
2011-02-09net: rename group sysfs entry to netdev_groupXiaotian Feng-1/+1
2011-01-24net: add sysfs entry for device groupVlad Dogaru-0/+15
2011-01-24net: change netdev->features to u32Michał Mirosław-1/+1
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao-1/+2
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet-1/+11
2010-11-29xps: add __rcu annotationsEric Dumazet-9/+15
2010-11-29xps: NUMA allocations for per cpu dataEric Dumazet-2/+3
2010-11-28xps: Add CONFIG_XPSTom Herbert-13/+34
2010-11-24xps: Transmit Packet SteeringTom Herbert-5/+364
2010-11-17net: zero kobject in rx_queue_releaseJohn Fastabend-2/+7
2010-11-15net: Simplify RX queue allocationTom Herbert-5/+2
2010-10-25rps: add __rcu annotationsEric Dumazet-7/+13
2010-10-08net: Fix rxq ref countingTom Herbert-0/+2
2010-09-27net: Allow changing number of RX queues after device allocationBen Hutchings-14/+18
2010-09-01net: make rx_queue sysfs_ops conststephen hemminger-1/+1
2010-08-16cfg80211: support sysfs namespacesJohannes Berg-1/+2
2010-07-24sysfs: add attribute to indicate hw address assignment typeStefan Assmann-0/+2
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet-2/+1
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet-1/+3
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings-6/+6
2010-05-21net: Expose all network devices in a namespaces in sysfsEric W. Biederman-15/+1
2010-05-21net/sysfs: Fix the bitrot in network device kobject namespace supportEric W. Biederman-5/+3
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman-0/+47