Age | Commit message (Expand) | Author |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-06-17 | Always add/remove IPv4 addresses consistently from the global list and tree. | Martin Pieuchot |
2013-05-31 | Remove the scrub argument from in_ifinit() and simply call in_ifscrub() | Martin Pieuchot |
2013-05-13 | Make SIOCSIFDSTMASK and SIOCSIFNETMASK fail if there is no previous | Martin Pieuchot |
2013-04-17 | Simplify the check to call in_ifinit() by merging two conditional | Martin Pieuchot |
2013-03-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2012-07-10 | in_scrubprefix needs the same netmask checking as in_addprefix (which was | Claudio Jeker |
2012-07-08 | Instead of casting interface address pointers, use the macros NULL | Alexander Bluhm |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
2011-10-13 | Since the IPv6 madness is not enough introduce NAT64 -- which is actually | Claudio Jeker |
2011-07-06 | allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. | David Gwynne |
2011-07-03 | slight knf (particularly the function decls) so i dont get too distracted | David Gwynne |
2011-07-02 | gc in_interfaces. doesnt seem to do anything except get incremented. | David Gwynne |
2011-04-28 | Make in_broadcast() rdomain aware. Mostly mechanical change. | Claudio Jeker |
2010-11-28 | Only call ifa_del() when no error happend previously. Do the same thing | Claudio Jeker |
2010-11-17 | an extra parameter for in_ifinit, indicating wether the ifaddr passed to it | Henning Brauer |
2010-11-17 | use ifa_update_broadaddr and make sure bcast address is set before calling | Henning Brauer |
2010-11-17 | move the ifa_add call to in_ifinit() so it is called AFTER the ifaddr | Henning Brauer |
2010-01-13 | remove subnetsarelocal / SUBNETSARELOCAL. it's been off by default since | Henning Brauer |
2010-01-13 | 4.2BSD had the host parts bit of the address all zero as broadcast address. | Henning Brauer |
2010-01-13 | we don't need broadcast for the classful network AND broadcast for the | Henning Brauer |
2010-01-13 | instead of fiddling with the per-interface address lists directly in | Henning Brauer |
2010-01-13 | let's admit it's not 1992 any more. CIDR is around for a long time, even | Henning Brauer |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2008-06-04 | adderss -> address | Miod Vallat |
2007-10-01 | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' | Kenneth R Westerback |
2007-09-17 | remove backpointer from ifa to ifp if an address gets delete; fixes | Markus Friedl |
2007-07-20 | Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerous | Claudio Jeker |
2007-07-04 | Fix a use after free crash in in_delmulti(). If a interface is detached | Claudio Jeker |
2007-05-27 | thou shalt not use static in the kernel | David Gwynne |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-01-02 | move local network route to real interface instead of carp interface; from mpf@ | Markus Friedl |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-02-21 | Fix a panic reported by D.Snezhkov by issuing an ifconfig command with | Claudio Jeker |
2005-06-03 | Hold a reference to the relevant struct in_ifaddr while a multicast address | Christopher Pascoe |
2005-03-07 | Correctly compare routes in in_addprefix. If a netmask is supplied it needs | Claudio Jeker |
2005-01-15 | From NetBSD: | Christopher Pascoe |
2004-11-18 | for loopback, set ia_dstaddr instead of ia_ifa.ifa_dstaddr in in_ifinit() | Daniel Hartmeier |
2004-08-24 | Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router. | Brad Smith |
2004-06-21 | When in_ifinit fails and we've created a new address, clean it up before | Ryan Thomas McBride |
2004-05-31 | clean some copy&paste leftovers from KAME code. | Marco Pfatschbacher |
2004-03-28 | memory leak fix; from pat, via tedu, ok dhartmei | Theo de Raadt |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-06-23 | install host route for p2p interface even if there's connected net route | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-04 | Prevent packet processing while tweaking address and routing tables. | Henric Jungheim |