summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2020-01-29sch_choke: Use kvcallocJoe Perches
2020-01-27net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet
2020-01-27net_sched: walk through all child classes in tc_bind_tclass()Cong Wang
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata
2020-01-25net: sched: sch_tbf: Don't overwrite backlog before dumpingPetr Machata
2020-01-23net_sched: fix datalen for ematchCong Wang
2020-01-23net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani
2020-01-23net: sched: pie: export symbols to be reused by FQ-PIEMohit P. Tahiliani
2020-01-23net: sched: pie: fix alignment in struct instancesMohit P. Tahiliani
2020-01-23net: sched: pie: fix commentingMohit P. Tahiliani
2020-01-23pie: rearrange structure members and their initializationsMohit P. Tahiliani
2020-01-23net: sched: pie: move common code to pie.hMohit P. Tahiliani
2020-01-22net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-19net: sched: act_ctinfo: fix memory leakEric Dumazet
2020-01-17net/sched: act_ife: initalize ife->metalist earlierEric Dumazet
2020-01-14net: sched: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-08net: sch_prio: When ungrafting, replace with FIFOPetr Machata
2020-01-08pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet
2020-01-02sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti
2019-12-27net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani
2019-12-26net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-19net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata
2019-12-18net: sch_ets: Add a new QdiscPetr Machata
2019-12-18sch_cake: drop unused variable tin_quantum_prioKevin 'ldir' Darbyshire-Bryant
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet
2019-12-06net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley
2019-12-06mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-04act_ct: support asymmetric conntrackAaron Conole
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-12-03net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-12-02sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOVictorien Molle
2019-11-30net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long
2019-11-21net: sched: allow flower to match erspan optionsXin Long