summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
...
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-103-12/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-10/+10
|\|
| * net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long2017-08-091-10/+10
* | net_sched: get rid of some forward declarationsWANG Cong2017-08-091-111/+103Star
* | net_sched: use void pointer for filter handleWANG Cong2017-08-0712-146/+136Star
* | 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/+86Star
* | net: sched: move prio into cls_commonJiri Pirko2017-08-071-3/+0Star
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-075-32/+22Star
* | 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/+26Star
* | net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko2017-08-043-13/+7Star
* | net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-14/+4Star
* | net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...Jiri Pirko2017-08-041-21/+9Star
* | net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-25/+16Star
* | net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...Jiri Pirko2017-08-041-12/+2Star
* | net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-19/+6Star
* | net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...Jiri Pirko2017-08-041-11/+2Star
* | net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko2017-08-041-12/+2Star
* | net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-16/+5Star
* | net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...Jiri Pirko2017-08-041-11/+2Star
* | net: sched: cls_fw: rename fw_change_attrs functionJiri Pirko2017-08-041-6/+5Star
* | net: sched: cls_bpf: rename cls_bpf_modify_existing functionJiri Pirko2017-08-041-6/+4Star
* | 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/+7Star
* | 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-311-1/+20
* | net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim2017-07-311-10/+40
* | net sched actions: Use proper root attribute table for actionsJamal Hadi Salim2017-07-311-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-211-2/+2
| |\
| | * net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak2017-07-141-2/+2
| * | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-131-1/+1
| |/
* / net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-171-6/+0Star
|/
* net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-042-8/+8
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+2
|\
| * net: sched: Fix one possible panic when no destroy callbackGao Feng2017-06-291-1/+2
* | bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann2017-06-212-0/+6
* | net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc2017-06-151-3/+12
* | net: sched: act_tunnel_key: request UDP checksum by defaultJiri Benc2017-06-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-152-6/+6
|\|
| * net/act_pedit: fix an error codeDan Carpenter2017-06-141-1/+3
| * net_sched: move tcf_lock down after gen_replace_estimator()WANG Cong2017-06-141-5/+3Star
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-085-14/+23