Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
iproute2
/
e7fefb3214b5a1ed030cab9df513560c503a9851
/
misc
6c6bbc3
ss: Fix for added diag support check
by Phil Sutter
· 7 years ago
0aa0335
ss: Make sure scanned index value to unix_state_map is sane
by Phil Sutter
· 7 years ago
4cbf522
ss: Make struct tcpstat fields 'timer' and 'timeout' unsigned
by Phil Sutter
· 7 years ago
bc27878
lnstat_util: Simplify alloc_and_open() a bit
by Phil Sutter
· 7 years ago
6d02518
ifstat, nstat: Check fdopen() return value
by Phil Sutter
· 7 years ago
ae4e21c
ss: fix help/man TCP-STATE description for listening
by Andreas Henriksson
· 7 years ago
301826b
ss: Use C99 initializer in netlink_show_one()
by Phil Sutter
· 7 years ago
e469523
ss: Drop useless assignment
by Phil Sutter
· 7 years ago
44448a9
ss: Skip useless check in parse_hostcond()
by Phil Sutter
· 7 years ago
4613157
ss: Fix potential memleak in unix_stats_print()
by Phil Sutter
· 7 years ago
b530cef
ifstat: Fix memleak in dump_kern_db() for json output
by Phil Sutter
· 7 years ago
35f6ade
ifstat: Fix memleak in error case
by Phil Sutter
· 7 years ago
4b45ae2
ss: Don't leak fd in tcp_show_netlink_file()
by Phil Sutter
· 7 years ago
69fed53
change how Config is used in Makefile's
by Stephen Hemminger
· 7 years ago
7d23fa5
lib: fix extended ack with and without libmnl
by Stephen Hemminger
· 7 years ago
aba9c23
ss: enclose IPv6 address in brackets
by Stephen Hemminger
· 7 years ago
9f1370c
netlink route attribute cleanup
by Stephen Hemminger
· 8 years ago
38e6dbc
ss: print tcpi_rcv_mss and tcpi_advmss
by Eric Dumazet
· 8 years ago
1c2df61
ifstat: Add "sw only" extended statistics to ifstat
by Nogah Frankel
· 8 years ago
5a52102
ifstat: Add extended statistics to ifstat
by Nogah Frankel
· 8 years ago
3d8048d
ifstat: Includes reorder
by Nogah Frankel
· 8 years ago
f2df311
Merge branch 'master' into net-next
by Stephen Hemminger
· 8 years ago
1dd0cca
ss: initialise variables outside of for loop
by Simon Horman
· 8 years ago
039b362
ss: unix_show: No need to initialize members of calloc'ed structs
by Phil Sutter
· 8 years ago
b710a72
ss: Make sstate_namel local to scan_state()
by Phil Sutter
· 8 years ago
1882c0d
ss: Make sstate_name local to sock_state_print()
by Phil Sutter
· 8 years ago
96d45da
ss: Make unix_state_map local to unix_show()
by Phil Sutter
· 8 years ago
2f938ce
ss: Get rid of single-fielded struct snmpstat
by Phil Sutter
· 8 years ago
6b224da
ss: Get rid of useless goto in handle_follow_request()
by Phil Sutter
· 8 years ago
b3535dd
ss: Make slabstat_ids local to get_slabstat()
by Phil Sutter
· 8 years ago
95eafe4
ss: Make some variables function-local
by Phil Sutter
· 8 years ago
b25bad2
ss: Make user_ent_hash_build_init local to user_ent_hash_build()
by Phil Sutter
· 8 years ago
86dfa1b
ss: Make tmr_name local to tcp_timer_print()
by Phil Sutter
· 8 years ago
0cb74a8
ss: Turn generic_proc_open() wrappers into macros
by Phil Sutter
· 8 years ago
f25062e
ss: Eliminate unix_use_proc()
by Phil Sutter
· 8 years ago
2d0e538
ss: Drop list traversal from unix_stats_print()
by Phil Sutter
· 8 years ago
5f27ac1
ss: introduce proc_ctx_print()
by Phil Sutter
· 8 years ago
be7e4d2
ss: Use sockstat->type in all socket types
by Phil Sutter
· 8 years ago
4519999
ss: Add missing tab when printing UNIX details
by Phil Sutter
· 8 years ago
6babc64
ss: Drop empty lines in UDP output
by Phil Sutter
· 8 years ago
36df1a6
ss: Mark fall through in arg parsing switch()
by Phil Sutter
· 8 years ago
b6c7fc6
ss: print new tcp_info fields: busy, rwnd-limited, sndbuf-limited times
by Yuchung Cheng
· 8 years ago
2f57987
ss: print new tcp_info fields: delivery_rate and app_limited
by Neal Cardwell
· 8 years ago
41fe6c3
ss: Add inet raw sockets information gathering via netlink diag interface
by Cyrill Gorcunov
· 8 years ago
eca7a74
ifstat/nstat: fix help output alignment
by Mike Frysinger
· 8 years ago
168d97f
ss: break really long lines
by Stephen Hemminger
· 8 years ago
f89d46a
ss: Add support for SCTP protocol
by Phil Sutter
· 8 years ago
878dadc
iproute2: ss: escape all null bytes in abstract unix domain socket
by Isaac Boukris
· 8 years ago
d1f338b
misc/ss: tcp cwnd should be unsigned
by Hangbin Liu
· 8 years ago
ec75249
ss: Support displaying and filtering on socket marks.
by Lorenzo Colitti
· 8 years ago
2f0f9ae
ss: output TCP BBR diag information
by Neal Cardwell
· 8 years ago
45a0dc1
nstat: add sctp snmp support
by Hangbin Liu
· 8 years ago
6b376eb
ss: fix build with musl libc
by Gustavo Zacarias
· 8 years ago
f89bb02
Replace malloc && memset by calloc
by Phil Sutter
· 8 years ago
d17b136
Use C99 style initializers everywhere
by Phil Sutter
· 8 years ago
d721a14
json_writer: Removed automatic json-object type from the constructor
by Anuradha Karuppiah
· 8 years ago
7a4559f
ss: Add option to suppress header line
by David Ahern
· 8 years ago
930d3f2
ss: Fix support for device filter by index
by David Ahern
· 8 years ago
62000e5
Use ARRAY_SIZE macro everywhere
by Phil Sutter
· 8 years ago
2d29321
ss: Add support to filter on device
by David Ahern
· 8 years ago
376fb86
ss: Allow ssfilter_bytecompile to return 0
by David Ahern
· 8 years ago
82d73ea
ss: Refactor inet_show_sock
by David Ahern
· 8 years ago
414aeec
ss: Add tcp_info fields data_segs_in/out
by Martin KaFai Lau
· 8 years ago
ebef317
misc/ss: Add family list to -f option in _usage()
by Fabien Siron
· 8 years ago
57bdf8b
Make builds default to quiet mode
by David Ahern
· 8 years ago
18820ba
Merge branch 'master' into net-next
by Stephen Hemminger
· 9 years ago
b38e740
ss: Remove unused argument from kill_inet_sock
by subashab@codeaurora.org
· 9 years ago
6df9c7a
ss: add SK_MEMINFO_DROPS display
by Eric Dumazet
· 9 years ago
d9ba887
ss: take care of unknown min_rtt
by Eric Dumazet
· 9 years ago
e56a959
ss: Fix accidental state filter override
by Phil Sutter
· 9 years ago
9d320e1
ss: Drop silly assignment
by Phil Sutter
· 9 years ago
a418e45
make format_host non-reentrant by default
by Phil Sutter
· 9 years ago
acd1e43
misc: fix style issues
by Stephen Hemminger
· 9 years ago
0cfb9f6
Merge branch 'master' into net-next
by Stephen Hemminger
· 9 years ago
dd81ee0
ifstat, nstat: fix daemon mode
by Phil Sutter
· 9 years ago
9e99e49
ss: display not_sent and min_rtt info
by Stephen Hemminger
· 9 years ago
fb2594c
ss: support closing inet sockets via SOCK_DESTROY.
by Lorenzo Colitti
· 9 years ago
b90b773
lnstat: fix error handling
by Stephen Hemminger
· 9 years ago
61170fd
get rid of unnecessary fgets() buffer size limitation
by Phil Sutter
· 9 years ago
d572ed4
get rid of remaining -Wunused-result warnings
by Phil Sutter
· 9 years ago
c29d379
ss: review is_ephemeral()
by Phil Sutter
· 9 years ago
596307e
ss: reduce max indentation level in init_service_resolver()
by Phil Sutter
· 9 years ago
db3ef44
lnstat: review lnstat_update()
by Phil Sutter
· 9 years ago
fdb347f
lnstat: fix header displaying mechanism
by Phil Sutter
· 9 years ago
869fcab
lnstat: describe -s option in help output
by Phil Sutter
· 9 years ago
23d6c99
misc: remove extra blank line
by Stephen Hemminger
· 9 years ago
caf8875
misc/Makefile: use PKG_CONFIG
by Aaro Koskinen
· 9 years ago
1473bda
misc: cleanup extra whitespace
by Stephen Hemminger
· 9 years ago
f73105a
ss: return -1 if an unrecognized option was given
by Phil Sutter
· 9 years ago
0ee9052
fix "ss -p" segfaults
by willy tarreau
· 9 years ago
a8e3542
ss: fix file-based filtering segfault
by Dan Webster
· 9 years ago
a25df48
configure: Check for Berkeley DB for arpd compilation
by Vadim Kochan
· 9 years ago
4fcfb6b
ss format bug
by Mike Saal
· 9 years ago
fcc16c2
provide common json output formatter
by Stephen Hemminger
· 9 years ago
a02371f
misc/ss: fix memory leak in user_ent_hash_build()
by Phil Sutter
· 9 years ago
b95d28c
misc/ss: add missing fclose() calls
by Phil Sutter
· 9 years ago
532ca40
misc/ss: simplify buffer realloc, fix checking realloc failure
by Phil Sutter
· 9 years ago
e0dce0e
misc/ss: avoid NULL pointer dereference
by Phil Sutter
· 9 years ago
7f9dddb
misc/ss: don't imply -a when -A was specified
by Phil Sutter
· 9 years ago
99bb68f
ss: fix crash when dump stats from /proc with '-p'
by Vadim Kochan
· 9 years ago
Next »