History log of /csrg-svn/sys/netinet/ip_output.c (Results 1 – 25 of 102)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 65801 21-Jan-1994 bostic

copyright typo

# 65369 03-Jan-1994 bostic

In ip_ctloutput, if the option is at level IPPROTO_IP but not
recognized/supported, return ENOPROTOOPT (from POSIX 1003.12). I continued
to return EINVAL if the level was not IPPROTO_IP. Also, in t

In ip_ctloutput, if the option is at level IPPROTO_IP but not
recognized/supported, return ENOPROTOOPT (from POSIX 1003.12). I continued
to return EINVAL if the level was not IPPROTO_IP. Also, in the latter
case, I added a check to free any mbuf only for setsockopt, not getsockopt,
although that is not strictly necessary (getsockopt passes a pointer
to a null pointer). From: Mike Karels <karels@BSDI.COM>

show more ...

# 63220 10-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 61333 04-Jun-1993 bostic

prototype everything

# 60142 19-May-1993 sklower

In Cherenson's mbuf leak fix, we forgot to (void) the return of m_free()

# 58998 07-Apr-1993 sklower

Mostly changes recommended by jch for variable subnets & multiple
IP addresses per physical interface. May require further work.

# 58655 12-Mar-1993 andrew

(by sklower) obvious bug fix in mbuf starvation case

# 57967 12-Feb-1993 andrew

fix sccs notice

# 57966 12-Feb-1993 andrew

use new flag to distinquish forwarded pkts from IP_HDRINCL pkts

# 57878 07-Feb-1993 sklower

#ifdef MROUTING didn't quite get all refs to external variables

# 57433 08-Jan-1993 andrew

(By Sklower) checkpoint the current state of Cherenson's work.

# 56531 11-Oct-1992 bostic

make kernel includes standard

# 54716 06-Jul-1992 sklower

multicast changes from lbl

# 51273 02-Oct-1991 sklower

setsockopt of SO level options get passed down to lower levels for info

# 45567 12-Nov-1990 sklower

fix broken IP_TTL option (was setting tos instead) (from jch@cornell)

# 45014 28-Jul-1990 karels

oops, 7.19 wasn't finished; back part out for now, but leave TOS/TTL

# 44481 28-Jun-1990 bostic

new copyright notice

# 44372 28-Jun-1990 karels

watch out for ip_len >32767 (is incorrectly declared as short)

# 44371 28-Jun-1990 karels

deprecate ENETUNREACH, always use EHOSTUNREACH; support for new pcb options

# 40794 05-Apr-1990 sklower

pass rtentry ptr to if_output; get ip_src addr from ifaddr_in if not set

# 40254 01-Mar-1990 mckusick

need to adjust length on the fragment, not the head of the packet (from macklem)

# 39185 20-Sep-1989 sklower

add more counters for SNMP

# 37502 25-Apr-1989 mckusick

../machine => machine

# 37318 08-Apr-1989 karels

new mbufs, route structures

# 34854 29-Jun-1988 bostic

install approved copyright notice

12345