aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* unlock and destroy an llentry's lock before freeingKip Macy2008-12-161-0/+2
* Another step assimilating IPv[46] PCB code - directly useBjoern A. Zeeb2008-12-153-8/+8
* This main goals of this project are:Qing Li2008-12-1515-570/+490
* Add a check, that is currently under discussion for 8 but that we needBjoern A. Zeeb2008-12-141-0/+4
* De-virtualize the MD5 context for TCP initial seq number generationBjoern A. Zeeb2008-12-132-12/+10
* version that will compileKip Macy2008-12-131-2/+3
* radix node head lock needs to be held when calling rnh_addaddrKip Macy2008-12-131-0/+2
* don't acquire lock recursivelyKip Macy2008-12-131-1/+1
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-136-7/+23
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-117-7/+20
* Use the correct INIT_VNET_INET() as the virtualized variable hereBjoern A. Zeeb2008-12-111-1/+1
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-1018-53/+116
* Remove inconsistent white space from in_pcballoc().Robert Watson2008-12-101-2/+0
* Move syncache flag definitions below data structure, compress some verticalRobert Watson2008-12-101-10/+12
* Move flag definitions for t_flags and t_oobflags below the definition ofRobert Watson2008-12-101-28/+36
* unlock when doneKip Macy2008-12-101-1/+1
* don't reference if_addr_mtx directlyKip Macy2008-12-101-2/+2
* Update comment on INP_TIMEWAIT to say what it's about, as we cautionRobert Watson2008-12-091-1/+1
* Enhance one comment relating to recent TCP locking changes, and fix aRobert Watson2008-12-091-6/+6
* Move macros defining flags and shortcus to nested structure fields inRobert Watson2008-12-091-26/+34
* Move from solely write-locking the global tcbinfo in tcp_input()Robert Watson2008-12-081-59/+274
* Add a reference count to struct inpcb, which may be explicitlyRobert Watson2008-12-082-12/+85
* in_rtalloc1(9) returns a locked route, so make sure that we useChristian S.J. Peron2008-12-061-4/+4
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-0624-885/+6914
* In a case of CARP status change run through the if_link_state_change()Gleb Smirnoff2008-12-051-4/+5
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-0235-9/+53
* MFp4:Bjoern A. Zeeb2008-11-296-125/+221
* Add an essential .h file that skipped from the last commit (r185419).Marko Zec2008-11-281-0/+82
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-286-61/+15
* missing V_Dag-Erling Smørgrav2008-11-281-1/+1
* Replace most INP_CHECK_SOCKAF() uses checking if it is anBjoern A. Zeeb2008-11-273-8/+4
* Merge in6_pcbfree() into in_pcbfree() which after the previousBjoern A. Zeeb2008-11-273-33/+15
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.Bjoern A. Zeeb2008-11-272-2/+2
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-2612-28/+49
* Remove in6_pcbdetach() as it is exactly the same functionBjoern A. Zeeb2008-11-261-32/+10
* Unify the v4 and v6 versions of pcbdetach and pcbfree as goodBjoern A. Zeeb2008-11-261-3/+3
* Fix a scope problem in the multiple routing table code that stopped theJulian Elischer2008-11-193-2/+16
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-1928-117/+315
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().Randall Stewart2008-11-126-24/+22
* For consistency work on the local object passed into the function for theBjoern A. Zeeb2008-11-091-3/+3
* Fix typo and while here another one.Bjoern A. Zeeb2008-11-061-2/+2
* Fix a bug introduced with r182851 splitting tcp_mss() intoBjoern A. Zeeb2008-11-063-11/+12
* Adopt the comment for tcp_maxmtu(); we are returning a numberBjoern A. Zeeb2008-11-061-3/+3
* Fix a bug introduced with r182851 splitting tcp_mss() intoBjoern A. Zeeb2008-11-061-1/+9
* Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t.Oleg Bulyzhin2008-10-281-1/+1
* More issues with pre-blocking:Randall Stewart2008-10-271-4/+10
* Two inter-related bugs.Randall Stewart2008-10-271-2/+8
* Get rid of ifdef for vimage on version 8 comparison. Now theRandall Stewart2008-10-271-2/+0
* Invariants changes that make more sense.Randall Stewart2008-10-272-5/+6
* In both dropwithreset paths in tcp_input.c, drop the tcbinfo lockRobert Watson2008-10-261-18/+4