Commit graph

746 commits

Author SHA1 Message Date
MilhouseVH
b9b9b2c1c8 linux: update config 4.12-rc3 2017-07-14 21:30:56 +01:00
MilhouseVH
fc5423c61d linux: update config after #713 2017-07-14 21:30:56 +01:00
MilhouseVH
c78a1f623c linux: update config 4.12-rc2 2017-07-14 21:30:56 +01:00
MilhouseVH
756d129474 linux: update config 4.12-rc1 2017-07-14 21:30:56 +01:00
Christian Hewitt
7661973437 Merge pull request #1469 from MilhouseVH/samba4
samba: update to samba-4.x
2017-07-11 23:12:33 +04:00
MilhouseVH
bc205b6b6f linux: enable CONFIG_AIO=y (all projects/devices) 2017-07-06 19:28:19 +01:00
mglae
2cc4baebd9 linux config: allow to boot from SD Card reader 2017-07-05 23:50:09 +02:00
Matthias Reichl
9e5b20a895 linux.x86_64.conf: enable CONFIG_APPLEIR
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-06-18 16:18:04 +02:00
Lukas Rusak
22bcccd6b8
linux.x86_64: enable CONFIG_ACPI_WMI=y 2017-05-27 11:31:20 -07:00
Koen Kooi
a2c254024a linux: enable fq_codel for all projects
This qdisc aims to eliminate bufferbloat and as a side effect improves
latency during heavy network load. The most notable effect will be a
slightly more responsive ssh session during large downloads.

Systemd will autoselect fq_codel when it's available:

    m8s:~ # ip a
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 4096 qdisc noqueue
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
           valid_lft forever preferred_lft forever
        inet6 ::1/128 scope host
           valid_lft forever preferred_lft forever
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP8000> mtu 1500 qdisc fq_codel     qlen 1000
        link/ether 82💿fa:1b:03:1d brd ff:ff:ff:ff:ff:ff
        inet 172.20.0.166/24 brd 172.20.0.255 scope global eth0
           valid_lft forever preferred_lft forever
    3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP8000> mtu 1500     qdisc fq_codel qlen 1000
        link/ether 44:2c:05:43:8c:eb brd ff:ff:ff:ff:ff:ff
        inet6 fe80::462c:5ff:fe43:8ceb/64 scope link
           valid_lft forever preferred_lft forever

On the S905X 100Mbit link it shows no negative effects:

    m8s:~ # curl http://beast.local/koen/largefile.mkv --http1.1 > /dev/null
      % Total    % Received % Xferd  Average Speed   Time    Time
      % Time
      % Current
                                     Dload  Upload   Total   Spent Left Speed
      7 14.9G    7 1105M    0     0  11.1M      0  0:22:50  0:01:38 0:21:12 11.2M

See https://en.wikipedia.org/wiki/CoDel for more information on CODEL

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2017-05-16 20:49:37 +02:00
MilhouseVH
fb9f00f228 linux: update with 4.11-rc7 options 2017-05-12 21:53:50 +01:00
MilhouseVH
cc4966c025 linux: update with 4.11-rc4 options 2017-05-12 21:53:50 +01:00
MilhouseVH
b094cda956 linux: default options 2017-05-12 21:53:50 +01:00
MilhouseVH
6ae146fefd linux: update config for 4.10.12 2017-05-05 14:16:33 +01:00
MilhouseVH
5c9e21a089 linux: remove CONFIG_RTL8XXXU support across all platforms for consistency 2017-04-23 17:25:50 +01:00
Christian Hewitt
2fee7b331e Merge pull request #1546 from MilhouseVH/linux41010+
linux: update to linux-4.10.11
2017-04-22 06:28:15 +04:00
MilhouseVH
5eed971f05 linux: update SpinelPlus remote patch, build as module 2017-04-20 19:43:32 +01:00
karl
ea6bb91868 CONFIG_GPIO_SYSFS 2017-04-20 10:53:25 +01:00
MilhouseVH
b9c9792433 configs: cleanup 2017-04-15 05:28:54 +01:00
MilhouseVH
3c2a4bdd00 linux: Finish off lirc_serial change (#1454) 2017-03-27 15:44:31 +01:00
MilhouseVH
7fd6ed62dc Merge pull request #1459 from catalinii/master
support for ip advanced router and add multiple tcp congestion algorithms
2017-03-27 15:40:15 +01:00
Jan Bollacke
cf13c2699a Re-enable lirc_serial driver (#1454)
* Enable ir_serial module
2017-03-24 00:18:09 -07:00
Ubuntu
dc5085e95e remove CONFIG_IP_MROUTE_MULTIPLE_TABLES 2017-03-23 13:22:36 +00:00
Ubuntu
765699d6e1 add CONFIG_FIB_RULES to all projects 2017-03-23 07:42:56 +00:00
Ubuntu
50baf4a1ab remove CONFIG_DEFAULT_VENO and CONFIG_DEFAULT_VEGAS from all projects 2017-03-22 08:37:34 +00:00
Ubuntu
3fda4d734a adding new options to the config 2017-03-21 11:49:44 +00:00
Ubuntu
5f367c0834 add IP_ADVANCED_ROUTER and tcp congestion algorithms for all projects except Odroid C2 and RPi 2017-03-21 07:54:14 +00:00
MilhouseVH
0fcffdb893 Merge pull request #1287 from lrusak/virtio-gpu
virtio-gpu support (qemu/kvm)
2017-03-14 18:28:42 +00:00
MilhouseVH
491b7010f2 linux: update config options 2017-02-23 01:27:00 +00:00
Lukas Rusak
76ebbe9170
Generic: add virtio-gpu support 2017-02-06 20:13:02 -08:00
Lukas Rusak
f1bc9dd3f5
Generic: merge Virtual project 2017-02-01 16:47:13 -08:00
Piotr Kasprzak
8c7066110a linux: add LPE audio HDMI driver for BYT/CHT 2017-01-14 15:57:53 +01:00
Christian Hewitt
1b07f5e23d Merge pull request #1087 from nahun/CONFIG_FB_UDL
config: ADD CONFIG_FB_UDL module (USB displaylink)
2017-01-01 23:17:11 +04:00
MilhouseVH
222e3842d7 linux: enable RFKILL kernel support 2017-01-01 14:28:57 +00:00
Nathan Wheeler
99eb118616 config: ADD CONFIG_FB_UDL module (USB displaylink) All projects 2016-12-21 21:18:48 -08:00
mglae
cd739ddc2d Linux 4.9 config: disable vmapped stack until drivers are fixed 2016-12-19 18:29:16 +01:00
cvh
4ef348c312 Revert "linux: enable dvb options" 2016-12-19 00:17:48 +01:00
MilhouseVH
3ab932719d config fixup 2016-12-15 02:35:31 +00:00
MilhouseVH
fb70a6631c linux: enable dvb options 2016-12-15 02:35:31 +00:00
MilhouseVH
f94566a539 linux: update config 2016-12-15 02:35:31 +00:00
MilhouseVH
73a15750e5 config: update options 2016-11-27 15:38:29 +00:00
MilhouseVH
b62fed0755 linux: update config options 2016-11-13 18:11:53 +00:00
chewitt
74788480ab linux: add support for VIA82XX audio in Generic builds 2016-10-22 07:09:19 +01:00
MilhouseVH
b2e0bc82e2 linux: kernel 4.8.2 options 2016-10-17 14:31:38 +01:00
MilhouseVH
5c74c87717 linux: kernel 4.8.1 options 2016-10-13 01:20:28 +01:00
Christian Hewitt
2908672087 Merge pull request #752 from MilhouseVH/piotrasd_options
linux: extra options for Baytrail and 32-bit EFI
2016-10-07 11:24:03 +04:00
MilhouseVH
556a2483a0 linux: extra options for Baytrail and 32-bit EFI 2016-09-19 20:41:44 +01:00
Lukas Rusak
ef0f30ad8b Merge pull request #748 from MilhouseVH/linux474p2
linux: add missing 4.7.x options
2016-09-19 12:41:36 -07:00
MilhouseVH
c3c8ba30d8 linux: add missing 4.7.x options 2016-09-19 20:37:51 +01:00
Lukas Rusak
b7f6526509
linux.x86_64.conf: adjust CONFIG_EXTRA_FIRMWARE_DIR and update CONFIG_EXTRA_FIRMWARE 2016-09-19 11:52:51 -07:00