summaryrefslogtreecommitdiff
path: root/lib/dpif-netlink.c
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix broken kernel userspace communicationAlin Gabriel Serdean2018-11-161-4/+41
* dpif-netlink: Fix error behavior in dpif_netlink_port_add__().Ben Pfaff2018-11-151-1/+2
* dpif-netlink: Don't destroy and recreate port if it existsJianbo Liu2018-10-301-2/+2
* revalidator: Rebalance offloaded flows based on the pps rateSriharsha Basavapatna via dev2018-10-191-3/+26
* dpif-netlink: Detect Out-Of-Resource condition on a netdevSriharsha Basavapatna via dev2018-10-191-1/+17
* netdev-tc-offloads: TC csum option is not matched with tunnel configurationEli Britstein2018-10-161-0/+5
* dpif-netlink: Fix null pointer.Matteo Croce2018-10-081-2/+4
* dpif: Remove support for multiple queues per port.Ben Pfaff2018-09-261-5/+4
* dpif-netlink: don't allocate per thread netlink socketsMatteo Croce2018-09-251-229/+82
* dpctl: Expand the flow dump type filterGavi Teitz2018-09-131-29/+16
* 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