| Commit message (Expand) | Author | Age | Files | Lines |
| * | unlock and destroy an llentry's lock before freeing | Kip Macy | 2008-12-16 | 1 | -0/+2 |
| * | Another step assimilating IPv[46] PCB code - directly use | Bjoern A. Zeeb | 2008-12-15 | 3 | -8/+8 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 15 | -570/+490 |
| * | Add a check, that is currently under discussion for 8 but that we need | Bjoern A. Zeeb | 2008-12-14 | 1 | -0/+4 |
| * | De-virtualize the MD5 context for TCP initial seq number generation | Bjoern A. Zeeb | 2008-12-13 | 2 | -12/+10 |
| * | version that will compile | Kip Macy | 2008-12-13 | 1 | -2/+3 |
| * | radix node head lock needs to be held when calling rnh_addaddr | Kip Macy | 2008-12-13 | 1 | -0/+2 |
| * | don't acquire lock recursively | Kip Macy | 2008-12-13 | 1 | -1/+1 |
| * | Second round of putting global variables, which were virtualized | Bjoern A. Zeeb | 2008-12-13 | 6 | -7/+23 |
| * | Put a global variables, which were virtualized but formerly | Bjoern A. Zeeb | 2008-12-11 | 7 | -7/+20 |
| * | Use the correct INIT_VNET_INET() as the virtualized variable here | Bjoern A. Zeeb | 2008-12-11 | 1 | -1/+1 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 18 | -53/+116 |
| * | Remove inconsistent white space from in_pcballoc(). | Robert Watson | 2008-12-10 | 1 | -2/+0 |
| * | Move syncache flag definitions below data structure, compress some vertical | Robert Watson | 2008-12-10 | 1 | -10/+12 |
| * | Move flag definitions for t_flags and t_oobflags below the definition of | Robert Watson | 2008-12-10 | 1 | -28/+36 |
| * | unlock when done | Kip Macy | 2008-12-10 | 1 | -1/+1 |
| * | don't reference if_addr_mtx directly | Kip Macy | 2008-12-10 | 1 | -2/+2 |
| * | Update comment on INP_TIMEWAIT to say what it's about, as we caution | Robert Watson | 2008-12-09 | 1 | -1/+1 |
| * | Enhance one comment relating to recent TCP locking changes, and fix a | Robert Watson | 2008-12-09 | 1 | -6/+6 |
| * | Move macros defining flags and shortcus to nested structure fields in | Robert Watson | 2008-12-09 | 1 | -26/+34 |
| * | Move from solely write-locking the global tcbinfo in tcp_input() | Robert Watson | 2008-12-08 | 1 | -59/+274 |
| * | Add a reference count to struct inpcb, which may be explicitly | Robert Watson | 2008-12-08 | 2 | -12/+85 |
| * | in_rtalloc1(9) returns a locked route, so make sure that we use | Christian S.J. Peron | 2008-12-06 | 1 | -4/+4 |
| * | Code from the hack-session known as the IETF (and a | Randall Stewart | 2008-12-06 | 24 | -885/+6914 |
| * | In a case of CARP status change run through the if_link_state_change() | Gleb Smirnoff | 2008-12-05 | 1 | -4/+5 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 35 | -9/+53 |
| * | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 6 | -125/+221 |
| * | Add an essential .h file that skipped from the last commit (r185419). | Marko Zec | 2008-11-28 | 1 | -0/+82 |
| * | Unhide declarations of network stack virtualization structs from | Marko Zec | 2008-11-28 | 6 | -61/+15 |
| * | missing V_ | Dag-Erling Smørgrav | 2008-11-28 | 1 | -1/+1 |
| * | Replace most INP_CHECK_SOCKAF() uses checking if it is an | Bjoern A. Zeeb | 2008-11-27 | 3 | -8/+4 |
| * | Merge in6_pcbfree() into in_pcbfree() which after the previous | Bjoern A. Zeeb | 2008-11-27 | 3 | -33/+15 |
| * | Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy. | Bjoern A. Zeeb | 2008-11-27 | 2 | -2/+2 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 12 | -28/+49 |
| * | Remove in6_pcbdetach() as it is exactly the same function | Bjoern A. Zeeb | 2008-11-26 | 1 | -32/+10 |
| * | Unify the v4 and v6 versions of pcbdetach and pcbfree as good | Bjoern A. Zeeb | 2008-11-26 | 1 | -3/+3 |
| * | Fix a scope problem in the multiple routing table code that stopped the | Julian Elischer | 2008-11-19 | 3 | -2/+16 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 28 | -117/+315 |
| * | -Improvement: Add '\n' on debug output in sctp_lower_sosend(). | Randall Stewart | 2008-11-12 | 6 | -24/+22 |
| * | For consistency work on the local object passed into the function for the | Bjoern A. Zeeb | 2008-11-09 | 1 | -3/+3 |
| * | Fix typo and while here another one. | Bjoern A. Zeeb | 2008-11-06 | 1 | -2/+2 |
| * | Fix a bug introduced with r182851 splitting tcp_mss() into | Bjoern A. Zeeb | 2008-11-06 | 3 | -11/+12 |
| * | Adopt the comment for tcp_maxmtu(); we are returning a number | Bjoern A. Zeeb | 2008-11-06 | 1 | -3/+3 |
| * | Fix a bug introduced with r182851 splitting tcp_mss() into | Bjoern A. Zeeb | 2008-11-06 | 1 | -1/+9 |
| * | Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t. | Oleg Bulyzhin | 2008-10-28 | 1 | -1/+1 |
| * | More issues with pre-blocking: | Randall Stewart | 2008-10-27 | 1 | -4/+10 |
| * | Two inter-related bugs. | Randall Stewart | 2008-10-27 | 1 | -2/+8 |
| * | Get rid of ifdef for vimage on version 8 comparison. Now the | Randall Stewart | 2008-10-27 | 1 | -2/+0 |
| * | Invariants changes that make more sense. | Randall Stewart | 2008-10-27 | 2 | -5/+6 |
| * | In both dropwithreset paths in tcp_input.c, drop the tcbinfo lock | Robert Watson | 2008-10-26 | 1 | -18/+4 |