summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto
Commit message (Collapse)AuthorAgeFilesLines
* enable kernel CONFIG_NET_ACT_POLICE for openvswitchHongzhi.Song2018-01-121-0/+1
| | | | | | | | | | | | | | | Setting 'CONFIG_NET_ACT_POLICE=m' meets demands of Qos,one of features of openswitch. This is a new police-mechanism called action-extension. It can build act_police.c into kernel as type of module. If you want to do traffic policing, a kind of action-extension, i.e. strict bandwidth limiting. This action replaces the existing policing module. User can set action-extension at userspace by tool of openvswitch If user set action-extension, exts->actions[i] will be called, and finally tcf_police() defined at act_police.c will be called. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel-features: Fix CONFIG_BLK_CGROUP enablingJan Kiszka2017-07-251-1/+1
| | | | | | | | Meanwhile, this became boolean, and trying to make it a module just leaves it off. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* docker: make fragment standaloneBruce Ashfield2017-07-101-0/+11
| | | | | | | | | | | | | Importing the docker configuratino fragment from meta-overc, which adds options and capabilities to allow container to start out of the box. Note: There are more options that could be added here, but many of them are decision of the distro and depend on runtime configuration choices. So to balance the size of the build and leave decisions where they belong, we keep this as small as possible. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* docker: add NETFILTER_XT_MATCH_ADDRTYPE=mbrian avery2017-07-102-0/+5
| | | | | | | | Docker needs ths _NETFILTER_XT_MATCH_ADDRTYPE module in order to start up successfully. This patch adds it to the supported kernels. Signed-off-by: brian avery <brian.avery@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* lxc: update configuration to include all required optionsBruce Ashfield2016-05-021-0/+25
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xen.cfg: enable CONFIG_HYPERVISOR_GUEST by defaultChris Patterson2016-01-141-0/+1
| | | | | | | Required dependency for CONFIG_XEN. Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xen.cfg: update for linux 4.1Chris Patterson2015-12-251-12/+7
| | | | | | | - Drop old kernel options and add some newly available ones. Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce@zedd.org>
* lxc: add multiple PTYS to the default configurationBruce Ashfield2015-01-301-0/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* lxc.cfg: remove unnecessary kernel configuraitons.Josep Puigdemont2014-12-011-2/+0
| | | | | Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto/xen: update fragment to support both dom0 and typical xen guests.Chris Patterson2013-10-102-9/+8
| | | | | | | | | | | Updated linux kernel fragment to match defaults as defined in the 3.10 kernel's Kconfig files. If defaults were not specified, modules were were used unless required by another built-in option. As such, The core frontend drivers are included by default and the backend drivers are built as modules. This allows privileged, PV, HVM, and PVHVM guests to work properly without additional kernel configuration or modules required in initramfs (from a Xen support perspective). This also removes CONFIG_KVM_GUEST which was erroneously included previously. Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: add kernel fragment and scc to support xen on linux 3.4, 3.8, ↵Chris Patterson2013-09-242-0/+59
| | | | | | and 3.10. Signed-off-by: Chris Patterson <cjp256@gmail.com>
* Add kernel config fragment to allow OVS QoS serviceDavid Nyström2013-08-251-1/+1
| | | | Signed-off-by: David Nyström <david.nystrom@enea.com>
* Added kernel configuration for LxC and in kernel OpenvSwitchDavid Nyström2012-12-074-0/+32
| | | | | Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: added kernel configs for iptables modules iptables: loaded ↵Mihai Prica2012-11-262-0/+5
| | | | | | | necessary kernel modules Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* ebtables: added necessary kernel modules linux-yocto: added kernel configs ↵Mihai Prica2012-11-262-0/+6
for ebtables modules Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>