summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug introduced with r182851 splitting tcp_mss() intobz2008-11-061-1/+9
* Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t.oleg2008-10-281-1/+1
* More issues with pre-blocking:rrs2008-10-271-4/+10
* Two inter-related bugs.rrs2008-10-271-2/+8
* Get rid of ifdef for vimage on version 8 comparison. Now therrs2008-10-271-2/+0
* Invariants changes that make more sense.rrs2008-10-272-5/+6
* In both dropwithreset paths in tcp_input.c, drop the tcbinfo lockrwatson2008-10-261-18/+4
* Remove endearing but syntactically unnecessary "return;" statementsrwatson2008-10-263-6/+0
* Style changes only:bz2008-10-261-44/+45
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-232-7/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-236-39/+34
* Update a comment which to my reading had been misplaced in rev. 1.12bz2008-10-201-2/+3
* Bring over the change switching from using sequential to randombz2008-10-201-0/+3
* The flags value was not always being copied out in the recv routine like itrrs2008-10-181-2/+3
* New sockets (accepted) were not inheriting the proper snd/rcv buffer value.rrs2008-10-181-3/+5
* - Peers rwnd is now available for the MIB.rrs2008-10-182-0/+2
OpenPOWER on IntegriCloud