aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c
Commit message (Expand)AuthorAge
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-15
* net: cleanup some rcu_dereference_rawEric Dumazet2011-08-12
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-02
* net: remove /sys/class/net/*/featuresMichał Mirosław2011-07-14
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-20
|\
| * net: convert to new cpumask APIKOSAKI Motohiro2011-05-16
| * ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-29
* | net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu()Lai Jiangshan2011-05-08
* | net,rcu: convert call_rcu(xps_map_release) to kfree_rcu()Lai Jiangshan2011-05-08
* | net,rcu: convert call_rcu(rps_map_release) to kfree_rcu()Lai Jiangshan2011-05-08
|/
* net: rename group sysfs entry to netdev_groupXiaotian Feng2011-02-09
* net: add sysfs entry for device groupVlad Dogaru2011-01-25
* net: change netdev->features to u32Michał Mirosław2011-01-24
* net: use NUMA_NO_NODE instead of the magic number -1Changli Gao2010-12-16
* net sched: use xps information for qdisc NUMA affinityEric Dumazet2010-12-01
* xps: add __rcu annotationsEric Dumazet2010-11-29
* xps: NUMA allocations for per cpu dataEric Dumazet2010-11-29
* xps: Add CONFIG_XPSTom Herbert2010-11-28
* xps: Transmit Packet SteeringTom Herbert2010-11-24
* net: zero kobject in rx_queue_releaseJohn Fastabend2010-11-17
* net: Simplify RX queue allocationTom Herbert2010-11-15
* rps: add __rcu annotationsEric Dumazet2010-10-25
* net: Fix rxq ref countingTom Herbert2010-10-08
* net: Allow changing number of RX queues after device allocationBen Hutchings2010-09-28
* net: make rx_queue sysfs_ops conststephen hemminger2010-09-01
* cfg80211: support sysfs namespacesJohannes Berg2010-08-16
* sysfs: add attribute to indicate hw address assignment typeStefan Assmann2010-07-24
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-12
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-07
* net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2010-06-12
* net: Expose all network devices in a namespaces in sysfsEric W. Biederman2010-05-21
* net/sysfs: Fix the bitrot in network device kobject namespace supportEric W. Biederman2010-05-21
* netns: Teach network device kobjects which namespace they are in.Eric W. Biederman2010-05-21
* rps: static functionsEric Dumazet2010-04-19
* rfs: Receive Flow SteeringTom Herbert2010-04-16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | rps: fix net-sysfs build for !CONFIG_RPSStephen Rothwell2010-03-29
* | rps: Fix build with CONFIG_SYSFS enabledTom Herbert2010-03-22
* | rps: Receive Packet SteeringTom Herbert2010-03-17
|/
* net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman2010-02-19
* net: use net_eq to compare netsOctavian Purdila2009-11-25
* net: Allow devices to specify a device specific sysfs group.Eric W. Biederman2009-10-30
* net: sysfs: ethtool_ops can be NULLEric Dumazet2009-10-28
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-09
|\
| * wext: refactorJohannes Berg2009-10-07
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-07
|\ \ | |/ |/|
| * wext: let get_wireless_stats() sleepJohannes Berg2009-10-05