summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov2018-01-011-0/+1
* sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2017-11-111-2/+3
* sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2017-11-111-2/+2
* sch_fq_codel: avoid double free on init failureNikolay Aleksandrov2017-11-111-3/+1
* sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov2017-11-111-3/+7
* sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov2017-11-111-2/+2
* sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-11-111-0/+3
* sch_multiq: fix double free on init failureNikolay Aleksandrov2017-11-111-7/+2
* sch_htb: fix crash on init failureNikolay Aleksandrov2017-11-111-2/+3
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-11-115-23/+19
* net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-11-111-1/+4
* net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2017-10-121-1/+2
* sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-07-181-2/+8
* bpf: try harder on clones when writing into skbDaniel Borkmann2017-07-182-19/+7
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-06-051-4/+1
* net/sched: pedit: make sure that offset is validAmir Vadai2017-03-161-4/+20
* netem: Segment GSO packets on enqueueNeil Horman2017-03-161-2/+59
* sch_dsmark: update backlog as wellWANG Cong2017-03-161-0/+3
* sch_htb: update backlog as wellWANG Cong2017-03-161-1/+4
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-03-161-1/+3
* net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani2017-03-161-4/+5
* pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet2017-02-231-14/+18
* qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet2016-11-201-4/+5
* net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet2016-08-221-0/+4
* netem: fix a use after freeEric Dumazet2016-08-221-6/+6
* net_sched: update hierarchical backlog tooWANG Cong2016-08-2219-47/+84
* net_sched: introduce qdisc_replace() helperWANG Cong2016-08-2212-78/+12
* act_pedit: check binding before calling tcf_hash_release()WANG Cong2015-08-251-3/+2
* net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-08-251-5/+6
* net_sched: invoke ->attach() after setting dev->qdiscWANG Cong2015-06-031-4/+6
* net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann2015-03-201-2/+8
* net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann2015-03-201-0/+5
* ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-03-121-0/+1
* net_sched: copy exts->type in tcf_exts_change()WANG Cong2014-10-151-0/+1
* net_sched: avoid generating same handle for u32 filtersCong Wang2014-07-201-5/+14
* net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2014-06-112-2/+4
* net: use the new API kvfree()WANG Cong2014-06-056-34/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-10/+20
|\
| * net_sched: fix an oops in tcindex filterCong Wang2014-05-211-10/+20
* | net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-2/+2
* | sch_hhf: fix comparison of qlen and limitYang Yingliang2014-05-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-124-10/+11
|\|
| * net: sched: lock imbalance in hhf qdiscJohn Fastabend2014-05-041-5/+6
| * net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-243-5/+5
* | net: Allow tc changes in user namespacesStéphane Graber2014-05-022-4/+7
* | sched, act: allow to clear all actions as wellCong Wang2014-04-271-8/+6
* | sched, cls: check if we could overwrite actions when changing a filterCong Wang2014-04-2710-39/+41
|/
* net-sysfs: expose number of carrier on/off changesdavid decotigny2014-03-311-0/+2
* net: sched: use no more than one page in struct fw_headEric Dumazet2014-03-181-26/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-3/+4
|\