Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move files for kernel 2.6.26 to a special directory. In kernel 2.6.28 the ↵ | Hauke Mehrtens | 2009-02-20 | 4 | -1751/+0 |
| | | | | | | directory structure has chanced, so for kernel 2.6.26 a own files directory is needed. SVN-Revision: 14583 | ||||
* | atheros: instead of resetting the ethernet core on ifup, only upload the new ↵ | Felix Fietkau | 2008-12-28 | 1 | -1/+13 |
| | | | | | | mac address. fixes a tx regression on various devices SVN-Revision: 13753 | ||||
* | atheros: reset ethernet mac when running ifconfig eth0 up, so that changing ↵ | Felix Fietkau | 2008-12-22 | 1 | -0/+3 |
| | | | | | | the mac address works SVN-Revision: 13720 | ||||
* | remove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems ↵ | Felix Fietkau | 2008-05-07 | 1 | -1/+1 |
| | | | | | | to be causing problems for various devices SVN-Revision: 11058 | ||||
* | remove strange direct usage of dev->priv as well | Gabor Juhos | 2008-04-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 10875 | ||||
* | use the netdev_priv() macro instead of directly accessing dev->priv | Gabor Juhos | 2008-04-20 | 1 | -28/+26 |
| | | | | SVN-Revision: 10874 | ||||
* | use stats from net_device structure | Gabor Juhos | 2008-04-20 | 2 | -30/+20 |
| | | | | SVN-Revision: 10873 | ||||
* | nuke trailing whitespaces | Gabor Juhos | 2008-04-20 | 3 | -39/+39 |
| | | | | SVN-Revision: 10872 | ||||
* | implement ar2313_adjust_link | Felix Fietkau | 2008-02-03 | 2 | -13/+27 |
| | | | | SVN-Revision: 10374 | ||||
* | port atheros to 2.6.24 (untested), but do not use the new kernel by default yet | Felix Fietkau | 2008-01-31 | 1 | -1/+0 |
| | | | | SVN-Revision: 10335 | ||||
* | add atheros ar2313 vlan fix (thx, SeG) | Felix Fietkau | 2008-01-24 | 1 | -1/+7 |
| | | | | SVN-Revision: 10238 | ||||
* | was b0rked | John Crispin | 2007-10-14 | 1 | -0/+3 |
| | | | | SVN-Revision: 9299 | ||||
* | converted atheros ethernet driver to phy layer | John Crispin | 2007-10-14 | 1 | -198/+127 |
| | | | | SVN-Revision: 9298 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 4 | -0/+1797 |
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 |