aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove endearing but syntactically unnecessary "return;" statementsRobert Watson2008-10-263-6/+0
* Style changes only:Bjoern A. Zeeb2008-10-261-44/+45
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-232-7/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-236-39/+34
* Update a comment which to my reading had been misplaced in rev. 1.12Bjoern A. Zeeb2008-10-201-2/+3
* Bring over the change switching from using sequential to randomBjoern A. Zeeb2008-10-201-0/+3
* The flags value was not always being copied out in the recv routine like itRandall Stewart2008-10-181-2/+3
* New sockets (accepted) were not inheriting the proper snd/rcv buffer value.Randall Stewart2008-10-181-3/+5
* - Peers rwnd is now available for the MIB.Randall Stewart2008-10-182-0/+2
* - Adapt layer indication was always being given (it should onlyRandall Stewart2008-10-181-33/+28
* Reported by Yehuda Weinraub (yehudasa@gamil.com) - CRC32C algorithmRandall Stewart2008-10-181-3/+3
* Add cr_canseeinpcb() doing checks using the cached socketBjoern A. Zeeb2008-10-174-11/+7
* Remove a useless global static variable.Marko Zec2008-10-161-2/+0
* o Remove unnecessary parentheses and restore identation.Maxim Konovalov2008-10-141-32/+24
* o Reformat ipfw nat get|setsockopt code to look it moreMaxim Konovalov2008-10-141-33/+36
* Fix content and spelling of comment on _ipfw_insn.len -- a count ofRobert Watson2008-10-101-1/+1
* Don't pass curthread to sbreserve_locked() in tcp_do_segment(), as theRobert Watson2008-10-071-1/+1
* Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.cBjoern A. Zeeb2008-10-041-1/+0
* Cache so_cred as inp_cred in the inpcb.Bjoern A. Zeeb2008-10-046-33/+31
* Implement IPv4 source address selection for unbound sockets.Bjoern A. Zeeb2008-10-031-43/+205
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-0235-317/+1156
* Expand comments relating various detach/free/drop inpcb routines.Robert Watson2008-09-291-9/+31
* Fix typo in comment.Robert Watson2008-09-291-2/+2
* When an inpcb doesn't have a socket but the inpcb is passed to ipfwRobert Watson2008-09-271-1/+2
* Rather than shadowing global variable 'lookup' in check_uidgid(), renameRobert Watson2008-09-271-8/+8
* Move CTASSERT from header file to source file, per implementation note nowEd Maste2008-09-262-4/+4
* As a follow-on to r183323, correct another case where ip_output() wasRobert Watson2008-09-251-1/+17
* When dropping a packet and issuing a reset during TCP segment handling,Robert Watson2008-09-241-5/+12
* Export IPFW_TABLES_MAX value for compiled in defaults.Roman Kurakin2008-09-211-1/+6
* Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058.Roman Kurakin2008-09-141-0/+2
* oops commit the version that compilesJulian Elischer2008-09-141-0/+1
* Revert a part of the MRT commit that proved un-needed.Julian Elischer2008-09-143-14/+15
* Make the commet for the default rule number more clear.Roman Kurakin2008-09-141-1/+4
* Implement IPv6 support for TCP MD5 Signature Option (RFC 2385)Bjoern A. Zeeb2008-09-133-33/+95
* Work around an integer division resulting in 0 and thus theBjoern A. Zeeb2008-09-091-1/+3
* To my reading there are no real consumers of ip6_plen (IPv6Bjoern A. Zeeb2008-09-072-2/+2
* Split tcp_mss() in tcp_mss() and tcp_mss_update() where the formerBjoern A. Zeeb2008-09-073-88/+66
* V_irtualize SVN r182846 tcp_mssdflt/tcp_v6mssdflt procedure basedBjoern A. Zeeb2008-09-071-4/+4
* Convert SYSCTL_INTs for tcp_mssdflt and tcp_v6mssdflt toBjoern A. Zeeb2008-09-071-6/+42
* Add a second KASSERT checking for len >= 0 in the tcp output path.Bjoern A. Zeeb2008-09-071-1/+7