summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2019-03-19net: sched: flower: insert new filter to idr after setting its maskVlad Buslov
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet
2019-02-28net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan
2019-02-25net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov
2019-02-24net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti
2019-02-24net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti
2019-02-12net_sched: fix two more memory leaks in cls_tcindexCong Wang
2019-02-12net_sched: fix a memory leak in cls_tcindexCong Wang
2019-02-12net_sched: fix a race condition in tcindex_destroy()Cong Wang
2019-02-11Documentation: bring operstate documentation up-to-dateJouke Witteveen
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