summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement IPv6 support for TCP MD5 Signature Option (RFC 2385)bz2008-09-133-33/+95
* Work around an integer division resulting in 0 and thus thebz2008-09-091-1/+3
* To my reading there are no real consumers of ip6_plen (IPv6bz2008-09-072-2/+2
* Split tcp_mss() in tcp_mss() and tcp_mss_update() where the formerbz2008-09-073-88/+66
* V_irtualize SVN r182846 tcp_mssdflt/tcp_v6mssdflt procedure basedbz2008-09-071-4/+4
* Convert SYSCTL_INTs for tcp_mssdflt and tcp_v6mssdflt tobz2008-09-071-6/+42
* Add a second KASSERT checking for len >= 0 in the tcp output path.bz2008-09-071-1/+7
* Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not onlyrik2008-09-062-1/+7
* Slightly reword comment and remove typos.keramida2008-09-051-3/+3
* whitespace nitjulian2008-09-031-1/+1
* Wrap an 81 column SYSCTL_NODE decleration.brooks2008-09-011-1/+2
* Don't check if an interface can do tcp offload if there are no offload device...kmacy2008-09-012-1/+8
* fix tiny nti in commentjulian2008-08-311-1/+1
* Improve the entropy of the source port randomization for network addresscsjp2008-08-301-6/+6
* Fix a bug whereby multicast packets that are looped back locallygnn2008-08-291-1/+5
* Fix typo in comment.rpaulo2008-08-281-1/+1
* ok, non static the function and put in the .h sorrs2008-08-282-1/+3
* Fixes compile error when INVARIANTs is on. Adds anrrs2008-08-281-0/+2
* - Make strict-sacks be the default.rrs2008-08-287-6/+126
* Fix a panic in MAC kernels that was a result of un-initialized labelcsjp2008-08-271-3/+0
* - When we close a socket with pending assoc's that are stillrrs2008-08-271-0/+1
* Another missed V_ instancejulian2008-08-251-1/+1
* Another V_ forgottenjulian2008-08-252-2/+2
* We left out V_static_len from ip_fw2.cjulian2008-08-251-3/+3
* Move some struct defs around. This is a prep step for Vimage.Ajulian2008-08-252-67/+67
* Make the kernel compile with SCTP and SCTP_DEBUG butbz2008-08-241-1/+2
* Don't calculate checksum if it has already been validatedkmacy2008-08-241-6/+14
* Cache the cred locally in _syncache_add() while holding the locks, sobz2008-08-231-0/+12
* Add an explicit comment why we NULLify the two variables.bz2008-08-231-0/+1
* Remove comments and #ifdef notyet'd code relating to directly dispatchingrwatson2008-08-211-17/+0
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-203-6/+5
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-208-29/+40
* Fix ARP in bridging scenarios where the bridge shares itsphilip2008-08-181-1/+24
* Commit step 1 of the vimage project, (network stack)bz2008-08-1737-1166/+1204
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()bz2008-08-161-1/+1
* Nitdes2008-08-091-2/+1
* Minor white space tweaks.rwatson2008-08-072-7/+6
* Correct comment typo.rwatson2008-08-071-2/+2
OpenPOWER on IntegriCloud