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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-30
openvswitch: Re-add CONFIG_OPENVSWITCH_VXLAN
Thomas Graf
5
-200
/
+235
2015-07-30
net: pktgen: Remove unused 'allocated_skbs' field
Bogdan Hamciuc
1
-2
/
+0
2015-07-30
net: pktgen: Observe needed_headroom of the device
Bogdan Hamciuc
1
-1
/
+2
2015-07-30
lwtunnel: Make lwtun_encaps[] static
Thomas Graf
1
-1
/
+1
2015-07-30
net: Set sk_txhash from a random number
Tom Herbert
4
-6
/
+6
2015-07-30
tipc: fix bug in broadcast synch message create function
Jon Maloy
1
-0
/
+3
2015-07-30
packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()
Tobias Klauser
1
-4
/
+2
2015-07-27
lwtunnel: use kfree_skb() instead of vanilla kfree()
Dan Carpenter
1
-1
/
+1
2015-07-27
tcp: tso: allow deferring under reordering state
Eric Dumazet
1
-1
/
+1
2015-07-27
ipv6: Avoid rt6_probe() taking writer lock in the fast path
Martin KaFai Lau
1
-0
/
+4
2015-07-27
ipv6: Re-arrange code in rt6_probe()
Martin KaFai Lau
1
-24
/
+20
2015-07-27
lwtunnel: change prototype of lwtunnel_state_get()
Nicolas Dichtel
4
-19
/
+9
2015-07-27
ipv6: copy lwtstate in ip6_rt_copy_init()
Nicolas Dichtel
1
-0
/
+4
2015-07-27
ipv6: use lwtunnel_output6() only if flag redirect is set
Nicolas Dichtel
1
-1
/
+2
2015-07-27
dev: Spelling fix in comments
subashab@codeaurora.org
1
-2
/
+2
2015-07-27
bridge: mdb: notify on router port add and del
Satish Ashok
3
-2
/
+77
2015-07-27
openvswitch: Retrieve tunnel metadata when receiving from vport-netdev
Thomas Graf
1
-1
/
+1
2015-07-27
openvswitch: fix compilation when vxlan is a module
Nicolas Dichtel
1
-0
/
+1
2015-07-27
ipv4: be more aggressive when probing alternative gateways
Julian Anastasov
1
-1
/
+3
2015-07-27
ipv6: fix crash over flow-based vxlan device
Wei-Chun Chao
1
-2
/
+3
2015-07-27
tipc: clean up socket layer message reception
Jon Paul Maloy
4
-146
/
+134
2015-07-27
tipc: introduce new tipc_sk_respond() function
Jon Paul Maloy
3
-39
/
+47
2015-07-27
tipc: let function tipc_msg_reverse() expand header when needed
Jon Paul Maloy
3
-34
/
+48
2015-07-25
bridge: Fix setting a flag in br_fill_ifvlaninfo_range().
Rosen, Rami
1
-2
/
+0
2015-07-23
ip_tunnel: Call ip_tunnel_core_init() from inet_init()
Thomas Graf
2
-10
/
+4
2015-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
32
-136
/
+298
2015-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
31
-135
/
+295
2015-07-22
ipv6: sysctl to restrict candidate source addresses
Erik Kline
1
-3
/
+19
2015-07-22
mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereference
Roopa Prabhu
1
-1
/
+1
2015-07-22
net: track success and failure of TCP PMTU probing
Rick Jones
2
-0
/
+4
2015-07-22
mpls: make RTA_OIF optional
Roopa Prabhu
1
-1
/
+66
2015-07-22
openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes
Chris J Arges
1
-1
/
+1
2015-07-22
netlink: don't hold mutex in rcu callback when releasing mmapd ring
Florian Westphal
1
-32
/
+47
2015-07-22
tcp: suppress a division by zero warning
Eric Dumazet
1
-6
/
+5
2015-07-22
tipc: fix compatibility bug
Jon Paul Maloy
1
-1
/
+1
2015-07-22
net: #ifdefify sk_classid member of struct sock
Mathias Krause
1
-0
/
+4
2015-07-21
openvswitch: Use regular VXLAN net_device device
Thomas Graf
7
-361
/
+218
2015-07-21
openvswitch: Abstract vport name through ovs_vport_name()
Thomas Graf
6
-12
/
+9
2015-07-21
openvswitch: Move dev pointer into vport itself
Thomas Graf
6
-91
/
+59
2015-07-21
openvswitch: Make tunnel set action attach a metadata dst
Thomas Graf
6
-13
/
+79
2015-07-21
fib: Add fib rule match on tunnel id
Thomas Graf
2
-2
/
+38
2015-07-21
route: Per route IP tunnel metadata via lightweight tunnel
Thomas Graf
3
-1
/
+116
2015-07-21
route: Extend flow representation with tunnel key
Thomas Graf
2
-0
/
+10
2015-07-21
arp: Inherit metadata dst when creating ARP requests
Thomas Graf
1
-28
/
+37
2015-07-21
dst: Metadata destinations
Thomas Graf
4
-16
/
+75
2015-07-21
icmp: Don't leak original dst into ip_route_input()
Thomas Graf
1
-0
/
+1
2015-07-21
ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic
Thomas Graf
11
-134
/
+64
2015-07-21
mpls: ip tunnel support
Roopa Prabhu
3
-1
/
+241
2015-07-21
mpls: export mpls functions for use by mpls iptunnels
Roopa Prabhu
2
-5
/
+15
2015-07-21
ipv6: rt6_info output redirect to tunnel output
Roopa Prabhu
1
-0
/
+1
[next]