summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Document the undocumented assumption that at least one of the PCBrwatson2002-08-012-0/+4
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+5
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-316-0/+73
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-17/+41
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+8
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+17
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+6
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+5
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+6
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+1
* Use a common way to release locks before exit.maxim2002-07-291-2/+4
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-283-0/+9
* make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6.ume2002-07-251-3/+3
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,ume2002-07-252-6/+4
* Only log things net.inet.ip.fw.verbose is setluigi2002-07-241-1/+2
* Don't forget to recalculate the IP checksum of the originalru2002-07-231-4/+12
* Don't shrink socket buffers in tcp_mss(), application might have alreadyru2002-07-222-4/+8
* do not refer to IN6P_BINDV6ONLY anymore.ume2002-07-221-1/+0
* Fix overflows in intermediate calculations in sysctl_msec_to_ticks().jdp2002-07-201-2/+2
* Don't export 'struct ipq' from kernel, instead #ifdef _KERNEL. As kernelrwatson2002-07-201-0/+2
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causeddillon2002-07-193-0/+3
* Introduce two new sysctl's:dillon2002-07-184-6/+35
* Move IPFW2 definition before including ip_fw.hluigi2002-07-181-32/+30
* I don't know how the minimum retransmit timeout managed to get set todillon2002-07-171-1/+7
* Fix a panic when doing "ipfw add pipe 1 log ..."luigi2002-07-172-6/+31
* Implement keepalives for dynamic rules, so they will not expireluigi2002-07-142-107/+150
* Avoid dereferencing a null pointer in ro_rt.luigi2002-07-121-2/+3
* Back out the previous change, since it looks like locking udbinfo providestruckman2002-07-121-8/+1
* Lock inp while we're accessing it.truckman2002-07-121-1/+8
* Defer calling SYSCTL_OUT() until after the locks have been released.truckman2002-07-113-5/+10
* Reduce the nesting level of a code block that doesn't need to be intruckman2002-07-112-26/+20
* Change one variable to make it easier to switch between ipfw and ipfw2luigi2002-07-091-5/+3
* Fix a bug caused by dereferencing an invalid pointer whenluigi2002-07-081-62/+65
* No functional changes, but:luigi2002-07-081-279/+267
* Remove one unused command name.luigi2002-07-081-1/+0
* Forgot to update one field name in one of the latest commits.luigi2002-07-081-2/+2
* Implement the last 2-3 missing instructions for ipfw,luigi2002-07-052-36/+111
* Remove trailing whitespacebrian2002-07-0110-142/+142
* Extend the effect of the sysctl net.inet.tcp.icmp_may_rstjesper2002-06-302-2/+2
* One possible code path for syncache_respond() is:jlemon2002-06-281-1/+7
* Fix warning.dfr2002-06-281-1/+1
* The new ipfw code.luigi2002-06-274-276/+2952
* Warning fixes for 64 bits platforms. With this last fix,mux2002-06-272-2/+2
* Just a comment on some additional consistency checks that couldluigi2002-06-261-0/+5
* At long last, commit the zero copy sockets code.ken2002-06-261-2/+44
* Avoid unlocking the inp twice if badport_bandlim() returns -1.hsu2002-06-242-4/+8
* Style bug: fix 4 space indentations that should have been tabs.hsu2002-06-242-10/+10
* Slightly restructure the #ifdef INET6 sections to make the codeluigi2002-06-231-31/+19
* Move two global variables to automatic variables within theluigi2002-06-232-4/+6
* Move some global variables in more appropriate places.luigi2002-06-231-3/+28
OpenPOWER on IntegriCloud