summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-221-5/+2
* net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-221-0/+1
* net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-07-221-1/+1
* net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-05-261-12/+25
* net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh2018-04-131-1/+3
* net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti2018-04-131-4/+8
* sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti2018-03-221-0/+12
* net_sched: red: Avoid illegal valuesNogah Frankel2018-02-254-0/+11
* sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-12-251-2/+8
* net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-301-0/+2
* net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-301-1/+4
* net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-121-1/+1
* net: sched: Fix one possible panic when no destroy callbackGao Feng2017-07-211-1/+2
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-07-215-23/+19
* net_sched: close another race condition in tcf_mirred_release()WANG Cong2017-05-021-2/+3
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-03-221-4/+1
* act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss2017-03-221-0/+3
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-01-151-1/+3
* net/sched: pedit: make sure that offset is validAmir Vadai2016-12-101-4/+20
* net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-12-107-20/+31
* net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2016-11-151-1/+2
* net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani2016-11-151-0/+9
* net_sched: fix mirrored packets checksumWANG Cong2016-07-271-1/+1
* bpf: try harder on clones when writing into skbDaniel Borkmann2016-07-112-19/+7
* netem: fix a use after freeEric Dumazet2016-07-111-6/+6
* net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet2016-07-111-0/+4
* netem: Segment GSO packets on enqueueNeil Horman2016-05-181-2/+59
* sch_dsmark: update backlog as wellWANG Cong2016-05-181-0/+3
* sch_htb: update backlog as wellWANG Cong2016-05-181-1/+4
* net_sched: update hierarchical backlog tooWANG Cong2016-05-1819-47/+84
* net_sched: introduce qdisc_replace() helperWANG Cong2016-05-1812-78/+12
* net: sched: do not requeue a NULL skbLars Persson2016-05-181-1/+4
* net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim2016-03-031-0/+1
* sched,cls_flower: set key address type when presentJamal Hadi Salim2016-01-311-2/+8
* net: sched: fix missing free per cpu on qstatsJohn Fastabend2016-01-061-1/+3
* net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet2015-12-151-1/+1
* net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-034-14/+23
* net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet2015-11-081-46/+92
* sched: cls_flow: use skb_to_full_sk() helperEric Dumazet2015-11-081-4/+11
* net: sched: kill dead code in sch_choke.cPhil Sutter2015-11-031-59/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-202-5/+24
|\
| * sch_hhf: fix return value of hhf_drop()WANG Cong2015-10-111-1/+10
| * act_mirred: clear sender cpu before sending to txWANG Cong2015-10-081-0/+1
| * act_mirred: always release tcf hashWANG Cong2015-10-051-3/+3
| * act_mirred: fix a race condition on mirred_listWANG Cong2015-10-051-1/+10
* | net: synack packets can be attached to request socketsEric Dumazet2015-10-111-1/+2
* | net/sched: make sch_blackhole.c explicitly non-modularPaul Gortmaker2015-10-091-12/+3
* | sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-031-2/+6
* | tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-031-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-15/+15
|\|