index
:
android_external_strace
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-9.1.0
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-14.0
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compress blank lines
Dmitry V. Levin
2014-05-30
1
-1
/
+0
*
Generate xlat/*.in files
Dmitry V. Levin
2014-05-30
1
-1265
/
+20
*
Decode file descriptors passed via SCM_RIGHTS control messages
Dmitry V. Levin
2014-05-30
1
-1
/
+1
*
Decode protocol argument for PF_NETLINK sockets
Masatake YAMATO
2014-03-11
1
-3
/
+78
*
Cleanup socketpair decoding
Dmitry V. Levin
2014-03-11
1
-17
/
+1
*
Use XLAT_END macro
Dmitry V. Levin
2014-02-05
1
-18
/
+18
*
Use XLAT macro
Dmitry V. Levin
2014-02-05
1
-373
/
+373
*
Add decoding of sockets descriptor 'paths' for network calls
Philippe Ombredanne
2014-02-02
1
-14
/
+29
*
net: add more sockopt options
Mike Frysinger
2014-01-31
1
-0
/
+60
*
Remove unneeded redefinitions of IPPROTO_* macros
Dmitry V. Levin
2013-11-12
1
-8
/
+0
*
Remove unused code
Dmitry V. Levin
2013-11-12
1
-35
/
+0
*
Update AF_*, PF_*, MSG_*, and TCP_* constants
Dmitry V. Levin
2013-05-17
1
-163
/
+232
*
Handle recv[m]msg for non-native 32-bit personality syscalls
Denys Vlasenko
2013-02-12
1
-4
/
+56
*
If we are on a glibc system, assume it's at least glibc 2.1
Denys Vlasenko
2013-02-08
1
-2
/
+2
*
Fix recvmmsg decode: do not show more data than actually returned
Dmitry V. Levin
2012-05-01
1
-6
/
+6
*
Remove recently introduced use of ULONG_MAX
Dmitry V. Levin
2012-05-01
1
-3
/
+2
*
Fix recvmsg decode: do not show more data than actually returned
Denys Vlasenko
2012-04-28
1
-8
/
+9
*
Reindent case labels. No code changes
Denys Vlasenko
2012-03-17
1
-12
/
+12
*
Tidy up includes and copyright notices, fix indentation
Denys Vlasenko
2012-03-16
1
-41
/
+32
*
net.c: recognize MSG_WAITFORONE
Dmitry V. Levin
2012-03-13
1
-0
/
+3
*
Implement sendmmsg syscall decoder
Dmitry V. Levin
2012-03-11
1
-8
/
+45
*
Style fixes, no code changes
Denys Vlasenko
2012-02-27
1
-4
/
+4
*
Compress blank lines
Dmitry V. Levin
2012-02-25
1
-4
/
+0
*
Build fixes after non-Linux code removal
Denys Vlasenko
2012-02-25
1
-1
/
+0
*
Fix defined(FOO) style
Denys Vlasenko
2012-02-25
1
-3
/
+3
*
Cleanup after non-Linux code removal.
Denys Vlasenko
2012-02-25
1
-6
/
+6
*
Automated removal of non-Linux code
Denys Vlasenko
2012-02-25
1
-175
/
+0
*
Fix sockaddr_un.sun_path name in decoded output
Dmitry V. Levin
2012-02-22
1
-2
/
+2
*
Eliminate code duplication in time printing, reduce a few static buffers
Denys Vlasenko
2012-01-20
1
-4
/
+7
*
* net.c (socktcpoptions): Add more TCP_* constants from linux/tcp.h
Dmitry V. Levin
2011-12-01
1
-0
/
+18
*
Use tprints with literal strings, it may be faster than tprintf
Denys Vlasenko
2011-09-01
1
-59
/
+59
*
Fix "format not a string literal" warning caused by tprintf(str)
Denys Vlasenko
2011-09-01
1
-1
/
+1
*
Whitespace cleanups. No code changes.
Denys Vlasenko
2011-06-22
1
-2
/
+1
*
Add argument to tprint_iov() specifying whether to decode each iovec
Dmitry V. Levin
2011-06-13
1
-1
/
+1
*
Whitespace cleanups. no code changes.
Denys Vlasenko
2011-06-07
1
-71
/
+70
*
"Modernize" all old-style function parameter declarations
Denys Vlasenko
2011-05-30
1
-73
/
+32
*
Print shutdown(2) modes as SHUT_* constants
Sebastian Pipping
2011-03-03
1
-12
/
+9
*
Fix struct xlat initialization bugs
Dmitry V. Levin
2011-03-03
1
-1
/
+2
*
Parse SOL_SCTP socket options
Holger Hans Peter Freyther
2011-01-14
1
-0
/
+139
*
* net.c (socketlayers): Add more SOL_* constants from linux/socket.h
Holger Hans Peter Freyther
2011-01-14
1
-3
/
+42
*
* net.c (protocols): Add more IPPROTO_* constants defined in netinet/in.h
Dmitry V. Levin
2011-01-10
1
-14
/
+53
*
* net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE.
Holger Hans Peter Freyther
2011-01-10
1
-0
/
+9
*
Decode struct ucred for getsockopt SO_PEERCRED
Dmitry V. Levin
2010-12-03
1
-0
/
+18
*
Enhance recvmmsg parser
Dmitry V. Levin
2010-04-07
1
-8
/
+39
*
Decode recvmmsg syscall
Andreas Schwab
2010-04-07
1
-17
/
+60
*
Remove dead code
Dmitry V. Levin
2010-02-04
1
-12
/
+1
*
Decode more SOL_PACKET socket options
Dmitry V. Levin
2009-11-13
1
-0
/
+67
*
Fix getsockopt decoding on architectures where sizeof(long) > sizeof(int)
Dmitry V. Levin
2009-11-06
1
-6
/
+5
*
Replace x86-64 paccept with accept4
Paolo Bonzini
2009-09-01
1
-4
/
+24
*
* system.c (sram_alloc_flag): Add L2_SRAM constant.
Denys Vlasenko
2009-03-23
1
-5
/
+2
[next]