Sign in
android-kvm
/
linux
/
refs/heads/gsgx/dev
/
net
/
openvswitch
/
flow_netlink.c
bb2da76
openvswitch: fix error return code in validate_and_copy_dec_ttl()
by Wang Hai
· 4 years ago
69929d4
net: openvswitch: fix TTL decrement action netlink message format
by Eelco Chaudron
· 4 years, 1 month ago
9667851
net: openvswitch: kerneldoc fixes
by Andrew Lunn
· 4 years, 5 months ago
e65ee2f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 4 years, 10 months ago
16a556e
openvswitch: Distribute switch variables for initialization
by Kees Cook
· 4 years, 10 months ago
744676e
openvswitch: add TTL decrement action
by Matteo Croce
· 4 years, 10 months ago
f66b53f
openvswitch: New MPLS actions for layer 2 tunnelling
by Martin Varghese
· 5 years ago
fbdcdd7
Change in Openvswitch to support MPLS label depth of 3 in ingress direction
by Martin Varghese
· 5 years ago
c942299
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269
by Thomas Gleixner
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
f83f715
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
18b6f71
openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode
by wenxu
· 6 years ago
f28cd2a
openvswitch: fix flow actions reallocation
by Andrea Righi
· 6 years ago
4d5ec89
net: openvswitch: Add a new action check_pkt_len
by Numan Siddique
· 6 years ago
04a4af3
openvswitch: Avoid OOB read when parsing flow nlattrs
by Ross Lagerwall
· 6 years ago
9df46ae
OVS: remove use of VLAN_TAG_PRESENT
by Michał Mirosław
· 6 years ago
46ebe28
openvswitch: Fix push/pop ethernet validation
by Jaime Caamaño Ruiz
· 6 years ago
b233504
openvswitch: kernel datapath clone action
by Yifeng Sun
· 6 years ago
256c87c1
net: check tunnel option type in tunnel flags
by Pieter Jansen van Vuuren
· 6 years ago
72f17ba
openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
by Stefano Brivio
· 7 years ago
fc1372f
openvswitch: add erspan version I and II support
by William Tu
· 7 years ago
89290b8
flow_netlink: Remove unneeded semicolons
by Christopher Díaz Riveros
· 7 years ago
95a3320
Revert "openvswitch: Add erspan tunnel support."
by William Tu
· 7 years ago
67c8d22
openvswitch: fix the incorrect flow action alloc size
by zhangliping
· 7 years ago
06c2351
openvswitch: Make local function ovs_nsh_key_attr_size() static
by Wei Yongjun
· 7 years ago
cd8a6c3
openvswitch: Add meter action support
by Andy Zhou
· 7 years ago
b2d0f5d
openvswitch: enable NSH support
by Yi Yang
· 7 years ago
b822696
openvswitch: add ct_clear action
by Eric Garver
· 7 years ago
ceaa001
openvswitch: Add erspan tunnel support.
by William Tu
· 7 years ago
0ed80da
openvswitch: Remove unnecessary newlines from OVS_NLERR uses
by Joe Perches
· 7 years ago
3fcece1
net: store port/representator id in metadata_dst
by Jakub Kicinski
· 7 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
16ae1f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
798c166
openvswitch: Optimize sample action for the clone use cases
by andy zhou
· 8 years ago
8f3dbfd7
openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD
by Kris Murphy
· 8 years ago
3d20f1f
net/openvswitch: Set the ipv6 source tunnel key address attribute correctly
by Or Gerlitz
· 8 years ago
316d4d7
openvswitch: Pack struct sw_flow_key.
by Jarno Rajahalme
· 8 years ago
9dd7f89
openvswitch: Add original direction conntrack tuple to sw_flow_key.
by Jarno Rajahalme
· 8 years ago
87e159c
openvswitch: Add a missing break statement.
by Jarno Rajahalme
· 8 years ago
91820da
openvswitch: add Ethernet push and pop actions
by Jiri Benc
· 8 years ago
0a6410f
openvswitch: netlink: support L3 packets
by Jiri Benc
· 8 years ago
329f45b
openvswitch: add mac_proto field to the flow key
by Jiri Benc
· 8 years ago
2279994
openvswitch: avoid resetting flow key while installing new flow.
by pravin shelar
· 8 years ago
018c1dd
openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes
by Eric Garver
· 8 years ago
f2a4d08
openvswitch: Add packet truncation support.
by William Tu
· 9 years ago
b46f6de
libnl: nla_put_be64(): align on a 64-bit area
by Nicolas Dichtel
· 9 years ago
fe3a5f6
openvswitch: allow output of MPLS packets on tunnel vports
by Simon Horman
· 9 years ago
d71785f
net: add dst_cache to ovs vxlan lwtunnel
by Paolo Abeni
· 9 years ago
e905eab
openvswitch: correct encoding of set tunnel action attributes
by Simon Horman
· 9 years ago
ba3e208
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
fc4099f
openvswitch: Fix egress tunnel info.
by Pravin B Shelar
· 9 years ago
99e28f1
openvswitch: Fix incorrect type use.
by Pravin B Shelar
· 9 years ago
9e38471
openvswitch: Reject ct_state masks for unknown bits
by Joe Stringer
· 9 years ago
26440c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
fbccce5
openvswitch: Extend ct_state match field to 32 bits
by Joe Stringer
· 9 years ago
6f22595
openvswitch: Reject ct_state unsupported bits
by Joe Stringer
· 9 years ago
6b26ba3
openvswitch: netlink attributes for IPv6 tunneling
by Jiri Benc
· 9 years ago
00a93ba
openvswitch: add tunnel protocol to sw_flow_key
by Jiri Benc
· 9 years ago
33db412
openvswitch: Rename LABEL->LABELS
by Joe Stringer
· 9 years ago
982b527
openvswitch: Fix mask generation for nested attributes.
by Jesse Gross
· 9 years ago
4c22279
ip-tunnel: Use API to access tunnel metadata options.
by Pravin B Shelar
· 9 years ago
c2ac667
openvswitch: Allow matching on conntrack label
by Joe Stringer
· 9 years ago
182e304
openvswitch: Allow matching on conntrack mark
by Joe Stringer
· 9 years ago
7f8a436
openvswitch: Add conntrack action
by Joe Stringer
· 9 years ago
8e2fed1
openvswitch: Serialize acts with original netlink len
by Joe Stringer
· 9 years ago
7c383fb
ip_tunnels: use tos and ttl fields also for IPv6
by Jiri Benc
· 9 years ago
c1ea5d6
ip_tunnels: add IPv6 addresses to ip_tunnel_key
by Jiri Benc
· 9 years ago
614732e
openvswitch: Use regular VXLAN net_device device
by Thomas Graf
· 9 years ago
34ae932
openvswitch: Make tunnel set action attach a metadata dst
by Thomas Graf
· 9 years ago
1d8fff9
ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic
by Thomas Graf
· 9 years ago
6713fc9
openvswitch: Use eth_proto_is_802_3
by Alexander Duyck
· 10 years ago
67b61f6
netlink: implement nla_get_in_addr and nla_get_in6_addr
by Jiri Benc
· 10 years ago
930345e
netlink: implement nla_put_in_addr and nla_put_in6_addr
by Jiri Benc
· 10 years ago
f4f8e73
openvswitch: Fix serialization of non-masked set actions.
by Joe Stringer
· 10 years ago
26ad0b8
openvswitch: Fix key serialization.
by Pravin B Shelar
· 10 years ago
1310160
openvswitch: Add missing initialization in validate_and_copy_set_tun()
by Geert Uytterhoeven
· 10 years ago
83d2b9b
net: openvswitch: Support masked set actions.
by Jarno Rajahalme
· 10 years ago
74ed7ab
openvswitch: Add support for unique flow IDs.
by Joe Stringer
· 10 years ago
5b4237b
openvswitch: Refactor ovs_nla_fill_match().
by Joe Stringer
· 10 years ago
1dd144c
openvswitch: Support VXLAN Group Policy extension
by Thomas Graf
· 10 years ago
81bfe3c3
openvswitch: Allow for any level of nesting in flow attributes
by Thomas Graf
· 10 years ago
d91641d
openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()
by Thomas Graf
· 10 years ago
ec449f4
openvswitch: Fix MPLS action validation.
by Pravin B Shelar
· 10 years ago
22f1092
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
f2a01517
openvswitch: Fix flow mask validation.
by Pravin B Shelar
· 10 years ago
1459143
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d3052bb
openvswitch: Don't validate IPv6 label masks.
by Joe Stringer
· 10 years ago
f35423c1
openvswitch: use PTR_ERR_OR_ZERO
by Fabian Frederick
· 10 years ago
fecaef8
openvswitch: Validate IPv6 flow key and mask values.
by Jarno Rajahalme
· 10 years ago
19e7a3d
openvswitch: Fix NDP flow mask validation
by Daniele Di Proietto
· 10 years ago
05da589
openvswitch: Add support for OVS_FLOW_ATTR_PROBE.
by Jarno Rajahalme
· 10 years ago
8f0aad6
openvswitch: Extend packet attribute for egress tunnel info
by Wenyu Zhang
· 10 years ago
a85311b
openvswitch: Avoid NULL mask check while building mask
by Pravin B Shelar
· 10 years ago
2fdb957
openvswitch: Refactor action alloc and copy api.
by Pravin B Shelar
· 10 years ago
41af73e
openvswitch: Move key_attr_size() to flow_netlink.h.
by Joe Stringer
· 10 years ago
426cda5
openvswitch: Additional logging for -EINVAL on flow setups.
by Jesse Gross
· 10 years ago
1b760fb
openvswitch: Remove redundant tcp_flags code.
by Joe Stringer
· 10 years ago
25cd9ba
openvswitch: Add basic MPLS support to kernel
by Simon Horman
· 10 years ago
f47de06
openvswitch: Create right mask with disabled megaflows
by Pravin B Shelar
· 10 years ago
Next »