summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Another step assimilating IPv[46] PCB code:bz2008-12-171-1/+1
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-178-33/+35
* default to doing lla_lookup with shared afdata lock and returning akmacy2008-12-171-9/+10
* IPFW's pfil hook/unhook code ignores the return values of pfil_add_hook()rwatson2008-12-161-8/+16
* ipfw doesn't use the radix node head lock to protect the radix tree - remove ...kmacy2008-12-161-2/+0
* check pointer against NULLkmacy2008-12-161-2/+3
* don't unlock lle if it is NULLkmacy2008-12-161-1/+2
* unlock and destroy an llentry's lock before freeingkmacy2008-12-161-0/+2
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-153-8/+8
* This main goals of this project are:qingli2008-12-1515-571/+491
* Add a check, that is currently under discussion for 8 but that we needbz2008-12-141-0/+4
* De-virtualize the MD5 context for TCP initial seq number generationbz2008-12-132-12/+10
* version that will compilekmacy2008-12-131-2/+3
* radix node head lock needs to be held when calling rnh_addaddrkmacy2008-12-131-0/+2
* don't acquire lock recursivelykmacy2008-12-131-1/+1
* Second round of putting global variables, which were virtualizedbz2008-12-136-7/+23
* Put a global variables, which were virtualized but formerlybz2008-12-117-7/+20
* Use the correct INIT_VNET_INET() as the virtualized variable herebz2008-12-111-1/+1
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-1018-53/+116
* Remove inconsistent white space from in_pcballoc().rwatson2008-12-101-2/+0
* Move syncache flag definitions below data structure, compress some verticalrwatson2008-12-101-10/+12
* Move flag definitions for t_flags and t_oobflags below the definition ofrwatson2008-12-101-28/+36
* unlock when donekmacy2008-12-101-1/+1
* don't reference if_addr_mtx directlykmacy2008-12-101-2/+2
* Update comment on INP_TIMEWAIT to say what it's about, as we cautionrwatson2008-12-091-1/+1
* Enhance one comment relating to recent TCP locking changes, and fix arwatson2008-12-091-6/+6
* Move macros defining flags and shortcus to nested structure fields inrwatson2008-12-091-26/+34
* Move from solely write-locking the global tcbinfo in tcp_input()rwatson2008-12-081-59/+274
* Add a reference count to struct inpcb, which may be explicitlyrwatson2008-12-082-12/+85
* in_rtalloc1(9) returns a locked route, so make sure that we usecsjp2008-12-061-4/+4
* Code from the hack-session known as the IETF (and arrs2008-12-0624-885/+6914
* In a case of CARP status change run through the if_link_state_change()glebius2008-12-051-4/+5
* Rather than using hidden includes (with cicular dependencies),bz2008-12-0235-9/+53
* MFp4:bz2008-11-296-125/+221
* Add an essential .h file that skipped from the last commit (r185419).zec2008-11-281-0/+82
* Unhide declarations of network stack virtualization structs fromzec2008-11-286-61/+15
* missing V_des2008-11-281-1/+1
* Replace most INP_CHECK_SOCKAF() uses checking if it is anbz2008-11-273-8/+4
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-273-33/+15
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-272-2/+2
* Merge more of currently non-functional (i.e. resolving tozec2008-11-2612-28/+49
* Remove in6_pcbdetach() as it is exactly the same functionbz2008-11-261-32/+10
* Unify the v4 and v6 versions of pcbdetach and pcbfree as goodbz2008-11-261-3/+3
* Fix a scope problem in the multiple routing table code that stopped thejulian2008-11-193-2/+16
* Change the initialization methodology for global variables scheduledzec2008-11-1928-117/+315
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-126-24/+22
* For consistency work on the local object passed into the function for thebz2008-11-091-3/+3
* Fix typo and while here another one.bz2008-11-061-2/+2
* Fix a bug introduced with r182851 splitting tcp_mss() intobz2008-11-063-11/+12
* Adopt the comment for tcp_maxmtu(); we are returning a numberbz2008-11-061-3/+3
OpenPOWER on IntegriCloud