| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplification to quiet a gcc4.2 warning. Just by setting match.s_addr | mjacob | 2007-06-17 | 1 | -14/+9 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -164/+1 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -41/+17 |
* | Fix a bug in IPv4 address configuration exposed by refcounting. | bms | 2007-03-29 | 1 | -13/+40 |
* | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | bms | 2007-03-20 | 1 | -74/+114 |
* | In regular forwarding path, reject packets destined for 169.254.0.0/16 | bms | 2007-02-03 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -7/+29 |
* | The IPv4 code should clean up multicast group state when an interface | bms | 2006-09-28 | 1 | -2/+31 |
* | In in_control() remove the temporary in_ifaddr structure from the | andre | 2006-01-24 | 1 | -1/+2 |
* | First fill in structure with valid values, and only then attach it | glebius | 2005-10-28 | 1 | -2/+2 |
* | In in_addprefix() compare not only route addresses, but their masks, | glebius | 2005-10-22 | 1 | -8/+13 |
* | Unlock Giant symmetrically with respect to lock acquire order as that's | rwatson | 2005-10-03 | 1 | -1/+1 |
* | Acquire Giant conditionally in in_addmulti() and in_delmulti() based on | rwatson | 2005-10-03 | 1 | -0/+9 |
* | Take a first cut at cleaning up ifnet removal and multicast socket | rwatson | 2005-09-18 | 1 | -8/+12 |
* | In order to support CARP interfaces kernel was taught to handle more | glebius | 2005-08-18 | 1 | -2/+12 |
* | Introduce in_multi_mtx, which will protect IPv4-layer multicast address | rwatson | 2005-08-03 | 1 | -10/+18 |
* | Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interface | iedowse | 2005-06-02 | 1 | -14/+26 |
* | ifma_protospec is a pointer. Use NULL when assigning or compating it. | glebius | 2005-03-20 | 1 | -2/+2 |
* | Remove a workaround from previos revision. It proved to be incorrect. | glebius | 2005-03-20 | 1 | -7/+16 |
* | Add antifootshooting workaround, which will make all routes "connected" | glebius | 2005-03-10 | 1 | -0/+6 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Fix host route addition for more than one address to a loopback interface | mlaier | 2004-11-17 | 1 | -1/+1 |
* | Merge copyright notices. | mlaier | 2004-11-13 | 1 | -28/+1 |
* | Change the way we automatically add prefix routes when adding a new address. | mlaier | 2004-11-12 | 1 | -27/+147 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -3/+3 |
* | Add the function in_localip() which returns 1 if an internet address is for | andre | 2004-08-11 | 1 | -0/+17 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Bring eventhandler callbacks for pf. | mlaier | 2004-02-26 | 1 | -0/+5 |
* | Document the net.inet.ip.subnets_are_local sysctl. | ru | 2003-12-30 | 1 | -1/+1 |
* | Correct rev 1.56 which (incorrectly) reversed the test used to | sam | 2003-11-03 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 1 | -3/+5 |
* | Remove unused and incorrectly maintained variable "in_interfaces" | phk | 2002-12-17 | 1 | -4/+0 |
* | fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4" | suz | 2002-10-22 | 1 | -5/+9 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -2/+2 |
* | Remove the code that masks an EEXIST returned from rtinit() when | brian | 2002-04-10 | 1 | -4/+0 |
* | Don't add host routes for interface addresses of 0.0.0.0/8 -> 0.255.255.255. | brian | 2002-04-10 | 1 | -6/+18 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -3/+3 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -8/+8 |
* | During SIOCAIFADDR, if in_ifinit() fails and we've already added an | brian | 2001-11-30 | 1 | -24/+39 |
* | Make sure the netmask always has an address family. This fixes Linux | des | 2001-10-30 | 1 | -3/+4 |
* | in_ifinit apparently can be used to rewrite an ip address; recalculate | jlemon | 2001-10-01 | 1 | -1/+5 |
* | Add a hash table that contains the list of internet addresses, and use | jlemon | 2001-09-29 | 1 | -13/+19 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -11/+11 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -1/+1 |
* | When running aplication joined multicast address, | ume | 2001-08-04 | 1 | -0/+12 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -20/+3 |
* | In in_ifadown(), differentiate between whether the interface goes | ru | 2001-05-11 | 1 | -1/+1 |
* | <sys/queue.h> makeover. | phk | 2001-03-16 | 1 | -6/+3 |