aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_sfq.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný1-0/+1
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira1-0/+1
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-1/+4
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao1-6/+2
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-1/+1
2021-03-10net: sched: validate stab valuesEric Dumazet1-1/+1
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-1/+1
2020-04-27sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2019-10-23net/flow_dissector: switch to siphashEric Dumazet1-6/+8
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel1-0/+3
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni1-0/+1
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-08-30sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov1-3/+3
2017-08-28sched: sfq: drop packets after root qdisc lock is releasedGao Feng1-7/+13
2017-08-25net_sched: remove tc class reference countingWANG Cong1-5/+4
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov1-1/+4
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-5/+10
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-5/+1
2017-03-24net_sched: use setup_deferrable_timerGeliang Tang1-3/+2
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet1-1/+2
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-4/+4
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet1-1/+1
2016-06-08sched: remove qdisc->dropFlorian Westphal1-1/+0
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-7/+9
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-07-15net_sched: fix a use-after-free in sfqWANG Cong1-1/+1
2015-05-04sched: Call skb_get_hash_perturb in sch_sfqTom Herbert1-25/+2
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-1/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-8/+9
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-4/+7
2014-09-09net_sched: sfq: remove unused macroFlorian Westphal1-5/+0
2014-06-05net: use the new API kvfree()WANG Cong1-6/+1
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-3/+3
2013-12-10net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang1-4/+6
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-1/+2
2012-03-16sch_sfq: revert dont put new flow at the end of flowsEric Dumazet1-1/+5
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-3/+2
2012-01-12net_sched: sfq: add optional RED on top of SFQEric Dumazet1-16/+130
2012-01-05net_sched: sfq: extend limitsEric Dumazet1-58/+117
2012-01-04net_sched: sfq: always randomize hash perturbationEric Dumazet1-6/+6
2012-01-04net_sched: sfq: fix mem alloc error recoveryEric Dumazet1-19/+33
2012-01-03sch_sfq: dont put new flow at the end of flowsEric Dumazet1-1/+1
2011-12-21sch_sfq: rehash queues in perturb timerEric Dumazet1-6/+81
2011-11-29sch_sfq: use skb_flow_dissect()Eric Dumazet1-55/+10
2011-08-01sch_sfq: fix sfq_enqueue()Eric Dumazet1-1/+6
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-1/+1
2011-05-25sch_sfq: fix peek() implementationEric Dumazet1-13/+1
2011-05-23sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet1-2/+6
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-02-02sfq: deadlock in error pathstephen hemminger1-4/+5
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+2
2011-01-21net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet1-0/+6
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-3/+2
2011-01-20net_sched: sfq: allow divisor to be a parameterEric Dumazet1-12/+30
2011-01-19net_sched: cleanupsEric Dumazet1-10/+8
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-2/+1
2010-12-31sfq: fix slot_dequeue_head()Eric Dumazet1-2/+4
2010-12-31sch_sfq: allow big packets and be fairEric Dumazet1-7/+19
2010-12-22sfq: fix sfq class stats handlingEric Dumazet1-5/+11
2010-12-20net_sched: sch_sfq: better struct layoutsEric Dumazet1-98/+162
2010-12-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-12/+8
2010-12-20net_sched: sch_sfq: fix allot handlingEric Dumazet1-12/+8
2010-12-20net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()Eric Dumazet1-1/+6
2010-08-19net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao1-17/+16
2010-08-11pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski1-0/+6
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear1-1/+1
2010-08-10pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...Jarek Poplawski1-0/+6
2010-08-07pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski1-0/+7
2010-08-04sch_sfq: add sanity check for the packet lengthChangli Gao1-9/+20
2010-04-20net: Fix various endianness glitchesEric Dumazet1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy1-7/+0
2009-06-03net: skb->dst accessorsEric Dumazet1-1/+1
2009-01-08remove lots of double-semicolonsFernando Carrijo1-1/+1
2008-12-21pkt_sched: Annotate uninitialized var in sfq_enqueue()Jarek Poplawski1-1/+1
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-63/+0
2008-10-31pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.Patrick McHardy1-0/+12
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski1-3/+3
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski1-1/+1
2008-07-26Revert "pkt_sched: sch_sfq: dump a real number of flows"David S. Miller1-8/+1
2008-07-23pkt_sched: sch_sfq: dump a real number of flowsJarek Poplawski1-1/+8
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna1-8/+8
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller1-2/+2
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy1-1/+1
2008-04-29sch_sfq: use del_timer_sync() in sfq_destroy()Jarek Poplawski1-1/+2
2008-01-31[NET_SCHED]: sch_sfq: make internal queues visible as classesPatrick McHardy1-1/+40
2008-01-31[NET_SCHED]: sch_sfq: add support for external classifiersPatrick McHardy1-4/+91
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-6/+6
2008-01-28[PKT_SCHED] SFQ: whitespace cleanupStephen Hemminger1-17/+25
2008-01-28[PKT_SCHED] SFQ: use net_randomStephen Hemminger1-3/+3
2008-01-28[PKT_SCHED] SFQ: timer is deferrableStephen Hemminger1-1/+3
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet1-1/+1
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+1
2007-10-01[SFQ]: Remove artificial limitation for queue limit.Alexey Kuznetsov1-16/+31
2007-09-20[PKT_SCHED]: Fix 'SFQ qdisc crashes with limit of 2 packets'Alexey Kuznetsov1-5/+5
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-16/+2
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-02-10[NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki1-3/+3
2007-02-08[NET]: Add UDPLITE support in a few missing spotsPatrick McHardy1-0/+2
2006-12-02[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscsPatrick McHardy1-0/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[PKT_SCHED]: Keep backlog counter in sch_sfqPatrick McHardy1-0/+5
2006-01-17[PKT_SCHED]: Handle SCTP/DCCP in sfq_hashPatrick McHardy1-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+497