aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Assert that the inpcb lock is held when calling tcp_output().Jennifer Yang2002-08-121-0/+2
* One bugfix and one new feature.Luigi Rizzo2002-08-102-21/+98
* Handle PMTU discovery in syn-ack packets slightly differently;Mike Silbersack2002-08-051-8/+6
* bugfix: move check for udp_blackhole before the one for icmp_bandlim.Luigi Rizzo2002-08-041-2/+2
* Fix handling of packets which matched an "ipfw fwd" rule on the input side.Luigi Rizzo2002-08-031-0/+13
* When preserving the IP header in extra mbuf in the IP forwardingRobert Watson2002-08-021-0/+7
* Work to fix LINT build.Robert Watson2002-08-021-0/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-4/+29
* Document the undocumented assumption that at least one of the PCBRobert Watson2002-08-012-0/+4
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-0/+5
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-316-0/+73
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-16/+40
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+8
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+17
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+6
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+5
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+6
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-301-0/+1
* Use a common way to release locks before exit.Maxim Konovalov2002-07-291-2/+4
* Wire the sysctl output buffer before grabbing any locks to preventDon Lewis2002-07-283-0/+9
* make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6.Hajimu UMEMOTO2002-07-251-3/+3
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,Hajimu UMEMOTO2002-07-252-6/+4
* Only log things net.inet.ip.fw.verbose is setLuigi Rizzo2002-07-241-1/+2
* Don't forget to recalculate the IP checksum of the originalRuslan Ermilov2002-07-231-4/+12
* Don't shrink socket buffers in tcp_mss(), application might have alreadyRuslan Ermilov2002-07-222-4/+8
* do not refer to IN6P_BINDV6ONLY anymore.Hajimu UMEMOTO2002-07-221-1/+0
* Fix overflows in intermediate calculations in sysctl_msec_to_ticks().John Polstra2002-07-201-2/+2
* Don't export 'struct ipq' from kernel, instead #ifdef _KERNEL. As kernelRobert Watson2002-07-201-0/+2
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causedMatthew Dillon2002-07-193-0/+3
* Introduce two new sysctl's:Matthew Dillon2002-07-184-6/+35
* Move IPFW2 definition before including ip_fw.hLuigi Rizzo2002-07-181-32/+30
* I don't know how the minimum retransmit timeout managed to get set toMatthew Dillon2002-07-171-1/+7
* Fix a panic when doing "ipfw add pipe 1 log ..."Luigi Rizzo2002-07-172-6/+31
* Implement keepalives for dynamic rules, so they will not expireLuigi Rizzo2002-07-142-107/+150
* Avoid dereferencing a null pointer in ro_rt.Luigi Rizzo2002-07-121-2/+3
* Back out the previous change, since it looks like locking udbinfo providesDon Lewis2002-07-121-8/+1
* Lock inp while we're accessing it.Don Lewis2002-07-121-1/+8
* Defer calling SYSCTL_OUT() until after the locks have been released.Don Lewis2002-07-113-5/+10
* Reduce the nesting level of a code block that doesn't need to be inDon Lewis2002-07-112-26/+20
* Change one variable to make it easier to switch between ipfw and ipfw2Luigi Rizzo2002-07-091-5/+3
* Fix a bug caused by dereferencing an invalid pointer whenLuigi Rizzo2002-07-081-62/+65
* No functional changes, but:Luigi Rizzo2002-07-081-277/+265
* Remove one unused command name.Luigi Rizzo2002-07-081-1/+0
* Forgot to update one field name in one of the latest commits.Luigi Rizzo2002-07-081-2/+2
* Implement the last 2-3 missing instructions for ipfw,Luigi Rizzo2002-07-052-36/+111
* Remove trailing whitespaceBrian Somers2002-07-0110-142/+142
* Extend the effect of the sysctl net.inet.tcp.icmp_may_rstJesper Skriver2002-06-302-2/+2
* One possible code path for syncache_respond() is:Jonathan Lemon2002-06-281-1/+7
* Fix warning.Doug Rabson2002-06-281-1/+1
* The new ipfw code.Luigi Rizzo2002-06-274-271/+2947