summaryrefslogtreecommitdiff
path: root/ipacm/inc/IPACM_Filtering.h
AgeCommit message (Collapse)Author
2020-07-02ipacm: keep track of flt rule handles that are in useMichael Adisumarta
Initialize an array to keep track which filtering handles are in use to prevent a wraparound issue where we have 2 rules with the same ID leading to a problem with rule deletion. Change-Id: I940c043f486860a1a694ad3b3a183cae44d1057e Signed-off-by: Michael Adisumarta <madisuma@codeaurora.org>
2019-09-08ipacm: support hasting stats and quotaSkylar Chang
Supprot wlan hasting ipa stats and quota requirement. Change-Id: I24ccb03685acfb2aa194f424a02e0b3678fcbbee
2019-07-24ipacm: add frag rule for UDP DL MHI offloadMichael Adisumarta
Add a parameter in add_filtering_rule to specify mhi legacy path. Add filtering rule to use Legacy MHI path for UDP DL fragments. Change-Id: I955a25991c9a8bfa7d40d701e5fc2a7e91a8f28e
2019-05-31ipacm: add support for mhi-primeSkylar Chang
Add the support for pcie modem. Change-Id: Ic97beb5ab228c40b211babd8681093c5bafebfb0
2016-04-11IPACM: refactoring filtering on LAN/WLAN interfacesSkylar Chang
Refactoring the filtering structure on LAN/WLAN interfaces: 1. unify the handling of Ethernet Bridging on LAN and WLAN 2. remove dummy filtering rules Change-Id: If3c65c3932898ca992728526375fbcdd1d227d9c
2014-06-21IPACM: Add support for closing wwan_ioctlSivan Reinstein
As part of adding support for modem SSR in IPA driver, the wwan ioctl device is being closed, so IPACM needs to close the opened file descriptor it saves for it. CRs-Fixed: 675048 Change-Id: I82d79628b128ae19dd2ff2ae73ab46dab2830f50 Acked-by: David Arinzon <darinzon@qti.qualcomm.com>
2014-04-10IPACM: enable LAN2LAN traffic using HW-pathSkylar Chang
Current Lan2Lan traffic (usb->wlan, wlan->usb) is taking the SW-path which cannot fit the throughput requirement from customers, the change is to add client2client specific header/filter, routing rules in IPA to make Lan2Lan traffic going through ipa-HW. Change-Id: I80767339c28f69ca3cb08d97c531ceabd8879a47
2013-12-12IPACM: Added support for 9x35 HW/SW architectureSkylar Chang
- Support WAN DL filtering rules addition through QMI messages on Q6 endpoint - Install WAN UL filtering rules received from modem on LAN/WLAN endpoints - Add ICMP/ALG related WAN DL filtering rules - Change WLAN header to support new format - Not configure rules for AMPDU pipe Change-Id: I7ee848099cfaaae1523d9cbebf59268bc0e7cfed Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2013-02-28IPA configuration manager daemon and IPA NAT library.Ravi Gummadidala
These are user-space components which configure IPA (Internet Protocol Accelerator) HW using the services provided by the IPA driver (running in kernel space). NAT stands for Network Address Translation. This is the initial commit of these components. Change-Id: I0934f54c36a7134af143e4f1cd9fbb0682df52d0