| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Pass the ucred along into in{,6}_pcblookup_local for upcoming | bz | 2008-07-10 | 1 | -1/+1 |
* | For consistency take lport as u_short in in{,6}_pcblookup_local. | bz | 2008-07-10 | 1 | -1/+1 |
* | Provide some initial chicken-scratching annotations of locking for | rwatson | 2008-07-08 | 1 | -27/+59 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+1 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -17/+27 |
* | change inp_wlock_assert to inp_lock_assert | kmacy | 2008-03-24 | 1 | -4/+8 |
* | Label inp as unused in the non-INVARIANTS case | kmacy | 2008-03-24 | 1 | -2/+2 |
* | Insulate inpcb consumers outside the stack from the lock type and offset with... | kmacy | 2008-03-23 | 1 | -0/+25 |
* | Add padding for anticipated functionality | kmacy | 2007-12-07 | 1 | -8/+17 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -15/+4 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -1/+1 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 1 | -2/+2 |
* | Remove unused pcbinfo arguments to in_setsockaddr() and | rwatson | 2007-05-01 | 1 | -2/+2 |
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | rwatson | 2007-04-30 | 1 | -31/+61 |
* | Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add some | andre | 2007-04-04 | 1 | -0/+3 |
* | Some local and style(9) cleanups. | andre | 2007-04-04 | 1 | -5/+5 |
* | Remove stale comment about not enabling inpcb and inpcbinfo lock assertions | rwatson | 2007-03-28 | 1 | -5/+0 |
* | Add "show inpcb", "show tcpcb" DDB commands, which should come in handy | rwatson | 2007-02-17 | 1 | -0/+6 |
* | Remove unused inp6_ifindex field from inpcb, as well as unused macro | rwatson | 2007-02-16 | 1 | -2/+0 |
* | Remove unused in6p_ip6_hlim macro shortcut for non-present | rwatson | 2007-02-16 | 1 | -1/+0 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | ups | 2006-07-18 | 1 | -1/+2 |
* | Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP, | rwatson | 2006-04-25 | 1 | -0/+1 |
* | Change inp_ppcb from caddr_t to void *, fix/remove associated related | rwatson | 2006-04-03 | 1 | -1/+1 |