index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
net-sysfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysfs: add attribute to indicate hw address assignment type
Stefan Assmann
2010-07-24
1
-0
/
+2
*
net/core: EXPORT_SYMBOL cleanups
Eric Dumazet
2010-07-12
1
-2
/
+1
*
net: fix 64 bit counters on 32 bit arches
Eric Dumazet
2010-07-07
1
-1
/
+3
*
net: Enable 64-bit net device statistics on 32-bit architectures
Ben Hutchings
2010-06-12
1
-6
/
+6
*
net: Expose all network devices in a namespaces in sysfs
Eric W. Biederman
2010-05-21
1
-15
/
+1
*
net/sysfs: Fix the bitrot in network device kobject namespace support
Eric W. Biederman
2010-05-21
1
-5
/
+3
*
netns: Teach network device kobjects which namespace they are in.
Eric W. Biederman
2010-05-21
1
-0
/
+47
*
rps: static functions
Eric Dumazet
2010-04-19
1
-2
/
+2
*
rfs: Receive Flow Steering
Tom Herbert
2010-04-16
1
-3
/
+91
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
1
-0
/
+1
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
rps: fix net-sysfs build for !CONFIG_RPS
Stephen Rothwell
2010-03-29
1
-3
/
+4
*
|
rps: Fix build with CONFIG_SYSFS enabled
Tom Herbert
2010-03-22
1
-0
/
+4
*
|
rps: Receive Packet Steering
Tom Herbert
2010-03-16
1
-1
/
+224
|
/
*
net-sysfs: Use rtnl_trylock in wireless sysfs methods.
Eric W. Biederman
2010-02-19
1
-1
/
+2
*
net: use net_eq to compare nets
Octavian Purdila
2009-11-25
1
-2
/
+2
*
net: Allow devices to specify a device specific sysfs group.
Eric W. Biederman
2009-10-30
1
-1
/
+4
*
net: sysfs: ethtool_ops can be NULL
Eric Dumazet
2009-10-28
1
-2
/
+6
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2009-10-09
1
-1
/
+5
|
\
|
*
wext: refactor
Johannes Berg
2009-10-07
1
-1
/
+5
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-10-06
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
wext: let get_wireless_stats() sleep
Johannes Berg
2009-10-05
1
-2
/
+2
*
|
net: export device speed and duplex via sysfs
Andy Gospodarek
2009-10-05
1
-0
/
+40
|
/
*
wext: add back wireless/ dir in sysfs for cfg80211 interfaces
Johannes Berg
2009-09-28
1
-7
/
+5
*
driver model: constify attribute groups
David Brownell
2009-09-15
1
-1
/
+1
*
net: mark read-only arrays as const
Jan Engelhardt
2009-08-05
1
-1
/
+1
*
net: Remove bogus reference to BUS_ID_SIZE in sysfs code.
David S. Miller
2009-05-26
1
-1
/
+0
*
net-sysfs: Use rtnl_trylock in sysfs methods.
Eric W. Biederman
2009-05-18
1
-3
/
+5
*
net: fix warning about non-const string
Stephen Hemminger
2009-03-10
1
-1
/
+1
*
net: Avoid race between network down and sysfs
Stephen Hemminger
2009-03-03
1
-1
/
+3
*
netns: filter out uevent not belonging to init_net
Daniel Lezcano
2008-11-25
1
-0
/
+3
*
netdev: introduce dev_get_stats()
Stephen Hemminger
2008-11-19
1
-2
/
+1
*
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-11-10
1
-1
/
+1
*
netns: Coexist with the sysfs limitations v2
Eric W. Biederman
2008-10-27
1
-0
/
+7
*
net: network device name ifalias support
Stephen Hemminger
2008-09-22
1
-0
/
+36
*
wext: make sysfs bits optional and deprecate them
Johannes Berg
2008-07-14
1
-2
/
+2
*
bonding: Allow setting max_bonds to zero
Jay Vosburgh
2008-06-18
1
-0
/
+13
*
net: The dev->get_stats pointer is not NULL nowadays.
Pavel Emelyanov
2008-05-21
1
-5
/
+4
*
netns: Fix device renaming for sysfs
Daniel Lezcano
2008-05-02
1
-1
/
+6
*
[NET]: Expose netdevice dev_id through sysfs
David Woodhouse
2008-04-20
1
-0
/
+2
*
[ETH]: Combine format_addr() with print_mac().
Michael Chan
2008-01-28
1
-13
/
+2
*
[NET]: Nicer WARN_ON in netstat_show
Pavel Emelyanov
2008-01-28
1
-3
/
+2
*
[NET]: Remove in-code externs for some functions from net/core/dev.c
Pavel Emelyanov
2007-10-23
1
-0
/
+2
*
Driver core: change add_uevent_var to use a struct
Kay Sievers
2007-10-12
1
-10
/
+4
*
[NET]: Fix running without sysfs
Eric W. Biederman
2007-10-10
1
-3
/
+10
*
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
1
-15
/
+0
*
[NET]: Fix race condition about network device name allocation.
Stephen Hemminger
2007-05-19
1
-1
/
+7
*
uevent: use add_uevent_var() instead of open coding it
Eric Rannaud
2007-04-27
1
-17
/
+11
*
Driver core: notify userspace of network device renames
Jean Tourrilhes
2007-04-27
1
-0
/
+11
*
[NET] core: whitespace cleanup
Stephen Hemminger
2007-04-25
1
-2
/
+2
[next]