index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-29
rps: fix net-sysfs build for !CONFIG_RPS
Stephen Rothwell
1
-3
/
+4
2010-03-29
net: __netif_receive_skb should be static
Eric Dumazet
1
-1
/
+1
2010-03-28
net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64
Jan Engelhardt
1
-0
/
+1
2010-03-28
net: fix unaligned access in IFLA_STATS64
Jan Engelhardt
1
-31
/
+31
2010-03-25
rps: add CONFIG_RPS
Eric Dumazet
1
-10
/
+19
2010-03-24
net: Fix locking in flush_backlog
Tom Herbert
1
-4
/
+8
2010-03-23
rps: Fix build with CONFIG_SYSFS enabled
Tom Herbert
1
-0
/
+4
2010-03-22
pktgen node allocation
Robert Olsson
1
-5
/
+53
2010-03-22
net: dev_getfirstbyhwtype() optimization
Eric Dumazet
1
-7
/
+10
2010-03-22
net: speedup netdev_set_master()
Eric Dumazet
1
-4
/
+3
2010-03-22
bonding: flush unicast and multicast lists when changing type
Jiri Pirko
1
-2
/
+4
2010-03-22
net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()
Patrick McHardy
1
-0
/
+1
2010-03-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+5
2010-03-19
net: Potential null skb->dev dereference
Eric Dumazet
1
-3
/
+5
2010-03-19
bonding: check return value of nofitier when changing type
Jiri Pirko
1
-2
/
+2
2010-03-19
rps: Fixed build with CONFIG_SMP not enabled.
Tom Herbert
1
-0
/
+24
2010-03-17
net: core: add IFLA_STATS64 support
Jan Engelhardt
1
-1
/
+41
2010-03-17
net: remove rcu locking from fib_rules_event()
Eric Dumazet
1
-8
/
+2
2010-03-17
rps: Receive Packet Steering
Tom Herbert
3
-57
/
+505
2010-03-17
NET: netpoll, fix potential NULL ptr dereference
Jiri Slaby
1
-2
/
+2
2010-03-10
net: Fix dev_mc_add()
Eric Dumazet
1
-2
/
+3
2010-03-10
net: Annotates neigh_invalidate()
Eric Dumazet
1
-0
/
+2
2010-03-08
ethtool: Use noinline_for_stack
Eric Dumazet
1
-32
/
+8
2010-03-08
sock.c: potential null dereference
Dan Carpenter
1
-1
/
+2
2010-03-06
ethtool: Add direct access to ops->get_sset_count
Jeff Garzik
1
-4
/
+3
2010-03-06
ethtool: Add direct access to ops->get_sset_count
Jeff Garzik
1
-0
/
+72
2010-03-06
net: backlog functions rename
Zhu Yi
1
-1
/
+1
2010-03-06
net: add limit for socket backlog
Zhu Yi
1
-2
/
+14
2010-03-01
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
4
-5
/
+14
2010-03-01
scm: Only support SCM_RIGHTS on unix domain sockets.
Eric W. Biederman
1
-0
/
+2
2010-02-28
ethtool: do not set some flags, if others failed
Jeff Garzik
1
-4
/
+6
2010-02-27
rtnetlink: support specifying device flags on device creation
Patrick McHardy
1
-9
/
+43
2010-02-27
dev: support deferring device flag change notifications
Patrick McHardy
2
-61
/
+104
2010-02-27
rtnetlink: handle rtnl_link netlink notifications manually
Patrick McHardy
2
-4
/
+8
2010-02-27
rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event()
Patrick McHardy
1
-0
/
+1
2010-02-26
Revert "ethtool: Add n-tuple string length to drvinfo and return it"
David S. Miller
1
-3
/
+0
2010-02-26
net: add addr len check to dev_mc_add
Jiri Pirko
1
-0
/
+2
2010-02-26
ethtool: Add n-tuple string length to drvinfo and return it
Peter Waskiewicz
1
-0
/
+3
2010-02-26
netdev: use list_first_entry macro
stephen hemminger
1
-3
/
+3
2010-02-26
rtnetlink: clean up SR-IOV config interface
Williams, Mitch A
1
-8
/
+5
2010-02-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+2
2010-02-25
net: Add checking to rcu_dereference() primitives
Paul E. McKenney
4
-5
/
+14
2010-02-24
net: bug fix for vlan + gro issue
Ajit Khaparde
1
-1
/
+1
2010-02-23
xfrm: SA lookups signature with mark
Jamal Hadi Salim
1
-1
/
+2
2010-02-20
net-sysfs: Use rtnl_trylock in wireless sysfs methods.
Eric W. Biederman
1
-1
/
+2
2010-02-18
net: export attach/detach filter routines
Michael S. Tsirkin
1
-0
/
+2
2010-02-18
net: bug fix for vlan + gro issue
Ajit Khaparde
1
-1
/
+1
2010-02-18
ethtool: Don't flush n-tuple list from ethtool_reset()
Ben Hutchings
1
-3
/
+0
2010-02-18
net: use kasprintf() for socket cache names
Alexey Dobriyan
1
-8
/
+2
2010-02-17
net: remove INIT_RCU_HEAD() usage
Alexey Dobriyan
1
-1
/
+0
[next]