summaryrefslogtreecommitdiff
path: root/tc
Commit message (Expand)AuthorAgeFilesLines
* tc/prio: handle possible truncated kernel responseStephen Hemminger2023-05-131-0/+2
* netem: fix NULL deref on allocation failureStephen Hemminger2023-05-131-0/+3
* m_action: fix warning of overwrite of const stringStephen Hemminger2023-05-131-2/+2
* tc_exec: don't dereference NULL on calloc failureStephen Hemminger2023-05-131-0/+4
* tc_util fix unitialized warningStephen Hemminger2023-05-131-1/+1
* tc_filter: fix unitialized warningStephen Hemminger2023-05-131-3/+4
* iproute2: optimize code and fix some mem-leak riskzhaoshuang2023-05-113-0/+3
* remove unnecessary checks for NULL before calling free()Stephen Hemminger2023-05-104-8/+4
* tc/taprio: add support for preemptible traffic classesVladimir Oltean2023-04-241-24/+76
* tc/mqprio: add support for preemptible traffic classesVladimir Oltean2023-04-241-0/+99
* Merge remote-tracking branch 'main/main' into nextDavid Ahern2023-04-241-4/+4
|\
| * tc/taprio: break up help text into multiple linesVladimir Oltean2023-04-241-4/+4
* | Merge branch 'main' into nextDavid Ahern2023-04-227-20/+32
|\ \ | |/
| * whitespace cleanupStephen Hemminger2023-04-211-1/+1
| * tc: m_action: fix parsing of TCA_EXT_WARN_MSG by using different enumHangbin Liu2023-03-181-1/+7
| * Revert "tc: m_action: fix parsing of TCA_EXT_WARN_MSG"Hangbin Liu2023-03-181-1/+1
| * tc: m_nat: parse index argument correctlyPedro Tammela2023-03-051-1/+4
| * tc: m_mpls: parse index argument correctlyPedro Tammela2023-03-051-0/+4
| * tc: m_csum: parse index argument correctlyPedro Tammela2023-03-051-1/+4
| * tc: f_u32: fix json object leakHangbin Liu2023-03-051-14/+10
| * u32: fix TC_U32_TERMINAL printingHangbin Liu2023-03-051-1/+1
| * tc: m_action: fix parsing of TCA_EXT_WARN_MSGPedro Tammela2023-02-241-1/+1
| * tc: add missing separatorChristian Hesse2023-02-241-1/+1
* | tc: m_tunnel_key: support code for "nofrag" tunnelsDavide Caratti2023-04-071-11/+37
|/
* tc: m_ct: add support for helperXin Long2023-02-181-1/+52
* tc: add new attr TCA_EXT_WARN_MSGHangbin Liu2023-01-225-0/+15
* Revert "tc/tc_monitor: print netlink extack message"Hangbin Liu2023-01-221-3/+0
* tc: use SPDXStephen Hemminger2023-01-1481-467/+79
* tc: replace GPL-BSD boilerplate in codel and fqStephen Hemminger2023-01-143-93/+3
* tc: remove support for rr qdiscStephen Hemminger2023-01-112-120/+0
* tc/htb: add SPDX commentStephen Hemminger2023-01-091-9/+3
* tc/htb: break long linesStephen Hemminger2023-01-091-2/+4
* tc: Add JSON output to tc-classMax Tottenham2023-01-092-27/+37
* Merge branch 'main' into nextDavid Ahern2022-12-165-8/+9
|\
| * tc: make prefix constStephen Hemminger2022-12-122-5/+6
| * tc: print errors on stderrStephen Hemminger2022-12-092-2/+2
| * tc: ct: Fix invalid pointer dereferenceRoi Dayan2022-12-071-1/+1
* | Merge branch 'main' into nextDavid Ahern2022-12-028-62/+28
|\ \ | |/
| * tc/basic: fix json output filterStephen Hemminger2022-12-011-4/+7
| * tc: put size table options in json objectStephen Hemminger2022-11-251-0/+2
| * tc_util: Change datatype for maj to avoid overflow issueLai Peter Jun Ann2022-11-231-1/+1
| * tc_util: Fix no error return when large parent id usedLai Peter Jun Ann2022-11-231-1/+1
| * tc: add json support to size tableStephen Hemminger2022-11-223-10/+16
| * remove #if 0 codeStephen Hemminger2022-11-223-30/+1
| * tc_stab: remove dead codeStephen Hemminger2022-11-211-16/+0
* | taprio: fix wrong for loop condition in add_tc_entries()Tan Tee Min2022-12-021-1/+1
* | Merge branch 'main' into nextDavid Ahern2022-11-131-5/+7
|\ \ | |/
| * u32: fix json formatting of flowidStephen Hemminger2022-10-131-5/+7
* | taprio: support dumping and setting per-tc max SDUVladimir Oltean2022-10-311-0/+95
* | f_flower: Introduce L2TPv3 supportWojciech Drewek2022-10-091-1/+47