Kconfig (ecd740c6f2f092b90b95fa35f757973589eaaca2) Kconfig (c7e2b9689ef81362a8091592da6cb6a7723f377a)
1#
2# Traffic control configuration.
3#
4
5menuconfig NET_SCHED
6 bool "QoS and/or fair queueing"
7 select NET_SCH_FIFO
8 ---help---

--- 672 unchanged lines hidden (view full) ---

681 depends on NET_CLS_ACT && INET
682 ---help---
683 Say Y here to update some common checksum after some direct
684 packet alterations.
685
686 To compile this code as a module, choose M here: the
687 module will be called act_csum.
688
1#
2# Traffic control configuration.
3#
4
5menuconfig NET_SCHED
6 bool "QoS and/or fair queueing"
7 select NET_SCH_FIFO
8 ---help---

--- 672 unchanged lines hidden (view full) ---

681 depends on NET_CLS_ACT && INET
682 ---help---
683 Say Y here to update some common checksum after some direct
684 packet alterations.
685
686 To compile this code as a module, choose M here: the
687 module will be called act_csum.
688
689config NET_ACT_VLAN
690 tristate "Vlan manipulation"
691 depends on NET_CLS_ACT
692 ---help---
693 Say Y here to push or pop vlan headers.
694
695 If unsure, say N.
696
697 To compile this code as a module, choose M here: the
698 module will be called act_vlan.
699
689config NET_CLS_IND
690 bool "Incoming device classification"
691 depends on NET_CLS_U32 || NET_CLS_FW
692 ---help---
693 Say Y here to extend the u32 and fw classifier to support
694 classification based on the incoming device. This option is
695 likely to disappear in favour of the metadata ematch.
696
697endif # NET_SCHED
698
699config NET_SCH_FIFO
700 bool
700config NET_CLS_IND
701 bool "Incoming device classification"
702 depends on NET_CLS_U32 || NET_CLS_FW
703 ---help---
704 Say Y here to extend the u32 and fw classifier to support
705 classification based on the incoming device. This option is
706 likely to disappear in favour of the metadata ematch.
707
708endif # NET_SCHED
709
710config NET_SCH_FIFO
711 bool