| Commit message (Expand) | Author | Age | Files | Lines |
* | Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise, | rwatson | 2004-09-05 | 1 | -0/+1 |
* | Unlock rather than lock the ripcbinfo lock at the end of rip6_input(). | rwatson | 2004-09-02 | 1 | -1/+1 |
* | Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct | rwatson | 2004-08-28 | 1 | -0/+2 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 2 | -4/+4 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 4 | -32/+22 |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | rwatson | 2004-08-23 | 7 | -1327/+0 |
* | When notifying protocol components of an event on an in6pcb, use the | rwatson | 2004-08-21 | 1 | -3/+5 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 8 | -46/+1 |
* | When allocating the IPv6 header to stick in front of raw packet being | rwatson | 2004-08-12 | 1 | -1/+5 |
* | Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead | rwatson | 2004-08-06 | 4 | -8/+19 |
* | Disallow a particular kind of port theft described by the following scenario: | yar | 2004-07-28 | 1 | -5/+1 |
* | Commit a first pass at in6pcb and pcbinfo locking for IPv6, | rwatson | 2004-07-27 | 3 | -35/+160 |
* | Don't consider TCP connections beyond LISTEN state | yar | 2004-07-27 | 1 | -19/+10 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -1/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+1 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -0/+6 |
* | Missed directory in previous commit; need to hold SOCK_LOCK(so) | rwatson | 2004-06-12 | 1 | -0/+1 |
* | do not check super user privilege in ip6_savecontrol. It is | ume | 2004-06-02 | 1 | -20/+5 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Fix a bug which I discovered recently while doing IPv6 testing at | wpaul | 2004-05-14 | 1 | -0/+12 |
* | fix the change of interface in nd6_storelladdr for multicast | luigi | 2004-04-26 | 1 | -5/+5 |
* | This commit does two things: | luigi | 2004-04-25 | 1 | -6/+13 |
* | ifp has the same value as rt->rti_ifp so remove the dependency | luigi | 2004-04-19 | 1 | -2/+2 |
* | Remove a tail-recursive call in nd6_output. | luigi | 2004-04-19 | 1 | -5/+8 |
* | Replace Bcopy/Bzero with 'the real thing' as in the rest of the file. | luigi | 2004-04-18 | 2 | -8/+8 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 21 | -84/+0 |
* | UDP checksum is mandatory in IPv6 (RFC2460 p.28) | suz | 2004-04-01 | 1 | -2/+4 |
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | pjd | 2004-03-27 | 5 | -19/+22 |
* | Remove unused argument. | pjd | 2004-03-27 | 2 | -2/+2 |
* | Remove unused prototype. | pjd | 2004-03-27 | 1 | -1/+0 |
* | Validate IPv6 socket options more carefully to avoid a panic. | ume | 2004-03-26 | 1 | -1/+37 |
* | Move the AH algorithm list from a static local function variable to | rwatson | 2004-03-10 | 1 | -37/+38 |
* | move in6_addmulti()/in6_delmulti() into mld6.c | ume | 2004-03-04 | 2 | -90/+93 |
* | missing splx(). | ume | 2004-03-04 | 1 | -1/+3 |
* | - stlye and comments | ume | 2004-03-03 | 1 | -15/+16 |
* | Move PFIL_HOOKS and ipfw past the scope checks to allow easy redirection to | mlaier | 2004-03-02 | 1 | -32/+32 |
* | scope awareness of ff01:: is not merged, yet. So, clear | ume | 2004-03-02 | 1 | -0/+6 |
* | - reject incoming packets to an interface-local multicast address from | ume | 2004-03-01 | 1 | -10/+52 |
* | Bring eventhandler callbacks for pf. | mlaier | 2004-02-26 | 1 | -0/+3 |
* | Tweak existing header and other build infrastructure to be able to build | mlaier | 2004-02-26 | 1 | -1/+3 |
* | in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTU | ume | 2004-02-24 | 1 | -1/+3 |
* | Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6 | cperciva | 2004-02-24 | 1 | -1/+2 |
* | - call ip6_output() instead of nd6_output() when ipsec tunnel | ume | 2004-02-19 | 1 | -3/+21 |
* | IPSEC and FAST_IPSEC have the same internal API now; | ume | 2004-02-17 | 3 | -57/+20 |
* | correct function name in comment. | ume | 2004-02-16 | 1 | -18/+18 |
* | nuke unused functions. | ume | 2004-02-16 | 3 | -53/+0 |
* | we don't need to include ipsec.h. | ume | 2004-02-16 | 1 | -8/+0 |
* | - wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future. | ume | 2004-02-13 | 1 | -38/+42 |
* | supported IPV6_RECVPATHMTU socket option. | ume | 2004-02-13 | 5 | -6/+68 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 1 | -0/+2 |