Sign in
android-kvm
/
linux
/
1e4c4f610f774df6088d7c065b2dd4d22adba698
/
include
/
net
/
sch_generic.h
7aa0045
net_sched: introduce a workqueue for RCU callbacks of tc filter
by Cong Wang
· 7 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
6529eab
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
· 8 years ago
79112c2
sched: rename tcf_destroy to tcf_destroy_proto
by Jiri Pirko
· 8 years ago
bc31c90
net-tc: convert tc_from to tc_from_ingress and tc_redirected
by Willem de Bruijn
· 8 years ago
8dc07fd
net-tc: convert tc_at to tc_at_ingress
by Willem de Bruijn
· 8 years ago
a5135bc
net-tc: convert tc_verd to integer bitfields
by Willem de Bruijn
· 8 years ago
e7246e1
net-tc: extract skip classify bit from tc_verd
by Willem de Bruijn
· 8 years ago
1c0d32f
net_sched: gen_estimator: complete rewrite of rate estimators
by Eric Dumazet
· 8 years ago
48da34b
sched: add and use qdisc_skb_head helpers
by Florian Westphal
· 8 years ago
ec32336
sched: remove qdisc arg from __qdisc_dequeue_head
by Florian Westphal
· 8 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
· 9 years ago
4eaf3b8
net_sched: fix qdisc_tree_decrease_qlen() races
by Eric Dumazet
· 9 years ago
27b29f6
bpf: add bpf_redirect() helper
by Alexei Starovoitov
· 9 years ago
045efa8
cls_bpf: introduce integrated actions
by Daniel Borkmann
· 9 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
· 10 years ago
57d743a
net: sched: cls: remove unused op put from tcf_proto_ops
by Jiri Pirko
· 10 years ago
5772e9a
qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE
by Jesper Dangaard Brouer
· 10 years ago
b0ab6f9
net: sched: enable per cpu qstats
by John Fastabend
· 10 years ago
25331d6
net: sched: implement qstat helper routines
by John Fastabend
· 10 years ago
22e0f8b
net: sched: make bstats per cpu and estimator RCU safe
by John Fastabend
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
2571178
net: sched: shrink struct qdisc_skb_cb to 28 bytes
by Eric Dumazet
· 10 years ago
25d8c0d
net: rcu-ify tcf_proto
by John Fastabend
· 11 years ago
46e5da40a
net: qdisc: use rcu prefix and silence sparse warnings
by John Fastabend
· 11 years ago
e0f31d8
flow_keys: Record IP layer protocol in skb_flow_dissect()
by Govindarajulu Varadarajan
· 11 years ago
2f7ef2f
sched, cls: check if we could overwrite actions when changing a filter
by Cong Wang
· 11 years ago
832d1d5
net_sched: add struct net pointer to tcf_proto_ops->dump
by WANG Cong
· 11 years ago
3627287
net_sched: convert tcf_proto_ops to use struct list_head
by WANG Cong
· 11 years ago
3e1e3aa
net_sched: add u64 rate to psched_ratecfg_precompute()
by Eric Dumazet
· 11 years ago
d2a7f26
qdisc: make args to qdisc_create_default const
by stephen hemminger
· 12 years ago
6da7c8f
qdisc: allow setting default queuing discipline
by stephen hemminger
· 12 years ago
2ff1cf1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
8a8e3d8
net_sched: restore "linklayer atm" handling
by Jesper Dangaard Brouer
· 12 years ago
5c15257
net: Remove extern from include/net/ scheduling prototypes
by Joe Perches
· 12 years ago
130d3d6
net_sched: psched_ratecfg_precompute() improvements
by Eric Dumazet
· 12 years ago
45203a3
net_sched: add 64bit rate estimators
by Eric Dumazet
· 12 years ago
01cb71d
net_sched: restore "overhead xxx" handling
by Eric Dumazet
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
292f1c7
sch: make htb_rate_cfg and functions around that generic
by Jiri Pirko
· 12 years ago
c1b5273
pkt_sched: namespace aware act_mirred
by Benjamin LaHaise
· 12 years ago
1abbe13
pkt_sched: avoid requeues if possible
by Eric Dumazet
· 12 years ago
af4c664
net sched: Pass the skb into change so it can access NETLINK_CB
by Eric W. Biederman
· 13 years ago
df4ab5b
net: rename bond_queue_mapping to slave_dev_queue_mapping
by Jiri Pirko
· 13 years ago
5ee31c68
bonding: Fix corrupted queue_mapping
by Eric Dumazet
· 13 years ago
16bda13
net: Make qdisc_skb_cb upper size bound explicit.
by David S. Miller
· 13 years ago
39aa9fd
net: sch_generic remove redundant use of <linux/module.h>
by Paul Gortmaker
· 14 years ago
05bdd2f
net: constify skbuff and Qdisc elements
by Eric Dumazet
· 13 years ago
dc7f9f6
net: sched: constify tcf_proto and tc_action
by Eric Dumazet
· 14 years ago
ef352e7
net_sched: fix THROTTLED/RUNNING race
by Eric Dumazet
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
d276055
net_sched: reduce fifo qdisc size
by Eric Dumazet
· 14 years ago
9e924cf
net_sched: long word align struct qdisc_skb_cb data
by Eric Dumazet
· 14 years ago
5bdc22a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
9190b3b
net_sched: accurate bytes/packets stats/rates
by Eric Dumazet
· 14 years ago
a2da570
net_sched: RCU conversion of stab
by Eric Dumazet
· 14 years ago
fd245a4
net_sched: move TCQ_F_THROTTLED flag
by Eric Dumazet
· 14 years ago
bfe0d02
net_sched: factorize qdisc stats handling
by Eric Dumazet
· 14 years ago
Next »