Age | Commit message (Expand) | Author | Files | Lines |
2011-02-10 | net: rename group sysfs entry to netdev_group | Xiaotian Feng | 1 | -1/+1 |
2011-01-25 | net: add sysfs entry for device group | Vlad Dogaru | 1 | -0/+15 |
2011-01-25 | net: change netdev->features to u32 | Michał Mirosław | 1 | -1/+1 |
2010-12-17 | net: use NUMA_NO_NODE instead of the magic number -1 | Changli Gao | 1 | -1/+2 |
2010-12-01 | net sched: use xps information for qdisc NUMA affinity | Eric Dumazet | 1 | -1/+11 |
2010-11-29 | xps: add __rcu annotations | Eric Dumazet | 1 | -9/+15 |
2010-11-29 | xps: NUMA allocations for per cpu data | Eric Dumazet | 1 | -2/+3 |
2010-11-29 | xps: Add CONFIG_XPS | Tom Herbert | 1 | -13/+34 |
2010-11-24 | xps: Transmit Packet Steering | Tom Herbert | 1 | -5/+364 |
2010-11-17 | net: zero kobject in rx_queue_release | John Fastabend | 1 | -2/+7 |
2010-11-15 | net: Simplify RX queue allocation | Tom Herbert | 1 | -5/+2 |
2010-10-26 | rps: add __rcu annotations | Eric Dumazet | 1 | -7/+13 |
2010-10-09 | net: Fix rxq ref counting | Tom Herbert | 1 | -0/+2 |
2010-09-28 | net: Allow changing number of RX queues after device allocation | Ben Hutchings | 1 | -14/+18 |
2010-09-02 | net: make rx_queue sysfs_ops const | stephen hemminger | 1 | -1/+1 |
2010-08-16 | cfg80211: support sysfs namespaces | Johannes Berg | 1 | -1/+2 |
2010-07-25 | sysfs: add attribute to indicate hw address assignment type | Stefan Assmann | 1 | -0/+2 |
2010-07-12 | net/core: EXPORT_SYMBOL cleanups | Eric Dumazet | 1 | -2/+1 |
2010-07-08 | net: fix 64 bit counters on 32 bit arches | Eric Dumazet | 1 | -1/+3 |
2010-06-13 | net: Enable 64-bit net device statistics on 32-bit architectures | Ben Hutchings | 1 | -6/+6 |
2010-05-21 | net: Expose all network devices in a namespaces in sysfs | Eric W. Biederman | 1 | -15/+1 |
2010-05-21 | net/sysfs: Fix the bitrot in network device kobject namespace support | Eric W. Biederman | 1 | -5/+3 |
2010-05-21 | netns: Teach network device kobjects which namespace they are in. | Eric W. Biederman | 1 | -0/+47 |
2010-04-20 | rps: static functions | Eric Dumazet | 1 | -2/+2 |
2010-04-17 | rfs: Receive Flow Steering | Tom Herbert | 1 | -3/+91 |
2010-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-29 | rps: fix net-sysfs build for !CONFIG_RPS | Stephen Rothwell | 1 | -3/+4 |
2010-03-23 | rps: Fix build with CONFIG_SYSFS enabled | Tom Herbert | 1 | -0/+4 |
2010-03-17 | rps: Receive Packet Steering | Tom Herbert | 1 | -1/+224 |
2010-02-20 | net-sysfs: Use rtnl_trylock in wireless sysfs methods. | Eric W. Biederman | 1 | -1/+2 |
2009-11-26 | net: use net_eq to compare nets | Octavian Purdila | 1 | -2/+2 |
2009-10-30 | net: Allow devices to specify a device specific sysfs group. | Eric W. Biederman | 1 | -1/+4 |
2009-10-28 | net: sysfs: ethtool_ops can be NULL | Eric Dumazet | 1 | -2/+6 |
2009-10-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -1/+5 |
2009-10-08 | wext: refactor | Johannes Berg | 1 | -1/+5 |
2009-10-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+2 |
2009-10-05 | wext: let get_wireless_stats() sleep | Johannes Berg | 1 | -2/+2 |
2009-10-05 | net: export device speed and duplex via sysfs | Andy Gospodarek | 1 | -0/+40 |
2009-09-29 | wext: add back wireless/ dir in sysfs for cfg80211 interfaces | Johannes Berg | 1 | -7/+5 |
2009-09-15 | driver model: constify attribute groups | David Brownell | 1 | -1/+1 |
2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 1 | -1/+1 |
2009-05-27 | net: Remove bogus reference to BUS_ID_SIZE in sysfs code. | David S. Miller | 1 | -1/+0 |
2009-05-19 | net-sysfs: Use rtnl_trylock in sysfs methods. | Eric W. Biederman | 1 | -3/+5 |
2009-03-10 | net: fix warning about non-const string | Stephen Hemminger | 1 | -1/+1 |
2009-03-03 | net: Avoid race between network down and sysfs | Stephen Hemminger | 1 | -1/+3 |
2008-11-26 | netns: filter out uevent not belonging to init_net | Daniel Lezcano | 1 | -0/+3 |
2008-11-20 | netdev: introduce dev_get_stats() | Stephen Hemminger | 1 | -2/+1 |
2008-11-11 | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2008-10-28 | netns: Coexist with the sysfs limitations v2 | Eric W. Biederman | 1 | -0/+7 |