android_kernel_xiaomi_sm8350/net/sched
David S. Miller bb949fbd18 netdev: Create netdev_queue abstraction.
A netdev_queue is an entity managed by a qdisc.

Currently there is one RX and one TX queue, and a netdev_queue merely
contains a backpointer to the net_device.

The Qdisc struct is augmented with a netdev_queue pointer as well.

Eventually the 'dev' Qdisc member will go away and we will have the
resulting hierarchy:

	net_device --> netdev_queue --> Qdisc

Also, qdisc_alloc() and qdisc_create_dflt() now take a netdev_queue
pointer argument.

Signed-off-by: David S. Miller <davem@davemloft.net>
2008-07-08 16:55:56 -07:00
..
act_api.c [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 2008-03-26 04:39:55 +09:00
act_gact.c
act_ipt.c
act_mirred.c
act_nat.c
act_pedit.c
act_police.c
act_simple.c net_cls_act: act_simple dont ignore realloc code 2008-05-06 00:10:24 -07:00
cls_api.c net_sched: cls_api: fix return value for non-existant classifiers 2008-05-20 14:34:46 -07:00
cls_basic.c
cls_flow.c
cls_fw.c
cls_route.c
cls_rsvp6.c
cls_rsvp.c
cls_rsvp.h
cls_tcindex.c
cls_u32.c [NET_SCHED] cls_u32: refcounting fix for u32_delete() 2008-04-12 18:37:13 -07:00
em_cmp.c
em_meta.c
em_nbyte.c
em_text.c
em_u32.c
ematch.c
Kconfig pkt_sched: Remove CONFIG_NET_SCH_RR 2008-06-27 19:54:05 -07:00
Makefile
sch_api.c netdev: Create netdev_queue abstraction. 2008-07-08 16:55:56 -07:00
sch_atm.c netdev: Create netdev_queue abstraction. 2008-07-08 16:55:56 -07:00
sch_blackhole.c
sch_cbq.c netdev: Create netdev_queue abstraction. 2008-07-08 16:55:56 -07:00
sch_dsmark.c netdev: Create netdev_queue abstraction. 2008-07-08 16:55:56 -07:00
sch_fifo.c netdev: Create netdev_queue abstraction. 2008-07-08 16:55:56 -07:00
sch_generic.c netdev: Create netdev_queue abstraction. 2008-07-08 16:55:56 -07:00
sch_gred.c netlink: Improve returned error codes 2008-06-03 16:36:54 -07:00
sch_hfsc.c netdev: Create netdev_queue abstraction. 2008-07-08 16:55:56 -07:00
sch_htb.c netdev: Create netdev_queue abstraction. 2008-07-08 16:55:56 -07:00
sch_ingress.c net-sched: change tcf_destroy_chain() to clear start of filter list 2008-07-01 19:52:38 -07:00
sch_netem.c netdev: Create netdev_queue abstraction. 2008-07-08 16:55:56 -07:00
sch_prio.c netdev: Create netdev_queue abstraction. 2008-07-08 16:55:56 -07:00
sch_red.c net-sched: consolidate default fifo qdisc setup 2008-07-05 23:40:21 -07:00
sch_sfq.c net-sched: change tcf_destroy_chain() to clear start of filter list 2008-07-01 19:52:38 -07:00
sch_tbf.c net-sched: consolidate default fifo qdisc setup 2008-07-05 23:40:21 -07:00
sch_teql.c