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