summaryrefslogtreecommitdiff
path: root/net.c
Commit message (Expand)AuthorAge
* Decode protocol argument for PF_NETLINK socketsMasatake YAMATO2014-03-11
* Cleanup socketpair decodingDmitry V. Levin2014-03-11
* Use XLAT_END macroDmitry V. Levin2014-02-05
* Use XLAT macroDmitry V. Levin2014-02-05
* Add decoding of sockets descriptor 'paths' for network callsPhilippe Ombredanne2014-02-02
* net: add more sockopt optionsMike Frysinger2014-01-31
* Remove unneeded redefinitions of IPPROTO_* macrosDmitry V. Levin2013-11-12
* Remove unused codeDmitry V. Levin2013-11-12
* Update AF_*, PF_*, MSG_*, and TCP_* constantsDmitry V. Levin2013-05-17
* Handle recv[m]msg for non-native 32-bit personality syscallsDenys Vlasenko2013-02-12
* If we are on a glibc system, assume it's at least glibc 2.1Denys Vlasenko2013-02-08
* Fix recvmmsg decode: do not show more data than actually returnedDmitry V. Levin2012-05-01
* Remove recently introduced use of ULONG_MAXDmitry V. Levin2012-05-01
* Fix recvmsg decode: do not show more data than actually returnedDenys Vlasenko2012-04-28
* Reindent case labels. No code changesDenys Vlasenko2012-03-17
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* net.c: recognize MSG_WAITFORONEDmitry V. Levin2012-03-13
* Implement sendmmsg syscall decoderDmitry V. Levin2012-03-11
* Style fixes, no code changesDenys Vlasenko2012-02-27
* Compress blank linesDmitry V. Levin2012-02-25
* Build fixes after non-Linux code removalDenys Vlasenko2012-02-25
* Fix defined(FOO) styleDenys Vlasenko2012-02-25
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* Fix sockaddr_un.sun_path name in decoded outputDmitry V. Levin2012-02-22
* Eliminate code duplication in time printing, reduce a few static buffersDenys Vlasenko2012-01-20
* * net.c (socktcpoptions): Add more TCP_* constants from linux/tcp.hDmitry V. Levin2011-12-01
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-01
* Fix "format not a string literal" warning caused by tprintf(str)Denys Vlasenko2011-09-01
* Whitespace cleanups. No code changes.Denys Vlasenko2011-06-22
* Add argument to tprint_iov() specifying whether to decode each iovecDmitry V. Levin2011-06-13
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-07
* "Modernize" all old-style function parameter declarationsDenys Vlasenko2011-05-30
* Print shutdown(2) modes as SHUT_* constantsSebastian Pipping2011-03-03
* Fix struct xlat initialization bugsDmitry V. Levin2011-03-03
* Parse SOL_SCTP socket optionsHolger Hans Peter Freyther2011-01-14
* * net.c (socketlayers): Add more SOL_* constants from linux/socket.hHolger Hans Peter Freyther2011-01-14
* * net.c (protocols): Add more IPPROTO_* constants defined in netinet/in.hDmitry V. Levin2011-01-10
* * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE.Holger Hans Peter Freyther2011-01-10
* Decode struct ucred for getsockopt SO_PEERCREDDmitry V. Levin2010-12-03
* Enhance recvmmsg parserDmitry V. Levin2010-04-07
* Decode recvmmsg syscallAndreas Schwab2010-04-07
* Remove dead codeDmitry V. Levin2010-02-04
* Decode more SOL_PACKET socket optionsDmitry V. Levin2009-11-13
* Fix getsockopt decoding on architectures where sizeof(long) > sizeof(int)Dmitry V. Levin2009-11-06
* Replace x86-64 paccept with accept4Paolo Bonzini2009-09-01
* * system.c (sram_alloc_flag): Add L2_SRAM constant.Denys Vlasenko2009-03-23
* AVR32 support by Hans-Christian EgtvedtDenys Vlasenko2009-02-27
* Fixes for ptrace() argument parsing.Denys Vlasenko2009-01-13
* 2009-01-01 Andreas Schwab <schwab@suse.de>Dmitry V. Levin2009-01-01