Sign in
android
/
kernel
/
common
/
5ca114400dcd46f19f31573e7c60e638bd8d644b
/
include
/
net
/
sch_generic.h
571acf2
net: sched: cls: add extack support for delete callback
by Alexander Aring
· 8 years ago
7306db3
net: sched: cls: add extack support for change callback
by Alexander Aring
· 8 years ago
8865fdd
net: sched: cls: fix code style issues
by Alexander Aring
· 8 years ago
d47a6b0
net: sched: introduce ingress/egress block index attributes for qdisc
by Jiri Pirko
· 8 years ago
caa7260
net: sched: keep track of offloaded filters and check tc offload feature
by Jiri Pirko
· 8 years ago
edf6711
net: sched: remove classid and q fields from tcf_proto
by Jiri Pirko
· 8 years ago
f36fe1c
net: sched: introduce block mechanism to handle netif_keep_dst calls
by Jiri Pirko
· 8 years ago
4861738
net: sched: introduce shared filter blocks infrastructure
by Jiri Pirko
· 8 years ago
a9b1944
net: sched: introduce support for multiple filter chain pointers registration
by Jiri Pirko
· 8 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
81d947e
net, sched: fix panic when updating miniq {b,q}stats
by Daniel Borkmann
· 8 years ago
a38a9882
net: sch: api: add extack support in qdisc_create_dflt
by Alexander Aring
· 8 years ago
d0bd684
net: sch: api: add extack support in qdisc_alloc
by Alexander Aring
· 8 years ago
653d6fd
net: sched: sch: add extack for graft callback
by Alexander Aring
· 8 years ago
cbaacc4
net: sched: sch: add extack for block callback
by Alexander Aring
· 8 years ago
793d81d
net: sched: sch: add extack to change class
by Alexander Aring
· 8 years ago
2030721
net: sched: sch: add extack for change qdisc ops
by Alexander Aring
· 8 years ago
e63d7dfd
net: sched: sch: add extack for init callback
by Alexander Aring
· 8 years ago
c30abd5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7a4fa29
net: sched: Add TCA_HW_OFFLOAD
by Yuval Mintz
· 8 years ago
7e66016
net: sched: helpers to sum qlen and qlen for per cpu logic
by John Fastabend
· 8 years ago
70e57d5
net: sched: use skb list for skb_bad_tx
by John Fastabend
· 8 years ago
a53851e
net: sched: explicit locking in gso_cpu fallback
by John Fastabend
· 8 years ago
d59f5ff
net: sched: a dflt qdisc may be used with per cpu stats
by John Fastabend
· 8 years ago
40bd036
net: sched: provide per cpu qstat helpers
by John Fastabend
· 8 years ago
6b3ba91
net: sched: allow qdiscs to handle locking
by John Fastabend
· 8 years ago
0ac4bd6
net: sched: sch_api: fix code style issues
by Alexander Aring
· 8 years ago
efbf789
net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
by Cong Wang
· 8 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
4620940
net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath
by Jiri Pirko
· 8 years ago
c7eb7d7
net: sched: introduce chain_head_change callback
by Jiri Pirko
· 8 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 8 years ago
384c181
net: sched: Identify hardware traffic classes using classid
by Amritha Nambiar
· 8 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7aa0045
net_sched: introduce a workqueue for RCU callbacks of tc filter
by Cong Wang
· 8 years ago
acb6744
net: sched: introduce per-block callbacks
by Jiri Pirko
· 8 years ago
74e3be6
net: sched: use tcf_block_q helper to get q pointer for sch_tree_lock
by Jiri Pirko
· 8 years ago
855319b
net: sched: store net pointer in block and introduce qdisc_net helper
by Jiri Pirko
· 8 years ago
69d78ef
net: sched: store Qdisc pointer in struct block
by Jiri Pirko
· 8 years ago
752fbcc
net_sched: no need to free qdisc in RCU callback
by Cong Wang
· 8 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
07d79fc
net_sched: add reverse binding for tc class
by Cong Wang
· 8 years ago
3cd904e
net_sched: kill u32_node pointer in Qdisc
by WANG Cong
· 8 years ago
143976c
net_sched: remove tc class reference counting
by WANG Cong
· 8 years ago
551143d
net_sched: fix a refcount_t issue with noop_qdisc
by Eric Dumazet
· 8 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7d3f0cd
net: sched: Add the invalid handle check in qdisc_class_find
by Gao Feng
· 8 years ago
68a66d1
net_sched: fix order of queue length updates in qdisc_replace()
by Konstantin Khlebnikov
· 8 years ago
7b06e8a
net: sched: remove cops->tcf_cl_offload
by Jiri Pirko
· 8 years ago
8113c09
net_sched: use void pointer for filter handle
by WANG Cong
· 8 years ago
7b93640
net, sched: convert Qdisc.refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
db50514
net: sched: add termination action to allow goto chain
by Jiri Pirko
· 8 years ago
5bc1701
net: sched: introduce multichain support for filters
by Jiri Pirko
· 8 years ago
2190d1d
net: sched: introduce helpers to work with filter chains
by Jiri Pirko
· 8 years ago
6529eaba
net: sched: introduce tcf block infractructure
by Jiri Pirko
· 8 years ago
763dbf6
net_sched: move the empty tp check from ->destroy() to ->delete()
by WANG Cong
· 8 years ago
49b4997
net: sched: make default fifo qdiscs appear in the dump
by Jiri Kosina
· 8 years ago
cf1facd
sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api
by Jiri Pirko
· 9 years ago
79112c2
sched: rename tcf_destroy to tcf_destroy_proto
by Jiri Pirko
· 9 years ago
bc31c90
net-tc: convert tc_from to tc_from_ingress and tc_redirected
by Willem de Bruijn
· 9 years ago
8dc07fd
net-tc: convert tc_at to tc_at_ingress
by Willem de Bruijn
· 9 years ago
a5135bc
net-tc: convert tc_verd to integer bitfields
by Willem de Bruijn
· 9 years ago
e7246e1
net-tc: extract skip classify bit from tc_verd
by Willem de Bruijn
· 9 years ago
1c0d32f
net_sched: gen_estimator: complete rewrite of rate estimators
by Eric Dumazet
· 9 years ago
48da34b
sched: add and use qdisc_skb_head helpers
by Florian Westphal
· 9 years ago
ec32336
sched: remove qdisc arg from __qdisc_dequeue_head
by Florian Westphal
· 9 years ago
eb60a8d
net: minor optimization in qdisc_qstats_cpu_drop()
by Eric Dumazet
· 9 years ago
59cc1f6
net: sched: convert qdisc linked list to hashtable
by Jiri Kosina
· 9 years ago
4d202a0
net_sched: generalize bulk dequeue
by Eric Dumazet
· 9 years ago
520ac30
net_sched: drop packets after root qdisc lock is released
by Eric Dumazet
· 9 years ago
1b5c549
net_sched: add the ability to defer skb freeing
by Eric Dumazet
· 9 years ago
45f50be
net_sched: remove generic throttled management
by Eric Dumazet
· 9 years ago
1578b0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
52fbb29
net: sched: fix qdisc->running lockdep annotations
by Eric Dumazet
· 9 years ago
c894504
sched: place state, next_sched and gso_skb in same cacheline again
by Florian Westphal
· 9 years ago
a09ceb0
sched: remove qdisc->drop
by Florian Westphal
· 9 years ago
c3a173d
sched: remove qdisc_rehape_fail
by Florian Westphal
· 9 years ago
dd47c1f
cbq: remove TCA_CBQ_POLICE support
by Florian Westphal
· 9 years ago
92c075d
net: sched: fix tc_should_offload for specific clsact classes
by Daniel Borkmann
· 9 years ago
edb09eb
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
by Eric Dumazet
· 9 years ago
f9eb8ae
net_sched: transform qdisc running bit into a seqcount
by Eric Dumazet
· 9 years ago
a27758f
net_sched: keep backlog updated with qlen
by WANG Cong
· 9 years ago
3804070
net/sched: Enable netdev drivers to update statistics of offloaded actions
by Amir Vadai
· 9 years ago
1f27cde
net: sched: use pfifo_fast for non real queues
by Eric Dumazet
· 9 years ago
2ccccf5
net_sched: update hierarchical backlog too
by WANG Cong
· 9 years ago
86a7996
net_sched: introduce qdisc_replace() helper
by WANG Cong
· 9 years ago
fdc5432
net, sched: add skb_at_tc_ingress helper
by Daniel Borkmann
· 10 years ago
4eaf3b8
net_sched: fix qdisc_tree_decrease_qlen() races
by Eric Dumazet
· 10 years ago
27b29f6
bpf: add bpf_redirect() helper
by Alexei Starovoitov
· 10 years ago
045efa8
cls_bpf: introduce integrated actions
by Daniel Borkmann
· 10 years ago
d66d6c3
net: sched: register noqueue qdisc
by Phil Sutter
· 10 years ago
24ea591d
net: sched: extend percpu stats helpers
by Eric Dumazet
· 10 years ago
e578d9c
net: sched: use counter to break reclassify loops
by Florian Westphal
· 10 years ago
b396cca
net: sched: deprecate enqueue_root()
by Eric Dumazet
· 10 years ago
4749c3ef
net: sched: remove TC_MUNGED bits
by Florian Westphal
· 10 years ago
1e052be
net_sched: destroy proto tp when all filters are gone
by Cong Wang
· 10 years ago
0d32ef8
net: sched: fix panic in rate estimators
by Eric Dumazet
· 11 years ago
57d743a
net: sched: cls: remove unused op put from tcf_proto_ops
by Jiri Pirko
· 11 years ago
5772e9a
qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE
by Jesper Dangaard Brouer
· 11 years ago
Next »