summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Adapt layer indication was always being given (it should onlyrrs2008-10-181-33/+28
* Reported by Yehuda Weinraub (yehudasa@gamil.com) - CRC32C algorithmrrs2008-10-181-3/+3
* Add cr_canseeinpcb() doing checks using the cached socketbz2008-10-174-11/+7
* Remove a useless global static variable.zec2008-10-161-2/+0
* o Remove unnecessary parentheses and restore identation.maxim2008-10-141-32/+24
* o Reformat ipfw nat get|setsockopt code to look it moremaxim2008-10-141-33/+36
* Fix content and spelling of comment on _ipfw_insn.len -- a count ofrwatson2008-10-101-1/+1
* Don't pass curthread to sbreserve_locked() in tcp_do_segment(), as therwatson2008-10-071-1/+1
* Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.cbz2008-10-041-1/+0
* Cache so_cred as inp_cred in the inpcb.bz2008-10-046-33/+31
* Implement IPv4 source address selection for unbound sockets.bz2008-10-031-43/+205
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-0235-317/+1156
* Expand comments relating various detach/free/drop inpcb routines.rwatson2008-09-291-9/+31
* Fix typo in comment.rwatson2008-09-291-2/+2
* When an inpcb doesn't have a socket but the inpcb is passed to ipfwrwatson2008-09-271-1/+2
* Rather than shadowing global variable 'lookup' in check_uidgid(), renamerwatson2008-09-271-8/+8
* Move CTASSERT from header file to source file, per implementation note nowemaste2008-09-262-4/+4
* As a follow-on to r183323, correct another case where ip_output() wasrwatson2008-09-251-1/+17
* When dropping a packet and issuing a reset during TCP segment handling,rwatson2008-09-241-5/+12
* Export IPFW_TABLES_MAX value for compiled in defaults.rik2008-09-211-1/+6
* Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058.rik2008-09-141-0/+2
* oops commit the version that compilesjulian2008-09-141-0/+1
* Revert a part of the MRT commit that proved un-needed.julian2008-09-143-14/+15
* Make the commet for the default rule number more clear.rik2008-09-141-1/+4
OpenPOWER on IntegriCloud