- 29cbcd8 net: sched: Remove Qdisc::running sequence counter by Ahmed S. Darwish · 3 years, 3 months ago
- 50dc9a8 net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types by Ahmed S. Darwish · 3 years, 3 months ago
- f56940d net: sched: Use _bstats_update/set() instead of raw writes by Ahmed S. Darwish · 3 years, 3 months ago
- 67c9e6270 net: sched: Protect Qdisc::bstats with u64_stats by Ahmed S. Darwish · 3 years, 3 months ago
- c660701 net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failed by Xiyu Yang · 3 years, 4 months ago
- 3aa2605 net/sched: store the last executed chain also for clsact egress by Davide Caratti · 3 years, 5 months ago
- 536e11f net: sched: Mundane typo fixes by Bhaskar Chowdhury · 3 years, 9 months ago
- 4dd78a7 net: sched: Add extack to Qdisc_class_ops.delete by Maxim Mikityanskiy · 4 years ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- 964201d net/sched: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 6 months ago
- e9789c7 sch_cbq: validate TCA_CBQ_WRROPT to avoid crash by Eric Dumazet · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
- ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
- e5f0e8f net: sched: introduce and use qdisc tree flush/purge helpers by Paolo Abeni · 6 years ago
- 5dd431b net: sched: introduce and use qstats read helpers by Paolo Abeni · 6 years ago
- 86bd446 net: sched: rename qdisc_destroy() to qdisc_put() by Vlad Buslov · 6 years ago
- 62a6de6 net: sch: sch_cbq: add extack support by Alexander Aring · 7 years ago
- a38a9882 net: sch: api: add extack support in qdisc_create_dflt by Alexander Aring · 7 years ago
- 8d1a77f net: sch: api: add extack support in tcf_block_get by Alexander Aring · 7 years ago
- e9bc3fa net: sch: api: add extack support in qdisc_get_rtab by Alexander Aring · 7 years ago
- 653d6fd net: sched: sch: add extack for graft callback by Alexander Aring · 7 years ago
- cbaacc4 net: sched: sch: add extack for block callback by Alexander Aring · 7 years ago
- 793d81d net: sched: sch: add extack to change class by Alexander Aring · 7 years ago
- e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
- ac8ef4a net: sched: fix coding style issues by Alexander Aring · 7 years ago
- d51aae6 net: sched: cbq: create block for q->link.block by Jiri Pirko · 7 years ago
- f3ae608 net: sched: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
- 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
- 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 3501d05 sch_cbq: fix null pointer dereferences on init failure by Nikolay Aleksandrov · 7 years ago
- 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
- 9594665 net_sched: call qlen_notify only if child qdisc is empty by Konstantin Khlebnikov · 7 years ago
- 8989042 net_sched: reset pointers to tcf blocks in classful qdiscs' destructors by Konstantin Khlebnikov · 7 years ago
- e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 8 years ago
- 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
- 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
- fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 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
- 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
- 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
- 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 9 years ago
- 45f50be net_sched: remove generic throttled management by Eric Dumazet · 9 years ago
- cca605d net_sched: cbq: remove a flaky use of qdisc_is_throttled() by Eric Dumazet · 9 years ago
- a09ceb0 sched: remove qdisc->drop by Florian Westphal · 9 years ago
- dd47c1f cbq: remove TCA_CBQ_POLICE support by Florian Westphal · 9 years ago
- c3498d3 cbq: remove TCA_CBQ_OVL_STRATEGY support by Florian Westphal · 9 years ago
- edb09eb net: sched: do not acquire qdisc spinlock in qdisc/class stats dump 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
- 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
- b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
- 6401585 net: sched: restrict use of qstats qlen 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
- 4a8e320 net: sched: use pinned timers by Eric Dumazet · 10 years ago
- 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
- 7201c1d cbq: now_rt removal by Vasily Averin · 10 years ago
- 73d0f37 cbq: incorrectly low bandwidth setting blocks limited traffic by Vasily Averin · 10 years ago
- d59b7d8 net_sched: return nla_nest_end() instead of skb->len by Yang Yingliang · 11 years ago
- c17988a net_sched: replace pr_warning with pr_warn by Yang Yingliang · 11 years ago
- 79c11f2 sch_cbq: remove unnecessary null pointer check by Yang Yingliang · 11 years ago
- 833fa74 net_sched: add space around '>' and before '(' by Yang Yingliang · 11 years ago
- a0db856 net_sched: Fix stack info leak in cbq_dump_wrr(). by David S. Miller · 11 years ago
- 45203a3 net_sched: add 64bit rate estimators by Eric Dumazet · 12 years ago
- f0f6ee1 cbq: incorrect processing of high limits by Vasily Averin · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- 46baac3 pkt_sched: use ns_to_ktime() helper by Eric Dumazet · 12 years ago
- bdfc87f net-sched: sch_cbq: avoid infinite loop by Eric Dumazet · 12 years ago
- 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 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
- fd245a4 net_sched: move TCQ_F_THROTTLED flag by Eric Dumazet · 14 years ago
- cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
- bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
- 3511c91 net_sched: remove the unused parameter of qdisc_create_dflt() by Changli Gao · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- d250a5f pkt_sched: gen_estimator: Dont report fake rate estimators by Eric Dumazet · 15 years ago
- 5b9a9cc net_sched: remove some unnecessary checks in classful schedulers by Patrick McHardy · 15 years ago
- 2fbd3da pkt_sched: Revert tasklet_hrtimer changes. by David S. Miller · 15 years ago
- a2cb6a4 pkt_sched: Fix bogon in tasklet_hrtimer changes. by David S. Miller · 15 years ago
- 38acce2 pkt_sched: Convert CBQ to tasklet_hrtimer. by David S. Miller · 15 years ago
- c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 15 years ago
- ca44d6e pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2US by Jarek Poplawski · 16 years ago
- 7cd0a63 pkt_sched: Change misleading code in class delete. by Jarek Poplawski · 16 years ago
- 71bcb09 tc: check for errors in gen_rate_estimator creation by Stephen Hemminger · 16 years ago
- b94c8af pkt_sched: remove unnecessary xchg() in packet schedulers by Patrick McHardy · 16 years ago
- f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
- 77be155 pkt_sched: Add peek emulation for non-work-conserving qdiscs. by Jarek Poplawski · 16 years ago
- 23dd7bb hrtimer: convert net::sched_cbq to the new hrtimer apis by Arjan van de Ven · 16 years ago
- 102396a pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() by Jarek Poplawski · 16 years ago
- f6f9b93 pkt_sched: Fix gen_estimator locks by Jarek Poplawski · 16 years ago
- 2540e05 pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race by Jarek Poplawski · 16 years ago
- 8608db0 pkt_sched: Never schedule non-root qdiscs. by David S. Miller · 16 years ago
- c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
- 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago