| Commit message (Expand) | Author | Age | Files | Lines |
* | net: sched: make default fifo qdiscs appear in the dump | Jiri Kosina | 2017-03-12 | 1 | -1/+4 |
* | sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api | Jiri Pirko | 2017-02-10 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 1 | -43/+24 |
|\ |
|
| * | net_sched: prio: insure proper transactional behavior | Eric Dumazet | 2016-06-15 | 1 | -34/+23 |
| * | net_sched: prio: properly report out of memory errors | Eric Dumazet | 2016-06-12 | 1 | -20/+12 |
* | | net_sched: drop packets after root qdisc lock is released | Eric Dumazet | 2016-06-25 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-10 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | sch_prio: update backlog as well | WANG Cong | 2016-06-03 | 1 | -0/+4 |
* | | sched: remove qdisc->drop | Florian Westphal | 2016-06-08 | 1 | -19/+0 |
* | | net: sched: do not acquire qdisc spinlock in qdisc/class stats dump | Eric Dumazet | 2016-06-07 | 1 | -1/+2 |
|/ |
|
* | net_sched: update hierarchical backlog too | WANG Cong | 2016-02-29 | 1 | -3/+4 |
* | net_sched: introduce qdisc_replace() helper | WANG Cong | 2016-02-29 | 1 | -7/+1 |
* | net: sched: consolidate tc_classify{,_compat} | Daniel Borkmann | 2015-08-27 | 1 | -1/+1 |
* | net: sched: enable per cpu qstats | John Fastabend | 2014-09-30 | 1 | -1/+1 |
* | net: sched: restrict use of qstats qlen | John Fastabend | 2014-09-30 | 1 | -2/+1 |
* | net: sched: implement qstat helper routines | John Fastabend | 2014-09-30 | 1 | -2/+2 |
* | net: sched: make bstats per cpu and estimator RCU safe | John Fastabend | 2014-09-30 | 1 | -1/+1 |
* | net: rcu-ify tcf_proto | John Fastabend | 2014-09-13 | 1 | -4/+7 |
* | pkt_sched: Stop using NLA_PUT*(). | David S. Miller | 2012-04-01 | 1 | -1/+2 |
* | net_sched: prio: use qdisc_dequeue_peeked | Florian Westphal | 2011-08-09 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-01-24 | 1 | -1/+1 |
|\ |
|
| * | net_sched: accurate bytes/packets stats/rates | Eric Dumazet | 2011-01-20 | 1 | -1/+1 |
* | | net_sched: cleanups | Eric Dumazet | 2011-01-19 | 1 | -17/+17 |
|/ |
|
* | net_sched: factorize qdisc stats handling | Eric Dumazet | 2011-01-10 | 1 | -2/+1 |
* | net_sched: remove the unused parameter of qdisc_create_dflt() | Changli Gao | 2010-10-21 | 1 | -1/+1 |
* | net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-17 | 1 | -1/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | pkt_sched: Fix qstats.qlen updating in dump_stats | Jarek Poplawski | 2009-09-17 | 1 | -0/+1 |
* | net_sched: remove some unnecessary checks in classful schedulers | Patrick McHardy | 2009-09-06 | 1 | -10/+1 |
* | net_sched: make cls_ops->change and cls_ops->delete optional | Patrick McHardy | 2009-09-06 | 1 | -21/+0 |
* | pkt_sched: remove unnecessary xchg() in packet schedulers | Patrick McHardy | 2008-11-20 | 1 | -7/+9 |
* | pkt_sched: Remove qdisc->ops->requeue() etc. | Jarek Poplawski | 2008-11-13 | 1 | -28/+0 |
* | pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs. | Patrick McHardy | 2008-10-31 | 1 | -0/+14 |
* | netlink: Remove compat API for nested attributes | Thomas Graf | 2008-09-02 | 1 | -5/+1 |
* | sch_prio: Use NET_XMIT_SUCCESS instead of "0" constant. | David S. Miller | 2008-08-17 | 1 | -1/+1 |
* | sch_prio: Use return value from inner qdisc requeue | Jussi Kivilinna | 2008-08-17 | 1 | -1/+1 |
* | net_sched: Add qdisc __NET_XMIT_BYPASS flag | Jarek Poplawski | 2008-08-04 | 1 | -3/+3 |
* | net_sched: Add qdisc __NET_XMIT_STOLEN flag | Jarek Poplawski | 2008-08-04 | 1 | -3/+5 |
* | net_sched: Add accessor function for packet length for qdiscs | Jussi Kivilinna | 2008-07-20 | 1 | -1/+1 |
* | net_sched: Add qdisc_enqueue wrapper | Jussi Kivilinna | 2008-07-20 | 1 | -1/+2 |
* | pkt_sched: Remove RR scheduler. | David S. Miller | 2008-07-17 | 1 | -120/+16 |
* | pkt_sched: Remove 'dev' member of struct Qdisc. | David S. Miller | 2008-07-08 | 1 | -7/+8 |
* | netdev: Create netdev_queue abstraction. | David S. Miller | 2008-07-08 | 1 | -1/+2 |
* | net-sched: change tcf_destroy_chain() to clear start of filter list | Patrick McHardy | 2008-07-01 | 1 | -1/+1 |
* | [NET_SCHED]: Propagate nla_parse return value | Patrick McHardy | 2008-01-28 | 1 | -3/+6 |
* | [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API | Patrick McHardy | 2008-01-28 | 1 | -13/+17 |
* | [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. | Eric Dumazet | 2008-01-28 | 1 | -3/+3 |
* | [PKT_SCHED]: Fix sch_prio.c build with CONFIG_NETDEVICES_MULTIQUEUE | Pavel Emelyanov | 2007-10-23 | 1 | -2/+2 |
* | [NET_SCHED] sch_prio.c: remove duplicate call of tc_classify() | Lucas Nussbaum | 2007-08-30 | 1 | -1/+1 |
* | [NET]: Fix prio_tune() handling of root qdisc. | Peter P Waskiewicz Jr | 2007-07-31 | 1 | -2/+4 |