aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h
AgeCommit message (Expand)Author
2020-06-08net_sched: fix tcm_parent in tc filter dumpCong Wang
2020-05-21net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-04-16net_sched: fix ops->bind_class() implementationsCong Wang
2020-03-20net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2019-12-29net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-12-10sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni
2019-04-10net: sched: prefer qdisc_is_empty() over direct qlen accessPaolo Abeni
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-23net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-02net: sched: put back q.qlen into a single locationEric Dumazet
2019-02-12net: sched: add flags to Qdisc class ops structVlad Buslov
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov
2019-02-12net: sched: extend proto ops with 'put' callbackVlad Buslov
2019-02-12net: sched: prevent insertion of new classifiers during chain flushVlad Buslov
2019-02-12net: sched: refactor tp insert/delete for concurrent executionVlad Buslov
2019-02-12net: sched: introduce reference counting for tcf_protoVlad Buslov
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov
2019-02-12net: sched: protect block state with mutexVlad Buslov
2019-01-19sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley
2018-11-08net: sched: add an offload graft helperJakub Kicinski
2018-11-08net: sched: add an offload dump helperJakub Kicinski
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov
2018-09-25net: sched: add helper function to take reference to QdiscVlad Buslov
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov
2018-09-10net: sched: cls_flower: dump offload count valueVlad Buslov
2018-09-10sch_netem: Move private queue handler to generic location.David S. Miller
2018-09-10sch_htb: Remove local SKB queue handling code.David S. Miller
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni
2018-07-30tc/act: remove unneeded RCU lock in action callbackPaolo Abeni
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko
2018-07-23net: sched: introduce chain templatesJiri Pirko
2018-07-23net: sched: introduce chain object to uapiJiri Pirko
2018-07-23net: sched: Avoid implicit chain 0 creationJiri Pirko
2018-06-26net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley
2018-06-26net: sched: add tcf_proto_op to offload a ruleJohn Hurley
2018-05-29net: sched: add qstats.qlen to qlenJakub Kicinski