| Commit message (Expand) | Author | Age | Files | Lines |
* | net/core: apply pm_runtime_set_memalloc_noio on network devices | Ming Lei | 2013-02-23 | 1 | -0/+5 |
* | net: Add support for XPS without sysfs being defined | Alexander Duyck | 2013-01-10 | 1 | -14/+0 |
* | net: Add functions netif_reset_xps_queue and netif_set_xps_queue | Alexander Duyck | 2013-01-10 | 1 | -143/+5 |
* | net: allow to change carrier via sysfs | Jiri Pirko | 2012-12-28 | 1 | -1/+14 |
* | CONFIG_HOTPLUG removal from networking core | Greg KH | 2012-12-22 | 1 | -4/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-25 | 1 | -0/+20 |
|\ |
|
| * | wireless: add back sysfs directory | Johannes Berg | 2012-11-16 | 1 | -0/+20 |
* | | net: remove unnecessary wireless includes | Johannes Berg | 2012-11-19 | 1 | -2/+0 |
* | | net: Allow userns root control of the core of the network stack. | Eric W. Biederman | 2012-11-18 | 1 | -5/+10 |
|/ |
|
* | net: add unknown state to sysfs NIC duplex export | Nikolay Aleksandrov | 2012-09-05 | 1 | -3/+15 |
* | wireless: remove wext sysfs | Johannes Berg | 2012-06-05 | 1 | -74/+0 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -4/+4 |
* | net/core: simple_strtoul cleanup | Shuah Khan | 2012-04-12 | 1 | -3/+2 |
* | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 2012-02-24 | 1 | -2/+2 |
* | bql: Fix inconsistency between file mode and attr method. | Hiroaki SHIMODA | 2012-01-17 | 1 | -1/+1 |
* | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 2012-01-12 | 1 | -3/+3 |
* | rfs: better sizing of dev_flow_table | Eric Dumazet | 2011-12-24 | 1 | -17/+27 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-23 | 1 | -2/+5 |
|\ |
|
| * | rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt() | Xi Wang | 2011-12-22 | 1 | -2/+5 |
* | | bql: fix CONFIG_XPS=n build | Eric Dumazet | 2011-12-05 | 1 | -2/+0 |
* | | bql: Byte queue limits | Tom Herbert | 2011-11-29 | 1 | -8/+132 |
* | | xps: Add xps_queue_release function | Tom Herbert | 2011-11-29 | 1 | -42/+47 |
* | | net: use jump_label to shortcut RPS if not setup | Eric Dumazet | 2011-11-17 | 1 | -2/+5 |
* | | net: new counter for tx_timeout errors in sysfs | david decotigny | 2011-11-16 | 1 | -6/+31 |
* | | net-sysfs: fixed minor sparse warning | david decotigny | 2011-11-16 | 1 | -6/+6 |
|/ |
|
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | net: consolidate and fix ethtool_ops->get_settings calling | Jiri Pirko | 2011-09-15 | 1 | -2/+2 |
* | net: cleanup some rcu_dereference_raw | Eric Dumazet | 2011-08-12 | 1 | -2/+2 |
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 2011-08-02 | 1 | -2/+2 |
* | net: remove /sys/class/net/*/features | Michał Mirosław | 2011-07-14 | 1 | -2/+0 |
* | Delay struct net freeing while there's a sysfs instance refering to it | Al Viro | 2011-06-12 | 1 | -14/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-05-20 | 1 | -15/+11 |
|\ |
|
| * | net: convert to new cpumask API | KOSAKI Motohiro | 2011-05-16 | 1 | -1/+1 |
| * | ethtool: Call ethtool's get/set_settings callbacks with cleaned data | David Decotigny | 2011-04-29 | 1 | -14/+10 |
* | | net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu() | Lai Jiangshan | 2011-05-07 | 1 | -10/+2 |
* | | net,rcu: convert call_rcu(xps_map_release) to kfree_rcu() | Lai Jiangshan | 2011-05-07 | 1 | -9/+2 |
* | | net,rcu: convert call_rcu(rps_map_release) to kfree_rcu() | Lai Jiangshan | 2011-05-07 | 1 | -9/+2 |
|/ |
|
* | net: rename group sysfs entry to netdev_group | Xiaotian Feng | 2011-02-09 | 1 | -1/+1 |
* | net: add sysfs entry for device group | Vlad Dogaru | 2011-01-24 | 1 | -0/+15 |
* | net: change netdev->features to u32 | Michał Mirosław | 2011-01-24 | 1 | -1/+1 |
* | net: use NUMA_NO_NODE instead of the magic number -1 | Changli Gao | 2010-12-16 | 1 | -1/+2 |
* | net sched: use xps information for qdisc NUMA affinity | Eric Dumazet | 2010-12-01 | 1 | -1/+11 |
* | xps: add __rcu annotations | Eric Dumazet | 2010-11-29 | 1 | -9/+15 |
* | xps: NUMA allocations for per cpu data | Eric Dumazet | 2010-11-29 | 1 | -2/+3 |
* | xps: Add CONFIG_XPS | Tom Herbert | 2010-11-28 | 1 | -13/+34 |
* | xps: Transmit Packet Steering | Tom Herbert | 2010-11-24 | 1 | -5/+364 |
* | net: zero kobject in rx_queue_release | John Fastabend | 2010-11-17 | 1 | -2/+7 |
* | net: Simplify RX queue allocation | Tom Herbert | 2010-11-15 | 1 | -5/+2 |
* | rps: add __rcu annotations | Eric Dumazet | 2010-10-25 | 1 | -7/+13 |
* | net: Fix rxq ref counting | Tom Herbert | 2010-10-08 | 1 | -0/+2 |