aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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-279/+267
* 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-276/+2952
* Warning fixes for 64 bits platforms. With this last fix,Maxime Henrion2002-06-272-2/+2
* Just a comment on some additional consistency checks that couldLuigi Rizzo2002-06-261-0/+5
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-261-2/+44
* Avoid unlocking the inp twice if badport_bandlim() returns -1.Jeffrey Hsu2002-06-242-4/+8
* Style bug: fix 4 space indentations that should have been tabs.Jeffrey Hsu2002-06-242-10/+10
* Slightly restructure the #ifdef INET6 sections to make the codeLuigi Rizzo2002-06-231-31/+19
* Move two global variables to automatic variables within theLuigi Rizzo2002-06-232-4/+6
* Move some global variables in more appropriate places.Luigi Rizzo2002-06-231-3/+28
* fix bad indentation and whitespace resulting from cut&pasteLuigi Rizzo2002-06-232-26/+25
* fix indentation of a commentLuigi Rizzo2002-06-231-1/+1
* fix a typo in a commentLuigi Rizzo2002-06-231-1/+1
* Remove ip_fw_fwd_addr (forgotten in previous commit)Luigi Rizzo2002-06-231-7/+5
* Remove (almost all) global variables that were used to holdLuigi Rizzo2002-06-2210-410/+442
* Fix logic which resulted in missing a call to INP_UNLOCK().Jeffrey Hsu2002-06-211-5/+2
* TCP notify functions can change the pcb list.Jeffrey Hsu2002-06-212-4/+4
* Solve the 'unregistered netisr 18' information notice with a sledgehammer.Peter Wemm2002-06-201-4/+7
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-184-6/+6
* Notify functions can destroy the pcb, so they have to return anJeffrey Hsu2002-06-147-40/+65
* Re-commit w/fix:Mike Silbersack2002-06-143-3/+18
* Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)Mike Silbersack2002-06-143-20/+1
* Ensure that the syn cache's syn-ack packets contain the sameMike Silbersack2002-06-143-1/+20
* Because we're holding an exclusive write lock on the head, references toJeffrey Hsu2002-06-131-3/+0
* The UDP head was unlocked too early in one unicast case.Jeffrey Hsu2002-06-121-10/+10
* Fix logic which resulted in missing a call to INP_UNLOCK().Jeffrey Hsu2002-06-122-10/+4
* Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK.Jeffrey Hsu2002-06-121-4/+2
* Remember to initialize the control block head mutex.Jeffrey Hsu2002-06-112-0/+2
* Fix typo.Jeffrey Hsu2002-06-111-2/+2
* Every array elt is initialized in the following loop, so removeJeffrey Hsu2002-06-101-1/+1
* Lock up inpcb.Jeffrey Hsu2002-06-1014-117/+665