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
/
openvswitch
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-10
openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is set
Thomas Graf
1
-1
/
+1
2015-02-08
openvswitch: Initialize unmasked key and uid len
Pravin B Shelar
1
-0
/
+2
2015-02-08
net: openvswitch: Support masked set actions.
Jarno Rajahalme
2
-172
/
+362
2015-01-29
openvswitch: Add support for checksums on UDP tunnels.
Jesse Gross
2
-3
/
+6
2015-01-27
openvswitch: Add support for unique flow IDs.
Joe Stringer
6
-91
/
+415
2015-01-27
openvswitch: Use sw_flow_key_range for key ranges.
Joe Stringer
1
-11
/
+9
2015-01-27
openvswitch: Refactor ovs_flow_tbl_insert().
Joe Stringer
1
-7
/
+14
2015-01-27
openvswitch: Refactor ovs_nla_fill_match().
Joe Stringer
3
-40
/
+46
2015-01-25
vxlan: Eliminate dependency on UDP socket in transmit path
Tom Herbert
1
-4
/
+2
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-3
/
+6
2015-01-15
openvswitch: Support VXLAN Group Policy extension
Thomas Graf
4
-19
/
+203
2015-01-15
openvswitch: Allow for any level of nesting in flow attributes
Thomas Graf
1
-50
/
+56
2015-01-15
openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()
Thomas Graf
3
-41
/
+47
2015-01-15
vxlan: Group Policy extension
Thomas Graf
1
-3
/
+6
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2015-01-15
openvswitch: packet messages need their own probe attribtue
Thomas Graf
1
-1
/
+2
2015-01-15
openvswitch: Introduce ovs_tunnel_route_lookup
Fan Du
5
-39
/
+25
2015-01-14
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
5
-7
/
+8
2015-01-13
openvswitch: Remove unnecessary version.h inclusion
Syam Sidhardhan
1
-2
/
+0
2015-01-03
openvswitch: Consistently include VLAN header in flow and port stats.
Ben Pfaff
2
-3
/
+4
2014-12-27
genetlink: pass only network namespace to genl_has_listeners()
Johannes Berg
1
-2
/
+1
2014-12-24
openvswitch: fix odd_ptr_err.cocci warnings
Wu Fengguang
1
-1
/
+1
2014-12-24
openvswitch: Fix vport_send double free
Pravin B Shelar
4
-10
/
+18
2014-12-24
openvswitch: Fix GSO with multiple MPLS label.
Pravin B Shelar
1
-1
/
+2
2014-12-24
openvswitch: Fix MPLS action validation.
Pravin B Shelar
1
-12
/
+1
2014-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-12-10
net: replace remaining users of arch_fast_hash with jhash
Daniel Borkmann
1
-2
/
+2
2014-12-10
openvswitch: set correct protocol on route lookup
Jiri Benc
1
-1
/
+1
2014-12-06
openvswitch: Fix flow mask validation.
Pravin B Shelar
1
-2
/
+2
2014-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+21
2014-11-21
net: move vlan pop/push functions into common code
Jiri Pirko
1
-77
/
+9
2014-11-21
net: move make_writable helper into common code
Jiri Pirko
1
-25
/
+14
2014-11-21
vlan: introduce *vlan_hwaccel_push_inside helpers
Jiri Pirko
2
-11
/
+5
2014-11-21
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
Jiri Pirko
3
-5
/
+8
2014-11-21
openvswitch: actions: use skb_postpull_rcsum when possible
Jiri Pirko
1
-7
/
+2
2014-11-21
openvswitch: Don't validate IPv6 label masks.
Joe Stringer
1
-1
/
+1
2014-11-16
openvswitch: use PTR_ERR_OR_ZERO
Fabian Frederick
1
-3
/
+1
2014-11-15
openvswitch: Validate IPv6 flow key and mask values.
Jarno Rajahalme
1
-0
/
+7
2014-11-15
openvswitch: Convert dp rcu read operation to locked operations
Pravin B Shelar
1
-7
/
+7
2014-11-15
openvswitch: Fix NDP flow mask validation
Daniele Di Proietto
1
-1
/
+1
2014-11-15
openvswitch: Fix checksum calculation when modifying ICMPv6 packets.
Jesse Gross
1
-2
/
+6
2014-11-15
openvswitch: Fix memory leak.
Pravin B Shelar
1
-2
/
+0
2014-11-14
openvswitch: Fix build failure.
Pravin B Shelar
1
-4
/
+2
2014-11-10
openvswitch: Add support for OVS_FLOW_ATTR_PROBE.
Jarno Rajahalme
6
-168
/
+206
2014-11-10
openvswitch: Constify various function arguments
Thomas Graf
11
-36
/
+38
2014-11-10
openvswitch: Remove redundant key ref from upcall_info.
Pravin B Shelar
3
-28
/
+32
2014-11-10
openvswitch: Optimize recirc action.
Pravin B Shelar
1
-45
/
+106
2014-11-10
openvswitch: Extend packet attribute for egress tunnel info
Wenyu Zhang
11
-31
/
+262
2014-11-10
openvswitch: Export symbols as GPL symbols.
Pravin B Shelar
2
-8
/
+8
2014-11-06
openvswitch: Avoid NULL mask check while building mask
Pravin B Shelar
1
-54
/
+53
[next]