summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2018-03-22sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti
2018-03-22netem: apply correct delay when rate throttlingNik Unger
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel
2018-02-13cls_u32: add missing RCU annotation.Paolo Abeni
2018-01-17net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan
2017-12-25sch_dsmark: fix invalid skb_cow() usageEric Dumazet
2017-11-18net_sched: avoid matching qdisc with zero handleCong Wang
2017-10-12net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov
2017-10-12net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti
2017-10-12net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko
2017-08-30net: sched: fix NULL pointer dereference when action calls some targetsXin Long
2017-08-30net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov
2017-08-30net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-08-12net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long
2017-07-21net: sched: Fix one possible panic when no destroy callbackGao Feng
2017-07-21net_sched: fix error recovery at qdisc creationEric Dumazet
2017-03-22act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss
2017-03-22net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov
2017-03-22net sched actions: decrement module reference count after table flush.Roman Mashak
2017-02-18net/sched: matchall: Fix configuration raceYotam Gigi
2017-02-04net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim
2017-01-15net/sched: cls_flower: Fix missing addr_type in classifyPaul Blakey
2017-01-15net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2016-11-29sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko
2016-11-29net/sched: pedit: make sure that offset is validAmir Vadai
2016-11-28net, sched: respect rcu grace period on cls destructionDaniel Borkmann
2016-11-24net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak
2016-11-17net sched filters: pass netlink message flags in event notificationRoman Mashak
2016-10-29net_sched actions: use nla_parse_nested()Johannes Berg
2016-10-27net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim
2016-10-20net/sched: act_mirred: Use passed lastuse argumentPaul Blakey
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet
2016-10-03net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-28net/sched: cls_flower: Use a proper mask value for enc key id parameterHadar Hen Zion
2016-09-27act_ife: Fix false encodingYotam Gigi
2016-09-27act_ife: Fix external mac header on encodeYotam Gigi
2016-09-23net_sched: sch_fq: account for schedule/timers driftsEric Dumazet
2016-09-23sch_sfb: keep backlog updated with qlenWANG Cong
2016-09-23sch_qfq: keep backlog updated with qlenWANG Cong
2016-09-23net_sched: check NULL on error path in route4_change()WANG Cong
2016-09-22net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani
2016-09-21net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski
2016-09-21net: cls_bpf: allow offloaded filters to update statsJakub Kicinski
2016-09-21net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski
2016-09-21net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski
2016-09-21net: cls_bpf: add hardware offloadJakub Kicinski
2016-09-21net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet
2016-09-20net sched actions: fix GETing actionsJamal Hadi Salim