summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_sfb.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-201-1/+2
|\
| * net: sched: sfb: fix null pointer access issue when sfb_init() failsZhengchao Shao2022-10-191-1/+2
* | treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
|/
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-5/+8
|\
| * sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen2022-09-081-1/+2
| * sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen2022-09-021-4/+6
* | net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-2/+0
|/
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-1/+1
* net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy2021-01-221-1/+2
* Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-2/+2
* net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
* net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-291-2/+2
* net/flow_dissector: switch to siphashEric Dumazet2019-10-231-6/+7
* net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-3/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-2/+1
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-2/+2
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-1/+1
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack to change classAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-211-2/+3
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: mark expected switch fall-throughsGustavo A. R. Silva2017-10-221-0/+1
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-161-1/+1
* net_sched: remove tc class reference countingWANG Cong2017-08-251-5/+4
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-5/+10
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-0/+2
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* sch_sfb: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-3/+4
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-1/+2
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-6/+1
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* net: sched: drop all special handling of tx_queue_len == 0Phil Sutter2015-08-181-1/+1
* sched: Call skb_get_hash_perturb in sch_sfbTom Herbert2015-05-041-16/+8
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-5/+5
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-6/+9
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-2/+2
* sch_sfb: Fix missing NULL checkAlan Cox2012-07-121-0/+2
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-1/+2
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-2/+1