aboutsummaryrefslogtreecommitdiffstats
path: root/package/platform/lantiq/ltq-atm/src
Commit message (Collapse)AuthorAgeFilesLines
* packages: clean up the package folderJohn Crispin2013-06-2123-8074/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* lantiq: atm: Use a tasklet to handle incoming packets. Fix #12917.John Crispin2013-06-101-3/+19
| | | | | | | | | | | | | | | | Incoming packets are now processes in a tasklet instead of in the irq handler; this should improve latency. This patch is based on a previous version of ltq-atm driver, which did implement a tasklet. It has been tested on a arv4518pw with a Lantiq Danube for about a month and it seems to work well. Signed-off-by: Luca Dariz <luca.dariz@gmail.com> Tested-by: Luca Dariz <luca.dariz@gmail.com> SVN-Revision: 36902
* make atm driver work with v3.8John Crispin2013-03-141-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36017
* ltq-atm: update sock apiJohn Crispin2013-03-121-1/+1
| | | | | | | | | | | | | | update sock api in lantiq atm driver The ltq-atm driver provides its own replacement for net/atm/common.c:alloc_tx(), defined in ltq_atm.c:atm_alloc_tx(). The read of sk_wmem_alloc is done in the wrong way, starting with commit 2b85a34e911bf483c27cfdd124aeb1605145dc80 in linux mainline it has to be done through a specific wrapper. Signed-off-by: Luca Dariz <luca.dariz@gmail.com> SVN-Revision: 35991
* move ltq-adslJohn Crispin2012-12-1523-0/+8058
SVN-Revision: 34693