| Commit message (Expand) | Author | Age | Files | Lines |
| * | in_scrubprefix needs the same netmask checking as in_addprefix (which was |  claudio | 2012-07-10 | 1 | -9/+12 |
| * | Instead of casting interface address pointers, use the macros NULL |  bluhm | 2012-07-08 | 1 | -6/+6 |
| * | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is |  bluhm | 2012-01-03 | 1 | -8/+7 |
| * | Since the IPv6 madness is not enough introduce NAT64 -- which is actually |  claudio | 2011-10-13 | 1 | -2/+1 |
| * | allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. |  dlg | 2011-07-06 | 1 | -3/+7 |
| * | slight knf (particularly the function decls) so i dont get too distracted |  dlg | 2011-07-03 | 1 | -40/+17 |
| * | gc in_interfaces. doesnt seem to do anything except get incremented. |  dlg | 2011-07-02 | 1 | -5/+1 |
| * | Make in_broadcast() rdomain aware. Mostly mechanical change. |  claudio | 2011-04-28 | 1 | -4/+7 |
| * | Only call ifa_del() when no error happend previously. Do the same thing |  claudio | 2010-11-28 | 1 | -5/+10 |
| * | an extra parameter for in_ifinit, indicating wether the ifaddr passed to it |  henning | 2010-11-17 | 1 | -5/+12 |
| * | use ifa_update_broadaddr and make sure bcast address is set before calling |  henning | 2010-11-17 | 1 | -5/+11 |
| * | move the ifa_add call to in_ifinit() so it is called AFTER the ifaddr |  henning | 2010-11-17 | 1 | -2/+4 |
| * | remove subnetsarelocal / SUBNETSARELOCAL. it's been off by default since |  henning | 2010-01-13 | 1 | -27/+7 |
| * | 4.2BSD had the host parts bit of the address all zero as broadcast address. |  henning | 2010-01-13 | 1 | -12/+2 |
| * | we don't need broadcast for the classful network AND broadcast for the |  henning | 2010-01-13 | 1 | -4/+1 |
| * | instead of fiddling with the per-interface address lists directly in |  henning | 2010-01-13 | 1 | -4/+3 |
| * | let's admit it's not 1992 any more. CIDR is around for a long time, even |  henning | 2010-01-13 | 1 | -24/+17 |
| * | rtables are stacked on rdomains (it is possible to have multiple routing |  claudio | 2009-11-03 | 1 | -1/+2 |
| * | Initial support for routing domains. This allows to bind interfaces to |  claudio | 2009-06-05 | 1 | -5/+14 |
| * | Introduce splsoftassert(), similar to splassert() but for soft interrupt |  miod | 2009-03-15 | 1 | -2/+2 |
| * | adderss -> address |  miod | 2008-06-04 | 1 | -2/+2 |
| * | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' |  krw | 2007-10-01 | 1 | -4/+2 |
| * | remove backpointer from ifa to ifp if an address gets delete; fixes |  markus | 2007-09-17 | 1 | -1/+3 |
| * | Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerous |  claudio | 2007-07-20 | 1 | -2/+1 |
| * | Fix a use after free crash in in_delmulti(). If a interface is detached |  claudio | 2007-07-04 | 1 | -9/+13 |
| * | thou shalt not use static in the kernel |  dlg | 2007-05-27 | 1 | -11/+11 |
| * | Consistently spell FALLTHROUGH to appease lint. |  jsg | 2007-02-14 | 1 | -2/+2 |
| * | move local network route to real interface instead of carp interface; from mpf@ |  markus | 2007-01-02 | 1 | -5/+19 |
| * | Use more queue macros rather than doing it by hand; ok otto@ krw@ |  miod | 2006-03-05 | 1 | -18/+19 |
| * | With the exception of two other small uncommited diffs this moves |  brad | 2006-03-04 | 1 | -2/+2 |
| * | Fix a panic reported by D.Snezhkov by issuing an ifconfig command with |  claudio | 2006-02-21 | 1 | -1/+2 |
| * | Hold a reference to the relevant struct in_ifaddr while a multicast address |  pascoe | 2005-06-03 | 1 | -1/+4 |
| * | Correctly compare routes in in_addprefix. If a netmask is supplied it needs |  claudio | 2005-03-07 | 1 | -7/+9 |
| * | From NetBSD: |  pascoe | 2005-01-15 | 1 | -6/+7 |
| * | for loopback, set ia_dstaddr instead of ia_ifa.ifa_dstaddr in in_ifinit() |  dhartmei | 2004-11-18 | 1 | -2/+2 |
| * | Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router. |  brad | 2004-08-24 | 1 | -2/+2 |
| * | When in_ifinit fails and we've created a new address, clean it up before |  mcbride | 2004-06-21 | 1 | -2/+13 |
| * | clean some copy&paste leftovers from KAME code. |  mpf | 2004-05-31 | 1 | -4/+4 |
| * | memory leak fix; from pat, via tedu, ok dhartmei |  deraadt | 2004-03-28 | 1 | -2/+7 |
| * | de-register. deraadt ok |  itojun | 2003-12-10 | 1 | -18/+18 |
| * | install host route for p2p interface even if there's connected net route |  itojun | 2003-06-23 | 1 | -19/+17 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
| * | Prevent packet processing while tweaking address and routing tables. |  henric | 2002-10-04 | 1 | -1/+28 |
| * | KNF - return is not a function. sync w/kame |  itojun | 2002-09-11 | 1 | -2/+2 |
| * | - Add a flags argument to dohooks. |  art | 2002-07-12 | 1 | -4/+4 |
| * | whitespace |  itojun | 2002-06-09 | 1 | -3/+3 |
| * | Add hooks to struct ifnet that allow to register callbacks that will be |  dhartmei | 2002-04-24 | 1 | -1/+6 |
| * | cleanup in_broadcast. don't consider /32 addrs as broadcast. |  itojun | 2002-04-01 | 1 | -36/+27 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -7/+7 |
| * | KNF |  deraadt | 2001-11-24 | 1 | -2/+2 |