index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
flow_netlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-21
1
-1
/
+8
|
\
|
*
openvswitch: Don't validate IPv6 label masks.
Joe Stringer
2014-11-20
1
-1
/
+1
|
*
openvswitch: Validate IPv6 flow key and mask values.
Jarno Rajahalme
2014-11-14
1
-0
/
+7
|
*
openvswitch: Fix NDP flow mask validation
Daniele Di Proietto
2014-11-14
1
-1
/
+1
*
|
openvswitch: use PTR_ERR_OR_ZERO
Fabian Frederick
2014-11-16
1
-3
/
+1
*
|
openvswitch: Add support for OVS_FLOW_ATTR_PROBE.
Jarno Rajahalme
2014-11-09
1
-139
/
+164
*
|
openvswitch: Extend packet attribute for egress tunnel info
Wenyu Zhang
2014-11-09
1
-10
/
+44
*
|
openvswitch: Avoid NULL mask check while building mask
Pravin B Shelar
2014-11-05
1
-54
/
+53
*
|
openvswitch: Refactor action alloc and copy api.
Pravin B Shelar
2014-11-05
1
-7
/
+17
*
|
openvswitch: Move key_attr_size() to flow_netlink.h.
Joe Stringer
2014-11-05
1
-0
/
+32
*
|
openvswitch: Additional logging for -EINVAL on flow setups.
Jesse Gross
2014-11-05
1
-4
/
+13
*
|
openvswitch: Remove redundant tcp_flags code.
Joe Stringer
2014-11-05
1
-10
/
+3
*
|
openvswitch: Add basic MPLS support to kernel
Simon Horman
2014-11-05
1
-18
/
+121
|
/
*
openvswitch: Create right mask with disabled megaflows
Pravin B Shelar
2014-10-17
1
-21
/
+72
*
openvswitch: Add support for Geneve tunneling.
Jesse Gross
2014-10-06
1
-26
/
+150
*
openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.
Jesse Gross
2014-10-06
1
-7
/
+31
*
openvswitch: Add support for matching on OAM packets.
Jesse Gross
2014-10-06
1
-5
/
+12
*
openvswitch: Add recirc and hash action.
Andy Zhou
2014-09-15
1
-2
/
+41
*
openvswitch: refactor ovs flow extract API.
Pravin B Shelar
2014-09-15
1
-15
/
+7
*
openvswitch: Compact sw_flow_key.
Jarno Rajahalme
2014-05-22
1
-80
/
+32
*
openvswitch: Fix output of SCTP mask.
Jarno Rajahalme
2014-05-16
1
-4
/
+4
*
openvswitch: Remove 5-tuple optimization.
Jarno Rajahalme
2014-05-16
1
-54
/
+4
*
openvswitch: Use ether_addr_copy
Joe Perches
2014-05-16
1
-6
/
+6
*
openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR output
Joe Perches
2014-05-16
1
-0
/
+2
*
openvswitch: Added (unsigned long long) cast in printf
Daniele Di Proietto
2014-05-16
1
-2
/
+2
*
openvswitch: use const in some local vars and casts
Daniele Di Proietto
2014-05-16
1
-2
/
+4
*
net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}
Daniel Borkmann
2014-01-06
1
-9
/
+1
*
openvswitch: Per cpu flow stats.
Pravin B Shelar
2014-01-06
1
-4
/
+52
*
openvswitch: TCP flags matching support.
Jarno Rajahalme
2013-11-01
1
-2
/
+29
*
openvswitch: Restructure datapath.c and flow.c
Pravin B Shelar
2013-10-03
1
-0
/
+1603