aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+8
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+23
2013-08-28sysfs: Restrict mounting sysfsEric W. Biederman1-0/+8
2013-07-30net: export physical port id via sysfsJiri Pirko1-0/+22
2013-07-26net: core: convert class code to use dev_groupsGreg Kroah-Hartman1-61/+75
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro1-11/+1
2013-02-23net/core: apply pm_runtime_set_memalloc_noio on network devicesMing Lei1-0/+5
2013-01-10net: Add support for XPS without sysfs being definedAlexander Duyck1-14/+0
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck1-143/+5
2012-12-28net: allow to change carrier via sysfsJiri Pirko1-1/+14
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH1-4/+0
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+20
2012-11-19net: remove unnecessary wireless includesJohannes Berg1-2/+0
2012-11-18net: Allow userns root control of the core of the network stack.Eric W. Biederman1-5/+10
2012-11-16wireless: add back sysfs directoryJohannes Berg1-0/+20
2012-09-05net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov1-3/+15
2012-06-05wireless: remove wext sysfsJohannes Berg1-74/+0
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-4/+4
2012-04-12net/core: simple_strtoul cleanupShuah Khan1-3/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-2/+2
2012-01-17bql: Fix inconsistency between file mode and attr method.Hiroaki SHIMODA1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-3/+3
2011-12-24rfs: better sizing of dev_flow_tableEric Dumazet1-17/+27
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2011-12-22rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang1-2/+5
2011-12-05bql: fix CONFIG_XPS=n buildEric Dumazet1-2/+0
2011-11-29bql: Byte queue limitsTom Herbert1-8/+132
2011-11-29xps: Add xps_queue_release functionTom Herbert1-42/+47
2011-11-17net: use jump_label to shortcut RPS if not setupEric Dumazet1-2/+5
2011-11-16net: new counter for tx_timeout errors in sysfsdavid decotigny1-6/+31
2011-11-16net-sysfs: fixed minor sparse warningdavid decotigny1-6/+6
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-2/+2
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