aboutsummaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* Compress blank linesDmitry V. Levin2014-05-301-1/+0
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-1265/+20
* Decode file descriptors passed via SCM_RIGHTS control messagesDmitry V. Levin2014-05-301-1/+1
* Decode protocol argument for PF_NETLINK socketsMasatake YAMATO2014-03-111-3/+78
* Cleanup socketpair decodingDmitry V. Levin2014-03-111-17/+1
* Use XLAT_END macroDmitry V. Levin2014-02-051-18/+18
* Use XLAT macroDmitry V. Levin2014-02-051-373/+373
* Add decoding of sockets descriptor 'paths' for network callsPhilippe Ombredanne2014-02-021-14/+29
* net: add more sockopt optionsMike Frysinger2014-01-311-0/+60
* Remove unneeded redefinitions of IPPROTO_* macrosDmitry V. Levin2013-11-121-8/+0
* Remove unused codeDmitry V. Levin2013-11-121-35/+0
* Update AF_*, PF_*, MSG_*, and TCP_* constantsDmitry V. Levin2013-05-171-163/+232
* Handle recv[m]msg for non-native 32-bit personality syscallsDenys Vlasenko2013-02-121-4/+56
* If we are on a glibc system, assume it's at least glibc 2.1Denys Vlasenko2013-02-081-2/+2
* Fix recvmmsg decode: do not show more data than actually returnedDmitry V. Levin2012-05-011-6/+6
* Remove recently introduced use of ULONG_MAXDmitry V. Levin2012-05-011-3/+2
* Fix recvmsg decode: do not show more data than actually returnedDenys Vlasenko2012-04-281-8/+9
* Reindent case labels. No code changesDenys Vlasenko2012-03-171-12/+12
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-41/+32
* net.c: recognize MSG_WAITFORONEDmitry V. Levin2012-03-131-0/+3
* Implement sendmmsg syscall decoderDmitry V. Levin2012-03-111-8/+45
* Style fixes, no code changesDenys Vlasenko2012-02-271-4/+4
* Compress blank linesDmitry V. Levin2012-02-251-4/+0
* Build fixes after non-Linux code removalDenys Vlasenko2012-02-251-1/+0
* Fix defined(FOO) styleDenys Vlasenko2012-02-251-3/+3
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-251-6/+6
* Automated removal of non-Linux codeDenys Vlasenko2012-02-251-175/+0
* Fix sockaddr_un.sun_path name in decoded outputDmitry V. Levin2012-02-221-2/+2
* Eliminate code duplication in time printing, reduce a few static buffersDenys Vlasenko2012-01-201-4/+7
* * net.c (socktcpoptions): Add more TCP_* constants from linux/tcp.hDmitry V. Levin2011-12-011-0/+18
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-011-59/+59
* Fix "format not a string literal" warning caused by tprintf(str)Denys Vlasenko2011-09-011-1/+1
* Whitespace cleanups. No code changes.Denys Vlasenko2011-06-221-2/+1
* Add argument to tprint_iov() specifying whether to decode each iovecDmitry V. Levin2011-06-131-1/+1
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-071-71/+70
* "Modernize" all old-style function parameter declarationsDenys Vlasenko2011-05-301-73/+32
* Print shutdown(2) modes as SHUT_* constantsSebastian Pipping2011-03-031-12/+9
* Fix struct xlat initialization bugsDmitry V. Levin2011-03-031-1/+2
* Parse SOL_SCTP socket optionsHolger Hans Peter Freyther2011-01-141-0/+139
* * net.c (socketlayers): Add more SOL_* constants from linux/socket.hHolger Hans Peter Freyther2011-01-141-3/+42
* * net.c (protocols): Add more IPPROTO_* constants defined in netinet/in.hDmitry V. Levin2011-01-101-14/+53
* * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE.Holger Hans Peter Freyther2011-01-101-0/+9
* Decode struct ucred for getsockopt SO_PEERCREDDmitry V. Levin2010-12-031-0/+18
* Enhance recvmmsg parserDmitry V. Levin2010-04-071-8/+39
* Decode recvmmsg syscallAndreas Schwab2010-04-071-17/+60
* Remove dead codeDmitry V. Levin2010-02-041-12/+1
* Decode more SOL_PACKET socket optionsDmitry V. Levin2009-11-131-0/+67
* Fix getsockopt decoding on architectures where sizeof(long) > sizeof(int)Dmitry V. Levin2009-11-061-6/+5
* Replace x86-64 paccept with accept4Paolo Bonzini2009-09-011-4/+24
* * system.c (sram_alloc_flag): Add L2_SRAM constant.Denys Vlasenko2009-03-231-5/+2