summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov1-1/+1
2018-06-26net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti1-9/+6
2018-05-19net_sched: fq: take care of throttled flows before reuseEric Dumazet1-12/+25
2018-04-29net: sched: ife: signal not finding metaidAlexander Aring1-1/+1
2018-04-13net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh1-1/+3
2018-04-13net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti1-1/+2
2018-04-13net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti1-4/+5
2018-04-13net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti1-4/+8
2018-03-31sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev1-1/+1
2018-03-31net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak1-0/+1
2018-03-22sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti1-0/+12
2018-03-22netem: apply correct delay when rate throttlingNik Unger1-8/+18
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel4-0/+11
2018-02-13cls_u32: add missing RCU annotation.Paolo Abeni1-5/+7
2018-01-17net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2-2/+2
2017-12-25sch_dsmark: fix invalid skb_cow() usageEric Dumazet1-2/+8
2017-11-18net_sched: avoid matching qdisc with zero handleCong Wang1-0/+2
2017-10-12net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov1-0/+1
2017-10-12net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti1-0/+1
2017-10-12net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko1-2/+4
2017-08-30net: sched: fix NULL pointer dereference when action calls some targetsXin Long1-0/+2
2017-08-30net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov1-3/+0
2017-08-30net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov1-1/+4
2017-08-13net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long1-1/+1
2017-07-21net: sched: Fix one possible panic when no destroy callbackGao Feng1-1/+2
2017-07-21net_sched: fix error recovery at qdisc creationEric Dumazet5-23/+19
2017-03-22act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-03-22net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov1-1/+0
2017-03-22net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-02-18net/sched: matchall: Fix configuration raceYotam Gigi1-82/+45
2017-02-04net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim1-3/+2
2017-01-15net/sched: cls_flower: Fix missing addr_type in classifyPaul Blakey1-0/+4
2017-01-15net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2016-11-30sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko1-4/+6
2016-11-30net/sched: pedit: make sure that offset is validAmir Vadai1-4/+20
2016-11-28net, sched: respect rcu grace period on cls destructionDaniel Borkmann8-21/+31
2016-11-25net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak1-1/+1
2016-11-17net sched filters: pass netlink message flags in event notificationRoman Mashak1-2/+3
2016-10-29net_sched actions: use nla_parse_nested()Johannes Berg1-2/+1
2016-10-28net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-10-20net/sched: act_mirred: Use passed lastuse argumentPaul Blakey1-1/+4
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong1-8/+11
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet1-7/+11
2016-10-04net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani1-0/+9
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+9
2016-09-28net/sched: cls_flower: Use a proper mask value for enc key id parameterHadar Hen Zion1-2/+2
2016-09-27act_ife: Fix false encodingYotam Gigi1-2/+2
2016-09-27act_ife: Fix external mac header on encodeYotam Gigi1-2/+1
2016-09-23net_sched: sch_fq: account for schedule/timers driftsEric Dumazet1-3/+18
2016-09-23sch_sfb: keep backlog updated with qlenWANG Cong1-0/+3