summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* nstat: fix potential NULL derefStephen Hemminger2023-05-131-0/+6
* misc: use SPDXStephen Hemminger2023-01-1411-38/+11
* ss: re-add TIPC query supportMatthieu Baerts2022-10-201-0/+1
* ss: usage: add missing parametersMatthieu Baerts2022-10-201-1/+2
* ss: fix duplicate includeStephen Hemminger2022-10-041-1/+0
* ss: Shorter display format for TLS zerocopy sendfileMaxim Mikityanskiy2022-06-121-2/+3
* ss: Introduce -T, --threads optionPeilin Ye2022-05-301-29/+65
* ss: Factor out fd iterating logic from user_ent_hash_build()Peilin Ye2022-05-301-65/+79
* ss: Fix coding style issues in user_ent_hash_build()Peilin Ye2022-05-301-10/+12
* ss: Delete unnecessary call to snprintf() in user_ent_hash_build()Peilin Ye2022-05-301-4/+1
* ss: Do not call user_ent_hash_build() more than oncePeilin Ye2022-05-301-9/+3
* ss: Remove unnecessary stack variable 'p' in user_ent_hash_build()Peilin Ye2022-05-301-5/+3
* ss: Use assignment-suppression character in sscanf()Peilin Ye2022-05-301-3/+2
* ss: Show zerocopy sendfile status of TLS socketsMaxim Mikityanskiy2022-05-301-0/+6
* libnetlink: Add filtering to rtnl_statsdump_req_filter()Petr Machata2022-04-271-1/+1
* ss: remove an implicit dependency on rpcinfoAndrea Claudi2022-03-231-20/+73
* ss: display advertised TCP receive window and out-of-order counterDavide Caratti2022-03-041-0/+8
* lnstat: fix strdup leak in -w argument parsingMaxim Petrov2022-02-161-0/+1
* ss: use freecon() instead of free() when appropriateAndrea Claudi2022-01-311-4/+9
* lnstat: fix buffer overflow in header output[200~jiangheng2021-11-171-1/+2
* cmd: use spaces instead of tabs for usage indentationFrank Villaro-Dixon2021-10-061-11/+11
* ss: fix fallback to procfs for raw socketsJakub Kicinski2021-08-181-4/+4
* Merge git://git.kernel.org/pub/scm/network/iproute2/iproute2-nextStephen Hemminger2021-02-231-49/+49
|\
| * ss: Make leading ":" always optional for sport and dportThayne McCombs2021-02-141-22/+24
| * ss: always prefer family as part of host condition to default familyThayne McCombs2021-02-041-26/+24
* | ss: do not emit warn while dumping MPTCP on old kernelsPaolo Abeni2021-02-021-1/+9
|/
* ss: mptcp: fix add_addr_accepted stat printAndrea Claudi2020-12-151-1/+1
* misc: fix compiler warning in ifstat and nstatStephen Hemminger2020-11-292-3/+2
* ss: add support for xdp statisticsCiara Loftus2020-09-291-1/+21
* iproute2: ss: add support to expose various inet sockoptsWei Wang2020-09-081-0/+43
* Merge branch 'main' into nextDavid Ahern2020-08-066-14/+13
|\
| * lnstat: use same version as iproute2v5.8.0Stephen Hemminger2020-08-032-3/+2
| * replace SNAPSHOT with auto-generated version stringStephen Hemminger2020-08-034-8/+8
| * misc: make the pattern matching case-insensitiveAnton Danilov2020-07-203-3/+3
* | ss: mptcp: add msk diag interface supportPaolo Abeni2020-07-141-10/+105
|/
* rtacct: drop unused headerStephen Hemminger2020-07-081-1/+0
* Merge branch 'master' into nextDavid Ahern2020-05-271-4/+13
|\
| * ss: update to bw printStephen Hemminger2020-05-051-1/+8
| * ss: add support for Gbit speeds in sprint_bw()Eric Dumazet2020-05-051-4/+6
* | ss: add checks for bc filter supportDmitry Yakunin2020-05-136-33/+154
* | ss: add support for cgroup v2 information and filteringDmitry Yakunin2020-05-133-1/+84
* | ss: allow dumping MPTCP subflow informationDavide Caratti2020-04-291-0/+62
|/
* nstat: print useful error messages in abort() casesAndrea Claudi2020-02-231-14/+33
* Merge branch 'master' of git://git.kernel.org/pub/scm/network/iproute2/iprout...Stephen Hemminger2020-01-291-4/+15
|\
| * ss: use compact output for undetected screen widthPeter Junos2020-01-021-4/+15
* | make yacc usage POSIX compatibleEthan Sommer2020-01-202-4/+4
* | build: fix build failure with -fno-commonJan Engelhardt2020-01-201-1/+1
|/
* ss: fix end-of-line printing in misc/ss.cBrian Vazquez2019-12-051-0/+5
* Merge branch 'master' into nextDavid Ahern2019-11-201-0/+2
|\
| * ss: show header for --processes/-pHritik Vijay2019-11-141-0/+2