aboutsummaryrefslogtreecommitdiff
path: root/data-ipa-cfg-mgr (follow)
Commit message (Collapse)AuthorAge
* ipacm: Add NULL pointer check before dereferenceMohammed Javid2018-08-09
| | | | | | Add check to prevent NULL pointer dereference. Change-Id: Ica47eddc8effca7782d1d0b699e982ef99235a46
* msm8996: ipacm: Fix memory leaksAntoine Giraudmaillet2018-07-29
| | | | | | | | * Errors reported by CppCheck. Change-Id: I700e4c8ef6a4cb7f551e1d9c69f72d218b124dde Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* ipacm: Add UL rules with XLAT mux idMohammed Javid2018-07-28
| | | | | | | | In case of HAL feature, currently UL rules are installed without XLAT info. Install UL rules with XLAT mux id. Change-Id: Ib290d439e0775f647dcc4b600e67c500b2b24fde
* msm8996-common: Update IPACMBruno Martins2018-07-20
| | | | | | * Tag: LA.UM.6.6.r1-09200-89xx.0 Change-Id: I53cfaae340eb31b1304984d4696ef8a6a8e567b3
* ipacm:clear event cache if ipacm receives stopOffloadMohammed Javid2018-06-30
| | | | | | | | | | Currently if NAT iface is not added, IPACM cache setupstream events but default gw index will be set only after adding NAT iface. If IPACM receives stopOffload in between, then it is returning input check error to framework. Add check and clear event cache in case of stopOffload. Change-Id: I1e49a37bfba64458f8966c9894bf48f749f0bbd7
* ipacm: Fix KW issueMohammed Javid2018-06-29
| | | | | | | Add check to prevent access of invalid array index. Change-Id: I95fbb1992a944b91f31e7bb1ee4bf5642d7e31fd
* msm8996-common: Sync IPACM with upstreamBruno Martins2018-05-09
| | | | | | * Tag: LA.UM.6.6.r1-08300-89xx.0 Change-Id: Ie4759d0919200e9b38dbc017d0798fccb97aabe5
* msm8996: Update ipacm to LA.UM.6.5.r1-07400-8x96.0Marc Bourgoin2018-05-08
| | | | Change-Id: I1f8e6dad583fea0ea98c0ea835f5d043afd6d8b8
* msm8996-common: data-ipa-cfg-mgr: Remove deprecated kernel header dependency ↵Cosme Domínguez Díaz2018-03-29
| | | | path.
* msm8996-common: data-ipa-cfg-mgr: Disable debug for userdebug builds.Cosme Domínguez Díaz2018-03-26
|
* msm8996-common: Update IPA-CFG-MGR from upstreamBruno Martins2018-03-16
| | | | | | * Tag: LA.UM.6.6.r1-06700-89xx.0 Change-Id: Ib3962909c52b6170efa14beb652e05506aa254c8
* msm8996-common: Update IPACM from upstreamBruno Martins2018-02-11
| | | | | | | * Tag: LA.UM.6.5.r1-06000-8x96.0 Change-Id: I6e317e043adede343b6ce27cbd76e82f9204fe3d Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: data-ipa-cfg-mgr: Clean up and remove useless scriptsBruno Martins2018-01-20
| | | | | Change-Id: I511acf54907edfa3aab24d2529aecf248c4f0e67 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Ship IPACM againBruno Martins2018-01-20
| | | | | | | * After all it was enabled again by Qualcomm. Change-Id: Ifab33197d264d5eb46afb7eedc206030217beeb2 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Import IPACM backBruno Martins2018-01-20
| | | | | | | | | * QC package: LA.UM.6.5.r1-05300-8x96.0 * Squashed with commits 08e2a5b9b, 055b183 and 8fcf57b Change-Id: I2f7a792dc0155986e065d1bf79e1f08370c3d79c Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Remove ipacm/ipanatdianlujitao2017-12-04
| | | | | | | * Disabled by Qualcomm in O Change-Id: I063355c2c0bf188bcbafca09f2ea5569a0e5d2f2 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* Revert "msm8996-common: Move bin files to vendor [2/2]"dd3boh2017-11-09
| | | | This reverts commit a18ae7d8278f9be32946f3f67dbf0c49add82b31.
* msm8996-common: Move bin files to vendor [2/2]Harsh Shandilya2017-11-04
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* oneplus3: ipacm: Fix ordered comparison between pointers and zeroLuca Stefani2017-09-07
| | | | | | * The check is always true Change-Id: Ib184e0730d95dd22d5a2b09c185def2f55c15998
* ipacm: fix the heap-use-after-free issue on bootupSkylar Chang2017-07-12
| | | | | | | | | On device bootup, ASAN was reported IPACM has the heap-use-after-free issue on IPACM_Netlink.cpp file when bootup. The fix is to move the debug prints before the events are getting posted and processed. Change-Id: Id0a1b4e85d2d3fb027729ff6e98e25d26a9e638a
* IPACM: fix the security issue in ConntrackClientSkylar Chang2017-07-12
| | | | | | | | Fix the security issue in IPACM ConntrackClient. Change-Id: Ia586d9916fc6391ffce436fba9b1ceae1220bc48 Signed-off-by: Skylar Chang <chiaweic@codeaurora.org> Acked-by: Shihuan Liu <shihuanl@qti.qualcomm.com>
* IPACM: fix security issue in querying if indexSkylar Chang2017-07-12
| | | | | | | | Fix the security issue in ipa_get_if_index() function. Change-Id: I84d0dc85ae662b8744ae6f380122a096d8670ad0 Signed-off-by: Skylar Chang <chiaweic@codeaurora.org> Acked-by: Shihuan Liu <shihuanl@qti.qualcomm.com>
* z2_plus: Sync IPACM with upstreamBruno Martins2017-01-31
| | | | | | * Tag: LA.UM.5.5.r1-02500-8x96.0 Change-Id: Ibb3d7542ee3369a752ad1a79a3b8324445d6649a
* z2_plus: Update IPACM from upstreamBruno Martins2017-01-21
| | | | | | * Tag: LA.UM.5.5.r1-02300-8x96.0 Change-Id: I50c740eadefde6f504d9f09526e0f6bab277b7bf
* z2_plus: Update IPACM from upstreamBruno Martins2017-01-21
| | | | | | * Tag: LA.UM.5.5.r1-01300-8x96.0 Change-Id: I3891d0c62c622fd0a0f43f25f63deb4d4ba508d6
* z2_plus: Update IPACM from upstreamBruno Martins2017-01-21
| | | | | | * Tag LA.UM.5.5.r1-00100-8x96.0 Change-Id: Ia960f038ffcec1a7d93b1bd205b777d05c786cf3
* z2_plus: Don't build ipacm tests on debug buildsSteve Kondik2017-01-21
| | | | Change-Id: I1fd4a4bafc917586ee391fbf6df0da1d12212d36
* z2_plus: Remove bogus dependencySteve Kondik2017-01-21
| | | | Change-Id: Ic4d86561cc89916817cea989a323baebe72f0e74
* z2_plus: Update IPA connection manager to 1.0 branchSteve Kondik2017-01-21
| | | | Change-Id: I20555a4bd9981f652f71360bdb7d83e822fad883
* z2_plus: Import data-ipa-cfg-mgr from CAFLouis Popi2017-01-21
| | | | Change-Id: I6f134eb024b8b5be7ae119005cbc471d583ee8a6
* delete data-ipa-cfg-mgrdavidevinavil2017-01-21
| | | | Change-Id: Ib82c39ba26140196a253e411dd79094ded4d5ba4
* Initialising brunch based on davidevinavil device tree (CM14.0 branch)Fedor9172016-11-10
|
* Initial commitFedor9172016-10-26