| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out r249318, r249320 and r249327 due to a heisenbug most | andre | 2013-05-06 | 1 | -1/+1 |
* | Change certain heavily used network related mutexes and rwlocks to | andre | 2013-04-09 | 1 | -1/+1 |
* | There is a complex race in in_pcblookup_hash() and in_pcblookup_group(). | glebius | 2012-10-02 | 1 | -0/+1 |
* | Add a IP_RECVTOS socket option to receive for received UDP/IPv4 | tuexen | 2012-06-12 | 1 | -1/+2 |
* | Hide a few declarations from userland (including `struct inpcbgroup'). This | rmh | 2012-03-17 | 1 | -1/+1 |
* | Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid | trociny | 2011-11-06 | 1 | -0/+1 |
* | Add spares to the network stack for FreeBSD-9: | bz | 2011-07-17 | 1 | -2/+3 |
* | Unbreak kernels with non-default PCBGROUP included but no WITNESS. | bz | 2011-06-06 | 1 | -0/+1 |
* | Implement a CPU-affine TCP and UDP connection lookup data structure, | rwatson | 2011-06-06 | 1 | -4/+82 |
* | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | rwatson | 2011-06-04 | 1 | -0/+6 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -12/+38 |
* | Continue to refine inpcb reference counting and locking, in preparation for | rwatson | 2011-05-23 | 1 | -0/+2 |
* | A number of quite incremental refinements to struct inpcbinfo's definition: | rwatson | 2011-05-23 | 1 | -20/+41 |
* | MFp4 CH=191470: | bz | 2011-04-20 | 1 | -3/+0 |
* | Merge the two identical implementations for local port selections from | bz | 2011-03-12 | 1 | -0/+2 |
* | Abstract out initialization of most aspects of struct inpcbinfo from | rwatson | 2010-03-14 | 1 | -0/+5 |
* | Wrap use of rw_try_upgrade() on pcbinfo with macro INP_INFO_TRY_UPGRADE() | rwatson | 2010-03-06 | 1 | -0/+1 |
* | Add padding to struct inpcb, missed during our padding sweep earlier in | rwatson | 2009-08-02 | 1 | -1/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -13/+13 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -15/+29 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -2/+0 |
* | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | pjd | 2009-06-01 | 1 | -2/+1 |
* | Staticize two functions not used outside of in_pcb.c: in_pcbremlists() and | rwatson | 2009-05-14 | 1 | -7/+0 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -2/+8 |
* | s/void/void */ | kmacy | 2009-04-16 | 1 | -1/+1 |
* | restore spare pointers for MFCing | kmacy | 2009-04-16 | 1 | -2/+3 |
* | - convert pspare pointers in inpcb to an llentry and rtentry cache | kmacy | 2009-04-15 | 1 | -1/+4 |
* | - add second flags field to to inpcb | kmacy | 2009-04-15 | 1 | -4/+7 |
* | provide additional convenience macros for inpcb locking (upgrade, downgrade, ... | kmacy | 2009-04-15 | 1 | -1/+4 |
* | Import "flowid" support for serializing flows across transmit queues | kmacy | 2009-04-10 | 1 | -1/+3 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 1 | -29/+27 |
* | Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whether | rwatson | 2009-03-11 | 1 | -0/+1 |
* | Remove unused v6 macro aliases for inpcb fields: | rwatson | 2009-03-10 | 1 | -20/+0 |
* | Remove now-unused INP_UNMAPPABLEOPTS. | rwatson | 2009-03-10 | 1 | -2/+0 |
* | Implement a new IP option (not compiled/enabled by default) to allow | adrian | 2009-01-09 | 1 | -0/+2 |
* | Another step assimilating IPv[46] PCB code: | bz | 2008-12-17 | 1 | -1/+1 |
* | Use inc_flags instead of the inc_isipv6 alias which so far | bz | 2008-12-17 | 1 | -0/+6 |
* | Put a global variables, which were virtualized but formerly | bz | 2008-12-11 | 1 | -0/+2 |
* | Update comment on INP_TIMEWAIT to say what it's about, as we caution | rwatson | 2008-12-09 | 1 | -1/+1 |
* | Move macros defining flags and shortcus to nested structure fields in | rwatson | 2008-12-09 | 1 | -26/+34 |
* | Add a reference count to struct inpcb, which may be explicitly | rwatson | 2008-12-08 | 1 | -0/+3 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+2 |
* | Bring over the change switching from using sequential to random | bz | 2008-10-20 | 1 | -0/+3 |
* | Cache so_cred as inp_cred in the inpcb. | bz | 2008-10-04 | 1 | -0/+1 |
* | Fix typo in comment. | rwatson | 2008-09-29 | 1 | -2/+2 |
* | Minor white space tweaks. | rwatson | 2008-08-07 | 1 | -4/+3 |
* | Trying to fix compilation bustage: | avatar | 2008-07-22 | 1 | -1/+1 |
* | make new accessor functions consistent with existing style | kmacy | 2008-07-21 | 1 | -6/+9 |
* | add inpcb accessor functions for fields needed by TOE devices | kmacy | 2008-07-21 | 1 | -0/+8 |
* | Merge last of a series of rwlock conversion changes to UDP, which | rwatson | 2008-07-15 | 1 | -0/+4 |