summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2018-03-03net_sched: red: Avoid illegal valuesNogah Frankel
2017-11-11pkt_sched: Fix warning false positives.David S. Miller
2017-11-11sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2017-11-11sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2017-11-11sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov
2017-11-11sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov
2017-11-11sch_multiq: fix double free on init failureNikolay Aleksandrov
2017-11-11sch_htb: fix crash on init failureNikolay Aleksandrov
2017-11-11net_sched: fix error recovery at qdisc creationEric Dumazet
2017-10-12net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim
2017-07-18sch_dsmark: fix invalid skb_cow() usageEric Dumazet
2017-07-18bpf: try harder on clones when writing into skbDaniel Borkmann
2017-06-05net sched actions: decrement module reference count after table flush.Roman Mashak
2017-03-16net/sched: pedit: make sure that offset is validAmir Vadai
2017-03-16sch_dsmark: update backlog as wellWANG Cong
2017-03-16sch_htb: update backlog as wellWANG Cong
2017-03-16net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2017-03-16net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani
2015-05-09ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki
2014-06-09act_mirred: do not drop packets when fails to mirror itJason Wang
2013-10-26htb: fix sign extension bugstephen hemminger
2013-09-10net_sched: info leak in atm_tc_dump_class()Dan Carpenter
2013-09-10net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller
2013-05-30net_sched: act_ipt forward compat with xtablesJamal Hadi Salim
2013-05-13cbq: incorrect processing of high limitsVasily Averin
2013-01-16net: sched: integer overflow fixStefan Hasko
2012-10-10pkt_sched: fix virtual-start-time update in QFQPaolo Valente
2012-10-10net-sched: sch_cbq: avoid infinite loopEric Dumazet
2012-09-19net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA
2012-08-19sch_sfb: Fix missing NULL checkAlan Cox
2012-05-20netem: fix possible skb leakEric Dumazet
2012-05-11net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward
2012-02-29net: Make qdisc_skb_cb upper size bound explicit.David S. Miller
2012-02-29net_sched: Bug in netem reorderingHagen Paul Pfeifer
2012-01-03sch_qfq: fix overflow in qfq_update_start()Eric Dumazet
2011-12-24netem: dont call vfree() under spinlock and BH disabledEric Dumazet
2011-12-22mqprio: Avoid panic if no options are providedThomas Graf
2011-12-12sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet
2011-12-01sch_red: fix red_changeEric Dumazet
2011-11-30sch_teql: fix lockdep splatEric Dumazet
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-24net_sched: cls_flow: use skb_header_pointer()Eric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-15pkt_sched: cls_rsvp.h was outdatedIgor Maravić
2011-08-26net_sched: sfb: optimize enqueue on full queueEric Dumazet
2011-08-17net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim
2011-08-09net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal
2011-08-01sch_sfq: fix sfq_enqueue()Eric Dumazet
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller