summaryrefslogtreecommitdiff
path: root/lib/dpif-netlink.c
Commit message (Expand)AuthorAgeFilesLines
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-0/+3
* dpif-netlink: Fix Windows incompatibility when setting new featureRui Cao2020-06-161-0/+1
* netdev-offload: Implement terse dump supportVlad Buslov2020-06-051-34/+36
* dpif-netlink: Generate ufids for installing TC flowersTonghao Zhang2020-06-031-0/+45
* userspace: Add GTP-U support.William Tu2020-03-251-0/+5
* dpif-netlink: avoid netlink modify flow put op failed after tc modify flow pu...wenxu2020-03-191-1/+6
* dpif: Fix leak and usage of uninitialized dp_extra_info.Ilya Maximets2020-01-201-0/+1
* dpif: Turn dpif_flow_hash function into generic odp_flow_key_hash.Ilya Maximets2020-01-081-15/+12
* dpif-netlink: Fix dumping uninitialized netdev flow stats.Ilya Maximets2020-01-071-3/+3
* netdev-offload-tc: Add conntrack label and mark supportPaul Blakey2019-12-221-0/+2
* netdev-offload-tc: Add conntrack supportPaul Blakey2019-12-221-0/+2
* netdev-offload-tc: Add recirculation support via tc chainsPaul Blakey2019-12-221-0/+7
* dpif: Add support to set user featuresPaul Blakey2019-12-221-3/+49
* ofproto-dpif-upcall: Echo HASH attribute back to datapath.Tonghao Zhang2019-11-221-1/+7
* dpif-netlink: Fix some variable naming.Ben Pfaff2019-10-141-24/+24
* dpif-netlink: Free leaked nl_sockYifeng Sun2019-10-141-0/+1
* ofproto-dpif-xlate: Translate timeout policy in ct actionYi-Hung Wei2019-09-261-20/+40
* ct-dpif, dpif-netlink: Add conntrack timeout policy supportYi-Hung Wei2019-09-261-2/+478
* conntrack: Add option to disable TCP sequence checking.Darrell Ball2019-09-251-0/+2
* dpif-netlink: Allow offloading of flows with dl_type 0x1234.Ilya Maximets2019-07-311-5/+0
* vswitchd: Always cleanup userspace datapath.Ilya Maximets2019-07-021-0/+1
* netdev: Split up netdev offloading to separate module.Ilya Maximets2019-06-111-0/+1
* dpif-netlink: make offload failed EOPNOTSUPP and ENOSPC cases lower priority ...wenxu2019-03-211-2/+5
* dpif-netlink: Free leaked ofpbuf by using ofpbuf_deleteYifeng Sun2019-03-051-4/+4
* Userspace datapath: Add fragmentation handling.Darrell Ball2019-02-141-1/+8
* dpif-netlink: Fix a bug that causes duplicate key error in datapathYifeng Sun2019-02-041-1/+1
* Revert "dpif-netlink: Don't destroy and recreate port if it exists"Flavio Leitner2019-01-251-2/+2
* 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