summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Enclose IPv6 addresses in brackets when they are displayed printable with ajmallett2002-08-192-6/+14
* Raise limit for port lists to 30 entries/ranges.luigi2002-08-191-6/+4
* Implement TCP bandwidth delay product window limiting, similar to (butdillon2002-08-177-0/+338
* Cosmetic-only changes for readability.hsu2002-08-172-652/+556
* sys/netinet/ip_fw2.c:luigi2002-08-161-47/+116
* make the strings for tcptimers, tanames and prurequests const to silencealfred2002-08-162-2/+2
* Code formatting sync to trustedbsd_mac: don't perform an assignmentrwatson2002-08-151-2/+2
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-154-6/+6
* Reset dupack count in header prediction.hsu2002-08-152-0/+2
* Kernel support for a dummynet option:luigi2002-08-152-1/+2
* It's now sufficient to rely on a nested include of _label.h to make surerwatson2002-08-151-1/+0
* Perform a nested include of _label.h if #ifdef _KERNEL. This willrwatson2002-08-151-0/+4
* Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h whichrwatson2002-08-151-0/+1
* remove spurious printfphk2002-08-131-1/+1
* Assert that the inpcb lock is held when calling tcp_output().jennifer2002-08-121-0/+2
* One bugfix and one new feature.luigi2002-08-102-21/+98
* Handle PMTU discovery in syn-ack packets slightly differently;silby2002-08-051-8/+6
* bugfix: move check for udp_blackhole before the one for icmp_bandlim.luigi2002-08-041-2/+2
* Fix handling of packets which matched an "ipfw fwd" rule on the input side.luigi2002-08-031-0/+13
* When preserving the IP header in extra mbuf in the IP forwardingrwatson2002-08-021-0/+7
* Work to fix LINT build.rwatson2002-08-021-0/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-4/+29
* 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
OpenPOWER on IntegriCloud