aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-2/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-3/+3
* Create new functions in_sockaddr(), in6_sockaddr(), andDon Lewis2002-08-213-46/+72
* Enclose IPv6 addresses in brackets when they are displayed printable with aJuli Mallett2002-08-192-6/+14
* Raise limit for port lists to 30 entries/ranges.Luigi Rizzo2002-08-191-6/+4
* Implement TCP bandwidth delay product window limiting, similar to (butMatthew Dillon2002-08-177-0/+338
* Cosmetic-only changes for readability.Jeffrey Hsu2002-08-172-652/+556
* sys/netinet/ip_fw2.c:Luigi Rizzo2002-08-161-47/+116
* make the strings for tcptimers, tanames and prurequests const to silenceAlfred Perlstein2002-08-162-2/+2
* Code formatting sync to trustedbsd_mac: don't perform an assignmentRobert Watson2002-08-151-2/+2
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatRobert Watson2002-08-154-6/+6
* Reset dupack count in header prediction.Jeffrey Hsu2002-08-152-0/+2
* Kernel support for a dummynet option:Luigi Rizzo2002-08-152-1/+2
* It's now sufficient to rely on a nested include of _label.h to make sureRobert Watson2002-08-151-1/+0
* Perform a nested include of _label.h if #ifdef _KERNEL. This willRobert Watson2002-08-151-0/+4
* Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h whichRobert Watson2002-08-151-0/+1
* remove spurious printfPoul-Henning Kamp2002-08-131-1/+1
* 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-17/+41
* 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