summaryrefslogtreecommitdiff
path: root/datapath/flow_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* compat: Use nla_parse deprecated functionsJohannes Berg2020-03-061-4/+5
* Datapath: Change in openvswitch kernel module to support MPLS label depth of ...Martin Varghese2019-11-221-22/+63
* datapath: Use nla_nest_start_noflag()Yi-Hung Wei2019-10-181-16/+17
* OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2019-06-131-11/+11
* datapath: Add a new action check_pkt_lenNuman Siddique2019-04-221-0/+171
* datapath: fix flow actions reallocationAndrea Righi2019-04-121-2/+2
* datapath: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-02-041-1/+1
* openvswitch: kernel datapath clone actionYifeng Sun2018-12-171-0/+73
* datapath: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-12-151-1/+6
* datapath: Fix wrong push/pop ethernet validationJaime Caamaño Ruiz2018-11-021-2/+2
* datapath: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio2018-07-301-6/+3
* datapath: Add meter action support.Andy Zhou2018-06-201-0/+6
* datapath: add erspan version I and II supportWilliam Tu2018-05-211-1/+51
* datapath: Remove unneeded semicolonsChristopher Díaz Riveros2018-02-161-2/+2
* datapath: fix the incorrect flow action alloc sizezhangliping2018-02-121-8/+8
* datapath: enable NSH supportYi Yang2018-02-071-2/+341
* datapath: add ct_clear actionEric Garver2018-01-221-0/+5
* datapath: Check maximum netlink message sizeGreg Rose2017-10-311-0/+4
* datapath: Remove unnecessary newlines from OVS_NLERR usesGreg Rose2017-09-221-1/+1
* compat: net: store port/representator id in metadata_dst.Joe Stringer2017-07-241-1/+3
* datapath: pass extended ACK struct to parsing functionsJohannes Berg2017-04-201-2/+2
* datapath: openvswitch: Optimize sample action for the clone use casesAndy Zhou2017-04-191-44/+97
* datapath: openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy2017-04-191-0/+2
* datapath: net/openvswitch: Set the ipv6 source tunnel key address attribute c...Or Gerlitz2017-04-191-1/+1
* datapath: Pack struct sw_flow_key.Jarno Rajahalme2017-04-191-4/+7
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-03-081-20/+65
* datapath: add Ethernet push and pop actionsYang, Yi Y2017-03-021-0/+18
* datapath: netlink: support L3 packetsYang, Yi Y2017-03-021-60/+99
* datapath: add mac_proto field to the flow keyYang, Yi Y2017-03-021-0/+5
* datapath: avoid resetting flow key while installing new flow.pravin shelar2017-03-021-2/+4
* datapath: 802.1AD Flow handling, actions, vlan parsing, netlink attributesYang, Yi Y2017-03-021-99/+212
* datapath: backport: allow output of MPLS packets on tunnel vportsPravin B Shelar2016-07-181-1/+2
* datapath: Check for flow key tunnel proto to detect tunnel.Pravin B Shelar2016-07-171-1/+1
* datapath: Move key memset to ovs_flow_key_extract_userspace()Pravin B Shelar2016-07-171-1/+0
* datapath: use PTR_ERR_OR_ZEROPravin B Shelar2016-07-171-3/+1
* datapath: backport: libnl: nla_put_be64(): align on a 64-bit areaPravin B Shelar2016-07-171-2/+3
* datapath: backport: openvswitch: correct encoding of set tunnel action attrib...Pravin B Shelar2016-07-081-1/+4
* datapath: compat: Use dst-cache for Geneve and VxLAN tunnels.Pravin B Shelar2016-07-081-0/+5
* datapath: Add support for IPv6 tunnels.Pravin B Shelar2016-07-081-40/+90
* datapath: compat: Refactor egress tunnel infoPravin B Shelar2016-07-081-11/+7
* datapath:backport: openvswitch: Add packet truncation support.William Tu2016-06-241-0/+9
* datapath: Backport: openvswitch: Fix serialization of non-masked set actions.Pravin B Shelar2015-12-211-1/+7
* datapath: Backport conntrack fixes.Joe Stringer2015-12-031-12/+21
* datapath: Allow matching on conntrack labelJoe Stringer2015-12-031-15/+29
* datapath: Allow matching on conntrack markJoe Stringer2015-12-031-0/+10
* datapath: Add conntrack actionJoe Stringer2015-12-031-13/+55
* datapath: Serialize acts with original netlink lenJoe Stringer2015-12-031-0/+2
* datapath: Add support for lwtunnelPravin B Shelar2015-12-031-56/+95
* Add connection tracking label support.Joe Stringer2015-10-131-1/+1
* Add connection tracking mark support.Joe Stringer2015-10-131-1/+1