summaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
* sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen9 days1-65/+75
* net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet14 days1-1/+2
* net/sched: netem: account for backlog updates from child qdiscMartin Ottens2024-12-121-6/+16
* net: sched: fix ordering of qlen adjustmentLion Ackermann2024-12-042-2/+2
* net: sched: fix erspan_opt settings in cls_flowerXin Long2024-12-041-2/+3
* net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens2024-11-301-6/+12
* net_sched: sch_fq: don't follow the fast path if Tx is behind nowJakub Kicinski2024-11-281-0/+6
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-2117-162/+179
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-141-4/+14
| |\
| * | net: sched: cls_api: improve the error message for ID allocation failureJakub Kicinski2024-11-121-14/+25
| * | net: convert to nla_get_*_default()Johannes Berg2024-11-1112-45/+33
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-012-1/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-253-9/+43
| |\ \ \
| * | | | net/sched: act_api: unexport tcf_action_dump_1()Vladimir Oltean2024-10-231-45/+44
| * | | | net: sched: Use rtnl_register_many().Kuniyuki Iwashima2024-10-163-24/+34
| * | | | net/sched: cbs: Fix integer overflow in cbs_set_port_rate()Elena Salomatkina2024-10-161-1/+1
| * | | | net_sched: sch_fq: prepare for TIME_WAIT socketsEric Dumazet2024-10-151-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-1/+6
| |\ \ \ \
| * | | | | net_sched: sch_sfq: handle bigger packetsEric Dumazet2024-10-101-26/+13
| * | | | | net_sched: sch_fq: add the ability to offload pacingJeffrey Ji2024-10-051-6/+27
* | | | | | Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-11-191-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | netem: Include <linux/prandom.h> in sch_netem.cUros Bizjak2024-10-031-0/+1
* | | | | | net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno...Alexandre Ferrieux2024-11-131-4/+14
| |_|_|_|/ |/| | | |
* | | | | net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()Vladimir Oltean2024-10-291-0/+1
* | | | | net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela2024-10-291-1/+1
| |_|_|/ |/| | |
* | | | net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov2024-10-231-6/+12
* | | | net: sched: fix use-after-free in taprio_change()Dmitry Antipov2024-10-231-1/+2
* | | | net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean2024-10-231-1/+22
* | | | net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet2024-10-211-1/+7
| |_|/ |/| |
* | | net/sched: accept TCA_STAB only for root qdiscEric Dumazet2024-10-091-1/+6
| |/ |/|
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* sch_cake: constify inverse square root cacheDave Taht2024-09-111-35/+18
* net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov2024-09-081-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-062-9/+11
|\
| * sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen2024-09-051-4/+7
| * sch/netem: fix use after free in netem_dequeueStephen Hemminger2024-09-031-5/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-291-1/+3
|\|
| * net_sched: sch_fq: fix incorrect behavior for small weightsEric Dumazet2024-08-271-1/+3
* | tc: adjust network header after 2nd vlan pushBoris Sukholitko2024-08-271-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-231-18/+29
|\|
| * netem: fix return value if duplicate enqueue failsStephen Hemminger2024-08-211-18/+29
* | sched: act_ct: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva2024-08-131-3/+1
|/
* sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet2024-07-261-1/+3
* net/sched: cls_flower: propagate tca[TCA_OPTIONS] to NL_REQ_ATTR_CHECKAsbjørn Sloth Tønnesen2024-07-151-14/+20
* flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen2024-07-151-1/+2
* flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen2024-07-151-3/+0
* net/sched: cls_flower: rework TCA_FLOWER_KEY_ENC_FLAGS usageAsbjørn Sloth Tønnesen2024-07-151-43/+13
* net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags()Asbjørn Sloth Tønnesen2024-07-151-0/+30
* net/sched: cls_flower: add policy for TCA_FLOWER_KEY_FLAGSAsbjørn Sloth Tønnesen2024-07-151-2/+8
* net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGSAsbjørn Sloth Tønnesen2024-07-151-10/+30