summaryrefslogtreecommitdiff
path: root/lib/dpif-netlink.c
Commit message (Expand)AuthorAgeFilesLines
* dpif-netlink: Prevent abort in probe_broken_meters().Justin Pettit2018-08-171-9/+17
* dpif-netlink: Implement conntrack zone limitYi-Hung Wei2018-08-171-3/+190
* dpif: Support conntrack zone limit.Yi-Hung Wei2018-08-171-0/+3
* dpif-netlink: Probe for broken Linux meter implementations.Justin Pettit2018-08-161-0/+59
* dpif: Don't pass in '*meter_id' to meter_set commands.Justin Pettit2018-08-161-5/+8
* dpif-netlink: Add meter support.Andy Zhou2018-07-301-20/+271
* Revert "dpctl: Expand the flow dump type filter"Justin Pettit2018-07-251-15/+29
* dpctl: Expand the flow dump type filterGavi Teitz2018-07-251-29/+15
* Add support to offload QinQ double VLAN headers matchJianbo Liu2018-07-251-1/+1
* dpctl: Properly reflect a rule's offloaded to HW stateGavi Teitz2018-06-181-11/+16
* Embrace anonymous unions.Ben Pfaff2018-05-251-19/+19
* lib/dpif-netlink: Fix miscompare of gre portsGreg Rose2018-05-211-2/+2
* ip6gre: Add ip6gre vport typeGreg Rose2018-05-211-2/+5
* erspan: add kernel datapath supportWilliam Tu2018-05-211-0/+3
* userspace: add erspan tunnel support.William Tu2018-05-211-0/+4
* compat: Add ipv6 GRE and IPV6 TunnelingGreg Rose2018-05-211-0/+5
* netdev-tc-offloads: Add offloading of multiple outputsChris Mi2018-04-121-9/+1
* netdev-linux: fail ops not supporting remote netns.Flavio Leitner2018-03-311-1/+1
* netnsid: update device only if netnsid matches.Flavio Leitner2018-03-311-0/+8
* netlink: provide network namespace id from a msg.Flavio Leitner2018-03-311-3/+3
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-9/+10
* dpctl conntrack: Add get number of connections.Darrell Ball2018-01-091-0/+1
* dpctl conntrack: Add get and set maxconns command.Darrell Ball2018-01-091-0/+2
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-071-2/+5
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* dpctl: Add new 'ct-bkts' command.Antonio Fischetti2017-08-021-2/+2
* dpif-netlink: Fix log level for error messageRoi Dayan2017-08-011-1/+1
* dpif: Refactor obj type from void pointer to dpif_classRoi Dayan2017-07-271-7/+8
* dpif-netlink: For non-Ethernet, use Ethertype from packet_type.Joe Stringer2017-07-191-2/+17
* dpif-netlink: Use netlink helpers for packet_type.Joe Stringer2017-07-191-5/+5
* dpif-netlink: Use dpif logging functionsRoi Dayan2017-06-151-33/+6
* dpctl: Indicate if flow is offloaded when dumping flows of all typesPaul Blakey2017-06-151-0/+4
* dpctl: Add an option to dump only certain kinds of flowsPaul Blakey2017-06-151-12/+51
* dpif-netlink: Use netdev flow get api to query a flowPaul Blakey2017-06-151-1/+50
* dpif-netlink: Use netdev flow del api to delete a flowPaul Blakey2017-06-151-1/+12
* dpif-netlink: Use netdev flow put api to insert a flowPaul Blakey2017-06-151-7/+209
* dpif-netlink: Dump netdevs flows on flow dumpPaul Blakey2017-06-151-0/+170
* dpif-netlink: Flush added ports using netdev flow apiPaul Blakey2017-06-151-0/+5
* netlink: Introduce helpers for 128-bit integer attributes.Ben Pfaff2017-06-141-9/+3
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-6/+37
* dpif-netlink: Fix multiple-free and fd leak on error path.Ben Pfaff2017-06-011-3/+2
* dpif-netlink: Probe for out-of-tree tunnels, decides used interfaceEric Garver2017-05-191-16/+37
* dpif-netlink: Support rtnetlink port creation.Eric Garver2017-05-191-1/+28
* dpif-netlink: Refactor code to create compat portsEric Garver2017-05-191-59/+79
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-0/+18
* dpif-netlink: Handle netlink errors on port del.Eric Garver2017-04-121-1/+5
* dpif-netlink: Fix memory leak on port del on WIN32.Eric Garver2017-04-121-0/+1
* dpif: Meter framework.Jarno Rajahalme2017-03-081-1/+45
* windows: add forward declaration to dpif-netlinkAlin Serdean2017-03-071-0/+3
* dpif-netdev: Pass Openvswitch other_config smap to dpif.Daniele Di Proietto2017-02-031-1/+1