summaryrefslogtreecommitdiff
path: root/misc/ss.c
Commit message (Expand)AuthorAgeFilesLines
* misc: use SPDXStephen Hemminger2023-01-141-5/+1
* 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
* 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
* ss: use freecon() instead of free() when appropriateAndrea Claudi2022-01-311-4/+9
* 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
* 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-061-3/+3
|\
| * replace SNAPSHOT with auto-generated version stringStephen Hemminger2020-08-031-2/+2
| * misc: make the pattern matching case-insensitiveAnton Danilov2020-07-201-1/+1
* | ss: mptcp: add msk diag interface supportPaolo Abeni2020-07-141-10/+105
|/
* 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-131-16/+1
* | ss: add support for cgroup v2 information and filteringDmitry Yakunin2020-05-131-0/+61
* | ss: allow dumping MPTCP subflow informationDavide Caratti2020-04-291-0/+62
|/
* 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
* | 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
* | Merge branch 'master' into nextDavid Ahern2019-11-091-13/+13
|\ \ | |/
| * libnetlink.c, ss.c: properly handle fread() errorsMichał Łyszczek2019-11-011-13/+13
* | ss: allow dumping kTLS infoDavide Caratti2019-10-141-0/+89
|/
* ss: sctp: Formatting tweak in sctp_show_info for localsPatrick Talbert2019-08-061-1/+1
* ss: sctp: fix typo for nodelayPatrick Talbert2019-08-061-1/+1
* ss: Change resolve_services to numericDavid Ahern2019-07-091-1/+1
* Merge branch 'master' into nextDavid Ahern2019-07-091-1/+3
|\
| * ss: in --numeric mode, print raw numbers for data ratesTomasz Torcz2019-07-081-1/+3
* | ip: add a new parameter -NumericHangbin Liu2019-06-181-9/+6
|/
* ss: add option to print socket information on one lineJosh Hunt2019-05-021-10/+41