index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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-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
2014-09-20
openvswitch: restore OVS_FLOW_CMD_NEW notifications
Samuel Gauthier
1
-4
/
+5
2014-09-16
openvswitch: Add recirc and hash action.
Andy Zhou
6
-12
/
+262
2014-09-16
openvswitch: simplify sample action implementation
Andy Zhou
1
-24
/
+18
2014-09-16
openvswitch: Use tun_key only for egress tunnel path.
Pravin B Shelar
8
-47
/
+50
2014-09-16
openvswitch: refactor ovs flow extract API.
Pravin B Shelar
7
-41
/
+71
2014-09-16
openvswitch: Remove pkt_key from OVS_CB
Pravin B Shelar
3
-17
/
+16
2014-09-09
openvswitch: change the data type of error status to atomic_long_t
Li RongQing
2
-23
/
+12
2014-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+8
2014-09-04
openvswitch: distinguish between the dropped and consumed skb
Li RongQing
1
-2
/
+5
2014-09-03
openvswitch: fix a memory leak
Li RongQing
1
-1
/
+3
2014-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2014-08-22
net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()
Andreea-Cristina Bernat
1
-1
/
+1
2014-08-22
openvswitch: fix panic with multiple vlan headers
Jiri Benc
1
-0
/
+5
2014-08-14
openvswitch: Fix memory leak in ovs_vport_alloc() error path
Christoph Jaeger
1
-1
/
+3
2014-08-08
openvswitch: fix duplicate #include headers
Jean Sacren
1
-2
/
+0
2014-07-31
net: Remove unlikely() for WARN_ON() conditions
Thomas Graf
1
-1
/
+1
2014-07-30
openvswitch: Use IS_ERR_OR_NULL
Himangi Saraogi
1
-1
/
+1
2014-07-24
openvswitch: Add skb_clone NULL check for the sampling action.
Andy Zhou
1
-0
/
+2
2014-07-24
openvswitch: Sample action without side effects
Simon Horman
1
-11
/
+37
[prev]
[next]