summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-0/+3
|\
| * net_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-151-0/+3
* | taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-161-43/+366
* | net: sched: use get_dev() action API in flow_action infraVlad Buslov2019-09-162-18/+16
* | net: sched: take reference to psample group in flow_action infraVlad Buslov2019-09-162-2/+38
* | net: sched: extend flow_action_entry with destructorVlad Buslov2019-09-161-32/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-153-3/+10
|\|
| * sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-09-101-1/+1
| * net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang2019-09-101-0/+2
| * net: sched: fix reordering issuesEric Dumazet2019-09-061-2/+7
* | netfilter: update include directives.Jeremy Sowden2019-09-131-1/+1
* | net_sched: act_police: add 2 new attributes to support police 64bit rate and ...David Dai2019-09-061-4/+23
* | net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-062-0/+25
* | net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King2019-09-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-0222-52/+70
|\|
| * net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean2019-08-311-8/+11
| * taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean2019-08-311-10/+13
| * taprio: Fix kernel panic in taprio_destroyVladimir Oltean2019-08-311-4/+4
| * net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti2019-08-281-2/+6
| * net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-08-281-1/+5
| * net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti2019-08-281-4/+7
| * net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-2719-23/+24
* | net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov2019-08-301-0/+2
* | sched: act_vlan: implement stats_update callbackJiri Pirko2019-08-301-0/+14
* | net: sched: flower: don't take rtnl lock for cls hw offloads APIVlad Buslov2019-08-261-37/+16
* | net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov2019-08-261-1/+8
* | net: sched: take reference to action dev before calling offloadsVlad Buslov2019-08-262-0/+34
* | net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov2019-08-263-8/+19
* | net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov2019-08-261-0/+65
* | net: sched: add API for registering unlocked offload block callbacksVlad Buslov2019-08-261-0/+6
* | net: sched: notify classifier on successful offload add/deleteVlad Buslov2019-08-262-9/+43
* | net: sched: refactor block offloads counter usageVlad Buslov2019-08-265-91/+217
* | net: sched: change tcf block offload counter type to atomic_tVlad Buslov2019-08-261-1/+1
* | net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov2019-08-261-9/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-192-1/+14
|\|
| * net sched: update skbedit action for batched events operationsRoman Mashak2019-08-081-0/+12
| * net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk2019-08-081-1/+2
* | taprio: remove unused variable 'entry_list_policy'YueHaibing2019-08-091-4/+0
* | fq_codel: remove set but not used variables 'prev_ecn_mark' and 'prev_drop_co...YueHaibing2019-08-081-4/+0
* | flow_offload: support get multi-subsystem blockwenxu2019-08-081-1/+8
* | flow_offload: move tc indirect block to flow offloadwenxu2019-08-081-215/+25
* | cls_api: add flow_indr_block_call functionwenxu2019-08-081-10/+17
* | cls_api: remove the tcf_block cachewenxu2019-08-081-8/+8
* | cls_api: modify the tc_indr_block_ing_cmd parameters.wenxu2019-08-081-11/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-0619-78/+117
|\|
| * net sched: update vlan action for batched events operationsRoman Mashak2019-08-061-0/+9
| * net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-0518-75/+100
| * net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-07-291-3/+3
| * ife: error out when nla attributes are emptyCong Wang2019-07-251-0/+5
* | net: sched: add ingress mirred action to hardware IRJohn Hurley2019-08-061-0/+6