| Commit message (Expand) | Author | Age | Files | Lines |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -1/+0 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | markj | 2013-08-25 | 1 | -2/+6 |
* | Remove the large part of struct ipsecstat. Only few fields of this | ae | 2013-07-23 | 1 | -1/+1 |
* | Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics | ae | 2013-06-20 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -1/+1 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -2/+2 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | ae | 2012-10-25 | 1 | -6/+4 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -2/+0 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | bz | 2012-05-28 | 1 | -2/+2 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -5/+16 |
* | Add support for IPv6 to ipfw fwd: | bz | 2011-08-20 | 1 | -3/+41 |
* | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | rwatson | 2011-06-04 | 1 | -2/+2 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -34/+44 |
* | Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 only | bz | 2011-04-30 | 1 | -0/+6 |
* | Remove a check in udp6_send() that prevented v4-mapped v6 addresses from | bz | 2011-04-09 | 1 | -13/+0 |
* | After r219579 and r219779 unbreak v4-mapped v6 sockets for UDP | bz | 2011-04-09 | 1 | -13/+11 |
* | Push a possible "unbind" in some situation from in6_pcbsetport() to | bz | 2011-03-12 | 1 | -1/+4 |
* | Add flowtable support to IPv6 | kmacy | 2010-05-09 | 1 | -0/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -19/+0 |
* | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | bz | 2009-06-23 | 1 | -3/+6 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Implement UDP control block support. | bz | 2009-05-23 | 1 | -25/+30 |
* | Limit scope of acquisition of INP_RLOCK for multicast input filter | bms | 2009-05-01 | 1 | -5/+5 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -6/+34 |
* | Commit file omitted in r190962: | rwatson | 2009-04-12 | 1 | -10/+10 |
* | Don't bother null-checking the thread pointer before the prison checks | jamie | 2009-02-05 | 1 | -27/+22 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 1 | -10/+6 |
* | Addresses Roberts comments on comments. Also adds | rrs | 2009-01-06 | 1 | -7/+3 |
* | Add the ability of an alternate transport protocol | rrs | 2009-01-06 | 1 | -2/+44 |
* | Another step assimilating IPv[46] PCB code: | bz | 2008-12-17 | 1 | -1/+1 |
* | Another step assimilating IPv[46] PCB code - directly use | bz | 2008-12-15 | 1 | -9/+9 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+3 |
* | MFp4: | bz | 2008-11-29 | 1 | -0/+14 |
* | Merge in6_pcbfree() into in_pcbfree() which after the previous | bz | 2008-11-27 | 1 | -1/+1 |
* | Remove in6_pcbdetach() as it is exactly the same function | bz | 2008-11-26 | 1 | -1/+1 |
* | When disconnecting a UDPv6 socket, acquire the socket lock around the | rwatson | 2008-10-12 | 1 | -1/+2 |
* | Cache so_cred as inp_cred in the inpcb. | bz | 2008-10-04 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+17 |
* | When invoking the udp_send() from udp6_send() due to use of a v6-mapped | rwatson | 2008-09-22 | 1 | -3/+13 |
* | In UDPv6, reduce scope of global udbinfo lock during append to last | rwatson | 2008-08-31 | 1 | -3/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -50/+51 |
* | Change the parameters to in6_selectsrc(): | bz | 2008-07-08 | 1 | -2/+2 |
* | 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 |
* | Employ read locks on UDP inpcbs, rather than write locks, when | rwatson | 2008-05-29 | 1 | -11/+12 |
* | Acquire a read lock, rather than a write lock, on a UDPv6 inpcb when | rwatson | 2008-04-22 | 1 | -9/+9 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -25/+25 |
* | Replace the last susers calls in netinet6/ with privilege checks. | bz | 2008-01-24 | 1 | -6/+1 |