summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2019-03-26net: sched: Kconfig: update reference link for PIELeslie Monis
2019-03-23net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni
2019-03-23net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley
2019-03-21net: sched: flower: set unlocked flag for flower proto opsVlad Buslov
2019-03-21net: sched: flower: track rtnl lock stateVlad Buslov
2019-03-21net: sched: flower: protect flower classifier state with spinlockVlad Buslov
2019-03-21net: sched: flower: handle concurrent tcf proto deletionVlad Buslov
2019-03-21net: sched: flower: handle concurrent filter insertion in fl_changeVlad Buslov
2019-03-21net: sched: flower: protect masks list with spinlockVlad Buslov
2019-03-21net: sched: flower: handle concurrent mask insertionVlad Buslov
2019-03-21net: sched: flower: add reference counter to flower maskVlad Buslov
2019-03-21net: sched: flower: track filter deletion with flagVlad Buslov
2019-03-21net: sched: flower: introduce reference counting for filtersVlad Buslov
2019-03-21net: sched: flower: refactor fl_changeVlad Buslov
2019-03-21net: sched: flower: don't check for rtnl on head dereferenceVlad Buslov
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti
2019-03-21net/sched: act_vlan: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_skbmod: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_skbedit: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_simple: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_sample: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_police: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_pedit: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_nat: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_connmark: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_mirred: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_ife: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_gact: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_csum: validate the control action inside init()Davide Caratti
2019-03-21net/sched: act_bpf: validate the control action inside init()Davide Caratti
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti
2019-03-15sch_cake: Interpret fwmark parameter as a bitmaskToke Høiland-Jørgensen
2019-03-13net_sched: return correct value for *notify* functionsZhike Wang
2019-03-08net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov
2019-03-06net: sched: flower: insert new filter to idr after setting its maskVlad Buslov
2019-03-05net/sched: act_tunnel_key: Fix double free dst_cachewenxu
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-04net/sched: avoid unused-label warningArnd Bergmann
2019-03-03sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen
2019-03-03sch_cake: Permit use of connmarks as tin classifiersKevin Darbyshire-Bryant
2019-03-03sch_cake: Make the dual modes fairerGeorge Amanakis
2019-03-02net: sched: put back q.qlen into a single locationEric Dumazet
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-28net: sched: pie: avoid slow division in drop probability decayLeslie Monis
2019-02-28net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan
2019-02-27net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein
2019-02-27net: sched: act_tunnel_key: fix metadata handlingVlad Buslov
2019-02-27Revert "net: sched: fw: don't set arg->stop in fw_walk() when empty"Vlad Buslov
2019-02-26net: sched: pie: fix 64-bit divisionLeslie Monis