1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 20:37:42 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
nbd
f082d62028 ixp4xx: allocate all skbs using GFP_DMA
this ensures that dma bounce buffers will not be used frequently when bridging or routing frames between ethernet and wifi.
significantly improves ath9k performance and obsoletes an ath specific patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19051 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-06 06:05:15 +00:00
nbd
17747ab1ac ixp4xx: fix weird ethernet issues with some devices caused by the ethernet packet size increase.
despite what the docs day, 14320 is the largest working MRU value, not 16320
fixes #5785 for me

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18262 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-02 00:44:01 +00:00
juhosg
f622ac94c8 ixp4xx: the missing phy_disconnect call has been added in upstream, remove that patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18252 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-31 20:10:34 +00:00
juhosg
2d033cdc39 ixp4xx: remove bogus 'eth%d: MII PHY x on NPE-x' messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-31 20:10:30 +00:00
kaloz
4acf29788d fix the IXP4xx CF driver patch for 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-08 10:43:45 +00:00
nbd
739b883f1e ixp4xx: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17397 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-25 12:13:18 +00:00
nbd
995c77809b ixp4xx add jumboframe fixes by Ted Hess (#5746)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17396 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-25 12:05:47 +00:00
nbd
796fe1dcd7 ixp4xx: add support for jumbo frames to the ethernet driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 21:29:05 +00:00
nbd
989c09b9d9 2.6.30: add lzma support to squashfs through pcomp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15934 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 15:12:57 +00:00
kaloz
41167c6d54 merge [15491] for 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15500 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 21:00:06 +00:00
kaloz
5567fb5f50 resync ixp4xx 2.6.30 patches with -rc3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 20:52:40 +00:00
kaloz
22d6770b22 remove dmabounce debugging, add an experimental patch to disable it, update 2.6.30 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15496 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 20:52:04 +00:00
kaloz
d8d8d417df npe driver fixes for ixp43x are in upstream now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 20:48:37 +00:00
kaloz
27c303501e preliminary 2.6.30 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-28 13:35:14 +00:00