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
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
2014-11-06
openvswitch: Refactor action alloc and copy api.
Pravin B Shelar
3
-29
/
+21
2014-11-06
openvswitch: Move key_attr_size() to flow_netlink.h.
Joe Stringer
3
-28
/
+37
2014-11-06
openvswitch: Remove flow member from struct ovs_skb_cb
Lorand Jakab
3
-12
/
+9
2014-11-06
openvswitch: Drop packets when interdev is not up
Chunhe Li
1
-0
/
+5
2014-11-06
openvswitch: Refactor get_dp() function into multiple access APIs.
Andy Zhou
1
-10
/
+21
2014-11-06
openvswitch: Refactor ovs_flow_cmd_fill_info().
Joe Stringer
1
-27
/
+66
2014-11-06
openvswitch: refactor do_output() to move NULL check out of fast path
Andy Zhou
1
-14
/
+11
2014-11-06
openvswitch: Additional logging for -EINVAL on flow setups.
Jesse Gross
2
-7
/
+22
2014-11-06
openvswitch: Remove redundant tcp_flags code.
Joe Stringer
1
-10
/
+3
2014-11-06
openvswitch: Move table destroy to dp-rcu callback.
Pravin B Shelar
3
-8
/
+10
2014-11-06
openvswitch: Add basic MPLS support to kernel
Simon Horman
7
-29
/
+272
2014-10-29
openvswitch: Export lockdep_ovsl_is_held to modules.
David S. Miller
1
-0
/
+1
2014-10-29
datapath: Rename last_action() as nla_is_last() and move to netlink.h
Simon Horman
1
-8
/
+3
2014-10-28
ovs: Turn vports with dependencies into separate modules
Thomas Graf
11
-68
/
+199
2014-10-20
net: make skb_gso_segment error handling more robust
Florian Westphal
1
-0
/
+2
2014-10-18
openvswitch: Set flow-key members.
Pravin B Shelar
1
-3
/
+3
2014-10-18
openvswitch: Create right mask with disabled megaflows
Pravin B Shelar
1
-21
/
+72
2014-10-18
openvswitch: fix a use after free
Li RongQing
1
-1
/
+2
2014-10-16
openvswitch: use vport instead of p
Fabian Frederick
1
-2
/
+2
2014-10-16
openvswitch: kerneldoc warning fix
Fabian Frederick
1
-1
/
+1
2014-10-07
openvswitch: fix a sparse warning
Andy Zhou
1
-3
/
+2
2014-10-06
openvswitch: Add support for Geneve tunneling.
Jesse Gross
11
-32
/
+448
2014-10-06
openvswitch: Factor out allocation and verification of actions.
Jesse Gross
1
-11
/
+27
2014-10-06
openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.
Jesse Gross
9
-42
/
+73
2014-10-06
openvswitch: Add support for matching on OAM packets.
Jesse Gross
2
-5
/
+13
2014-10-06
openvswitch: Eliminate memset() from flow_extract.
Jesse Gross
1
-9
/
+45
2014-09-27
net/openvswitch: remove dup comment in vport.h
Wang Sheng-Hui
1
-1
/
+0
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+5
[prev]
[next]