1. 802f264 Fix decoding of sockaddr related arguments of recvfrom syscall by Dmitry V. Levin · 9 years ago
  2. eca8b5b Print both values of changing address length in sockname family syscalls by Dmitry V. Levin · 9 years ago
  3. 36df822 Enhance diagnostics of address truncation in sockname family syscalls by Dmitry V. Levin · 9 years ago
  4. d07eac3 Fix decoding of getsockname, getpeername, accept, and accept4 syscalls by Dmitry V. Levin · 9 years ago
  5. d1cedf0 Prepare parsers of sockname family syscalls for the upcoming fix by Dmitry V. Levin · 9 years ago
  6. 2850f74 Add a general netlink socket parser by Fabien Siron · 9 years ago
  7. 95cce4f net.c: move all msghdr and mmsghdr parsers to a separate file by Dmitry V. Levin · 9 years ago
  8. 9a8216e Mpersify fetchers of struct msghdr and struct mmsghdr by Dmitry V. Levin · 9 years ago
  9. 4b38ce9 net.c: move fallback definition of struct mmsghdr to a separate file. by Dmitry V. Levin · 9 years ago
  10. 26f90af net.c: print struct msghdr as a regular structure by Dmitry V. Levin · 9 years ago
  11. 3e514c0 net.c: rename some internal functions for consistency and readability by Dmitry V. Levin · 9 years ago
  12. 00ba20a net.c: when printing struct msghdr.msg_control, also print its name by Dmitry V. Levin · 9 years ago
  13. cf0ef08 Assume that libc provides struct msghdr.msg_control by Dmitry V. Levin · 9 years ago
  14. e96aee7 net.c: move all sockaddr parsers to a separate file by Dmitry V. Levin · 9 years ago
  15. 42e566a net.c: rename printsock to decode_sockaddr by Dmitry V. Levin · 9 years ago
  16. 45ae937 net.c: fix printing AF_PACKET socket addresses by Dmitry V. Levin · 9 years ago
  17. eef96ac net.c: skip details of too short socket addresses, part 2 by Dmitry V. Levin · 9 years ago
  18. 324f68d net.c: fix printing AF_BLUETOOTH socket addresses by Dmitry V. Levin · 9 years ago
  19. 102c8ca net.c: fix printing AF_IPX sockets addresses, part 2 by Dmitry V. Levin · 9 years ago
  20. 0e09796 net.c: fix printing AF_UNIX abstract socket addresses by Dmitry V. Levin · 9 years ago
  21. 71e05be net.c: fix printing field names of struct sockaddr_nl by Dmitry V. Levin · 9 years ago
  22. 60bf6c7 net.c: fix printing struct sockaddr_in6.sin6_flowinfo by Dmitry V. Levin · 9 years ago
  23. c6fd08c net.c: do not print sockaddr_in6.sin6_scope_id unnecessarily by Dmitry V. Levin · 9 years ago
  24. dcc7a3c net.c: fix printing raw data of socket addresses by Dmitry V. Levin · 9 years ago
  25. f52753a net.c: skip details of too short socket addresses by Dmitry V. Levin · 9 years ago
  26. 0a3d0e5 Assume that libc provides struct sockaddr_in6.sin6_scope_id by Dmitry V. Levin · 9 years ago
  27. 42c5878 Split print_sockaddr by Dmitry V. Levin · 9 years ago
  28. 2a54d8b Add a enum for decoding to tprint_iov() and tprint_iov_upto() by Fabien Siron · 9 years ago
  29. 64906b8 printsock: fix zero padding of sockaddr buffer by Dmitry V. Levin · 9 years ago
  30. 0a1ce62 Change printsock to return socket family by Fabien Siron · 9 years ago
  31. 3bf9c19 Export print_sockaddr function by Dmitry V. Levin · 9 years ago
  32. b5f1fd9 Assume that libc provides inet_ntop and inet_pton by Dmitry V. Levin · 9 years ago
  33. f8ed94b net.c: use SO_LINGER unconditionally by Dmitry V. Levin · 9 years ago
  34. 43369fc net.c: use AF_BLUETOOTH unconditionally by Dmitry V. Levin · 9 years ago
  35. bc4102e net.c: fix printing AF_IPX sockets by Dmitry V. Levin · 9 years ago
  36. eb1c22b net.c: use AF_IPX unconditionally by Dmitry V. Levin · 9 years ago
  37. ebda41a Cleanup netipx/ipx.h availability check by Dmitry V. Levin · 9 years ago
  38. 5e26ee2 net.c: use AF_INET6 unconditionally by Dmitry V. Levin · 9 years ago
  39. c981b1f net.c: use AF_PACKET unconditionally by Dmitry V. Levin · 9 years ago
  40. 4f689a1 net.c: include <linux/if_packet.h> unconditionally by Dmitry V. Levin · 9 years ago
  41. fba9db2 net.c: use ICMP_FILTER unconditionally by Dmitry V. Levin · 9 years ago
  42. d06010b net.c: include <linux/icmp.h> unconditionally by Dmitry V. Levin · 9 years ago
  43. 9457304 net.c: use AF_NETLINK unconditionally by Dmitry V. Levin · 9 years ago
  44. b10ee4e net.c: include <linux/netlink.h> unconditionally by Dmitry V. Levin · 9 years ago
  45. 484326d Consistently use printaddr for printing addresses by Dmitry V. Levin · 9 years ago
  46. 9134aab Prepare for transition from xlookup64 to xlookup by Dmitry V. Levin · 9 years ago
  47. eb5c233 Fix corner cases of ICMP_FILTER decoding by Dmitry V. Levin · 9 years ago
  48. 71fe62e Replace PF_* constants with AF_* by Dmitry V. Levin · 9 years ago
  49. f40ea79 Consistently handle 2nd and 3rd arguments of [gs]etsockopt as unsigned by Dmitry V. Levin · 9 years ago
  50. 9b38885 alpha, ia64, mips, sh*, sparc*: fix error path decoding of pipe syscall by Dmitry V. Levin · 9 years ago
  51. d44707d Fix dumping of recvmmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
  52. 93c9d1c Fix dumping of recvmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
  53. a17f593 net: fix printing of IP_RECVOPTS/IP_RETOPTS cmsg options by Dmitry V. Levin · 9 years ago
  54. 1f111cf Implement IPPROTO_IP control messages decoding by Dmitry V. Levin · 9 years ago
  55. 1103b4e Simplify control messages printers by Dmitry V. Levin · 9 years ago
  56. 1019f00 net: factor out address printing code to a separate function by Dmitry V. Levin · 9 years ago
  57. f54cb96 printcmsghdr: move type and data decoders to a separate function by Dmitry V. Levin · 9 years ago
  58. b36d132 Assume that libc provides sendmsg by Dmitry V. Levin · 9 years ago
  59. 3a1e95d net.c: move fallback definition of SCM_SECURITY to xlat/ by Dmitry V. Levin · 9 years ago
  60. 2950de3 Convert another parser of struct timespec to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  61. 54646b8 decode extend getsockopt/setsockopt options by Mike Frysinger · 9 years ago
  62. 2a4f052 pipe, pipe2, socketpair: print returned descriptors using printfd by Dmitry V. Levin · 9 years ago
  63. 3d463be socket: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  64. 52dc150 net.c: use printaddr by Dmitry V. Levin · 9 years ago
  65. 383386d net.c: recvfrom fixes by Denys Vlasenko · 9 years ago
  66. 771c2a4 Alias sys_connect to sys_bind by Dmitry V. Levin · 9 years ago
  67. 219b3a7 net.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  68. 6c277da net.c: use printaddr and umove_or_printaddr by Dmitry V. Levin · 9 years ago
  69. b679508 Use printpair_int by Dmitry V. Levin · 10 years ago
  70. d93c4e8 Consistenly use #ifdef to check for AC_DEFINE'd macros by Dmitry V. Levin · 10 years ago
  71. fddeeba net: move fallback definitions of SOL_* constants to xlat/ by Dmitry V. Levin · 10 years ago
  72. 7bee462 net: decode setsockopt() multicast arguments by Dmitry V. Levin · 10 years ago
  73. ae28093 net: factor out interface index printing code by Dmitry V. Levin · 10 years ago
  74. 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
  75. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  76. 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 10 years ago
  77. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 10 years ago
  78. 3910d0f print_setsockopt: fix fall-through bug in SOL_IP switch case by Dmitry V. Levin · 10 years ago
  79. f362a33 net.c: remove unused HAVE_SIN6_SCOPE_ID_LINUX-based code by Dmitry V. Levin · 10 years ago
  80. d0dceaf printsock: do not fetch sockaddr.sa_data twice by Dmitry V. Levin · 10 years ago
  81. a0a4909 setsockopt: add decoding of MCAST_JOIN_GROUP and MCAST_LEAVE_GROUP by Dmitry V. Levin · 10 years ago
  82. f57bd11 printsock: print the whole sockaddr_un.sun_path by Dmitry V. Levin · 10 years ago
  83. d9177df printsock: do not fetch sockaddr_un.sun_path twice by Dmitry V. Levin · 10 years ago
  84. 6d31c7a net: define all SOL_* constants by Dmitry V. Levin · 10 years ago
  85. 02f2f09 setsockopt: decode PACKET_ADD_MEMBERSHIP by Dmitry V. Levin · 10 years ago
  86. 0509c8e getsockopt, setsockopt: do not decode structures in non-verbose mode by Dmitry V. Levin · 10 years ago
  87. 00244b9 sendmsg: do not decode msghdr in non-verbose mode by Dmitry V. Levin · 10 years ago
  88. 0e9d594 printsock: quote network interface names by Dmitry V. Levin · 10 years ago
  89. 513e96e Rework string_quote API by Dmitry V. Levin · 10 years ago
  90. b85a7f3 Impove struct cmsghdr decoding by Dmitry V. Levin · 10 years ago
  91. 05884d8 Fix ILP32 personality struct cmsghdr decoding on LP64 architectures by Dmitry V. Levin · 10 years ago
  92. d9f7e7a Fix build on systems that lack NETLINK_SOCK_DIAG definition by Dmitry V. Levin · 10 years ago
  93. 37548c4 Alias sys_getpeername to sys_getsockname by Dmitry V. Levin · 10 years ago
  94. b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 10 years ago
  95. a807dce Add functions for dumping iovecs in mmsghdr used in sendmmsg and recvmmsg by Masatake YAMATO · 10 years ago
  96. caf6a43 Use the definition of struct mmsghdr if it is defined in build environment by Masatake YAMATO · 10 years ago
  97. b248543 Introduce a separate function to copy from msghdr32 to msghdr by Masatake YAMATO · 10 years ago
  98. c400a1c Dump details for Bluetooth socket operations by Lubomir Rintel · 10 years ago
  99. 02f9f6b Add a function for dumping iovec in msghdr used in sendmsg and recvmsg by Masatake YAMATO · 10 years ago
  100. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago