Age | Commit message (Expand) | Author | Files | Lines |
2025-05-14 | openvswitch: Stricter validation for the userspace action | Eelco Chaudron | 1 | -1/+2 |
2025-04-14 | net: openvswitch: fix nested key length validation in the set() action | Ilya Maximets | 1 | -1/+2 |
2025-03-13 | net: openvswitch: remove misbehaving actions length check | Ilya Maximets | 1 | -14/+1 |
2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg | 1 | -1/+1 |
2024-08-30 | net: openvswitch: Use ERR_CAST() to return | Yan Zhen | 1 | -1/+1 |
2024-07-05 | net: openvswitch: add psample action | Adrian Moreno | 1 | -1/+31 |
2024-04-01 | ip_tunnel: convert __be16 tunnel flags to bitmaps | Alexander Lobakin | 1 | -24/+37 |
2024-02-09 | net: openvswitch: limit the number of recursions from action sets | Aaron Conole | 1 | -16/+33 |
2023-08-14 | net: openvswitch: add explicit drop action | Eric Garver | 1 | -1/+9 |
2023-06-12 | net: openvswitch: add support for l4 symmetric hashing | Aaron Conole | 1 | -0/+2 |
2022-10-19 | openvswitch: Use kmalloc_size_roundup() to match ksize() usage | Kees Cook | 1 | -1/+1 |
2022-09-09 | net: openvswitch: fix repeated words in comments | Jilin Yuan | 1 | -1/+1 |
2022-04-15 | openvswitch: fix OOB access in reserve_sfa_size() | Paolo Valerio | 1 | -1/+1 |
2022-04-06 | net: openvswitch: fix leak of nested actions | Ilya Maximets | 1 | -5/+90 |
2022-04-05 | net: openvswitch: don't send internal clone attribute to the userspace. | Ilya Maximets | 1 | -1/+3 |
2022-03-29 | openvswitch: Fixed nd target mask field in the flow dump. | Martin Varghese | 1 | -2/+2 |
2022-03-10 | net: openvswitch: fix uAPI incompatibility with existing user space | Ilya Maximets | 1 | -3/+10 |
2022-02-25 | net: openvswitch: IPv6: Add IPv6 extension header support | Toms Atteka | 1 | -2/+24 |
2021-01-14 | net: openvswitch: add log message for error case | Eelco Chaudron | 1 | -2/+12 |
2020-12-04 | openvswitch: fix error return code in validate_and_copy_dec_ttl() | Wang Hai | 1 | -1/+1 |
2020-11-27 | net: openvswitch: fix TTL decrement action netlink message format | Eelco Chaudron | 1 | -19/+55 |
2020-07-13 | net: openvswitch: kerneldoc fixes | Andrew Lunn | 1 | -3/+3 |
2020-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -8/+10 |
2020-02-20 | openvswitch: Distribute switch variables for initialization | Kees Cook | 1 | -8/+10 |
2020-02-16 | openvswitch: add TTL decrement action | Matteo Croce | 1 | -0/+70 |
2019-12-24 | openvswitch: New MPLS actions for layer 2 tunnelling | Martin Varghese | 1 | -0/+34 |
2019-11-05 | Change in Openvswitch to support MPLS label depth of 3 in ingress direction | Martin Varghese | 1 | -23/+64 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 | Thomas Gleixner | 1 | -14/+1 |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -4/+5 |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -16/+17 |
2019-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2019-03-29 | openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode | wenxu | 1 | -10/+36 |
2019-03-28 | openvswitch: fix flow actions reallocation | Andrea Righi | 1 | -2/+2 |
2019-03-27 | net: openvswitch: Add a new action check_pkt_len | Numan Siddique | 1 | -0/+171 |
2019-01-16 | openvswitch: Avoid OOB read when parsing flow nlattrs | Ross Lagerwall | 1 | -1/+1 |
2018-11-08 | OVS: remove use of VLAN_TAG_PRESENT | Michał Mirosław | 1 | -11/+11 |
2018-10-31 | openvswitch: Fix push/pop ethernet validation | Jaime Caamaño Ruiz | 1 | -2/+2 |
2018-07-08 | openvswitch: kernel datapath clone action | Yifeng Sun | 1 | -0/+73 |
2018-06-29 | net: check tunnel option type in tunnel flags | Pieter Jansen van Vuuren | 1 | -1/+6 |
2018-05-04 | openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found | Stefano Brivio | 1 | -6/+3 |
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-15 | Revert "openvswitch: Add erspan tunnel support." | William Tu | 1 | -50/+1 |
2017-11-26 | openvswitch: fix the incorrect flow action alloc size | zhangliping | 1 | -8/+8 |
2017-11-14 | openvswitch: Make local function ovs_nsh_key_attr_size() static | Wei Yongjun | 1 | -1/+1 |
2017-11-13 | openvswitch: Add meter action support | Andy Zhou | 1 | -0/+6 |
2017-11-08 | openvswitch: enable NSH support | Yi Yang | 1 | -2/+341 |
2017-10-10 | openvswitch: add ct_clear action | Eric Garver | 1 | -0/+5 |
2017-10-09 | openvswitch: Add erspan tunnel support. | William Tu | 1 | -1/+50 |
2017-08-11 | openvswitch: Remove unnecessary newlines from OVS_NLERR uses | Joe Perches | 1 | -1/+1 |
2017-06-25 | net: store port/representator id in metadata_dst | Jakub Kicinski | 1 | -1/+3 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -2/+2 |
2017-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2017-03-22 | openvswitch: Optimize sample action for the clone use cases | andy zhou | 1 | -44/+97 |
2017-03-16 | openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD | Kris Murphy | 1 | -0/+2 |
2017-03-15 | net/openvswitch: Set the ipv6 source tunnel key address attribute correctly | Or Gerlitz | 1 | -1/+1 |
2017-02-09 | openvswitch: Pack struct sw_flow_key. | Jarno Rajahalme | 1 | -4/+7 |
2017-02-09 | openvswitch: Add original direction conntrack tuple to sw_flow_key. | Jarno Rajahalme | 1 | -20/+65 |
2016-12-20 | openvswitch: Add a missing break statement. | Jarno Rajahalme | 1 | -0/+1 |
2016-11-13 | openvswitch: add Ethernet push and pop actions | Jiri Benc | 1 | -0/+18 |
2016-11-13 | openvswitch: netlink: support L3 packets | Jiri Benc | 1 | -61/+99 |
2016-11-13 | openvswitch: add mac_proto field to the flow key | Jiri Benc | 1 | -0/+5 |
2016-09-20 | openvswitch: avoid resetting flow key while installing new flow. | pravin shelar | 1 | -2/+4 |
2016-09-08 | openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes | Eric Garver | 1 | -98/+212 |
2016-06-10 | openvswitch: Add packet truncation support. | William Tu | 1 | -0/+9 |
2016-04-23 | libnl: nla_put_be64(): align on a 64-bit area | Nicolas Dichtel | 1 | -2/+3 |
2016-03-18 | openvswitch: allow output of MPLS packets on tunnel vports | Simon Horman | 1 | -3/+0 |
2016-02-16 | net: add dst_cache to ovs vxlan lwtunnel | Paolo Abeni | 1 | -0/+6 |
2015-12-18 | openvswitch: correct encoding of set tunnel action attributes | Simon Horman | 1 | -1/+4 |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -14/+12 |
2015-10-22 | openvswitch: Fix egress tunnel info. | Pravin B Shelar | 1 | -11/+7 |
2015-10-22 | openvswitch: Fix incorrect type use. | Pravin B Shelar | 1 | -3/+3 |
2015-10-21 | openvswitch: Reject ct_state masks for unknown bits | Joe Stringer | 1 | -1/+4 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -12/+18 |
2015-10-07 | openvswitch: Extend ct_state match field to 32 bits | Joe Stringer | 1 | -4/+4 |
2015-10-07 | openvswitch: Reject ct_state unsupported bits | Joe Stringer | 1 | -0/+6 |
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 | 1 | -2/+8 |
2015-10-05 | openvswitch: Rename LABEL->LABELS | Joe Stringer | 1 | -9/+9 |
2015-09-15 | openvswitch: Fix mask generation for nested attributes. | Jesse Gross | 1 | -23/+59 |
2015-08-31 | ip-tunnel: Use API to access tunnel metadata options. | Pravin B Shelar | 1 | -16/+11 |
2015-08-27 | openvswitch: Allow matching on conntrack label | Joe Stringer | 1 | -16/+30 |
2015-08-27 | openvswitch: Allow matching on conntrack mark | Joe Stringer | 1 | -1/+11 |
2015-08-27 | openvswitch: Add conntrack action | Joe Stringer | 1 | -14/+55 |
2015-08-27 | openvswitch: Serialize acts with original netlink len | Joe Stringer | 1 | -0/+2 |
2015-08-20 | ip_tunnels: use tos and ttl fields also for IPv6 | Jiri Benc | 1 | -5/+5 |
2015-08-20 | ip_tunnels: add IPv6 addresses to ip_tunnel_key | Jiri Benc | 1 | -9/+9 |
2015-07-21 | openvswitch: Use regular VXLAN net_device device | Thomas Graf | 1 | -3/+3 |
2015-07-21 | openvswitch: Make tunnel set action attach a metadata dst | Thomas Graf | 1 | -7/+57 |
2015-07-21 | ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic | Thomas Graf | 1 | -8/+8 |
2015-05-05 | openvswitch: Use eth_proto_is_802_3 | Alexander Duyck | 1 | -1/+1 |
2015-03-31 | netlink: implement nla_get_in_addr and nla_get_in6_addr | Jiri Benc | 1 | -2/+2 |
2015-03-31 | netlink: implement nla_put_in_addr and nla_put_in6_addr | Jiri Benc | 1 | -2/+4 |
2015-03-03 | openvswitch: Fix serialization of non-masked set actions. | Joe Stringer | 1 | -1/+7 |
2015-02-14 | openvswitch: Fix key serialization. | Pravin B Shelar | 1 | -1/+1 |
2015-02-11 | openvswitch: Add missing initialization in validate_and_copy_set_tun() | Geert Uytterhoeven | 1 | -1/+1 |
2015-02-07 | net: openvswitch: Support masked set actions. | Jarno Rajahalme | 1 | -34/+127 |
2015-01-26 | openvswitch: Add support for unique flow IDs. | Joe Stringer | 1 | -2/+66 |
2015-01-26 | openvswitch: Refactor ovs_nla_fill_match(). | Joe Stringer | 1 | -3/+35 |
2015-01-15 | openvswitch: Support VXLAN Group Policy extension | Thomas Graf | 1 | -13/+101 |
2015-01-15 | openvswitch: Allow for any level of nesting in flow attributes | Thomas Graf | 1 | -50/+56 |
2015-01-15 | openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS() | Thomas Graf | 1 | -33/+39 |
2014-12-23 | openvswitch: Fix MPLS action validation. | Pravin B Shelar | 1 | -12/+1 |
2014-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2014-12-05 | openvswitch: Fix flow mask validation. | Pravin B Shelar | 1 | -2/+2 |
2014-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+8 |
2014-11-20 | openvswitch: Don't validate IPv6 label masks. | Joe Stringer | 1 | -1/+1 |
2014-11-16 | openvswitch: use PTR_ERR_OR_ZERO | Fabian Frederick | 1 | -3/+1 |
2014-11-14 | openvswitch: Validate IPv6 flow key and mask values. | Jarno Rajahalme | 1 | -0/+7 |
2014-11-14 | openvswitch: Fix NDP flow mask validation | Daniele Di Proietto | 1 | -1/+1 |
2014-11-09 | openvswitch: Add support for OVS_FLOW_ATTR_PROBE. | Jarno Rajahalme | 1 | -139/+164 |
2014-11-09 | openvswitch: Extend packet attribute for egress tunnel info | Wenyu Zhang | 1 | -10/+44 |
2014-11-05 | openvswitch: Avoid NULL mask check while building mask | Pravin B Shelar | 1 | -54/+53 |
2014-11-05 | openvswitch: Refactor action alloc and copy api. | Pravin B Shelar | 1 | -7/+17 |
2014-11-05 | openvswitch: Move key_attr_size() to flow_netlink.h. | Joe Stringer | 1 | -0/+32 |
2014-11-05 | openvswitch: Additional logging for -EINVAL on flow setups. | Jesse Gross | 1 | -4/+13 |
2014-11-05 | openvswitch: Remove redundant tcp_flags code. | Joe Stringer | 1 | -10/+3 |
2014-11-05 | openvswitch: Add basic MPLS support to kernel | Simon Horman | 1 | -18/+121 |
2014-10-17 | openvswitch: Create right mask with disabled megaflows | Pravin B Shelar | 1 | -21/+72 |
2014-10-06 | openvswitch: Add support for Geneve tunneling. | Jesse Gross | 1 | -26/+150 |
2014-10-06 | openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure. | Jesse Gross | 1 | -7/+31 |
2014-10-06 | openvswitch: Add support for matching on OAM packets. | Jesse Gross | 1 | -5/+12 |
2014-09-15 | openvswitch: Add recirc and hash action. | Andy Zhou | 1 | -2/+41 |
2014-09-15 | openvswitch: refactor ovs flow extract API. | Pravin B Shelar | 1 | -15/+7 |
2014-05-22 | openvswitch: Compact sw_flow_key. | Jarno Rajahalme | 1 | -80/+32 |
2014-05-16 | openvswitch: Fix output of SCTP mask. | Jarno Rajahalme | 1 | -4/+4 |
2014-05-16 | openvswitch: Remove 5-tuple optimization. | Jarno Rajahalme | 1 | -54/+4 |
2014-05-16 | openvswitch: Use ether_addr_copy | Joe Perches | 1 | -6/+6 |
2014-05-16 | openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR output | Joe Perches | 1 | -0/+2 |
2014-05-16 | openvswitch: Added (unsigned long long) cast in printf | Daniele Di Proietto | 1 | -2/+2 |
2014-05-16 | openvswitch: use const in some local vars and casts | Daniele Di Proietto | 1 | -2/+4 |
2014-01-06 | net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback} | Daniel Borkmann | 1 | -9/+1 |
2014-01-06 | openvswitch: Per cpu flow stats. | Pravin B Shelar | 1 | -4/+52 |
2013-11-01 | openvswitch: TCP flags matching support. | Jarno Rajahalme | 1 | -2/+29 |
2013-10-03 | openvswitch: Restructure datapath.c and flow.c | Pravin B Shelar | 1 | -0/+1603 |