#
69618 |
| 23-May-1995 |
karels |
Always check the checksum on incoming packets that have them, redefining udpcksum to control only generation of checksums |
#
68170 |
| 09-Jan-1995 |
cgd |
ioctl cmd arg is u_long |
#
65801 |
| 21-Jan-1994 |
bostic |
copyright typo |
#
65461 |
| 04-Jan-1994 |
bostic |
lint |
#
65264 |
| 30-Dec-1993 |
mckusick |
put back missing code (from karels@bsdi.com) |
#
63220 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
61335 |
| 04-Jun-1993 |
bostic |
prototype everything |
#
60849 |
| 31-May-1993 |
karels |
change multicast code so that either SO_REUSEPORT or SO_REUSEADDR indicates that additional sockets with the same port may be present |
#
60637 |
| 31-May-1993 |
mckusick |
prototype icmp_error and fix incorrect call sites |
#
60501 |
| 27-May-1993 |
mckusick |
use proper macro to pick out message data (from Andrew Cherenson) |
#
59309 |
| 26-Apr-1993 |
mckusick |
add support for getting udp checksum |
#
59133 |
| 18-Apr-1993 |
mckusick |
replace udp_ttl with sysctl setable ip_defttl |
#
58998 |
| 07-Apr-1993 |
sklower |
Mostly changes recommended by jch for variable subnets & multiple IP addresses per physical interface. May require further work. |
#
57587 |
| 18-Jan-1993 |
andrew |
ip mcast bug fix from mccanne@ee.lbl.gov |
#
57433 |
| 08-Jan-1993 |
andrew |
(By Sklower) checkpoint the current state of Cherenson's work. |
#
56531 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
55348 |
| 18-Jul-1992 |
sklower |
multicast bugfix from arc@sgi.com |
#
54716 |
| 06-Jul-1992 |
sklower |
multicast changes from lbl |
#
52949 |
| 15-Mar-1992 |
torek |
gcc lint |
#
51271 |
| 02-Oct-1991 |
sklower |
for now, redundantly include errno.h to share source with sys.oldvm |
#
50715 |
| 31-Jul-1991 |
mckusick |
avoid waiting in udp_output |
#
48458 |
| 20-Apr-1991 |
karels |
rm user.h; errno.h is in param.h |
#
45645 |
| 27-Nov-1990 |
sklower |
fix udp_saveopt to copy data to the right place. |
#
44968 |
| 25-Jul-1990 |
karels |
fix spl's in udp_usrreq (only as needed, always splx), clear last pcb cache when detaching |
#
44828 |
| 01-Jul-1990 |
karels |
need to change iphlen earlier; icmp_error needs original ip_len; cleanups |