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
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov
2017-08-29sched: sfq: drop packets after root qdisc lock is releasedGao Feng
2017-08-26net_sched: remove tc class reference countingWANG Cong
2017-08-16net_sched/sfq: update hierarchical backlog when drop packetKonstantin 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-05-09treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-03-25net_sched: use setup_deferrable_timerGeliang Tang
2017-02-12net_sched: fix error recovery at qdisc creationEric Dumazet
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-16net_sched: sch_fq: defer skb freeingEric Dumazet
2016-06-09sched: remove qdisc->dropFlorian Westphal
2016-03-01net_sched: update hierarchical backlog tooWANG Cong
2015-08-28net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-07-16net_sched: fix a use-after-free in sfqWANG Cong
2015-05-04sched: Call skb_get_hash_perturb in sch_sfqTom Herbert
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-09-10net_sched: sfq: remove unused macroFlorian Westphal
2014-06-05net: use the new API kvfree()WANG Cong
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-12-11net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang
2012-04-02pkt_sched: Stop using NLA_PUT*().David S. Miller
2012-03-16sch_sfq: revert dont put new flow at the end of flowsEric Dumazet
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller
2012-01-13net_sched: sfq: add optional RED on top of SFQEric Dumazet
2012-01-05net_sched: sfq: extend limitsEric Dumazet
2012-01-04net_sched: sfq: always randomize hash perturbationEric Dumazet
2012-01-04net_sched: sfq: fix mem alloc error recoveryEric Dumazet
2012-01-03sch_sfq: dont put new flow at the end of flowsEric Dumazet
2011-12-22sch_sfq: rehash queues in perturb timerEric Dumazet
2011-11-29sch_sfq: use skb_flow_dissect()Eric Dumazet
2011-08-01sch_sfq: fix sfq_enqueue()Eric Dumazet
2011-06-22ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-05-26sch_sfq: fix peek() implementationEric Dumazet
2011-05-24sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet
2011-04-22inet: constify ip headers and in6_addrEric Dumazet