| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | do not check in_dstaddr in rtinitflags() macro, otherwise | 2001-07-27 | 1 | -3/+3 | ||
| | | | | | linklocal address manipulation codepath will choke. sync with kame | |||||
| * | improve IFA_ROUTE handling. do not lose connected route on primary | 2001-07-23 | 1 | -31/+149 | ||
| | | | | | interface address removals. | |||||
| * | Cut down on include files. | 2001-06-08 | 1 | -5/+2 | ||
| | | ||||||
| * | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | 2001-05-16 | 1 | -3/+1 | ||
| | | ||||||
| * | remove now-obsolete SIOCSIFPHY* handling in in{6,}_control. | 2000-10-06 | 1 | -19/+1 | ||
| | | | | | sync with kame. | |||||
| * | comment out ifconfig undo code. they are necessary to avoid memory | 2000-03-22 | 1 | -1/+12 | ||
| | | | | | | | leakage, however, was too strict that they disallow multiple address from same prefix to be assigned (when rtinit returns EEXIST). we'll need to improve it. | |||||
| * | undo interface address addition, if in_ifinit fails. | 2000-03-12 | 1 | -4/+20 | ||
| | | ||||||
| * | If SIOCSIFADDR fails, put back the old address before calling splx(). | 2000-01-04 | 1 | -2/+2 | ||
| | | ||||||
| * | bring in KAME IPv6 code, dated 19991208. | 1999-12-08 | 1 | -1/+258 | ||
| | | | | | | | | | | replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). | |||||
| * | Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets. | 1999-04-20 | 1 | -2/+5 | ||
| | | | | | | Fix a panic case in the MROUTING code too. Drop M_TUNNEL support, nothing ever uses it. | |||||
| * | close PR 459 | 1998-04-25 | 1 | -3/+5 | ||
| | | ||||||
| * | Fix bug (I introduced) with aliases and in_broadcast(). | 1998-03-27 | 1 | -12/+25 | ||
| | | ||||||
| * | for SIOCGIF{NETMASK,DSTADDR,BRDADDR} calls match address to if aliases entries | 1998-03-20 | 1 | -1/+13 | ||
| | | | | | | | | so that correct information is returned (previously information about the primary address was returned). If the address cannot be found on the interface, return information about the primary (for OSIOC* compatibility). work by angelos and myself. | |||||
| * | This should fix some problems with the aliases. | 1998-03-19 | 1 | -3/+4 | ||
| | | ||||||
| * | Another shot at disallowing TCP connections to 255.255.255.255, | 1998-02-28 | 1 | -4/+20 | ||
| | | | | | 0.0.0.0 and any local broadcast addresses. Tested. | |||||
| * | patch could not have been tested. panics machine on boot | 1998-02-25 | 1 | -17/+4 | ||
| | | ||||||
| * | please indent as the file is currently indented | 1998-02-25 | 1 | -6/+3 | ||
| | | ||||||
| * | Pay attention. | 1998-02-25 | 1 | -2/+2 | ||
| | | ||||||
| * | Disallow TCP connects to 255.255.255.255 or local broadcast addresses. | 1998-02-25 | 1 | -4/+20 | ||
| | | ||||||
| * | Don't assume other subnets than our own are local to us; from Luigi Rizzo | 1996-09-12 | 1 | -2/+2 | ||
| | | | | | | by way of Jason Downs & Theo de Raadt. Can be overridden in the kernel configuration file by using "option SUBNETSARELOCAL=1" | |||||
| * | From NetBSD: 960217 merge | 1996-03-03 | 1 | -4/+6 | ||
| | | ||||||
| * | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+558 | ||
