| Commit message (Expand) | Author | Age | Files | Lines |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 24 | -106/+591 |
* | Default to ignoring potentially evil IPv6 Neighbor Solicitation | cperciva | 2008-10-02 | 4 | -1/+26 |
* | When invoking the udp_send() from udp6_send() due to use of a v6-mapped | rwatson | 2008-09-22 | 1 | -3/+13 |
* | mld_timerresid() returns ms so instead of doing the maths in usec | bz | 2008-09-10 | 1 | -1/+1 |
* | - Fix amd64 local privilege escalation. [08:07] | simon | 2008-09-03 | 1 | -0/+9 |
* | Fix a bug, when a specially crafted ICMPV6 MLD packet could lead | bz | 2008-09-03 | 1 | -4/+4 |
* | In UDPv6, reduce scope of global udbinfo lock during append to last | rwatson | 2008-08-31 | 1 | -3/+1 |
* | another missed V_ | julian | 2008-08-25 | 1 | -1/+1 |
* | Fix some of the formatting fixes.. It's amazing how some thing stand out | julian | 2008-08-20 | 4 | -4/+4 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 6 | -10/+12 |
* | As part of step 1.5 of the vimage framework resolve conflicts with | bz | 2008-08-18 | 1 | -19/+19 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 24 | -631/+654 |
* | Fix a regression introduced in r179289 splitting up ip6_savecontrol() | bz | 2008-08-16 | 2 | -7/+16 |
* | Adopt the slightly weaker consistency locking approach used in IPv4 raw | rwatson | 2008-07-30 | 1 | -7/+3 |
* | When copying in and out current ICMPv6 filters on a raw IPv6 socket, | rwatson | 2008-07-29 | 1 | -6/+14 |
* | Since we fail IPv6 raw socket allocation if inp->in6p_icmp6filt can't | rwatson | 2008-07-29 | 2 | -15/+3 |
* | Marginally decomplicate set/getsockopt code in ip6_output.c by simply | rwatson | 2008-07-29 | 1 | -18/+11 |
* | Move inpcb lock higher to protect some nonbinding fields reading. | mav | 2008-07-28 | 2 | -3/+6 |
* | According to in_pcb.h protocol binding information has double locking. | mav | 2008-07-27 | 2 | -20/+14 |
* | Pass the ucred along into in{,6}_pcblookup_local for upcoming | bz | 2008-07-10 | 3 | -10/+11 |
* | For consistency take lport as u_short in in{,6}_pcblookup_local. | bz | 2008-07-10 | 2 | -3/+2 |
* | 1) Adds the rest of the VIMAGE change macros | rrs | 2008-07-09 | 2 | -4/+5 |
* | Document required locking in in6_sleectsrc() in case an inp is | bz | 2008-07-09 | 1 | -2/+4 |
* | Change the parameters to in6_selectsrc(): | bz | 2008-07-08 | 5 | -15/+23 |
* | Use soreceive_dgram() and sosend_dgram() with UDPv6, as we do with UDPv4. | rwatson | 2008-07-08 | 1 | -0/+2 |
* | Drop read lock on udbinfo earlier during delivery to the last matching | rwatson | 2008-07-07 | 1 | -1/+1 |
* | Improve approximation of style(9) in raw socket code. | rwatson | 2008-07-05 | 1 | -57/+75 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 3 | -2/+14 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -1/+1 |
* | Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code. The frag6 | rwatson | 2008-07-03 | 3 | -7/+1 |
* | Set the IPv6 netisr handler as NETISR_MPSAFE on the basis that, despite | rwatson | 2008-07-02 | 1 | -1/+1 |
* | Try to fix errors introduced in svn180085/cvs rev. 1.10: | bz | 2008-06-29 | 1 | -1/+2 |
* | Repair botched variable rename. | kan | 2008-06-29 | 1 | -4/+4 |
* | Oops, we've been incrementing the wrong cantforward variable. | julian | 2008-06-29 | 1 | -1/+2 |
* | Rename two vars so that they are different from the same vars in ipv4. | julian | 2008-06-29 | 1 | -7/+7 |
* | - Macro-izes the packed declaration in all headers. | rrs | 2008-06-14 | 1 | -6/+20 |
* | Employ read locks on UDP inpcbs, rather than write locks, when | rwatson | 2008-05-29 | 1 | -11/+12 |
* | Factor out the v4-only vs. the v6-only inp_flags processing in | bz | 2008-05-24 | 2 | -16/+34 |
* | - Adds support for the multi-asconf (From Kozuka-san) | rrs | 2008-05-20 | 1 | -3/+3 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 4 | -9/+15 |
* | Acquire a read lock, rather than a write lock, on a UDPv6 inpcb when | rwatson | 2008-04-22 | 1 | -9/+9 |
* | In ICMPv6, read lock rather than write lock the inpcb on receive. | rwatson | 2008-04-21 | 1 | -4/+4 |
* | With IPv4 raw sockets, read lock rather than write lock the inpcb when | rwatson | 2008-04-21 | 1 | -5/+5 |
* | When querying a local or remote address on an IPv6 socket, use only a | rwatson | 2008-04-19 | 1 | -4/+4 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 5 | -65/+65 |
* | - Have SCTP use the new pru_flush functionality | rrs | 2008-04-14 | 1 | -0/+1 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 3 | -0/+31 |
* | In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() and | rwatson | 2008-04-06 | 1 | -6/+2 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -1/+1 |
* | Correct IPsec behaviour with a 'use' level in SP but no SA available. | bz | 2008-03-14 | 1 | -2/+16 |