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-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-09-26net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
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 init callbackAlexander Aring
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-08-26net_sched: remove tc class reference countingWANG Cong
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-16net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov
2017-08-04net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
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-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-15net_sched: remove internal use of TC_POLICE_*WANG Cong
2016-06-13sched: remove NET_XMIT_POLICEDFlorian Westphal
2016-06-09sched: remove qdisc->dropFlorian Westphal
2016-06-08net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2015-08-28net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
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-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2013-08-01net_sched: info leak in atm_tc_dump_class()Dan Carpenter
2012-06-01sch_atm.c: get rid of poinless externAl Viro
2012-05-11net_sched: update bstats in dequeue()Eric Dumazet
2012-04-02pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-01-20net_sched: cleanupsEric Dumazet
2011-01-11net_sched: factorize qdisc stats handlingEric Dumazet
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-09-12sch_atm: Fix potential NULL deref.David S. Miller
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear
2010-07-19sch_atm: Convert to use standard list_head facilities.David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-08-18net: restore gnet_stats_basic to previous definitionEric Dumazet
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy
2008-11-14pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski