summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2019-02-04net: cls_flower: Remove filter from mask before freeing itPetr Machata
2019-01-17net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera
2019-01-16net_sched: refetch skb protocol for each filterCong Wang
2019-01-15net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti
2019-01-15sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen
2019-01-15sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19net/sched: cls_flower: Remove old entries from rhashtableRoi Dayan
2018-12-15net: sched: simplify the qdisc_leaf codeTonghao Zhang
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang
2018-12-10net/sched: Remove egdev mechanismOz Shlomo
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz
2018-12-05net: netem: use a list in addition to rbtreePeter Oskolkov
2018-12-04net/sched: act_tunnel_key: Don't dump dst port if it wasn't setAdi Nissim
2018-12-04net/sched: act_tunnel_key: Allow key-less tunnelsAdi Nissim
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-12-01net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney
2018-11-30net/sched: act_police: fix memory leak in case of invalid control actionDavide Caratti
2018-11-29net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-23net/sched: act_police: add missing spinlock initializationDavide Caratti
2018-11-20net/sched: act_police: fix race condition on state variablesDavide Caratti
2018-11-20net_sched: sch_fq: avoid calling ktime_get_ns() if not neededEric Dumazet
2018-11-19net: sched: cls_u32: add res to offload informationJakub Kicinski
2018-11-19net: sched: gred: support reporting stats from offloadsJakub Kicinski
2018-11-19net: sched: gred: add basic Qdisc offloadJakub Kicinski
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-16net: sched: gred: allow manipulating per-DP RED flagsJakub Kicinski
2018-11-16net: sched: gred: store red flags per virtual queueJakub Kicinski
2018-11-16net: sched: gred: provide a better structured dump and expose statsJakub Kicinski
2018-11-16net: sched: gred: store bytesin as a 64 bit valueJakub Kicinski
2018-11-16net: sched: gred: use extack to provide more details on configuration errorsJakub Kicinski
2018-11-16net: sched: gred: pass extack to nla_parse_nested()Jakub Kicinski
2018-11-16net: sched: gred: separate error and non-error path in gred_change()Jakub Kicinski
2018-11-16etf: Drop all expired packetsJesus Sanchez-Palencia
2018-11-16etf: Split timersortedlist_erase()Jesus Sanchez-Palencia
2018-11-16etf: Use cached rb_rootJesus Sanchez-Palencia
2018-11-16etf: Cancel timer if there are no pending skbsJesus Sanchez-Palencia
2018-11-16net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti
2018-11-15net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flowsEric Dumazet
2018-11-15net: sched: cls_flower: Classify packets using port rangesAmritha Nambiar
2018-11-14net: sched: red: notify drivers about RED's limit parameterJakub Kicinski
2018-11-14net: sched: mq: offload a graft notificationJakub Kicinski
2018-11-14net: sched: red: offload a graft notificationJakub Kicinski
2018-11-14net: sched: provide notification for graft on rootJakub Kicinski
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller