summaryrefslogtreecommitdiff
path: root/lib/dpif-netlink.c
Commit message (Expand)AuthorAgeFilesLines
* dpif-netlink: Fix memory leak dpif_netlink_open().Yunjian Wang2023-04-251-1/+1
* ovs-dpctl: Add new command dpctl/ct-[sg]et-sweep-interval.Paolo Valerio2023-04-061-0/+2
* userspace: Add SRv6 tunnel support.Nobuhiro MIKI2023-03-291-0/+5
* dpif-netlink: Always create at least 1 handler.Adrian Moreno2023-03-271-1/+1
* ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed.Eelco Chaudron2023-03-031-0/+1
* dpctl: Add support to count upcall packets.wangchuanlei2023-01-311-0/+17
* dpif-netlink: Remove redundant null assignmentRoi Dayan2022-11-071-1/+0
* netdev-offload-tc: Fix ignoring unknown tunnel keys.Ilya Maximets2022-08-191-13/+1
* handlers: Fix handlers mapping.Michael Santana2022-08-151-7/+27
* handlers: Create additional handler threads when using CPU isolation.Michael Santana2022-08-151-2/+73
* dpif-netlink: Fix incorrect bit shift in compat mode.Ilya Maximets2022-08-041-1/+1
* dpif-netlink: Offloading meter to tc police actionJianbo Liu2022-07-111-5/+26
* treewide: Fix invalid bit shift operations.Dumitru Ceara2022-05-171-1/+1
* dpctl: Add function to read hardware offload statistics.Gaetan Rivet2022-01-181-0/+1
* utilities: Add netlink flow operation USDT probes and upcall_cost script.Eelco Chaudron2022-01-181-0/+16
* dpif-netlink: Improve feature negotiation for older kernels.Chris Mi2021-12-031-2/+1
* dpctl: dpif: Allow viewing and configuring dp cache sizes.Eelco Chaudron2021-11-081-0/+117
* dpctl: dpif: Add kernel datapath cache hit output.Eelco Chaudron2021-11-081-0/+9
* dpif-netlink: Fix feature negotiation for older kernels.Mark Gray2021-10-121-22/+50
* dpif-netlink: Introduce per-cpu upcall dispatch.Mark Gray2021-07-161-51/+408
* dpif-netlink: Fix report_loss() message.Mark Gray2021-07-161-2/+2
* conntrack: Document all-zero IP SNAT behavior and add a test case.Eelco Chaudron2021-07-081-0/+15
* dpif-netlink: Fix send of uninitialized memory in ct limit requests.Ilya Maximets2021-05-241-10/+14
* dpif-netlink: Fix using uninitialized info.tc_modify_flow_deleted in out label.Yunjian Wang2021-04-191-1/+1
* tunnel: Bareudp Tunnel Support.Martin Varghese2020-12-221-0/+5
* dpif-netlink: Fix issues of the offloaded flows counter.Jianbo Liu2020-12-211-9/+0
* dpif-netlink: Count the number of offloaded rulesJianbo Liu2020-12-071-0/+9
* dpctl: Fix broken flow deletion via ovs-dpctl due to missing ufid.Ilya Maximets2020-10-091-45/+0
* netdev-offload: Use dpif type instead of class.Ilya Maximets2020-07-081-10/+13
* 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