summaryrefslogtreecommitdiff
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* AVR32 support by Hans-Christian EgtvedtDenys Vlasenko2009-02-271-2/+2
* Fixes for ptrace() argument parsing.Denys Vlasenko2009-01-131-2/+0
* 2009-01-01 Andreas Schwab <schwab@suse.de>Dmitry V. Levin2009-01-011-3/+5
* 2008-10-23 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2008-11-101-16/+35
* 2008-10-22 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2008-11-101-8/+41
* 2007-11-01 Roland McGrath <roland@redhat.com>Roland McGrath2007-11-011-0/+4
* net.c (printsock): Really use printpathn() as written in ChangeLog entryDmitry V. Levin2007-10-131-2/+2
* 2007-10-01 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2007-10-081-11/+13
* 2007-08-03 Ulrich Drepper <drepper@redhat.com>Roland McGrath2007-08-071-19/+22
* 2006-12-10 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2006-12-131-0/+2
* 2005-07-04 Roland McGrath <roland@redhat.com>Roland McGrath2005-07-041-0/+9
* 2005-07-04 Roland McGrath <roland@redhat.com>Roland McGrath2005-07-041-2/+2
* 2005-07-04 Roland McGrath <roland@redhat.com>Roland McGrath2005-07-041-1/+1
* 2005-05-31 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2005-06-011-17/+25
* 2005-05-31 Dmitry V. Levin <ldv@altlinux.org>Roland McGrath2005-06-011-16/+8
* 2005-02-01 Roland McGrath <roland@redhat.com>Roland McGrath2005-02-021-2/+2
* 2005-01-22 Andreas Schwab <schwab@suse.de>Roland McGrath2005-02-021-2/+2
* 2004-10-06 Roland McGrath <roland@redhat.com>Roland McGrath2004-10-061-1/+58
* 2004-09-03 Roland McGrath <roland@redhat.com>Roland McGrath2004-09-041-16/+16
* 2004-08-31 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-311-53/+80
* 2004-08-30 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-311-0/+79
* 2004-07-07 David S. Miller <davem@nuts.davemloft.net>Roland McGrath2004-07-121-2/+2
* 2004-07-12 Roland McGrath <roland@redhat.com>Roland McGrath2004-07-121-1/+1
* 2004-06-03 Roland McGrath <roland@redhat.com>Roland McGrath2004-06-041-42/+155
* 2004-04-13 Roland McGrath <roland@redhat.com>Roland McGrath2004-04-141-0/+15
* 2004-02-26 Andreas Schwab <schwab@suse.de>Roland McGrath2004-03-011-2/+2
* 2003-11-06 Roland McGrath <roland@redhat.com>Roland McGrath2003-11-061-1/+1
* 2003-06-23 Roland McGrath <roland@redhat.com>Roland McGrath2003-06-231-0/+3
* 2003-02-26 Stuart Menefy <stuart.menefy@st.com>Roland McGrath2003-03-311-2/+2
* 2003-01-13 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-141-1/+1
* 2002-12-22 Roland McGrath <roland@redhat.com>Roland McGrath2002-12-301-15/+15
* fix unsigned arithmetic bug in previous changeJohn Hughes2002-05-241-3/+5
* Improve tracing of timod ioctlsJohn Hughes2002-05-231-66/+132
* improve {set,get}sockoptJohn Hughes2002-05-221-58/+138
* decode packet optionsWichert Akkerman2002-04-011-4/+32
* Add new TCP socket optionsWichert Akkerman2001-12-271-4/+31
* fix sockaddr displayJohn Hughes2001-09-181-4/+4
* Merge iov fixes from Richard KettlewellJohn Hughes2001-07-101-33/+1