summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko2017-12-151-4/+5
* net: sched: fix clsact init error pathJiri Pirko2017-12-152-7/+3
* net: sched: Move to new offload indication in REDYuval Mintz2017-12-151-16/+15
* net: sched: Add TCA_HW_OFFLOADYuval Mintz2017-12-151-0/+2
* net: remove duplicate includesPravin Shedge2017-12-134-4/+0
* net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion2017-12-061-0/+3
* net_sched: red: Avoid illegal valuesNogah Frankel2017-12-054-0/+11
* act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-301-11/+3
* net: sched: cbq: create block for q->link.blockJiri Pirko2017-11-281-1/+8
* sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni2017-11-281-0/+1
* cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski2017-11-281-10/+13
* net: sched: crash on blocks with goto chain actionRoman Kapl2017-11-251-5/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-241-5/+3
|\
| * bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-5/+3
* | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-241-0/+6
* | net: sched: fix crash when deleting secondary chainsRoman Kapl2017-11-241-3/+4
|/
* netem: remove unnecessary 64 bit modulusStephen Hemminger2017-11-151-3/+3
* netem: use 64 bit divide by rateStephen Hemminger2017-11-151-7/+4
* net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issueAndrew Morton2017-11-131-5/+9
* netem: support delivering packets in delayed time slotsDave Taht2017-11-131-3/+71
* netem: add uapi to express delay and jitter in nanosecondsDave Taht2017-11-131-0/+14
* netem: convert to qdisc_watchdog_schedule_nsDave Taht2017-11-131-28/+28
* act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup2017-11-101-24/+51
* act_vlan: Change stats update to use per-core statsManish Kurup2017-11-101-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-1029-60/+173
|\
| * cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+7
| * cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-7/+26
| * cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12
| * cls_route: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+14
| * cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12
| * cls_fw: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+14
| * cls_flower: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+13
| * cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-6/+18
| * cls_cgroup: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-6/+18
| * cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+6
| * cls_basic: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-5/+15
| * net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang2017-11-091-0/+1
| * Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-0917-19/+17
* | net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel2017-11-081-2/+2
* | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-2/+3
* | net_sch: red: Add offload ability to RED qdiscNogah Frankel2017-11-081-0/+79
* | cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-3/+7
* | net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King2017-11-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0418-17/+22
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-0317-17/+21
| |\
| | * net_sched: hold netns refcnt for each actionCong Wang2017-11-0317-17/+19
| | * net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-031-0/+2
| * | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
| |\ \ | | |/ | |/|
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2017-11-032-5/+60