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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-19
sctp: Support ipv6only AF_INET6 sockets.
Vlad Yasevich
6
-10
/
+93
2008-07-19
sctp: Prevent uninitialized memory access
Florian Westphal
2
-0
/
+4
2008-07-19
sctp: Don't abort initialization when CONFIG_PROC_FS=n
Florian Westphal
3
-5
/
+14
2008-07-19
tcp: RTT metrics scaling
Stephen Hemminger
2
-13
/
+30
2008-07-19
pkt_sched: Fix noqueue_qdisc initialization.
David S. Miller
1
-0
/
+7
2008-07-19
pkt_sched: Manage qdisc list inside of root qdisc.
David S. Miller
4
-56
/
+133
2008-07-19
pkt_sched: Get rid of u32_list.
David S. Miller
2
-15
/
+5
2008-07-19
packet: add PACKET_RESERVE sockopt
Patrick McHardy
2
-3
/
+27
2008-07-19
bnx2: Update version to 1.7.9.
Benjamin Li
1
-2
/
+2
2008-07-19
bnx2: Fix Sparse warnings
Benjamin Li
1
-2
/
+0
2008-07-19
bnx2: Add TX multiqueue support.
Benjamin Li
2
-18
/
+38
2008-07-19
bnx2: Update TPAT firmware
Benjamin Li
1
-233
/
+233
2008-07-19
e1000: resolve tx multiqueue bug
Ben Hutchings
1
-0
/
+2
2008-07-18
igb/ixgbe/e1000e: resolve tx multiqueue bug
Jeff Kirsher
3
-4
/
+10
2008-07-18
proc: consolidate per-net single-release callers
Pavel Emelyanov
6
-62
/
+16
2008-07-18
proc: consolidate per-net single_open callers
Pavel Emelyanov
6
-108
/
+33
2008-07-18
proc: clean the ip_misc_proc_init and ip_proc_init_net error paths
Pavel Emelyanov
1
-12
/
+3
2008-07-18
proc: show per-net ip_devconf.forwarding in /proc/net/snmp
Pavel Emelyanov
1
-1
/
+1
2008-07-18
proc: create /proc/net/snmp file in each net
Pavel Emelyanov
1
-20
/
+50
2008-07-18
proc: create /proc/net/netstat file in each net
Pavel Emelyanov
1
-9
/
+38
2008-07-18
ipv4: clean the init_ipv4_mibs error paths
Pavel Emelyanov
1
-7
/
+1
2008-07-18
mib: put icmpmsg statistics on struct net
Pavel Emelyanov
5
-19
/
+14
2008-07-18
mib: put icmp statistics on struct net
Pavel Emelyanov
5
-14
/
+13
2008-07-18
mib: put udplite statistics on struct net
Pavel Emelyanov
5
-10
/
+10
2008-07-18
mib: put udp statistics on struct net
Pavel Emelyanov
5
-14
/
+12
2008-07-18
mib: put net statistics on struct net
Pavel Emelyanov
4
-15
/
+13
2008-07-18
mib: put ip statistics on struct net
Pavel Emelyanov
5
-19
/
+12
2008-07-18
mib: put tcp statistics on struct net
Pavel Emelyanov
5
-17
/
+16
2008-07-18
ipv4: add pernet mib operations
Pavel Emelyanov
1
-0
/
+20
2008-07-18
mib: add netns/mib.h file
Pavel Emelyanov
2
-0
/
+11
2008-07-18
Revert "remove the strip driver"
David S. Miller
4
-0
/
+2833
2008-07-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
4133
-291733
/
+269775
2008-07-18
pkt_sched: Make default qdisc nonshared-multiqueue safe.
David S. Miller
1
-77
/
+22
2008-07-18
pkt_sched: Don't used locked skb_queue_purge() in __qdisc_reset_queue()
David S. Miller
1
-1
/
+1
2008-07-18
pkt_sched: Add multiqueue handling to qdisc_graft().
David S. Miller
1
-42
/
+59
2008-07-18
pkt_sched: Kill netdev_queue lock.
David S. Miller
7
-52
/
+43
2008-07-18
pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree.
David S. Miller
2
-36
/
+3
2008-07-18
pkt_sched: Rework {sch,tbf}_tree_lock().
David S. Miller
1
-4
/
+12
2008-07-18
pkt_sched: Make qdisc grafting locking more specific.
David S. Miller
1
-12
/
+29
2008-07-18
netdevice: Move qdisc_list back into net_device proper.
David S. Miller
4
-27
/
+18
2008-07-18
pkt_sched: Kill qdisc_lock_tree usage in cls_route.c
David S. Miller
1
-5
/
+7
2008-07-18
pkt_sched: Remove qdisc_lock_tree usage in cls_api.c
David S. Miller
1
-4
/
+7
2008-07-18
pkt_sched: Use per-queue locking in shutdown_scheduler_queue.
David S. Miller
1
-2
/
+4
2008-07-18
pkt_sched: Perform bulk of qdisc destruction in RCU.
David S. Miller
1
-9
/
+11
2008-07-18
pkt_sched: dev_init_scheduler() does not need to lock qdisc tree.
David S. Miller
1
-2
/
+0
2008-07-18
pkt_sched: Schedule qdiscs instead of netdev_queue.
David S. Miller
7
-73
/
+55
2008-07-18
pkt_sched: Add and use qdisc_root() and qdisc_root_lock().
David S. Miller
7
-26
/
+55
2008-07-18
pkt_sched: Make QDISC_RUNNING a qdisc state.
David S. Miller
4
-10
/
+19
2008-07-18
pkt_sched: Move gso_skb into Qdisc.
David S. Miller
3
-11
/
+10
2008-07-18
niu: Add TX multiqueue support.
David S. Miller
1
-20
/
+25
[next]