aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15netem: remove unnecessary 64 bit modulusStephen Hemminger1-3/+3
2017-11-15netem: use 64 bit divide by rateStephen Hemminger1-7/+4
2017-11-13net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issueAndrew Morton1-5/+9
2017-11-13netem: support delivering packets in delayed time slotsDave Taht1-3/+71
2017-11-13netem: add uapi to express delay and jitter in nanosecondsDave Taht1-0/+14
2017-11-13netem: convert to qdisc_watchdog_schedule_nsDave Taht1-28/+28
2017-11-10act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup1-24/+51
2017-11-10act_vlan: Change stats update to use per-core statsManish Kurup1-4/+6
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller29-60/+173
2017-11-09cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang1-1/+7
2017-11-09cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang1-7/+26
2017-11-09cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+12
2017-11-09cls_route: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+14
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+12
2017-11-09cls_fw: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+14
2017-11-09cls_flower: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+13
2017-11-09cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang1-6/+18
2017-11-09cls_cgroup: use tcf_exts_get_net() before call_rcu()Cong Wang1-6/+18
2017-11-09cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang1-1/+6
2017-11-09cls_basic: use tcf_exts_get_net() before call_rcu()Cong Wang1-5/+15
2017-11-09net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang1-0/+1
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang17-19/+17
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel1-2/+2
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-2/+3
2017-11-08net_sch: red: Add offload ability to RED qdiscNogah Frankel1-0/+79
2017-11-05cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski1-3/+7
2017-11-04net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-17/+22
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-17/+21
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2-5/+60
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko2-38/+52
2017-11-03net_sched: check NULL in tcf_block_put()Cong Wang1-3/+2
2017-11-03net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King1-1/+1
2017-11-03net: sched: move block offload unbind after all chains are flushedJiri Pirko1-2/+2
2017-11-03net_sched: hold netns refcnt for each actionCong Wang17-17/+19
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang1-0/+2
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02net: sched: remove tc_can_offload check from egdev callJiri Pirko1-1/+1
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion phaseJiri Pirko1-1/+1
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-30/+10
2017-11-01MAINTAINERS: Update Yotam's E-mailYotam Gigi1-1/+1
2017-10-31net: sched: Identify hardware traffic classes using classidAmritha Nambiar1-0/+2
2017-10-31net_sched: remove tcf_block_put_deferred()Cong Wang1-29/+8
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-56/+268
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16