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