summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-052008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+26
* libnetworking/kern/uipc_socket2.c, libnetworking/netinet/tcp_usrreq.c, libnetworking/netinet/udp_usrreq.c, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_glue.c: Add configuration parameters for network stack efficiency multiplier and default socket buffer sizes. Change default multiplier from 8 to 2 to match GNU/Linux. This has no impact on performance on the BSPs tested.
2007-11-272007-11-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+2
* libnetworking/netinet/in_cksum.c: ARM optimized version does not support Thumb.
2007-07-302007-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* libnetworking/netinet/in_cksum_m68k.h: Use __mcoldfire__ to identify coldfire cpus.
2007-05-10Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2-2/+2
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius17-17/+17
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2-2/+2
2007-05-09Include <rtems/endian.h> instead of <machine/endian.h>.Ralf Corsepius1-1/+1
2007-03-29Further _IP_VHL removal preps.Ralf Corsepius3-2/+32
2007-03-292007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+3
* libnetworking/netinet/ip.h: Add FreeBSD's alignement macros.
2007-03-29Preps to eliminate _IP_VHL (Abandoned in FreeBSD). Misc mergers from ↵Ralf Corsepius2-22/+65
upstream FreeBSD.
2007-03-29Preps to eliminate _IP_VHL (Abandoned in FreeBSD).Ralf Corsepius1-1/+30
2007-03-29Preps to eliminate _IP_VHL (Abandoned in FreeBSD).Ralf Corsepius2-2/+14
2007-03-29Partial update from FreeBSD.Ralf Corsepius1-23/+22
2007-03-29Eliminate __P().Ralf Corsepius1-15/+15
2007-03-28Use uint32_t optlen.Ralf Corsepius1-2/+2
2007-03-28Eliminate __P().Ralf Corsepius5-16/+16
2007-03-28Reflect changes to sys/protosw.h.Ralf Corsepius1-4/+4
2007-03-282007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-10/+11
* libnetworking/netinet/ip_input.c: Eliminate __P(). Change "int next" to "int32_t next" for 16bit targets.
2007-03-28Eliminate __P().Ralf Corsepius2-7/+7
2007-03-28Eliminate __P().Ralf Corsepius2-6/+6
2007-03-272007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-17/+17
* libnetworking/netinet/ip_mroute.c: Eliminate __P().
2007-03-272007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-10/+19
* libnetworking/netinet/ip_mroute.h: Partial update from FreeBSD.
2007-03-262007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-5/+5
* libnetworking/netinet/if_ether.h: Eliminate __P().
2007-03-262007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-14/+14
* libnetworking/netinet/ip_var.h: Eliminate __P().
2007-03-26Fix typo in previous patch.Ralf Corsepius1-1/+1
2007-03-262007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+4
* libnetworking/netinet/in.h: Eliminate __P().
2007-03-262007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-6/+6
* libnetworking/netinet/tcp_var.h: Eliminate __P().
2007-03-252007-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-7/+11
* libnetworking/netinet/udp_var.h: Cosmetics from FreeBSD. Remove __P();
2007-03-25More partial updates from FreeBSD.Ralf Corsepius1-4/+12
2007-03-25Remove __P().Ralf Corsepius2-6/+6
2007-03-25Partial updates from FreeBSD.Ralf Corsepius1-41/+29
2007-03-252007-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+3
* libnetworking/netinet/if_ether.c: Remove __P().
2006-12-08Cosmetics from FreeBSD.Ralf Corsepius1-19/+13
2006-09-112006-09-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill1-2/+2
* libnetworking/netinet/in_cksum.c: Joel should have used int32_t not uint32_t when removing warnings.
2006-09-01*** empty log message ***Joel Sherrill3-3/+3
2006-08-312006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-4/+4
* ftpd/ftpd.c, libcsupport/include/sys/ioccom.h, libcsupport/src/ioctl.c, libnetworking/kern/uipc_mbuf.c, libnetworking/libc/inet_addr.c, libnetworking/net/ethernet.h, libnetworking/net/if.c, libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, libnetworking/net/if_var.h, libnetworking/net/ppp_tty.c, libnetworking/netinet/in_cksum.c, libnetworking/nfs/bootp_subr.c, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/mbuf.h, pppd/md4.c, pppd/pppd.h: Remove warnings due to improper use of int which shows up on 16 bit targets. Added ioctl_command_t since IOCTL command argument does not reliably fit into 16 bits.
2006-08-302006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-18/+21
* libcsupport/include/sys/ioccom.h, libnetworking/kern/uipc_socket2.c, libnetworking/net/ethernet.h, libnetworking/net/if.h, libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c, libnetworking/net/slcompress.c, libnetworking/netinet/in.h, libnetworking/netinet/ip_icmp.c, libnetworking/netinet/tcp.h, libnetworking/netinet/tcp_seq.h, libnetworking/sys/protosw.h, libnetworking/sys/socketvar.h: Remove warnings. Most of the warnings were 16/32 bit integer sizing issues. Some constants had L appended, some had casts add, some types were changed to reflect a bit width requirement.
2006-07-09applied patches for PR1117/1118/1119/1120Thomas Doerfler1-0/+2
2006-05-31Update icps_allecho counter.Eric Norum1-4/+7
2006-05-30Add flag to inhibit ICMP replies.Eric Norum2-3/+9
2005-09-16Partial update from FreeBSD.Ralf Corsepius1-14/+12
2005-05-27Remove BYTE_PACK.Ralf Corsepius2-14/+8
2005-05-272005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* librpc/include/rpc/clnt.h: Partial update from FreeBSD.
2005-05-24Cosmetics from FreeBSD.Ralf Corsepius1-10/+7
2005-05-24Remove BYTE_PACK.Ralf Corsepius1-9/+14
Add __packed. Partial update from FreeBSD.
2005-05-24Add "ICMP panic avoided" diagnostic counter.Eric Norum1-1/+5
2005-05-21Partial update from FreeBSD.Ralf Corsepius1-7/+4
2005-05-212005-05-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-31/+45
* libnetworking/netinet/ip_icmp.h: Update from FreeBSD. Abandon BYTE_PACK.
2005-05-202005-05-20 Eric Norum <norume@aps.anl.gov>Joel Sherrill1-3/+4
PR 793/networking * libnetworking/netinet/ip_icmp.c: Malicious ICMP packet causes panic. Just ignore it.
2005-05-142005-05-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-50/+28
* libnetworking/netinet/tcp_usrreq.c: Cosmetics from FreeBSD. * libnetworking/netinet/tcp_subr.c: Partical update from FreeBSD.