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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
tcp: fix incorrect ca_state in tail loss probe
Yuchung Cheng
1
-1
/
+1
2013-10-17
sctp: Perform software checksum if packet has to be fragmented.
Vlad Yasevich
1
-1
/
+1
2013-10-17
sctp: Use software crc32 checksum when xfrm transform will happen.
Fan Du
1
-1
/
+2
2013-10-12
ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is found
Oussama Ghorbel
1
-2
/
+1
2013-10-12
netem: free skb's in tree on reset
stephen hemminger
1
-0
/
+16
2013-10-12
netem: update backlog after drop
stephen hemminger
1
-0
/
+1
2013-10-12
l2tp: must disable bh before calling l2tp_xmit_skb()
Eric Dumazet
1
-0
/
+4
2013-10-11
vti: get rid of nf mark rule in prerouting
Christophe Gouault
1
-3
/
+11
2013-10-11
bridge: update mdb expiration timer upon reports.
Vlad Yasevich
1
-1
/
+8
2013-10-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
9
-42
/
+59
2013-10-09
net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected
Fabio Estevam
1
-0
/
+2
2013-10-09
pkt_sched: fq: fix non TCP flows pacing
Eric Dumazet
2
-11
/
+10
2013-10-09
net: vlan: fix nlmsg size calculation in vlan_get_size()
Marc Kleine-Budde
1
-1
/
+1
2013-10-09
pkt_sched: fq: fix typo for initial_quantum
Eric Dumazet
1
-1
/
+1
2013-10-09
ipv6: Fix the upper MTU limit in GRE tunnel
Oussama Ghorbel
1
-2
/
+1
2013-10-08
l2tp: Fix build warning with ipv6 disabled.
David S. Miller
1
-5
/
+8
2013-10-08
6lowpan: Sync default hardware address of lowpan links to their wpan
Alan Ott
1
-0
/
+3
2013-10-08
6lowpan: Only make 6lowpan links to IEEE802154 devices
Alan Ott
1
-0
/
+2
2013-10-08
xfrm: check for a vaild skb in xfrm_policy_queue_process
Steffen Klassert
1
-0
/
+4
2013-10-08
xfrm: Add refcount handling to queued policies
Steffen Klassert
1
-7
/
+17
2013-10-07
net: Update the sysctl permissions handler to test effective uid/gid
Eric W. Biederman
1
-2
/
+2
2013-10-07
ipv4: fix ineffective source address selection
Jiri Benc
1
-1
/
+1
2013-10-07
net: fix unsafe set_memory_rw from softirq
Alexei Starovoitov
1
-4
/
+4
2013-10-07
ipv6: Allow the MTU of ipip6 tunnel to be set below 1280
Oussama Ghorbel
1
-2
/
+10
2013-10-07
netif_set_xps_queue: make cpu mask const
Michael S. Tsirkin
1
-1
/
+2
2013-10-04
tcp: do not forget FIN in tcp_shifted_skb()
Eric Dumazet
1
-1
/
+4
2013-10-04
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
5
-14
/
+22
2013-10-04
net: heap overflow in __audit_sockaddr()
Dan Carpenter
2
-4
/
+22
2013-10-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
5
-14
/
+22
2013-10-03
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
3
-16
/
+31
2013-10-03
l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses
François Cachereul
2
-4
/
+26
2013-10-03
net: do not call sock_put() on TIMEWAIT sockets
Eric Dumazet
2
-2
/
+2
2013-10-03
tcp: Always set options to 0 before calling tcp_established_options
Andi Kleen
1
-0
/
+2
2013-10-03
unix_diag: fix info leak
Mathias Krause
1
-0
/
+1
2013-10-02
batman-adv: set up network coding packet handlers during module init
Matthias Schiffer
3
-16
/
+31
2013-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
36
-354
/
+514
2013-10-01
pkt_sched: fq: rate limiting improvements
Eric Dumazet
1
-19
/
+26
2013-10-01
ip6tnl: allow to use rtnl ops on fb tunnel
Nicolas Dichtel
1
-2
/
+1
2013-10-01
sit: allow to use rtnl ops on fb tunnel
Nicolas Dichtel
1
-1
/
+1
2013-10-01
ip_tunnel: Remove double unregister of the fallback device
Steffen Klassert
1
-2
/
+0
2013-10-01
ip_tunnel_core: Change __skb_push back to skb_push
Steffen Klassert
1
-1
/
+1
2013-10-01
ip_tunnel: Add fallback tunnels to the hash lists
Steffen Klassert
1
-1
/
+3
2013-10-01
ip_tunnel: Fix a memory corruption in ip_tunnel_xmit
Steffen Klassert
1
-6
/
+6
2013-10-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
11
-151
/
+139
2013-10-01
ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_put
Salam Noureddine
1
-3
/
+3
2013-10-01
ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put
Salam Noureddine
1
-2
/
+2
2013-10-01
ipv6: gre: correct calculation of max_headroom
Hannes Frederic Sowa
1
-2
/
+2
2013-10-01
tcp: TSQ can use a dynamic limit
Eric Dumazet
1
-6
/
+11
2013-10-01
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
5
-14
/
+22
2013-09-30
pkt_sched: fq: qdisc dismantle fixes
Eric Dumazet
1
-20
/
+37
[next]