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
2016-01-18
ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
Hannes Frederic Sowa
1
-5
/
+14
2016-01-15
net: preserve IP control block during GSO segmentation
Konstantin Khlebnikov
1
-4
/
+1
2016-01-11
openvswitch: update kernel doc for struct vport
Jean Sacren
1
-1
/
+2
2016-01-11
openvswitch: fix struct geneve_port member name
Jean Sacren
1
-3
/
+3
2016-01-11
openvswitch: clean up unused function
Jean Sacren
1
-20
/
+0
2016-01-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+8
2015-12-29
openvswitch: Fix template leak in error cases.
Joe Stringer
1
-2
/
+4
2015-12-19
openvswitch: correct encoding of set tunnel action attributes
Simon Horman
1
-1
/
+4
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-20
/
+5
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+13
2015-12-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
6
-11
/
+19
2015-12-12
openvswitch: Respect conntrack zone even if invalid
Joe Stringer
1
-2
/
+5
2015-12-12
openvswitch: Fix helper reference leak
Joe Stringer
1
-1
/
+8
2015-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-10
/
+18
2015-12-03
openvswitch: fix hangup on vxlan/gre/geneve device deletion
Paolo Abeni
2
-3
/
+7
2015-12-03
net: add possibility to pass information about upper device via notifier
Jiri Pirko
1
-1
/
+1
2015-12-03
net: propagate upper priv via netdev_master_upper_dev_link
Jiri Pirko
1
-1
/
+1
2015-12-02
openvswitch: properly refcount vport-vxlan module
Paolo Abeni
4
-5
/
+9
2015-11-25
net: openvswitch: Remove invalid comment
Aaron Conole
1
-2
/
+2
2015-11-23
netfilter: ipv6: avoid nf_iterate recursion
Florian Westphal
1
-6
/
+5
2015-11-23
netfilter: ipv6: nf_defrag: avoid/free clone operations
Florian Westphal
1
-14
/
+0
2015-11-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+23
2015-10-28
openvswitch: Fix skb leak using IPv6 defrag
Joe Stringer
1
-0
/
+7
2015-10-28
openvswitch: Fix double-free on ip_defrag() errors
Joe Stringer
3
-6
/
+16
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-165
/
+83
2015-10-23
openvswitch: Fix egress tunnel info.
Pravin B Shelar
10
-157
/
+15
2015-10-22
openvswitch: Use dev_queue_xmit for vport send.
Pravin B Shelar
8
-45
/
+40
2015-10-22
openvswitch: Fix incorrect type use.
Pravin B Shelar
1
-3
/
+3
2015-10-22
openvswitch: Serialize nested ct actions if provided
Joe Stringer
1
-4
/
+10
2015-10-22
openvswitch: Mark connections new when not confirmed.
Joe Stringer
1
-5
/
+5
2015-10-22
openvswitch: Reject ct_state masks for unknown bits
Joe Stringer
2
-12
/
+9
2015-10-22
openvswitch: Allocate memory for ovs internal device stats.
James Morse
1
-3
/
+43
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-94
/
+114
2015-10-19
openvswitch: Scrub skb between namespaces
Joe Stringer
1
-0
/
+9
2015-10-13
ipv6: Pass struct net into nf_ct_frag6_gather
Eric W. Biederman
1
-1
/
+1
2015-10-13
ipv4: Pass struct net into ip_defrag and ip_check_defrag
Eric W. Biederman
1
-1
/
+1
2015-10-07
openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMIT
Joe Stringer
1
-7
/
+6
2015-10-07
openvswitch: Extend ct_state match field to 32 bits
Joe Stringer
3
-7
/
+7
2015-10-07
openvswitch: Reject ct_state unsupported bits
Joe Stringer
2
-0
/
+18
2015-10-07
openvswitch: Ensure flow is valid before executing ct
Joe Stringer
1
-0
/
+6
2015-10-07
openvswitch: Fix skb leak in ovs_fragment()
Joe Stringer
1
-4
/
+7
2015-10-07
openvswitch: netlink attributes for IPv6 tunneling
Jiri Benc
1
-37
/
+84
2015-10-07
openvswitch: add tunnel protocol to sw_flow_key
Jiri Benc
4
-5
/
+12
2015-10-05
openvswitch: Fix ovs_vport_get_stats()
Pravin B Shelar
1
-29
/
+13
2015-10-05
ovs: do not allocate memory from offline numa node
Konstantin Khlebnikov
1
-1
/
+2
2015-10-05
openvswitch: Rename LABEL->LABELS
Joe Stringer
5
-49
/
+49
2015-09-30
openvswitch: Remove ovs_vport_output_sk
Eric W. Biederman
1
-5
/
+0
2015-09-30
ipv6: Pass struct net through ip6_fragment
Eric W. Biederman
1
-1
/
+1
2015-09-30
ipv4: Pass struct net through ip_fragment
Eric W. Biederman
1
-1
/
+1
[next]