summaryrefslogtreecommitdiffstats
path: root/misc/ss.c
Commit message (Expand)AuthorAgeFilesLines
* ss: add more TCP_INFO componentsEric Dumazet2013-06-251-0/+13
* ss: Get netlink sockets info via sock-diag (v2)Andrey Vagin2013-06-051-0/+56
* ss: show destination address for netlink socketsAndrey Vagin2013-06-051-3/+10
* ss: create a function to print info about netlink socketsAndrey Vagin2013-06-051-58/+72
* ss: handle socket diag request in a separate functionAndrey Vagin2013-06-051-20/+29
* ss: replace bfp with bpf in usage().Rami Rosen2013-05-241-1/+1
* ss: Show inet and unix sockets' shutdown statePavel Emelyanov2013-05-171-6/+20
* ss: allow to retrieve AF_PACKET info via netlinkNicolas Dichtel2013-05-171-1/+189
* ss: add fastopen supportEric Dumazet2013-05-031-23/+25
* ss: show socket memory stats for unix sockets if requestedHannes Frederic Sowa2013-02-261-16/+31
* ss: use rta_getattr_u32Stephen Hemminger2013-02-261-1/+1
* ss: show send queue length on unix domain socketsHannes Frederic Sowa2013-02-261-5/+9
* ip: make local functions staticStephen Hemminger2013-02-121-23/+24
* iproute2: ss - change default filter to include all socket typesPetr Sabata2012-12-111-1/+1
* iproute2: drop libresolvAndreas Henriksson2012-11-121-1/+0
* ss: Get udp sockets info via sock-diagPavel Emelyanov2012-10-261-0/+7
* ss: Support sock-diagPavel Emelyanov2012-10-261-8/+87
* ss: Split inet_show_netlink into partsPavel Emelyanov2012-10-261-6/+21
* ss: Rename some tcp- names into inet-Pavel Emelyanov2012-10-261-9/+12
* ss: report SK_MEMINFO_BACKLOGEric Dumazet2012-08-011-3/+10
* ss: Report MSS from internal TCP informationBen Hutchings2012-07-311-0/+2
* ss: use new INET_DIAG_SKMEMINFO option to get more memory information for tcp...Shan Wei2012-05-031-2/+14
* Fix ss if INET_DIAG not enabled in kernelEric Dumazet2012-04-101-1/+7
* Convert to use rta_getattr_ functionsStephen Hemminger2012-04-101-1/+1
* ss: simplify codeStephen Hemminger2012-02-161-48/+16
* ss: Close file descriptors in tcp_show_netlink.Matt Tierney2012-02-161-2/+9
* ss: should support CONFIG_INET_UDP_DIAG=n kernelsEric Dumazet2012-01-301-6/+16
* Fix unix socket diagnostic buildStephen Hemminger2012-01-201-0/+1
* iproute: Dump unix sockets via netlinkPavel Emelyanov2012-01-201-0/+178
* ss: report ecnseenEric Dumazet2011-11-231-0/+2
* Display closed UDP sockets on 'ss -ul'Petr Šabata2011-11-161-1/+1
* Fix unterminated readlink() buffer usageThomas Jarosch2011-10-131-2/+8
* Fix pipe I/O stream descriptor leak in init_service_resolver()Thomas Jarosch2011-10-071-0/+1
* iproute2: ss - fix missing parametersPetr Sabata2011-10-061-2/+4
* ss: check result of readlinkStephen Hemminger2011-06-291-3/+3
* ss: fix autobound filterEric Dumazet2011-06-201-1/+1
* ss -p is much too slowSteve Fink2010-07-311-38/+96
* iproute: make ss --help output to stdoutAndreas Henriksson2009-12-261-6/+17
* ss: adds a space before congestion stringEric Dumazet2009-09-111-1/+1
* ss: correct display of sk pointerEric Dumazet2009-09-111-1/+2
* distinguish the inet and inet6 domain when loading the tcp_diag moduleLi Yewang2008-09-171-0/+5
* Fix the error of "ss -f inet -t"Li Yewang2008-09-171-3/+1
* timers are in user hzStephen Hemminger2008-06-201-1/+1
* use correct hz for rto,atoStephen Hemminger2008-06-201-3/+4
* ss: Fix return value checks for net_*_openBjörn Steinbrink2008-04-031-6/+6
* Use netinet/tcp.h (with correction) rather than kernel headersStephen Hemminger2007-12-311-2/+1
* Fix ss to handle partial records.Stephen Hemminger2007-07-181-124/+84
* ss: fix issues with signed inodesStephen Hemminger2007-07-101-15/+14
* Fixes use of uninitialized stringThomas Hisch2007-03-051-1/+1
* Remove trailing whitespaceStephen Hemminger2006-12-051-45/+45