summaryrefslogtreecommitdiff
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: flower: fix error handler on replaceVlad Buslov2023-05-051-1/+2
* Revert "net/sched: flower: Fix wrong handle assignment during filter change"Vlad Buslov2023-05-051-1/+1
* net/sched: flower: fix filter idr initializationVlad Buslov2023-05-051-3/+3
* net/sched: act_mirred: Add carrier checkVictor Nogueira2023-05-011-1/+1
* net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov2023-04-281-0/+1
* net/sched: act_pedit: free pedit keys on bail from offset checkPedro Tammela2023-04-271-1/+3
* net/sched: flower: Fix wrong handle assignment during filter changeIvan Vecera2023-04-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-264-27/+31
|\
| * net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela2023-04-231-14/+11
| * net/sched: sch_qfq: use extack on errors messagesPedro Tammela2023-04-231-4/+5
| * net/sched: sch_htb: use extack on errors messagesPedro Tammela2023-04-231-8/+9
| * net/sched: cls_api: Initialize miss_cookie_node when action miss is not usedIvan Vecera2023-04-211-0/+1
| * net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti2023-04-211-1/+5
* | net/sched: act_pedit: rate limit datapath messagesPedro Tammela2023-04-231-7/+5
* | net/sched: act_pedit: remove extra check for key typePedro Tammela2023-04-231-22/+7
* | net/sched: act_pedit: check static offsets a prioriPedro Tammela2023-04-231-6/+14
* | net/sched: act_pedit: use extack in 'ex' parsing errorsPedro Tammela2023-04-231-4/+13
* | net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keysPedro Tammela2023-04-231-8/+3
* | net: sched: Print msecs when transmit queue time outYajun Deng2023-04-231-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-202-6/+10
|\ \ | |/
| * net/sched: clear actions pointer in miss cookie init failPedro Tammela2023-04-171-0/+3
| * net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-141-6/+7
* | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski2023-04-191-2/+1
* | net/sched: taprio: allow per-TC user input of FP adminStatusVladimir Oltean2023-04-131-13/+52
* | net/sched: mqprio: allow per-TC user input of FP adminStatusVladimir Oltean2023-04-133-1/+143
* | net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean2023-04-132-3/+14
* | net/sched: mqprio: add an extack message to mqprio_parse_opt()Vladimir Oltean2023-04-131-1/+4
* | net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean2023-04-131-7/+23
* | net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONSVladimir Oltean2023-04-131-19/+13
* | net/sched: sch_mqprio: use netlink payload helpersPedro Tammela2023-04-051-4/+4
* | net/sched: act_tunnel_key: add support for "don't fragment"Davide Caratti2023-03-301-0/+5
* | fix typos in net/sched/* filesTaichi Nishimura2023-03-243-3/+3
* | net/sched: act_api: use the correct TCA_ACT attributes in dumpPedro Tammela2023-03-231-4/+4
* | net/sched: remove two skb_mac_header() usesEric Dumazet2023-03-222-2/+2
* | sch_cake: do not use skb_mac_header() in cake_overhead()Eric Dumazet2023-03-221-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-4/+4
|\ \ | |/
| * net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu2023-03-161-4/+4
| * Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu2023-03-161-2/+2
* | net: sched: remove qdisc_watchdog->last_expiresEric Dumazet2023-03-091-2/+4
|/
* net/sched: flower: fix fl_change() error recovery pathEric Dumazet2023-03-011-4/+6
* net/sched: act_connmark: handle errno on tcf_idr_check_allocPedro Tammela2023-03-011-0/+3
* net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela2023-02-271-2/+2
* net/sched: act_sample: fix action bind logicPedro Tammela2023-02-261-2/+9
* net/sched: act_mpls: fix action bind logicPedro Tammela2023-02-261-29/+37
* net/sched: act_pedit: fix action bind logicPedro Tammela2023-02-261-27/+31
* net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor2023-02-261-1/+1
* net/sched: flower: Support hardware miss to tc actionPaul Blakey2023-02-201-1/+12
* net/sched: flower: Move filter handle initialization earlierPaul Blakey2023-02-201-27/+35
* net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-202-11/+206
* net/sched: Rename user cookie and act cookiePaul Blakey2023-02-202-27/+27