aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rps: fix net-sysfs build for !CONFIG_RPSStephen Rothwell2010-03-291-3/+4
* | rps: Fix build with CONFIG_SYSFS enabledTom Herbert2010-03-221-0/+4
* | rps: Receive Packet SteeringTom Herbert2010-03-161-1/+224
|/
* net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman2010-02-191-1/+2
* net: use net_eq to compare netsOctavian Purdila2009-11-251-2/+2
* net: Allow devices to specify a device specific sysfs group.Eric W. Biederman2009-10-301-1/+4
* net: sysfs: ethtool_ops can be NULLEric Dumazet2009-10-281-2/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-091-1/+5
|\
| * wext: refactorJohannes Berg2009-10-071-1/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-061-2/+2
|\ \ | |/ |/|
| * wext: let get_wireless_stats() sleepJohannes Berg2009-10-051-2/+2
* | net: export device speed and duplex via sysfsAndy Gospodarek2009-10-051-0/+40
|/
* wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg2009-09-281-7/+5
* driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* net: mark read-only arrays as constJan Engelhardt2009-08-051-1/+1
* net: Remove bogus reference to BUS_ID_SIZE in sysfs code.David S. Miller2009-05-261-1/+0
* net-sysfs: Use rtnl_trylock in sysfs methods.Eric W. Biederman2009-05-181-3/+5
* net: fix warning about non-const stringStephen Hemminger2009-03-101-1/+1
* net: Avoid race between network down and sysfsStephen Hemminger2009-03-031-1/+3
* netns: filter out uevent not belonging to init_netDaniel Lezcano2008-11-251-0/+3
* netdev: introduce dev_get_stats()Stephen Hemminger2008-11-191-2/+1
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-1/+1
* netns: Coexist with the sysfs limitations v2Eric W. Biederman2008-10-271-0/+7
* net: network device name ifalias supportStephen Hemminger2008-09-221-0/+36
* wext: make sysfs bits optional and deprecate themJohannes Berg2008-07-141-2/+2
* bonding: Allow setting max_bonds to zeroJay Vosburgh2008-06-181-0/+13