summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2017-08-07net_sched: use void pointer for filter handleWANG Cong
2017-08-07net_sched: refactor notification code for RTM_DELTFILTERWANG Cong
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: move prio into cls_commonJiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko
2017-08-04net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko
2017-08-04net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...Jiri Pirko
2017-08-04net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structJiri Pirko
2017-08-04net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...Jiri Pirko
2017-08-04net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structJiri Pirko
2017-08-04net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...Jiri Pirko
2017-08-04net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko
2017-08-04net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structJiri Pirko
2017-08-04net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...Jiri Pirko
2017-08-04net: sched: cls_fw: rename fw_change_attrs functionJiri Pirko
2017-08-04net: sched: cls_bpf: rename cls_bpf_modify_existing functionJiri Pirko
2017-08-04net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko
2017-08-04net: sched: remove check for number of actions in tcf_exts_execJiri Pirko
2017-08-04net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...Jiri Pirko
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko
2017-08-04net: sched: remove unneeded tcf_em_tree_changeJiri Pirko
2017-08-04net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko
2017-07-30net sched actions: add time filter for action dumpingJamal Hadi Salim
2017-07-30net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim
2017-07-30net sched actions: Use proper root attribute table for actionsJamal Hadi Salim
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller
2017-07-14net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng
2017-06-21bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann
2017-06-15net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc
2017-06-15net: sched: act_tunnel_key: request UDP checksum by defaultJiri Benc
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-14net/act_pedit: fix an error codeDan Carpenter
2017-06-14net_sched: move tcf_lock down after gen_replace_estimator()WANG Cong
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-06-05net: sched: select cls when cls_act is enabledJiri Pirko
2017-06-04net/sched: cls_flower: add support for matching on ip tos and ttlOr Gerlitz
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong