aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* netlink route attribute cleanupStephen Hemminger2017-02-241-8/+8
* ss: print tcpi_rcv_mss and tcpi_advmssEric Dumazet2017-02-061-0/+8
* ifstat: Add "sw only" extended statistics to ifstatNogah Frankel2017-02-031-1/+3
* ifstat: Add extended statistics to ifstatNogah Frankel2017-02-031-15/+145
* ifstat: Includes reorderNogah Frankel2017-02-031-3/+3
* Merge branch 'master' into net-nextStephen Hemminger2016-12-021-2/+4
|\
| * ss: initialise variables outside of for loopSimon Horman2016-12-021-2/+4
* | ss: unix_show: No need to initialize members of calloc'ed structsPhil Sutter2016-12-021-2/+0
* | ss: Make sstate_namel local to scan_state()Phil Sutter2016-12-021-15/+14
* | ss: Make sstate_name local to sock_state_print()Phil Sutter2016-12-021-15/+14
* | ss: Make unix_state_map local to unix_show()Phil Sutter2016-12-021-3/+2
* | ss: Get rid of single-fielded struct snmpstatPhil Sutter2016-12-021-7/+3
* | ss: Get rid of useless goto in handle_follow_request()Phil Sutter2016-12-021-4/+2
* | ss: Make slabstat_ids local to get_slabstat()Phil Sutter2016-12-021-9/+7
* | ss: Make some variables function-localPhil Sutter2016-12-021-3/+1
* | ss: Make user_ent_hash_build_init local to user_ent_hash_build()Phil Sutter2016-12-021-2/+1
* | ss: Make tmr_name local to tcp_timer_print()Phil Sutter2016-12-021-9/+9
* | ss: Turn generic_proc_open() wrappers into macrosPhil Sutter2016-12-021-70/+19
* | ss: Eliminate unix_use_proc()Phil Sutter2016-12-021-6/+2
* | ss: Drop list traversal from unix_stats_print()Phil Sutter2016-12-021-73/+64
* | ss: introduce proc_ctx_print()Phil Sutter2016-12-021-35/+14
* | ss: Use sockstat->type in all socket typesPhil Sutter2016-12-021-58/+74
* | ss: Add missing tab when printing UNIX detailsPhil Sutter2016-12-021-2/+2
* | ss: Drop empty lines in UDP outputPhil Sutter2016-12-021-1/+1
* | ss: Mark fall through in arg parsing switch()Phil Sutter2016-12-021-0/+1
* | ss: print new tcp_info fields: busy, rwnd-limited, sndbuf-limited timesYuchung Cheng2016-12-011-0/+18
* | ss: print new tcp_info fields: delivery_rate and app_limitedNeal Cardwell2016-12-011-0/+9
* | ss: Add inet raw sockets information gathering via netlink diag interfaceCyrill Gorcunov2016-12-011-2/+18
|/
* ifstat/nstat: fix help output alignmentMike Frysinger2016-11-292-23/+23
* ss: break really long linesStephen Hemminger2016-11-291-4/+5
* ss: Add support for SCTP protocolPhil Sutter2016-11-291-8/+204
* iproute2: ss: escape all null bytes in abstract unix domain socketIsaac Boukris2016-11-121-1/+3
* misc/ss: tcp cwnd should be unsignedHangbin Liu2016-09-221-3/+4
* ss: Support displaying and filtering on socket marks.Lorenzo Colitti2016-09-223-2/+75
* ss: output TCP BBR diag informationNeal Cardwell2016-09-211-0/+31
* nstat: add sctp snmp supportHangbin Liu2016-09-081-0/+18
* ss: fix build with musl libcGustavo Zacarias2016-08-221-0/+1
* Replace malloc && memset by callocPhil Sutter2016-07-202-7/+3
* Use C99 style initializers everywherePhil Sutter2016-07-202-59/+42
* json_writer: Removed automatic json-object type from the constructorAnuradha Karuppiah2016-07-202-0/+13
* ss: Add option to suppress header lineDavid Ahern2016-07-201-9/+19
* ss: Fix support for device filter by indexDavid Ahern2016-07-201-3/+5
* Use ARRAY_SIZE macro everywherePhil Sutter2016-06-292-2/+3
* ss: Add support to filter on deviceDavid Ahern2016-06-283-1/+55
* ss: Allow ssfilter_bytecompile to return 0David Ahern2016-06-281-15/+37
* ss: Refactor inet_show_sockDavid Ahern2016-06-281-27/+48
* ss: Add tcp_info fields data_segs_in/outMartin KaFai Lau2016-06-211-0/+8
* misc/ss: Add family list to -f option in _usage()Fabien Siron2016-06-081-0/+1
* Make builds default to quiet modeDavid Ahern2016-05-311-5/+7
* Merge branch 'master' into net-nextStephen Hemminger2016-05-131-3/+2
|\