summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
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
2023-03-09net: sched: remove qdisc_watchdog->last_expiresEric Dumazet
2023-03-01net/sched: flower: fix fl_change() error recovery pathEric Dumazet
2023-03-01net/sched: act_connmark: handle errno on tcf_idr_check_allocPedro Tammela
2023-02-27net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela
2023-02-26net/sched: act_sample: fix action bind logicPedro Tammela
2023-02-26net/sched: act_mpls: fix action bind logicPedro Tammela
2023-02-26net/sched: act_pedit: fix action bind logicPedro Tammela
2023-02-26net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor
2023-02-20net/sched: flower: Support hardware miss to tc actionPaul Blakey
2023-02-20net/sched: flower: Move filter handle initialization earlierPaul Blakey
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey