summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix bad indentation and whitespace resulting from cut&pasteluigi2002-06-232-26/+25
* fix indentation of a commentluigi2002-06-231-1/+1
* fix a typo in a commentluigi2002-06-231-1/+1
* Remove ip_fw_fwd_addr (forgotten in previous commit)luigi2002-06-231-7/+5
* Remove (almost all) global variables that were used to holdluigi2002-06-2210-410/+442
* Fix logic which resulted in missing a call to INP_UNLOCK().hsu2002-06-211-5/+2
* TCP notify functions can change the pcb list.hsu2002-06-212-4/+4
* Solve the 'unregistered netisr 18' information notice with a sledgehammer.peter2002-06-201-4/+7
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-184-6/+6
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-147-40/+65
* Re-commit w/fix:silby2002-06-143-3/+18
* Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)silby2002-06-143-20/+1
* Ensure that the syn cache's syn-ack packets contain the samesilby2002-06-143-1/+20
* Because we're holding an exclusive write lock on the head, references tohsu2002-06-131-3/+0
* The UDP head was unlocked too early in one unicast case.hsu2002-06-121-10/+10
* Fix logic which resulted in missing a call to INP_UNLOCK().hsu2002-06-122-10/+4
* Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK.hsu2002-06-121-4/+2
* Remember to initialize the control block head mutex.hsu2002-06-112-0/+2
* Fix typo.hsu2002-06-111-2/+2
* Every array elt is initialized in the following loop, so removehsu2002-06-101-1/+1
OpenPOWER on IntegriCloud