aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2017-08-09net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetGravatar Xin Long 1-1/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterGravatar Florian Westphal 3-12/+12
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-10/+10
2017-08-08net: sched: set xt_tgchk_param par.net properly in ipt_init_targetGravatar Xin Long 1-10/+10
2017-08-08net_sched: get rid of some forward declarationsGravatar WANG Cong 1-111/+103
2017-08-07net_sched: use void pointer for filter handleGravatar WANG Cong 12-146/+136
2017-08-07net_sched: refactor notification code for RTM_DELTFILTERGravatar WANG Cong 1-5/+39
2017-08-07net: sched: get rid of struct tc_to_netdevGravatar Jiri Pirko 5-112/+86
2017-08-07net: sched: move prio into cls_commonGravatar Jiri Pirko 1-3/+0
2017-08-07net: sched: push cls related args into cls_common structureGravatar Jiri Pirko 5-32/+22
2017-08-07net: sched: make egress_dev flag part of flower offload structGravatar Jiri Pirko 1-1/+1
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLGravatar Jiri Pirko 1-2/+2
2017-08-07net: sched: make type an argument for ndo_setup_tcGravatar Jiri Pirko 5-35/+26
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeGravatar Jiri Pirko 3-13/+7
2017-08-04net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structGravatar Jiri Pirko 1-14/+4
2017-08-04net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...Gravatar Jiri Pirko 1-21/+9
2017-08-04net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structGravatar Jiri Pirko 1-25/+16
2017-08-04net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...Gravatar Jiri Pirko 1-12/+2
2017-08-04net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structGravatar Jiri Pirko 1-19/+6
2017-08-04net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...Gravatar Jiri Pirko 1-11/+2
2017-08-04net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Gravatar Jiri Pirko 1-12/+2
2017-08-04net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structGravatar Jiri Pirko 1-16/+5
2017-08-04net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...Gravatar Jiri Pirko 1-11/+2
2017-08-04net: sched: cls_fw: rename fw_change_attrs functionGravatar Jiri Pirko 1-6/+5
2017-08-04net: sched: cls_bpf: rename cls_bpf_modify_existing functionGravatar Jiri Pirko 1-6/+4
2017-08-04net: sched: use tcf_exts_has_actions instead of exts->nr_actionsGravatar Jiri Pirko 1-1/+1
2017-08-04net: sched: remove check for number of actions in tcf_exts_execGravatar Jiri Pirko 1-1/+2
2017-08-04net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...Gravatar Jiri Pirko 3-3/+3
2017-08-04net: sched: change names of action number helpers to be aligned with the restGravatar Jiri Pirko 1-1/+1
2017-08-04net: sched: remove unneeded tcf_em_tree_changeGravatar Jiri Pirko 3-13/+7
2017-08-04net: sched: sch_atm: use Qdisc_class_common structureGravatar Jiri Pirko 1-6/+6
2017-07-30net sched actions: add time filter for action dumpingGravatar Jamal Hadi Salim 1-1/+20
2017-07-30net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchGravatar Jamal Hadi Salim 1-10/+40
2017-07-30net sched actions: Use proper root attribute table for actionsGravatar Jamal Hadi Salim 1-2/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+3
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2017-07-17net: Remove all references to SKB_GSO_UDP.Gravatar David S. Miller 1-6/+0
2017-07-14net sched actions: rename act_get_notify() to tcf_get_notify()Gravatar Roman Mashak 1-2/+2
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Gravatar Michal Hocko 1-1/+1
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 2-8/+8
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2017-06-29net: sched: Fix one possible panic when no destroy callbackGravatar Gao Feng 1-1/+2
2017-06-21bpf: expose prog id for cls_bpf and act_bpfGravatar Daniel Borkmann 2-0/+6
2017-06-15net: sched: act_tunnel_key: make UDP checksum configurableGravatar Jiri Benc 1-3/+12
2017-06-15net: sched: act_tunnel_key: request UDP checksum by defaultGravatar Jiri Benc 1-2/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-6/+6
2017-06-14net/act_pedit: fix an error codeGravatar Dan Carpenter 1-1/+3
2017-06-14net_sched: move tcf_lock down after gen_replace_estimator()Gravatar WANG Cong 1-5/+3