summaryrefslogtreecommitdiff
path: root/datapath/flow_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for connection tracking.Joe Stringer2015-10-131-1/+1
* datapath: Backport "openvswitch: Fix mask generation for nested attributes."Jesse Gross2015-09-171-23/+59
* datapath: Use netlink ipv4 API to handle the ipv4 addr attributes.Jiri Benc2015-09-141-4/+4
* datapath: Use eth_proto_is_802_3.Alexander Duyck2015-07-301-1/+1
* datapath: Whitespace fixes.Joe Stringer2015-07-301-3/+4
* datapath: Support masked set actions.Jarno Rajahalme2015-05-221-34/+126
* datapath: Fix masked key serialization.Pravin B Shelar2015-02-271-1/+1
* datapath: Add support for unique flow IDs.Joe Stringer2015-02-271-2/+66
* datapath: Refactor ovs_nla_fill_match().Joe Stringer2015-02-271-3/+35
* datapath: Fix return of uninitialized variable.Alex Wang2015-02-261-1/+2