summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-052-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-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-271-1/+2
| | | | | * libnetworking/netinet/in_cksum.c: ARM optimized version does not support Thumb.
* 2007-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-301-1/+1
| | | | | * libnetworking/netinet/in_cksum_m68k.h: Use __mcoldfire__ to identify coldfire cpus.
* Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2007-05-102-2/+2
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-1017-17/+17
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-102-2/+2
|
* Include <rtems/endian.h> instead of <machine/endian.h>.Ralf Corsepius2007-05-091-1/+1
|
* Further _IP_VHL removal preps.Ralf Corsepius2007-03-293-2/+32
|
* 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-291-1/+3
| | | | * libnetworking/netinet/ip.h: Add FreeBSD's alignement macros.
* Preps to eliminate _IP_VHL (Abandoned in FreeBSD). Misc mergers from ↵Ralf Corsepius2007-03-292-22/+65
| | | | upstream FreeBSD.
* Preps to eliminate _IP_VHL (Abandoned in FreeBSD).Ralf Corsepius2007-03-291-1/+30
|
* Preps to eliminate _IP_VHL (Abandoned in FreeBSD).Ralf Corsepius2007-03-292-2/+14
|
* Partial update from FreeBSD.Ralf Corsepius2007-03-291-23/+22
|
* Eliminate __P().Ralf Corsepius2007-03-291-15/+15
|
* Use uint32_t optlen.Ralf Corsepius2007-03-281-2/+2
|
* Eliminate __P().Ralf Corsepius2007-03-285-16/+16
|
* Reflect changes to sys/protosw.h.Ralf Corsepius2007-03-281-4/+4
|
* 2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-281-10/+11
| | | | | * libnetworking/netinet/ip_input.c: Eliminate __P(). Change "int next" to "int32_t next" for 16bit targets.
* Eliminate __P().Ralf Corsepius2007-03-282-7/+7
|
* Eliminate __P().Ralf Corsepius2007-03-282-6/+6
|
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-17/+17
| | | | * libnetworking/netinet/ip_mroute.c: Eliminate __P().
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-10/+19
| | | | * libnetworking/netinet/ip_mroute.h: Partial update from FreeBSD.
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-261-5/+5
| | | | * libnetworking/netinet/if_ether.h: Eliminate __P().
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-261-14/+14
| | | | * libnetworking/netinet/ip_var.h: Eliminate __P().
* Fix typo in previous patch.Ralf Corsepius2007-03-261-1/+1
|
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-261-4/+4
| | | | * libnetworking/netinet/in.h: Eliminate __P().
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-261-6/+6
| | | | * libnetworking/netinet/tcp_var.h: Eliminate __P().
* 2007-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-251-7/+11
| | | | | * libnetworking/netinet/udp_var.h: Cosmetics from FreeBSD. Remove __P();
* More partial updates from FreeBSD.Ralf Corsepius2007-03-251-4/+12
|
* Remove __P().Ralf Corsepius2007-03-252-6/+6
|
* Partial updates from FreeBSD.Ralf Corsepius2007-03-251-41/+29
|
* 2007-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-251-3/+3
| | | | * libnetworking/netinet/if_ether.c: Remove __P().
* Cosmetics from FreeBSD.Ralf Corsepius2006-12-081-19/+13
|
* 2006-09-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-09-111-2/+2
| | | | | * libnetworking/netinet/in_cksum.c: Joel should have used int32_t not uint32_t when removing warnings.
* *** empty log message ***Joel Sherrill2006-09-013-3/+3
|
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-311-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-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-304-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.
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-091-0/+2
|
* Update icps_allecho counter.Eric Norum2006-05-311-4/+7
|
* Add flag to inhibit ICMP replies.Eric Norum2006-05-302-3/+9
|
* Partial update from FreeBSD.Ralf Corsepius2005-09-161-14/+12
|
* Remove BYTE_PACK.Ralf Corsepius2005-05-272-14/+8
|
* 2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-271-1/+1
| | | | * librpc/include/rpc/clnt.h: Partial update from FreeBSD.
* Cosmetics from FreeBSD.Ralf Corsepius2005-05-241-10/+7
|
* Remove BYTE_PACK.Ralf Corsepius2005-05-241-9/+14
| | | | | Add __packed. Partial update from FreeBSD.
* Add "ICMP panic avoided" diagnostic counter.Eric Norum2005-05-241-1/+5
|
* Partial update from FreeBSD.Ralf Corsepius2005-05-211-7/+4
|
* 2005-05-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-211-31/+45
| | | | | * libnetworking/netinet/ip_icmp.h: Update from FreeBSD. Abandon BYTE_PACK.
* 2005-05-20 Eric Norum <norume@aps.anl.gov>Joel Sherrill2005-05-201-3/+4
| | | | | | PR 793/networking * libnetworking/netinet/ip_icmp.c: Malicious ICMP packet causes panic. Just ignore it.
* 2005-05-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-142-50/+28
| | | | | * libnetworking/netinet/tcp_usrreq.c: Cosmetics from FreeBSD. * libnetworking/netinet/tcp_subr.c: Partical update from FreeBSD.