summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2023-06-07net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua
2023-06-07net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet
2023-06-07net: sched: move rtm_tca_policy declaration to include fileEric Dumazet
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-06-05net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet
2023-06-04net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen
2023-06-01net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua
2023-05-30net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao
2023-05-30net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye
2023-05-30net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye
2023-05-30net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye
2023-05-30net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye
2023-05-05net/sched: flower: fix error handler on replaceVlad Buslov
2023-05-05Revert "net/sched: flower: Fix wrong handle assignment during filter change"Vlad Buslov
2023-05-05net/sched: flower: fix filter idr initializationVlad Buslov
2023-05-01net/sched: act_mirred: Add carrier checkVictor Nogueira
2023-04-28net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov
2023-04-27net/sched: act_pedit: free pedit keys on bail from offset checkPedro Tammela
2023-04-27net/sched: flower: Fix wrong handle assignment during filter changeIvan Vecera
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-04-23net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela
2023-04-23net/sched: sch_qfq: use extack on errors messagesPedro Tammela
2023-04-23net/sched: sch_htb: use extack on errors messagesPedro Tammela
2023-04-23net/sched: act_pedit: rate limit datapath messagesPedro Tammela
2023-04-23net/sched: act_pedit: remove extra check for key typePedro Tammela
2023-04-23net/sched: act_pedit: check static offsets a prioriPedro Tammela
2023-04-23net/sched: act_pedit: use extack in 'ex' parsing errorsPedro Tammela
2023-04-23net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keysPedro Tammela
2023-04-23net: sched: Print msecs when transmit queue time outYajun Deng
2023-04-21net/sched: cls_api: Initialize miss_cookie_node when action miss is not usedIvan Vecera
2023-04-21net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski
2023-04-17net/sched: clear actions pointer in miss cookie init failPedro Tammela
2023-04-14net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung
2023-04-13net/sched: taprio: allow per-TC user input of FP adminStatusVladimir Oltean
2023-04-13net/sched: mqprio: allow per-TC user input of FP adminStatusVladimir Oltean
2023-04-13net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean
2023-04-13net/sched: mqprio: add an extack message to mqprio_parse_opt()Vladimir Oltean
2023-04-13net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean
2023-04-13net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONSVladimir Oltean
2023-04-05net/sched: sch_mqprio: use netlink payload helpersPedro Tammela
2023-03-30net/sched: act_tunnel_key: add support for "don't fragment"Davide Caratti
2023-03-24fix typos in net/sched/* filesTaichi Nishimura
2023-03-23net/sched: act_api: use the correct TCA_ACT attributes in dumpPedro Tammela
2023-03-22net/sched: remove two skb_mac_header() usesEric Dumazet
2023-03-22sch_cake: do not use skb_mac_header() in cake_overhead()Eric Dumazet
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-16net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu
2023-03-16Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu