aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-25net_sched: remove tc class reference countingWANG Cong20-260/+105
2017-08-25net_sched: introduce tclass_del_notify()WANG Cong1-6/+33
2017-08-25net_sched: get rid of more forward declarationsWANG Cong1-179/+169
2017-08-22net: sched: use kvmalloc() for class hash tablesEric Dumazet1-18/+4
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2017-08-18net: sched: fix NULL pointer dereference when action calls some targetsXin Long1-0/+2
2017-08-18net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko1-1/+1
2017-08-16net: sched: cls_flower: fix ndo_setup_tc type for stats callJiri Pirko1-1/+1
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer1-2/+6
2017-08-16net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov1-29/+16
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov6-13/+15
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-8/+24
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov1-3/+0
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov1-1/+4
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov4-4/+12
2017-08-11net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov1-0/+8
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko5-24/+12
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-09net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long1-1/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal3-12/+12
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+10
2017-08-08net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long1-10/+10
2017-08-08net_sched: get rid of some forward declarationsWANG Cong1-111/+103
2017-08-07net_sched: use void pointer for filter handleWANG Cong12-146/+136
2017-08-07net_sched: refactor notification code for RTM_DELTFILTERWANG Cong1-5/+39
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko5-112/+86
2017-08-07net: sched: move prio into cls_commonJiri Pirko1-3/+0
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko5-32/+22
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko1-1/+1
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko1-2/+2
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko5-35/+26
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko3-13/+7
2017-08-04net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko1-14/+4
2017-08-04net: sched: cls_route: no need to call tcf_exts_change for newly allocated structJiri Pirko1-21/+9
2017-08-04net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structJiri Pirko1-25/+16
2017-08-04net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated structJiri Pirko1-12/+2
2017-08-04net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structJiri Pirko1-19/+6
2017-08-04net: sched: cls_basic: no need to call tcf_exts_change for newly allocated structJiri Pirko1-11/+2
2017-08-04net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated structJiri Pirko1-12/+2
2017-08-04net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structJiri Pirko1-16/+5
2017-08-04net: sched: cls_flower: no need to call tcf_exts_change for newly allocated structJiri Pirko1-11/+2
2017-08-04net: sched: cls_fw: rename fw_change_attrs functionJiri Pirko1-6/+5
2017-08-04net: sched: cls_bpf: rename cls_bpf_modify_existing functionJiri Pirko1-6/+4
2017-08-04net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko1-1/+1
2017-08-04net: sched: remove check for number of actions in tcf_exts_execJiri Pirko1-1/+2
2017-08-04net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_availableJiri Pirko3-3/+3
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko1-1/+1
2017-08-04net: sched: remove unneeded tcf_em_tree_changeJiri Pirko3-13/+7
2017-08-04net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko1-6/+6
2017-07-30net sched actions: add time filter for action dumpingJamal Hadi Salim1-1/+20