index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
openvswitch
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+3
2018-05-25
openvswitch: Support conntrack zone limit
Yi-Hung Wei
5
-6
/
+567
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+3
2018-05-04
openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
Stefano Brivio
1
-6
/
+3
2018-04-24
netfilter: add NAT support for shifted portmap ranges
Thierry Du Tre
1
-2
/
+2
2018-03-29
ovs: Remove rtnl_lock() from ovs_exit_net()
Kirill Tkhai
1
-2
/
+0
2018-03-29
net: Introduce net_rwsem to protect net_namespace_list
Kirill Tkhai
1
-0
/
+2
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+9
2018-03-17
net: Convert ovs_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-11
openvswitch: meter: fix the incorrect calculation of max delta_t
zhangliping
1
-3
/
+9
2018-03-08
openvswitch: fix vport packet length check.
William Tu
1
-4
/
+4
2018-02-01
openvswitch: Remove padding from packet before L3+ conntrack processing
Ed Swierk
1
-0
/
+34
2018-01-31
openvswitch: meter: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
1
-1
/
+1
2018-01-25
openvswitch: add erspan version I and II support
William Tu
1
-1
/
+51
2018-01-18
flow_netlink: Remove unneeded semicolons
Christopher Díaz Riveros
1
-2
/
+2
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-50
/
+1
2018-01-15
Revert "openvswitch: Add erspan tunnel support."
William Tu
1
-50
/
+1
2018-01-08
net: ovs: remove unused hardirq.h
Yang Shi
1
-1
/
+0
2018-01-02
openvswitch: drop unneeded newline
Julia Lawall
1
-2
/
+2
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+12
2017-12-21
openvswitch: Fix pop_vlan action for double tagged frames
Eric Garver
1
-3
/
+12
2017-12-15
net: erspan: refactor existing erspan code
William Tu
1
-4
/
+4
2017-12-02
openvswitch: do not propagate headroom updates to internal port
Paolo Abeni
1
-8
/
+1
2017-11-30
openvswitch: use ktime_get_ts64() instead of ktime_get_ts()
Arnd Bergmann
1
-3
/
+3
2017-11-26
openvswitch: fix the incorrect flow action alloc size
zhangliping
1
-8
/
+8
2017-11-27
net: openvswitch: datapath: fix data type in queue_gso_packets
Gustavo A. R. Silva
1
-1
/
+1
2017-11-24
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
2
-1
/
+19
2017-11-15
openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_start
Gustavo A. R. Silva
1
-1
/
+1
2017-11-14
openvswitch: Using kfree_rcu() to simplify the code
Wei Yongjun
1
-8
/
+1
2017-11-14
openvswitch: Make local function ovs_nsh_key_attr_size() static
Wei Yongjun
1
-1
/
+1
2017-11-14
openvswitch: Fix return value check in ovs_meter_cmd_features()
Wei Yongjun
1
-1
/
+1
2017-11-13
openvswitch: Add meter action support
Andy Zhou
3
-0
/
+13
2017-11-13
openvswitch: Add meter infrastructure
Andy Zhou
5
-2
/
+674
2017-11-13
openvswitch: export get_dp() API.
Andy Zhou
2
-29
/
+31
2017-11-08
openvswitch: enable NSH support
Yi Yang
6
-2
/
+521
2017-11-05
openvswitch: reliable interface indentification in port dumps
Jiri Benc
3
-17
/
+38
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-22
openvswitch: conntrack: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-10-10
openvswitch: add ct_clear action
Eric Garver
4
-0
/
+27
2017-10-09
openvswitch: Add erspan tunnel support.
William Tu
1
-1
/
+50
2017-10-04
net: Add extack to upper device linking
David Ahern
1
-1
/
+2
2017-09-12
openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'
Christophe JAILLET
1
-1
/
+2
2017-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-2
/
+2
2017-08-24
netfilter: conntrack: make protocol tracker pointers const
Florian Westphal
1
-2
/
+2
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+7
2017-08-16
openvswitch: fix skb_panic due to the incorrect actions attrlen
Liping Zhang
3
-3
/
+7
2017-08-11
openvswitch: Remove unnecessary newlines from OVS_NLERR uses
Joe Perches
2
-10
/
+6
[next]