aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 16-86/+59
2019-04-04net: sched: ensure tc flower reoffload takes filter refGravatar John Hurley 1-42/+46
2019-04-04sch_cake: Make sure we can write the IP header before changing DSCP bitsGravatar Toke Høiland-Jørgensen 1-0/+11
2019-04-04sch_cake: Use tc_skb_protocol() helper for getting packet protocolGravatar Toke Høiland-Jørgensen 1-1/+1
2019-04-04net/sched: act_sample: fix divide by zero in the traffic pathGravatar Davide Caratti 1-2/+8
2019-04-02net: sched: don't set tunnel for decap actionGravatar Vlad Buslov 1-1/+0
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersGravatar Paolo Abeni 10-66/+16
2019-04-01net: sched: introduce and use qstats read helpersGravatar Paolo Abeni 10-17/+18
2019-04-01net/sched: fix ->get helper of the matchall clsGravatar Nicolas Dichtel 1-0/+5
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 19-120/+343
2019-03-26net: sched: Kconfig: update reference link for PIEGravatar Leslie Monis 1-2/+1
2019-03-23net: sched: add empty status flag for NOLOCK qdiscGravatar Paolo Abeni 1-0/+3
2019-03-23net: sched: fix cleanup NULL pointer exception in act_mirrGravatar John Hurley 1-2/+5
2019-03-21net: sched: flower: set unlocked flag for flower proto opsGravatar Vlad Buslov 1-2/+1
2019-03-21net: sched: flower: track rtnl lock stateGravatar Vlad Buslov 1-26/+56
2019-03-21net: sched: flower: protect flower classifier state with spinlockGravatar Vlad Buslov 1-7/+32
2019-03-21net: sched: flower: handle concurrent tcf proto deletionGravatar Vlad Buslov 1-0/+8
2019-03-21net: sched: flower: handle concurrent filter insertion in fl_changeGravatar Vlad Buslov 1-0/+9
2019-03-21net: sched: flower: protect masks list with spinlockGravatar Vlad Buslov 1-0/+8
2019-03-21net: sched: flower: handle concurrent mask insertionGravatar Vlad Buslov 1-7/+34
2019-03-21net: sched: flower: add reference counter to flower maskGravatar Vlad Buslov 1-5/+17
2019-03-21net: sched: flower: track filter deletion with flagGravatar Vlad Buslov 1-10/+29
2019-03-21net: sched: flower: introduce reference counting for filtersGravatar Vlad Buslov 1-14/+82
2019-03-21net: sched: flower: refactor fl_changeGravatar Vlad Buslov 1-39/+41
2019-03-21net: sched: flower: don't check for rtnl on head dereferenceGravatar Vlad Buslov 1-7/+17
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Gravatar Davide Caratti 2-9/+11
2019-03-21net/sched: act_vlan: validate the control action inside init()Gravatar Davide Caratti 1-3/+17
2019-03-21net/sched: act_tunnel_key: validate the control action inside init()Gravatar Davide Caratti 1-2/+16
2019-03-21net/sched: act_skbmod: validate the control action inside init()Gravatar Davide Caratti 1-3/+16
2019-03-21net/sched: act_skbedit: validate the control action inside init()Gravatar Davide Caratti 1-3/+16
2019-03-21net/sched: act_simple: validate the control action inside init()Gravatar Davide Caratti 1-14/+38
2019-03-21net/sched: act_sample: validate the control action inside init()Gravatar Davide Caratti 1-3/+16
2019-03-21net/sched: act_police: validate the control action inside init()Gravatar Davide Caratti 1-1/+11
2019-03-21net/sched: act_pedit: validate the control action inside init()Gravatar Davide Caratti 1-2/+14
2019-03-21net/sched: act_nat: validate the control action inside init()Gravatar Davide Caratti 1-1/+11
2019-03-21net/sched: act_connmark: validate the control action inside init()Gravatar Davide Caratti 1-3/+18
2019-03-21net/sched: act_mirred: validate the control action inside init()Gravatar Davide Caratti 1-4/+17
2019-03-21net/sched: act_ife: validate the control action inside init()Gravatar Davide Caratti 1-13/+20
2019-03-21net/sched: act_gact: validate the control action inside init()Gravatar Davide Caratti 1-1/+12
2019-03-21net/sched: act_csum: validate the control action inside init()Gravatar Davide Caratti 1-3/+17
2019-03-21net/sched: act_bpf: validate the control action inside init()Gravatar Davide Caratti 1-5/+18
2019-03-21net/sched: prepare TC actions to properly validate the control actionGravatar Davide Caratti 17-55/+78
2019-03-15sch_cake: Interpret fwmark parameter as a bitmaskGravatar Toke Høiland-Jørgensen 1-13/+12
2019-03-13net_sched: return correct value for *notify* functionsGravatar Zhike Wang 2-13/+34
2019-03-08net: sched: fix potential use-after-free in __tcf_chain_put()Gravatar Vlad Buslov 1-10/+7
2019-03-06net: sched: flower: insert new filter to idr after setting its maskGravatar Vlad Buslov 1-21/+22
2019-03-05net/sched: act_tunnel_key: Fix double free dst_cacheGravatar wenxu 1-16/+6
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+6
2019-03-04net/sched: avoid unused-label warningGravatar Arnd Bergmann 1-1/+1
2019-03-03sch_cake: Simplify logic in cake_select_tin()Gravatar Toke Høiland-Jørgensen 1-38/+23