| Commit message (Expand) | Author | Age | Files | Lines |
* | igmp, struct router_info: use queue(3) |  cheloha | 2018-10-18 | 1 | -2/+2 |
* | Per-interface list of addresses, both multicast and unicast, are |  mpi | 2017-05-29 | 1 | -1/+3 |
* | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) |  gerhard | 2016-06-15 | 1 | -1/+2 |
* | Introduce in{,6}_hasmulti(), two functions to check in the hot path if |  mpi | 2016-01-21 | 1 | -1/+2 |
* | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every |  mpi | 2015-12-03 | 1 | -1/+2 |
* | Store an interface index instead of a pointer that's never dereferenced. |  mpi | 2015-11-11 | 1 | -4/+4 |
* | Kill the global list of IPv4 addresses. |  mpi | 2015-01-12 | 1 | -4/+1 |
* | Stop mixing interface address flags with routing entry ones. |  mpi | 2014-03-27 | 1 | -2/+2 |
* | Do not clean the multicast records of an interface when it is destroyed |  mpi | 2014-01-21 | 1 | -2/+2 |
* | Iterate over the per interface address list instead of the global one |  mpi | 2014-01-13 | 1 | -3/+6 |
* | move in_multi definition into kernel-only |  deraadt | 2013-11-29 | 1 | -4/+2 |
* | Change the way protocol multicast addresses are linked to an interface. |  mpi | 2013-11-28 | 1 | -26/+25 |
* | Replace INADDR_TO_IFP() by in_iawithaddr() and kill the macro. |  mpi | 2013-11-27 | 1 | -18/+1 |
* | hide a bunch of structures (namely arpcom, llinfo_arp, ethernet |  mikeb | 2013-11-21 | 1 | -1/+3 |
* | Replace the last usage of IA_SIN() and kill this macro. |  mpi | 2013-11-21 | 1 | -6/+1 |
* | Remove the number of in_var.h inclusions by moving some functions and |  mpi | 2013-10-23 | 1 | -8/+1 |
* | No need to expose twice in_socktrim(), it is only used in one file. |  mpi | 2013-10-23 | 1 | -2/+1 |
* | Abstract the fact that IPv4 muticast records are linked to the |  mpi | 2013-10-18 | 1 | -1/+2 |
* | The header file netinet/in_var.h included netinet6/in6_var.h. This |  bluhm | 2013-10-17 | 1 | -5/+1 |
* | Change the macros used to iterate over the multicast records of an |  mpi | 2013-10-14 | 1 | -51/+17 |
* | Replace hand-crafted for loop over in_ifaddr with FOREACH macro. |  bluhm | 2013-08-28 | 1 | -11/+9 |
* | Remove the scrub argument from in_ifinit() and simply call in_ifscrub() |  mpi | 2013-05-31 | 1 | -2/+2 |
* | simple replacement of LIST_END with NULL. ok mpi |  tedu | 2013-03-22 | 1 | -4/+4 |
* | align ifaliasreq.ifra_addr similar to the way that ifreq is fixed -- |  deraadt | 2012-11-11 | 1 | -2/+8 |
* | Since the IPv6 madness is not enough introduce NAT64 -- which is actually |  claudio | 2011-10-13 | 1 | -1/+5 |
* | an extra parameter for in_ifinit, indicating wether the ifaddr passed to it |  henning | 2010-11-17 | 1 | -2/+2 |
* | we don't need broadcast for the classful network AND broadcast for the |  henning | 2010-01-13 | 1 | -2/+1 |
* | let's admit it's not 1992 any more. CIDR is around for a long time, even |  henning | 2010-01-13 | 1 | -4/+2 |
* | rtables are stacked on rdomains (it is possible to have multiple routing |  claudio | 2009-11-03 | 1 | -2/+2 |
* | Initial support for routing domains. This allows to bind interfaces to |  claudio | 2009-06-05 | 1 | -3/+4 |
* | fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom |  dlg | 2008-11-08 | 1 | -61/+61 |
* | Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerous |  claudio | 2007-07-20 | 1 | -2/+1 |
* | Use more queue macros rather than doing it by hand; ok otto@ krw@ |  miod | 2006-03-05 | 1 | -15/+16 |
* | From NetBSD: |  pascoe | 2005-01-15 | 1 | -1/+3 |
* | de-register. deraadt ok |  itojun | 2003-12-10 | 1 | -3/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -8/+8 |
* | Inclusion protection. |  angelos | 2001-06-09 | 1 | -1/+6 |
* | bring in KAME IPv6 code, dated 19991208. |  itojun | 1999-12-08 | 1 | -1/+6 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -2/+3 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+214 |