1. 4f689a1 net.c: include <linux/if_packet.h> unconditionally by Dmitry V. Levin · 9 years ago
  2. fba9db2 net.c: use ICMP_FILTER unconditionally by Dmitry V. Levin · 9 years ago
  3. d06010b net.c: include <linux/icmp.h> unconditionally by Dmitry V. Levin · 9 years ago
  4. 9457304 net.c: use AF_NETLINK unconditionally by Dmitry V. Levin · 9 years ago
  5. b10ee4e net.c: include <linux/netlink.h> unconditionally by Dmitry V. Levin · 9 years ago
  6. 484326d Consistently use printaddr for printing addresses by Dmitry V. Levin · 9 years ago
  7. 9134aab Prepare for transition from xlookup64 to xlookup by Dmitry V. Levin · 9 years ago
  8. eb5c233 Fix corner cases of ICMP_FILTER decoding by Dmitry V. Levin · 9 years ago
  9. 71fe62e Replace PF_* constants with AF_* by Dmitry V. Levin · 9 years ago
  10. f40ea79 Consistently handle 2nd and 3rd arguments of [gs]etsockopt as unsigned by Dmitry V. Levin · 9 years ago
  11. 9b38885 alpha, ia64, mips, sh*, sparc*: fix error path decoding of pipe syscall by Dmitry V. Levin · 9 years ago
  12. d44707d Fix dumping of recvmmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
  13. 93c9d1c Fix dumping of recvmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
  14. a17f593 net: fix printing of IP_RECVOPTS/IP_RETOPTS cmsg options by Dmitry V. Levin · 9 years ago
  15. 1f111cf Implement IPPROTO_IP control messages decoding by Dmitry V. Levin · 9 years ago
  16. 1103b4e Simplify control messages printers by Dmitry V. Levin · 9 years ago
  17. 1019f00 net: factor out address printing code to a separate function by Dmitry V. Levin · 9 years ago
  18. f54cb96 printcmsghdr: move type and data decoders to a separate function by Dmitry V. Levin · 9 years ago
  19. b36d132 Assume that libc provides sendmsg by Dmitry V. Levin · 9 years ago
  20. 3a1e95d net.c: move fallback definition of SCM_SECURITY to xlat/ by Dmitry V. Levin · 9 years ago
  21. 2950de3 Convert another parser of struct timespec to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  22. 54646b8 decode extend getsockopt/setsockopt options by Mike Frysinger · 9 years ago
  23. 2a4f052 pipe, pipe2, socketpair: print returned descriptors using printfd by Dmitry V. Levin · 9 years ago
  24. 3d463be socket: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  25. 52dc150 net.c: use printaddr by Dmitry V. Levin · 9 years ago
  26. 383386d net.c: recvfrom fixes by Denys Vlasenko · 9 years ago
  27. 771c2a4 Alias sys_connect to sys_bind by Dmitry V. Levin · 9 years ago
  28. 219b3a7 net.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  29. 6c277da net.c: use printaddr and umove_or_printaddr by Dmitry V. Levin · 9 years ago
  30. b679508 Use printpair_int by Dmitry V. Levin · 9 years ago
  31. d93c4e8 Consistenly use #ifdef to check for AC_DEFINE'd macros by Dmitry V. Levin · 10 years ago
  32. fddeeba net: move fallback definitions of SOL_* constants to xlat/ by Dmitry V. Levin · 10 years ago
  33. 7bee462 net: decode setsockopt() multicast arguments by Dmitry V. Levin · 10 years ago
  34. ae28093 net: factor out interface index printing code by Dmitry V. Levin · 10 years ago
  35. 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
  36. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  37. 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 10 years ago
  38. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 10 years ago
  39. 3910d0f print_setsockopt: fix fall-through bug in SOL_IP switch case by Dmitry V. Levin · 10 years ago
  40. f362a33 net.c: remove unused HAVE_SIN6_SCOPE_ID_LINUX-based code by Dmitry V. Levin · 10 years ago
  41. d0dceaf printsock: do not fetch sockaddr.sa_data twice by Dmitry V. Levin · 10 years ago
  42. a0a4909 setsockopt: add decoding of MCAST_JOIN_GROUP and MCAST_LEAVE_GROUP by Dmitry V. Levin · 10 years ago
  43. f57bd11 printsock: print the whole sockaddr_un.sun_path by Dmitry V. Levin · 10 years ago
  44. d9177df printsock: do not fetch sockaddr_un.sun_path twice by Dmitry V. Levin · 10 years ago
  45. 6d31c7a net: define all SOL_* constants by Dmitry V. Levin · 10 years ago
  46. 02f2f09 setsockopt: decode PACKET_ADD_MEMBERSHIP by Dmitry V. Levin · 10 years ago
  47. 0509c8e getsockopt, setsockopt: do not decode structures in non-verbose mode by Dmitry V. Levin · 10 years ago
  48. 00244b9 sendmsg: do not decode msghdr in non-verbose mode by Dmitry V. Levin · 10 years ago
  49. 0e9d594 printsock: quote network interface names by Dmitry V. Levin · 10 years ago
  50. 513e96e Rework string_quote API by Dmitry V. Levin · 10 years ago
  51. b85a7f3 Impove struct cmsghdr decoding by Dmitry V. Levin · 10 years ago
  52. 05884d8 Fix ILP32 personality struct cmsghdr decoding on LP64 architectures by Dmitry V. Levin · 10 years ago
  53. d9f7e7a Fix build on systems that lack NETLINK_SOCK_DIAG definition by Dmitry V. Levin · 10 years ago
  54. 37548c4 Alias sys_getpeername to sys_getsockname by Dmitry V. Levin · 10 years ago
  55. b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 10 years ago
  56. a807dce Add functions for dumping iovecs in mmsghdr used in sendmmsg and recvmmsg by Masatake YAMATO · 10 years ago
  57. caf6a43 Use the definition of struct mmsghdr if it is defined in build environment by Masatake YAMATO · 10 years ago
  58. b248543 Introduce a separate function to copy from msghdr32 to msghdr by Masatake YAMATO · 10 years ago
  59. c400a1c Dump details for Bluetooth socket operations by Lubomir Rintel · 10 years ago
  60. 02f9f6b Add a function for dumping iovec in msghdr used in sendmsg and recvmsg by Masatake YAMATO · 10 years ago
  61. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  62. 1e42f2d tprint_sock_type: remove unused parameter by Dmitry V. Levin · 10 years ago
  63. 1306365 printsock: fix decoding of unrecognized AF_PACKET packet types by Dmitry V. Levin · 10 years ago
  64. 15114ec Decode file descriptors returned by accept and accept4 syscalls by Dmitry V. Levin · 10 years ago
  65. d35bdca Compress blank lines by Dmitry V. Levin · 11 years ago
  66. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 11 years ago
  67. f23b097 Decode file descriptors passed via SCM_RIGHTS control messages by Dmitry V. Levin · 11 years ago
  68. 2394a3d Decode protocol argument for PF_NETLINK sockets by Masatake YAMATO · 11 years ago
  69. 033fb91 Cleanup socketpair decoding by Dmitry V. Levin · 11 years ago
  70. 5945273 Use XLAT_END macro by Dmitry V. Levin · 11 years ago
  71. bce0cc6 Use XLAT macro by Dmitry V. Levin · 11 years ago
  72. 894c7e3 Add decoding of sockets descriptor 'paths' for network calls by Philippe Ombredanne · 11 years ago
  73. aa4633c net: add more sockopt options by Mike Frysinger · 11 years ago
  74. 840a253 Remove unneeded redefinitions of IPPROTO_* macros by Dmitry V. Levin · 11 years ago
  75. 70e84c4 Remove unused code by Dmitry V. Levin · 11 years ago
  76. ea0d2a6 Update AF_*, PF_*, MSG_*, and TCP_* constants by Dmitry V. Levin · 12 years ago
  77. 3e759d4 Handle recv[m]msg for non-native 32-bit personality syscalls by Denys Vlasenko · 12 years ago
  78. 99aa181 If we are on a glibc system, assume it's at least glibc 2.1 by Denys Vlasenko · 12 years ago
  79. 5ea9765 Fix recvmmsg decode: do not show more data than actually returned by Dmitry V. Levin · 13 years ago
  80. 043b5f8 Remove recently introduced use of ULONG_MAX by Dmitry V. Levin · 13 years ago
  81. e0bc222 Fix recvmsg decode: do not show more data than actually returned by Denys Vlasenko · 13 years ago
  82. 989ebc9 Reindent case labels. No code changes by Denys Vlasenko · 13 years ago
  83. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  84. 3df080a net.c: recognize MSG_WAITFORONE by Dmitry V. Levin · 13 years ago
  85. 7af9f35 Implement sendmmsg syscall decoder by Dmitry V. Levin · 13 years ago
  86. b237b1b Style fixes, no code changes by Denys Vlasenko · 13 years ago
  87. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  88. 1a3cf10 Build fixes after non-Linux code removal by Denys Vlasenko · 13 years ago
  89. c36c352 Fix defined(FOO) style by Denys Vlasenko · 13 years ago
  90. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
  91. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
  92. c86340e Fix sockaddr_un.sun_path name in decoded output by Dmitry V. Levin · 13 years ago
  93. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 13 years ago
  94. b05fc54 * net.c (socktcpoptions): Add more TCP_* constants from linux/tcp.h by Dmitry V. Levin · 13 years ago
  95. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  96. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  97. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 14 years ago
  98. 8884968 Add argument to tprint_iov() specifying whether to decode each iovec by Dmitry V. Levin · 14 years ago
  99. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 14 years ago
  100. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 14 years ago