Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-02net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni
2019-04-02net: sched: introduce and use qstats read helpersPaolo Abeni
2019-01-16sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen
2019-01-16sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen
2018-09-26net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-06-23net_sched: remove a bogus warning in hfscCong Wang
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack to change classAlexander Aring
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-21net: sched: fix coding style issuesAlexander Aring
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov
2017-08-26net_sched: remove tc class reference countingWANG Cong
2017-08-16net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov
2017-08-16net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov
2017-08-12net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-13net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-08-09net/sched/sch_hfsc.c: remove unused cl_myfadjMichal Soltys
2016-08-09net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bugMichal Soltys
2016-07-09hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal
2016-07-01net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys
2016-07-01net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys
2016-07-01net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys
2016-07-01net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys
2016-07-01net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-11net_sched: remove generic throttled managementEric Dumazet
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-09sched: remove qdisc->dropFlorian Westphal
2016-06-08net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2016-06-04sch_hfsc: always keep backlog updatedWANG Cong
2016-03-01net_sched: update hierarchical backlog tooWANG Cong
2016-03-01net_sched: introduce qdisc_replace() helperWANG Cong
2015-08-28net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend