aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not onlyRoman Kurakin2008-09-062-1/+7
* Slightly reword comment and remove typos.Giorgos Keramidas2008-09-051-3/+3
* whitespace nitJulian Elischer2008-09-031-1/+1
* Wrap an 81 column SYSCTL_NODE decleration.Brooks Davis2008-09-011-1/+2
* Don't check if an interface can do tcp offload if there are no offload device...Kip Macy2008-09-012-1/+8
* fix tiny nti in commentJulian Elischer2008-08-311-1/+1
* Improve the entropy of the source port randomization for network addressChristian S.J. Peron2008-08-301-6/+6
* Fix a bug whereby multicast packets that are looped back locallyGeorge V. Neville-Neil2008-08-291-1/+5
* Fix typo in comment.Rui Paulo2008-08-281-1/+1
* ok, non static the function and put in the .h soRandall Stewart2008-08-282-1/+3
* Fixes compile error when INVARIANTs is on. Adds anRandall Stewart2008-08-281-0/+2
* - Make strict-sacks be the default.Randall Stewart2008-08-287-6/+126
* Fix a panic in MAC kernels that was a result of un-initialized labelChristian S.J. Peron2008-08-271-3/+0
* - When we close a socket with pending assoc's that are stillRandall Stewart2008-08-271-0/+1
* Another missed V_ instanceJulian Elischer2008-08-251-1/+1
* Another V_ forgottenJulian Elischer2008-08-252-2/+2
* We left out V_static_len from ip_fw2.cJulian Elischer2008-08-251-3/+3
* Move some struct defs around. This is a prep step for Vimage.AJulian Elischer2008-08-252-67/+67
* Make the kernel compile with SCTP and SCTP_DEBUG butBjoern A. Zeeb2008-08-241-1/+2
* Don't calculate checksum if it has already been validatedKip Macy2008-08-241-6/+14
* Cache the cred locally in _syncache_add() while holding the locks, soBjoern A. Zeeb2008-08-231-0/+12
* Add an explicit comment why we NULLify the two variables.Bjoern A. Zeeb2008-08-231-0/+1
* Remove comments and #ifdef notyet'd code relating to directly dispatchingRobert Watson2008-08-211-17/+0
* Fix some of the formatting fixes.. It's amazing how some thing stand outJulian Elischer2008-08-203-6/+5
* A bunch of formatting fixes brough to light by, or created by the Vimage commitJulian Elischer2008-08-208-29/+40
* Fix ARP in bridging scenarios where the bridge shares itsPhilip Paeps2008-08-181-1/+24
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-1737-1166/+1204
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()Bjoern A. Zeeb2008-08-161-1/+1
* NitDag-Erling Smørgrav2008-08-091-2/+1
* Minor white space tweaks.Robert Watson2008-08-072-7/+6