Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fc8f40b10e58f37ec07e7b0cf85d19e899bdf23f
/
net
/
core
/
net-sysfs.c
24bc518
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
01f1c6b
net: remove unnecessary wireless includes
by Johannes Berg
· 12 years ago
5e1fccc
net: Allow userns root control of the core of the network stack.
by Eric W. Biederman
· 12 years ago
38c1a01
wireless: add back sysfs directory
by Johannes Berg
· 12 years ago
c6c1396
net: add unknown state to sysfs NIC duplex export
by Nikolay Aleksandrov
· 12 years ago
35b2a11
wireless: remove wext sysfs
by Johannes Berg
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
e1e420c
net/core: simple_strtoul cleanup
by Shuah Khan
· 13 years ago
c5905af
static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()
by Ingo Molnar
· 13 years ago
795d9a2
bql: Fix inconsistency between file mode and attr method.
by Hiroaki SHIMODA
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
60b778c
rfs: better sizing of dev_flow_table
by Eric Dumazet
· 13 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
a0a129f
rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()
by Xi Wang
· 13 years ago
b474ae7
bql: fix CONFIG_XPS=n build
by Eric Dumazet
· 13 years ago
114cf58
bql: Byte queue limits
by Tom Herbert
· 13 years ago
927fbec
xps: Add xps_queue_release function
by Tom Herbert
· 13 years ago
adc9300
net: use jump_label to shortcut RPS if not setup
by Eric Dumazet
· 13 years ago
ccf5ff6
net: new counter for tx_timeout errors in sysfs
by david decotigny
· 13 years ago
19b05f8
net-sysfs: fixed minor sparse warning
by david decotigny
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
4bc71cb
net: consolidate and fix ethtool_ops->get_settings calling
by Jiri Pirko
· 13 years ago
33d480c
net: cleanup some rcu_dereference_raw
by Eric Dumazet
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
974151e6
net: remove /sys/class/net/*/features
by Michał Mirosław
· 13 years ago
a685e08
Delay struct net freeing while there's a sysfs instance refering to it
by Al Viro
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
2142c13
net: convert to new cpumask API
by KOSAKI Motohiro
· 13 years ago
b55071e
net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
edc86d8
net,rcu: convert call_rcu(xps_map_release) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
f6f8023
net,rcu: convert call_rcu(rps_map_release) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
8ae6dac
ethtool: Call ethtool's get/set_settings callbacks with cleaned data
by David Decotigny
· 14 years ago
b6644cb
net: rename group sysfs entry to netdev_group
by Xiaotian Feng
· 14 years ago
a512b92
net: add sysfs entry for device group
by Vlad Dogaru
· 14 years ago
04ed3e7
net: change netdev->features to u32
by Michał Mirosław
· 14 years ago
b236da6
net: use NUMA_NO_NODE instead of the magic number -1
by Changli Gao
· 14 years ago
f2cd2d3
net sched: use xps information for qdisc NUMA affinity
by Eric Dumazet
· 14 years ago
a417786
xps: add __rcu annotations
by Eric Dumazet
· 14 years ago
b02038a
xps: NUMA allocations for per cpu data
by Eric Dumazet
· 14 years ago
bf26414
xps: Add CONFIG_XPS
by Tom Herbert
· 14 years ago
1d24eb4
xps: Transmit Packet Steering
by Tom Herbert
· 14 years ago
9ea1948
net: zero kobject in rx_queue_release
by John Fastabend
· 14 years ago
fe82224
net: Simplify RX queue allocation
by Tom Herbert
· 14 years ago
6e3f7fa
rps: add __rcu annotations
by Eric Dumazet
· 14 years ago
4315d83
net: Fix rxq ref counting
by Tom Herbert
· 14 years ago
62fe0b4
net: Allow changing number of RX queues after device allocation
by Ben Hutchings
· 14 years ago
fa50d64
net: make rx_queue sysfs_ops const
by stephen hemminger
· 14 years ago
0460079
cfg80211: support sysfs namespaces
by Johannes Berg
· 14 years ago
c1f7942
sysfs: add attribute to indicate hw address assignment type
by Stefan Assmann
· 14 years ago
9e34a5b
net/core: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
2817273
net: fix 64 bit counters on 32 bit arches
by Eric Dumazet
· 14 years ago
be1f3c2
net: Enable 64-bit net device statistics on 32-bit architectures
by Ben Hutchings
· 14 years ago
a1b3f59
net: Expose all network devices in a namespaces in sysfs
by Eric W. Biederman
· 15 years ago
d6523dd
net/sysfs: Fix the bitrot in network device kobject namespace support
by Eric W. Biederman
· 14 years ago
608b4b9
netns: Teach network device kobjects which namespace they are in.
by Eric W. Biederman
· 15 years ago
f5acb90
rps: static functions
by Eric Dumazet
· 15 years ago
fec5e65
rfs: Receive Flow Steering
by Tom Herbert
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
30bde1f
rps: fix net-sysfs build for !CONFIG_RPS
by Stephen Rothwell
· 15 years ago
e880eb6
rps: Fix build with CONFIG_SYSFS enabled
by Tom Herbert
· 15 years ago
0a9627f
rps: Receive Packet Steering
by Tom Herbert
· 15 years ago
b8afe64
net-sysfs: Use rtnl_trylock in wireless sysfs methods.
by Eric W. Biederman
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
0c509a6
net: Allow devices to specify a device specific sysfs group.
by Eric W. Biederman
· 15 years ago
ac5e3af
net: sysfs: ethtool_ops can be NULL
by Eric Dumazet
· 15 years ago
8aa0f64a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
3d23e34
wext: refactor
by Johannes Berg
· 15 years ago
7ecc59c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a160ee6
wext: let get_wireless_stats() sleep
by Johannes Berg
· 15 years ago
d519e17
net: export device speed and duplex via sysfs
by Andy Gospodarek
· 15 years ago
8f1546c
wext: add back wireless/ dir in sysfs for cfg80211 interfaces
by Johannes Berg
· 15 years ago
a4dbd67
driver model: constify attribute groups
by David Brownell
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
2b0cc7f
net: Remove bogus reference to BUS_ID_SIZE in sysfs code.
by David S. Miller
· 15 years ago
336ca57
net-sysfs: Use rtnl_trylock in sysfs methods.
by Eric W. Biederman
· 15 years ago
a220547
net: fix warning about non-const string
by Stephen Hemminger
· 16 years ago
5a5990d
net: Avoid race between network down and sysfs
by Stephen Hemminger
· 16 years ago
09bb521
netns: filter out uevent not belonging to init_net
by Daniel Lezcano
· 16 years ago
eeda3fd
netdev: introduce dev_get_stats()
by Stephen Hemminger
· 16 years ago
fb28ad3
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
3891845
netns: Coexist with the sysfs limitations v2
by Eric W. Biederman
· 16 years ago
0b815a1
net: network device name ifalias support
by Stephen Hemminger
· 16 years ago
22bb1be
wext: make sysfs bits optional and deprecate them
by Johannes Berg
· 16 years ago
b8a9787
bonding: Allow setting max_bonds to zero
by Jay Vosburgh
· 16 years ago
96e7408
net: The dev->get_stats pointer is not NULL nowadays.
by Pavel Emelyanov
· 16 years ago
aaf8cdc
netns: Fix device renaming for sysfs
by Daniel Lezcano
· 17 years ago
9d29672
[NET]: Expose netdevice dev_id through sysfs
by David Woodhouse
· 17 years ago
7ffc49a
[ETH]: Combine format_addr() with print_mac().
by Michael Chan
· 17 years ago
df1b86c
[NET]: Nicer WARN_ON in netstat_show
by Pavel Emelyanov
· 17 years ago
342709e
[NET]: Remove in-code externs for some functions from net/core/dev.c
by Pavel Emelyanov
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
8b41d18
[NET]: Fix running without sysfs
by Eric W. Biederman
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
9093bbb
[NET]: Fix race condition about network device name allocation.
by Stephen Hemminger
· 17 years ago
bf62456
uevent: use add_uevent_var() instead of open coding it
by Eric Rannaud
· 18 years ago
ca2f37d
Driver core: notify userspace of network device renames
by Jean Tourrilhes
· 18 years ago
e71a478
[NET] core: whitespace cleanup
by Stephen Hemminger
· 18 years ago
48c871c
Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into upstream
by Jeff Garzik
· 18 years ago
4ec93ed
[NET] CORE: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
Next »