summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-212-1/+3
|\
| * net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-181-0/+2
| * net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-181-1/+1
* | net: sched: cls_flower: fix ndo_setup_tc type for stats callJiri Pirko2017-08-161-1/+1
* | qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer2017-08-161-2/+6
* | net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov2017-08-161-29/+16
* | net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-166-13/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-156-8/+24
|\ \ | |/
| * net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-151-3/+0
| * net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-151-1/+4
| * net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-154-4/+12
| * net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov2017-08-111-0/+8
* | net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-115-24/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-1/+1
|\ \ | |/
| * net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-091-1/+1
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-093-12/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-10/+10
|\ \ | |/
| * net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long2017-08-081-10/+10
* | net_sched: get rid of some forward declarationsWANG Cong2017-08-081-111/+103
* | net_sched: use void pointer for filter handleWANG Cong2017-08-0712-146/+136
* | net_sched: refactor notification code for RTM_DELTFILTERWANG Cong2017-08-071-5/+39
* | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-075-112/+86
* | net: sched: move prio into cls_commonJiri Pirko2017-08-071-3/+0
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-075-32/+22
* | net: sched: make egress_dev flag part of flower offload structJiri Pirko2017-08-071-1/+1
* | net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko2017-08-071-2/+2
* | net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-075-35/+26
* | net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko2017-08-043-13/+7
* | net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-14/+4
* | net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...Jiri Pirko2017-08-041-21/+9
* | net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-25/+16
* | net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...Jiri Pirko2017-08-041-12/+2
* | net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-19/+6
* | net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...Jiri Pirko2017-08-041-11/+2
* | net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko2017-08-041-12/+2
* | net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-16/+5
* | net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...Jiri Pirko2017-08-041-11/+2
* | net: sched: cls_fw: rename fw_change_attrs functionJiri Pirko2017-08-041-6/+5
* | net: sched: cls_bpf: rename cls_bpf_modify_existing functionJiri Pirko2017-08-041-6/+4
* | net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko2017-08-041-1/+1
* | net: sched: remove check for number of actions in tcf_exts_execJiri Pirko2017-08-041-1/+2
* | net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...Jiri Pirko2017-08-043-3/+3
* | net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-1/+1
* | net: sched: remove unneeded tcf_em_tree_changeJiri Pirko2017-08-043-13/+7
* | net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko2017-08-041-6/+6
* | net sched actions: add time filter for action dumpingJamal Hadi Salim2017-07-301-1/+20
* | net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim2017-07-301-10/+40
* | net sched actions: Use proper root attribute table for actionsJamal Hadi Salim2017-07-301-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-212-3/+3
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-201-2/+2
| |\
OpenPOWER on IntegriCloud