summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: switch to exit_batch for action pernet opsCong Wang2017-12-1316-85/+51Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-105-0/+14
|\
| * 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
* | net: sched: fix use-after-free in tcf_block_put_extJiri Pirko2017-12-081-6/+7
* | net: sched: pfifo_fast use skb_arrayJohn Fastabend2017-12-082-53/+92
* | net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend2017-12-082-35/+69
* | net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend2017-12-081-7/+18
* | net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend2017-12-081-1/+2
* | net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend2017-12-081-4/+7
* | net: sched: use skb list for skb_bad_txJohn Fastabend2017-12-081-20/+86
* | net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend2017-12-081-9/+19
* | net: sched: explicit locking in gso_cpu fallbackJohn Fastabend2017-12-081-13/+72
* | net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend2017-12-081-0/+16
* | net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend2017-12-081-15/+13Star
* | net: sched: allow qdiscs to handle lockingJohn Fastabend2017-12-081-10/+20
* | net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend2017-12-081-2/+0Star
* | act_mirred: get rid of mirred_list_lock spinlockCong Wang2017-12-061-9/+1Star
* | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-4/+3Star
* | net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-0611-15/+15
* | net: sched: sch_api: rearrange init handlingAlexander Aring2017-12-051-41/+47
* | net: sched: sch_api: fix code style issuesAlexander Aring2017-12-051-5/+6
* | net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang2017-12-051-21/+9Star
* | flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman2017-12-051-0/+1
|/
* act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-301-11/+3Star
* 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-231-5/+3Star
|\
| * bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-5/+3Star
* | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-231-0/+6
* | net: sched: fix crash when deleting secondary chainsRoman Kapl2017-11-231-3/+4
|/
* netem: remove unnecessary 64 bit modulusStephen Hemminger2017-11-151-3/+3
* netem: use 64 bit divide by rateStephen Hemminger2017-11-151-7/+4Star
* 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