summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen2019-04-041-1/+1
| * net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-041-2/+8
| * net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-0110-66/+16Star
| * net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-0110-17/+18
| * net/sched: fix ->get helper of the matchall clsNicolas Dichtel2019-04-011-0/+5
* | net: sched: ensure tc flower reoffload takes filter refJohn Hurley2019-04-051-42/+46
* | net: sched: don't set tunnel for decap actionVlad Buslov2019-04-021-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-2819-120/+343
|\|
| * net: sched: Kconfig: update reference link for PIELeslie Monis2019-03-261-2/+1Star
| * net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-03-241-2/+5
| * net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-212-9/+11
| * net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-211-3/+17
| * net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2019-03-211-2/+16
| * net/sched: act_skbmod: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * net/sched: act_skbedit: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * net/sched: act_simple: validate the control action inside init()Davide Caratti2019-03-211-14/+38
| * net/sched: act_sample: validate the control action inside init()Davide Caratti2019-03-211-3/+16
| * net/sched: act_police: validate the control action inside init()Davide Caratti2019-03-211-1/+11
| * net/sched: act_pedit: validate the control action inside init()Davide Caratti2019-03-211-2/+14
| * net/sched: act_nat: validate the control action inside init()Davide Caratti2019-03-211-1/+11
| * net/sched: act_connmark: validate the control action inside init()Davide Caratti2019-03-211-3/+18
| * net/sched: act_mirred: validate the control action inside init()Davide Caratti2019-03-211-4/+17
| * net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-211-13/+20
| * net/sched: act_gact: validate the control action inside init()Davide Caratti2019-03-211-1/+12
| * net/sched: act_csum: validate the control action inside init()Davide Caratti2019-03-211-3/+17
| * net/sched: act_bpf: validate the control action inside init()Davide Caratti2019-03-211-5/+18
| * net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-2117-55/+78
* | net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni2019-03-241-0/+3
* | net: sched: flower: set unlocked flag for flower proto opsVlad Buslov2019-03-211-2/+1Star
* | net: sched: flower: track rtnl lock stateVlad Buslov2019-03-211-26/+56
* | net: sched: flower: protect flower classifier state with spinlockVlad Buslov2019-03-211-7/+32
* | net: sched: flower: handle concurrent tcf proto deletionVlad Buslov2019-03-211-0/+8
* | net: sched: flower: handle concurrent filter insertion in fl_changeVlad Buslov2019-03-211-0/+9
* | net: sched: flower: protect masks list with spinlockVlad Buslov2019-03-211-0/+8
* | net: sched: flower: handle concurrent mask insertionVlad Buslov2019-03-211-7/+34
* | net: sched: flower: add reference counter to flower maskVlad Buslov2019-03-211-5/+17
* | net: sched: flower: track filter deletion with flagVlad Buslov2019-03-211-10/+29
* | net: sched: flower: introduce reference counting for filtersVlad Buslov2019-03-211-14/+82
* | net: sched: flower: refactor fl_changeVlad Buslov2019-03-211-39/+41
* | net: sched: flower: don't check for rtnl on head dereferenceVlad Buslov2019-03-211-7/+17
|/
* sch_cake: Interpret fwmark parameter as a bitmaskToke Høiland-Jørgensen2019-03-151-13/+12Star
* net_sched: return correct value for *notify* functionsZhike Wang2019-03-132-13/+34
* net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov2019-03-091-10/+7Star
* net: sched: flower: insert new filter to idr after setting its maskVlad Buslov2019-03-061-21/+22
* net/sched: act_tunnel_key: Fix double free dst_cachewenxu2019-03-051-16/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-041-7/+6Star
|\
| * net: sched: put back q.qlen into a single locationEric Dumazet2019-03-021-7/+6Star
* | net/sched: avoid unused-label warningArnd Bergmann2019-03-041-1/+1
* | sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen2019-03-041-38/+23Star
* | sch_cake: Permit use of connmarks as tin classifiersKevin Darbyshire-Bryant2019-03-041-7/+27