aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/config-virtgrsec.x86
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-grsec: rename to linux-hardened (no functional change, just to ↵William Pitcock2017-04-271-4004/+0
| | | | allow us to orphan linux-grsec)
* main/linux-grsec: upgrade to 4.9.9Natanael Copa2017-02-141-99/+275
| | | | disable CONFIG_WAN
* main/linux-grsec: enable ppp/slip for virtgrsecNatanael Copa2017-01-231-3/+17
| | | | ref #6695
* main/linux-grsec: enable ixgbevf driverNatanael Copa2016-11-071-1/+1
| | | | fixes #6425
* main/linux-grsec: enable iscsi_tcp for virtgrsecNatanael Copa2016-07-151-1/+1
| | | | fixes #5886
* main/linux-grsec: remove support for sysctl syscallNatanael Copa2016-06-011-1/+1
| | | | The syscall is obsolete and unmaintained upstream.
* main/linux-grsec: upgrade to 4.4.6Timo Teräs2016-03-211-80/+175
|
* main/linux-grsec: upgrade to 4.1.10Natanael Copa2015-10-211-51/+113
|
* main/linux-grsec: optimize linux-virtgrsecEivind Uggedal2015-09-221-613/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.19Natanael Copa2015-07-301-1/+2
|
* main/linux-grsec: merge with linux-virtgrsecNatanael Copa2015-04-151-0/+4146
make it possible to build various kernel subpackage from same patched source, but with different configs. This simplifies maintenance.