aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/sch_generic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-15net: sched: introduce terse dump flagVlad Buslov1-0/+4
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang1-0/+1
2020-04-24net: sched: remove unused inline function qdisc_reset_all_txYueHaibing1-5/+0
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-16/+0
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-16/+0
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey1-0/+3
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang1-1/+2
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti1-0/+5
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet1-3/+3
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-0/+4
2019-10-30net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov1-10/+2
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-0/+5
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov1-0/+1
2019-08-26net: sched: notify classifier on successful offload add/deleteVlad Buslov1-0/+4
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov1-31/+0
2019-08-26net: sched: change tcf block offload counter type to atomic_tVlad Buslov1-3/+4
2019-08-26net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov1-0/+2
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu1-3/+0
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-1/+1
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso1-4/+2
2019-06-28net: sched: refactor reinsert actionJohn Hurley1-1/+1
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev1-7/+4
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni1-16/+21
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni1-0/+26
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni1-9/+14
2019-04-10net: sched: prefer qdisc_is_empty() over direct qlen accessPaolo Abeni1-1/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+37
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-7/+19
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-0/+18
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-03-23net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni1-0/+11
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti1-0/+1
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+13
2019-03-02net: sched: put back q.qlen into a single locationEric Dumazet1-18/+13
2019-02-12net: sched: add flags to Qdisc class ops structVlad Buslov1-0/+8
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov1-5/+12
2019-02-12net: sched: extend proto ops with 'put' callbackVlad Buslov1-0/+1
2019-02-12net: sched: prevent insertion of new classifiers during chain flushVlad Buslov1-0/+1
2019-02-12net: sched: refactor tp insert/delete for concurrent executionVlad Buslov1-0/+18
2019-02-12net: sched: introduce reference counting for tcf_protoVlad Buslov1-0/+1
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov1-0/+17
2019-02-12net: sched: protect block state with mutexVlad Buslov1-0/+5
2019-01-19sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen1-2/+1
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley1-0/+3
2018-11-08net: sched: add an offload graft helperJakub Kicinski1-0/+12
2018-11-08net: sched: add an offload dump helperJakub Kicinski1-0/+12
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+9
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov1-0/+1