| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r283291: don't use CALLOUT_MPSAFE with callout_init() | Andriy Gapon | 2017-03-04 | 1 | -1/+1 |
| * | MFC r286227, r286443: | Julien Charbon | 2016-11-24 | 1 | -8/+35 |
| * | MFC r291301: | Fabien Thomas | 2015-12-02 | 1 | -1/+10 |
| * | MFC r264879 | Steven Hartland | 2014-05-26 | 1 | -1/+1 |
| * | MFC r264212,r264213,r264248,r265776,r265811,r265909: | Kevin Lo | 2014-05-13 | 1 | -4/+5 |
| * | Merge r261590, r261592 from head: | Gleb Smirnoff | 2014-03-04 | 1 | -4/+0 |
| * | A complete duplication of binding should be allowed if on both new and | Mikolaj Golub | 2013-07-12 | 1 | -1/+1 |
| * | In r227207, to fix the issue with possible NULL inp_socket pointer | Mikolaj Golub | 2013-07-04 | 1 | -2/+18 |
| * | Remove redundant test, we know inp_lport is 0. | Navdeep Parhar | 2013-01-25 | 1 | -2/+1 |
| * | More warnings for zones that depend on the kern.ipc.maxsockets limit. | Pawel Jakub Dawidek | 2012-12-08 | 1 | -0/+2 |
| * | There is a complex race in in_pcblookup_hash() and in_pcblookup_group(). | Gleb Smirnoff | 2012-10-02 | 1 | -1/+11 |
| * | Add a IP_RECVTOS socket option to receive for received UDP/IPv4 | Michael Tuexen | 2012-06-12 | 1 | -0/+4 |
| * | Clean up some #endif comments removing from short sections. Add #endif | Bjoern A. Zeeb | 2012-01-22 | 1 | -13/+12 |
| * | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | John Baldwin | 2012-01-05 | 1 | -9/+9 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+2 |
| * | Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid | Mikolaj Golub | 2011-11-06 | 1 | -6/+5 |
| * | Fix the typo made in r157474. | Mikolaj Golub | 2011-11-06 | 1 | -1/+1 |
| * | Implement a CPU-affine TCP and UDP connection lookup data structure, | Robert Watson | 2011-06-06 | 1 | -4/+225 |
| * | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | Robert Watson | 2011-06-04 | 1 | -4/+35 |
| * | Unbreak NOINET kernels after r222488. | Bjoern A. Zeeb | 2011-05-30 | 1 | -2/+2 |
| * | Decompose the current single inpcbinfo lock into two locks: | Robert Watson | 2011-05-30 | 1 | -19/+90 |
| * | An inpcb lock is no longer required in in_pcbref() since the move to | Robert Watson | 2011-05-24 | 1 | -2/+0 |
| * | Continue to refine inpcb reference counting and locking, in preparation for | Robert Watson | 2011-05-23 | 1 | -63/+91 |
| * | Move from passing a wildcard boolean to a general set up lookup flags into | Robert Watson | 2011-05-23 | 1 | -12/+18 |
| * | Make the PCB code compile without INET support by adding #ifdef INETs | Bjoern A. Zeeb | 2011-04-30 | 1 | -4/+20 |
| * | MFp4 CH=191470: | Bjoern A. Zeeb | 2011-04-20 | 1 | -1/+28 |
| * | Properly check for an IPv4 socket after r219579. | Bjoern A. Zeeb | 2011-03-19 | 1 | -2/+2 |
| * | Merge the two identical implementations for local port selections from | Bjoern A. Zeeb | 2011-03-12 | 1 | -67/+123 |
| * | Prison check addresses set with multicast interface options. | Daniel Eischen | 2011-01-26 | 1 | -6/+9 |
| * | Make sure to always do source address selection on | Daniel Eischen | 2011-01-08 | 1 | -8/+9 |
| * | Remove comment bemoaning the lack of an INP_INHASHLIST above in_pcbdrop(); | Robert Watson | 2010-12-27 | 1 | -6/+0 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
| * | Fix so that a multicast packet can be sent | Randall Stewart | 2010-11-11 | 1 | -5/+4 |
| * | This patch fixes the problem where proxy ARP entries cannot be added | Qing Li | 2010-05-25 | 1 | -2/+2 |
| * | Abstract out initialization of most aspects of struct inpcbinfo from | Robert Watson | 2010-03-14 | 1 | -0/+41 |
| * | Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control | Bjoern A. Zeeb | 2010-01-17 | 1 | -0/+7 |
| * | Previously local end of point-to-point interface is not reachable | Qing Li | 2009-09-14 | 1 | -0/+2 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
| * | Reimplement and/or implement vnet list locking by replacing a mostly | Robert Watson | 2009-07-19 | 1 | -2/+2 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -1/+1 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -50/+42 |
| * | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | Robert Watson | 2009-06-25 | 1 | -6/+15 |
| * | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -3/+8 |
| * | Add a new function, ifa_ifwithaddr_check(), which rather than returning | Robert Watson | 2009-06-22 | 1 | -1/+1 |
| * | Remove a hack from r186086 so that IPsec via loopback routes continued | Bjoern A. Zeeb | 2009-06-22 | 1 | -4/+0 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Continue work to optimize performance of "options MAC" when no MAC policy | Robert Watson | 2009-06-03 | 1 | -2/+0 |
| * | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | Pawel Jakub Dawidek | 2009-06-01 | 1 | -7/+3 |
| * | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -7/+9 |