summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor style tweaks.jhb2008-08-051-6/+5
* The IPFW code accepts the use of the tablearg keyword along with the skiptojulian2008-08-011-8/+21
* MFp4 (//depot/projects/tcpecn/):rpaulo2008-07-315-14/+155
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-317-110/+330
* Fix build breakage - kthread_exit() in 8 now has no argumentsrrs2008-07-291-1/+2
* - Out with some printfs.rrs2008-07-296-19/+12
* Some style and assertion fixes to the previous commits hinted by rwatson.mav2008-07-281-3/+9
* According to in_pcb.h protocol binding information has double locking.mav2008-07-271-2/+1
* Increase UDBHASHSIZE from 16 to 128 items.mav2008-07-261-1/+1
* According to in_pcb.h protocol binding information has double locking.mav2008-07-261-24/+22
* Add hash table lookup for a fully connected raw sockets.mav2008-07-261-9/+80
* Trying to fix compilation bustage:avatar2008-07-222-4/+4
* make new accessor functions consistent with existing stylekmacy2008-07-212-9/+14
* - Switch to INP_WLOCK macro from inp_wlockkmacy2008-07-212-16/+1
* Add versions of tcp_twstart, tcp_close, and tcp_drop that hide the acquisitio...kmacy2008-07-212-1/+65
* add interface for external consumers to syncache_expand - rename syncache_add...kmacy2008-07-212-2/+18
* Add accessor functions for socket fields.kmacy2008-07-211-0/+14
* add inpcb accessor functions for fields needed by TOE deviceskmacy2008-07-212-0/+62
* Document a few sysctls.trhodes2008-07-202-4/+4
OpenPOWER on IntegriCloud