Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the gpio_dev driver: remove existing forward port patches, use ↵ | Felix Fietkau | 2011-07-01 | 1 | -11/+0 |
| | | | | | | unlocked_ioctl on all platforms and fix the arguments to the ioctl handler (based on patch from #9198) SVN-Revision: 27322 | ||||
* | kernel: refresh patches for kernel 3.0-rc5 | Hauke Mehrtens | 2011-06-28 | 3 | -7/+8 |
| | | | | SVN-Revision: 27300 | ||||
* | kernel: update ssb and bcma to linux-next next-20110628 | Hauke Mehrtens | 2011-06-28 | 2 | -3/+34 |
| | | | | SVN-Revision: 27299 | ||||
* | kernel: update ssb and bcma to linux-next next-20110627 | Hauke Mehrtens | 2011-06-27 | 2 | -0/+684 |
| | | | | SVN-Revision: 27293 | ||||
* | kernel: refresh patches for kernel 3.0-rc4 | Hauke Mehrtens | 2011-06-21 | 13 | -14/+14 |
| | | | | SVN-Revision: 27247 | ||||
* | generic: Remove IPv6 depependency of bridge in 2.6.38+ Since 2.6.38 the ↵ | Jo-Philipp Wich | 2011-06-19 | 1 | -0/+101 |
| | | | | | | | | | | | | bridge module has a dependency to IPv6 if IPv6 is enabled. Since the IPv6 module isn't exactly lightweight and bridge also only needs a single function from IPv6, it's rather easy to create a common "lib" module with a RCU pointer to the actual implementation, if the IPv6 module is loaded (although slightly hackish). The codepath seems to be only taken when using IPv6, so there should be no negative side effects when IPv6 isn't loaded. I did not measure how big the performance impact is. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27237 | ||||
* | linux/generic: Add support for 3.0-rc3 | Hauke Mehrtens | 2011-06-15 | 107 | -0/+59322 |
Also make linux identify itself properly as 3.0, not 3.0.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27191 |