summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-261-9/+6
* net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-05-191-12/+25
* net: sched: ife: signal not finding metaidAlexander Aring2018-04-291-1/+1
* net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh2018-04-131-1/+3
* net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti2018-04-131-1/+2
* net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti2018-04-131-4/+5
* net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti2018-04-131-4/+8
* sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2018-03-311-1/+1
* net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak2018-03-311-0/+1
* sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti2018-03-221-0/+12
* netem: apply correct delay when rate throttlingNik Unger2018-03-221-8/+18
* net_sched: red: Avoid illegal valuesNogah Frankel2018-02-254-0/+11
* cls_u32: add missing RCU annotation.Paolo Abeni2018-02-131-5/+7
* net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2018-01-172-2/+2
* sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-12-251-2/+8
* net_sched: avoid matching qdisc with zero handleCong Wang2017-11-181-0/+2
* net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov2017-10-121-0/+1
* net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti2017-10-121-0/+1
* net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko2017-10-121-2/+4
* net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-301-0/+2
* net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-301-3/+0
* 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
* act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss2017-03-221-0/+3
* net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov2017-03-221-1/+0
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-03-221-4/+1
* net/sched: matchall: Fix configuration raceYotam Gigi2017-02-181-82/+45
* net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim2017-02-041-3/+2
* net/sched: cls_flower: Fix missing addr_type in classifyPaul Blakey2017-01-151-0/+4
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-01-151-1/+3
* sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko2016-11-291-4/+6
* net/sched: pedit: make sure that offset is validAmir Vadai2016-11-291-4/+20
* net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-11-288-21/+31
* net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak2016-11-241-1/+1
* net sched filters: pass netlink message flags in event notificationRoman Mashak2016-11-171-2/+3
* net_sched actions: use nla_parse_nested()Johannes Berg2016-10-291-2/+1
* net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2016-10-271-1/+2
* net/sched: act_mirred: Use passed lastuse argumentPaul Blakey2016-10-201-1/+4
* net_sched: reorder pernet ops and act ops registrationsWANG Cong2016-10-131-8/+11
* net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet2016-10-131-7/+11
* net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani2016-10-031-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-023-4/+9
|\
| * act_ife: Fix false encodingYotam Gigi2016-09-271-2/+2
| * act_ife: Fix external mac header on encodeYotam Gigi2016-09-271-2/+1
| * sch_sfb: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
| * sch_qfq: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
* | net/sched: cls_flower: Use a proper mask value for enc key id parameterHadar Hen Zion2016-09-281-2/+2
* | net_sched: sch_fq: account for schedule/timers driftsEric Dumazet2016-09-231-3/+18