Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/linux-grsec: enable xen-blkback module for virtgrsec | Natanael Copa | 2016-12-21 | 1 | -1/+1 |
| | | | | fixes #6529 | ||||
* | main/linux-grsec: enable ixgbevf driver | Natanael Copa | 2016-11-07 | 1 | -1/+1 |
| | | | | fixes #6425 | ||||
* | main/linux-grsec: enable iscsi_tcp for virtgrsec | Natanael Copa | 2016-07-15 | 1 | -1/+1 |
| | | | | fixes #5886 | ||||
* | main/linux-grsec: remove support for sysctl syscall | Natanael Copa | 2016-06-01 | 1 | -1/+1 |
| | | | | The syscall is obsolete and unmaintained upstream. | ||||
* | main/linux-grsec: enable features useful for containers | Natanael Copa | 2016-04-04 | 1 | -5/+7 |
| | |||||
* | main/linux-grsec: upgrade to 4.4.6 | Timo Teräs | 2016-03-21 | 1 | -78/+187 |
| | |||||
* | main/linux-grsec: Enable strong stackprotector | Sören Tempel | 2016-01-12 | 1 | -3/+3 |
| | |||||
* | main/linux-grsec: upgrade to 4.1.10 | Natanael Copa | 2015-10-21 | 1 | -49/+123 |
| | |||||
* | main/linux-grsec: optimize linux-virtgrsec | Eivind Uggedal | 2015-09-22 | 1 | -608/+170 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add features which linux-grsec provides: - POSIX message queues - memory resource controller - CPU bandwidth provisioning - profiling support - seccomp - ia32 emulation - generic network virtualization encapsulation (Geneve) - network priority cgroup - zram - DM verity target - PAX xattr support - grsec bruteforce prevention Remove features present in linux-grsec: - dependency on linux-firmware - RDS network - TIPC network - ATM network - DecNet network - IPX network - AppleTalk network - X.25 network - LAPB network - Phonet network - IEEE 802.15.4 network - EEPROM support - specific scsi drivers - firewire support - I2O support - specific net drivers - PPP support - USB net support - Joystick support - specific mice drivers - parallel port printer support - I2C chip support - GPIO support - specific backplane drivers - AGP graphics support - DRI graphics support - LCD backlight support - sound support - specific USB storage drivers - LED drivers Remove features not present in linux-grsec: - xz ramdisk compression - NFS swap | ||||
* | main/linux-grsec: upgrade to 3.18.19 | Natanael Copa | 2015-07-30 | 1 | -1/+2 |
| | |||||
* | main/linux-grsec: enable CPUSETS for virtgrsec x86_64 config | Natanael Copa | 2015-05-25 | 1 | -2/+3 |
| | | | | fixes #4246 | ||||
* | main/linux-grsec: merge with linux-virtgrsec | Natanael Copa | 2015-04-15 | 1 | -0/+4145 |
make it possible to build various kernel subpackage from same patched source, but with different configs. This simplifies maintenance. |