]> git.proxmox.com Git - mirror_iproute2.git/history - misc/ss.c
ss: Allow to specify sport/dport without ':'
[mirror_iproute2.git] / misc / ss.c
2015-03-15 Vadim Kochanss: Allow to specify sport/dport without ':'
2015-02-24 Hagen Paul Pfeiferss: group DCTCP socket statistics
2015-02-24 Vadim Kochanss: Skip filtered netlink sockets before detailed info
2015-02-24 Vadim Kochanss: Add filter before printing unix stats from Netlink
2015-02-22 Bryton Leeprevent the read ahead of /proc/slabinfo in ss
2015-02-22 Vadim Kochanss: Fixed wrong tcp ato value from netlink
2015-02-22 Vadim Kochanss: Unify socket address output by one generic func
2015-02-22 Vadim Kochanss: Unify details info output:ino,uid,sk
2015-02-22 Vadim Kochanss: Unify state socket output:netid, state, rq, wq
2015-02-22 Vadim Kochanss: Replace unixstat struct by new sockstat struct
2015-02-22 Vadim Kochanss: Replace pktstat struct by new sockstat struct
2015-02-22 Vadim Kochanss: Split tcpstap struct to sockstat & tcpstat
2015-02-22 Vadim Kochanss: Fix filter expression parser
2015-02-10 Stephen HemmingerMerge branch 'net-next'
2015-02-10 Vadim Kochanss: Show stats from specified network namespace
2015-02-05 Stephen HemmingerMerge branch 'master' into net-next
2015-02-05 Vadim Kochanss: Unify inet sockets output
2015-02-05 Vadim Kochanss: Unify meminfo output
2015-02-05 Vadim Kochanss: Filter inet dgram sockets with established state...
2015-01-14 Stephen HemmingerMerge branch 'master' into net-next
2015-01-14 Vadim Kochanss: Usage filter state names, options alignment
2015-01-14 Vadim Kochanss: Fix case when UDP is printed as ipproto-xxx
2015-01-07 Vadim Kochanss: Filtering logic changing, with fixes
2015-01-07 Vadim Kochanss: Unify packet stats output from netlink and proc
2015-01-07 Vadim Kochanss: Unify unix stats output from netlink and proc
2014-12-27 Vadim Kochanss: Use rtnl_dump_filter for inet_show_netlink
2014-12-24 Stephen HemmingerMerge branch 'net-next'
2014-12-20 Stephen Hemmingerwhitespace cleanup
2014-12-20 Vadim Kochanss: Dont show netlink and packet sockets by default
2014-12-20 Stephen HemmingerMerge branch 'master' into net-next
2014-12-20 vadimkss: Use rtnl_dump_filter in handle_netlink_request
2014-12-10 vadimkss: Use nl_proto_a2n for filtering by netlink proto
2014-12-10 vadimkss: Fix layout/output issues introduced by regression
2014-11-30 vadimkss: Use generic handle_netlink_request for packet
2014-11-29 vadimkss: Refactor to use macro for define diag nl request
2014-11-29 vadimkss: Fixed broken output for Netlink 'Peer Address:Port...
2014-11-29 vadimkss: Remove checking SS_CLOSE state for packet and netlink
2014-11-29 vadimkss: Identify more netlink protocol names
2014-10-30 Stephen HemmingerMerge branch 'net-next'
2014-10-30 Eric Dumazetnetlink: extend buffers to 16K
2014-10-30 Daniel Borkmannss: output dctcp diag information
2014-10-09 Eric Dumazetss: add more tcp socket diagnostics
2014-06-09 Eric Dumazetss: display pacing_rate/max_pacing_rate
2014-03-10 Richard Hainesss: Add support for retrieving SELinux contexts
2014-02-17 FX Le Bailss: display interface name as zone index when needed
2014-02-10 Pavel Emelyanoviproute: Fix Netid value for multi-families output
2014-01-10 Stephen HemmingerMerge branch 'master' into net-next-for-3.13
2014-01-10 Masatake YAMATOss: add unix_seqpacket to the help message and the...
2014-01-10 Masatake YAMATOss: enable query by type in unix domain related socket
2014-01-10 Masatake YAMATOss: handle seqpacket type of unix domain socket
2014-01-10 Stephen HemmingerMerge branch 'master' into net-next-for-3.13
2013-12-20 Stephen Hemmingercheck return value of rtnl_send and related functions
2013-11-23 Andreas Henrikssonss: avoid passing negative numbers to malloc
2013-11-23 Andreas Henrikssonss: avoid passing negative numbers to malloc
2013-07-16 Stephen HemmingerMerge branch 'net-next-3.10'
2013-06-25 Eric Dumazetss: add more TCP_INFO components
2013-06-05 Andrey Vaginss: Get netlink sockets info via sock-diag (v2)
2013-06-05 Andrey Vaginss: show destination address for netlink sockets
2013-06-05 Andrey Vaginss: create a function to print info about netlink sockets
2013-06-05 Andrey Vaginss: handle socket diag request in a separate function
2013-05-24 Rami Rosenss: replace bfp with bpf in usage().
2013-05-17 Pavel Emelyanovss: Show inet and unix sockets' shutdown state
2013-05-17 Nicolas Dichtelss: allow to retrieve AF_PACKET info via netlink
2013-05-04 Eric Dumazetss: add fastopen support
2013-02-27 Hannes Frederic... ss: show socket memory stats for unix sockets if requested
2013-02-27 Stephen Hemmingerss: use rta_getattr_u32
2013-02-27 Hannes Frederic... ss: show send queue length on unix domain sockets
2013-02-19 Stephen HemmingerMerge branch 'master' of git://git.kernel.org/pub/scm...
2013-02-12 Stephen Hemmingerip: make local functions static
2012-12-11 Petr Sabataiproute2: ss - change default filter to include all...
2012-11-12 Andreas Henrikssoniproute2: drop libresolv
2012-10-27 Pavel Emelyanovss: Get udp sockets info via sock-diag
2012-10-27 Pavel Emelyanovss: Support sock-diag
2012-10-27 Pavel Emelyanovss: Split inet_show_netlink into parts
2012-10-27 Pavel Emelyanovss: Rename some tcp- names into inet-
2012-08-01 Eric Dumazetss: report SK_MEMINFO_BACKLOG
2012-07-31 Ben Hutchingsss: Report MSS from internal TCP information
2012-05-03 Shan Weiss: use new INET_DIAG_SKMEMINFO option to get more...
2012-04-10 Eric DumazetFix ss if INET_DIAG not enabled in kernel
2012-04-10 Stephen HemmingerConvert to use rta_getattr_ functions
2012-02-17 Stephen Hemmingerss: simplify code
2012-02-17 Matt Tierneyss: Close file descriptors in tcp_show_netlink.
2012-01-30 Eric Dumazetss: should support CONFIG_INET_UDP_DIAG=n kernels
2012-01-20 Stephen HemmingerFix unix socket diagnostic build
2012-01-20 Pavel Emelyanoviproute: Dump unix sockets via netlink
2011-11-23 Eric Dumazetss: report ecnseen
2011-11-16 Petr ŠabataDisplay closed UDP sockets on 'ss -ul'
2011-10-13 Thomas JaroschFix unterminated readlink() buffer usage
2011-10-07 Thomas JaroschFix pipe I/O stream descriptor leak in init_service_res...
2011-10-06 Petr Sabataiproute2: ss - fix missing parameters
2011-06-29 Stephen Hemmingerss: check result of readlink
2011-06-20 Eric Dumazetss: fix autobound filter
2010-08-01 Steve Finkss -p is much too slow
2010-03-04 Stephen HemmingerMerge branch 'master' of git://git.kernel.org/pub/scm...
2009-12-26 Andreas Henrikssoniproute: make ss --help output to stdout
2009-09-11 Eric Dumazetss: adds a space before congestion string
2009-09-11 Eric Dumazetss: correct display of sk pointer
2008-09-18 Li Yewangdistinguish the inet and inet6 domain when loading...
2008-09-18 Li YewangFix the error of "ss -f inet -t"
2008-07-08 Stephen HemmingerMerge branch 'master' of git://git.kernel.org/pub/scm...
next