summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lock up inpcb.hsu2002-06-1014-117/+665
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-3115-499/+120
* Avoid unintentional trigraph.wollman2002-05-301-1/+1
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromarr2002-05-213-24/+16
* - Turn a few DIAGNOSTIC into INVARIANTS since they are really sanityarr2002-05-201-3/+3
* - Turn a DIAGNOSTIC into an INVARIANTS since it's a sanity check. Usearr2002-05-201-2/+3
* - Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as the code from this linearr2002-05-201-1/+1
* Lock down a socket, milestone 1.tanimura2002-05-2015-120/+499
* Reset token-ring source routing control field on receipt of ethernet framekbyanc2002-05-151-0/+1
* Modify the arguments to syncache_socket() to include the mbuf (m) thatrwatson2002-05-141-4/+6
* Add ipfw hooks to ether_demux() and ether_output_frame().luigi2002-05-132-5/+29
* Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flagsluigi2002-05-132-12/+1
* Add code to match MAC header fields (at the moment supported onluigi2002-05-121-62/+108
* s/demon/daemon/dd2002-05-122-3/+3
* Remove some duplicate types that should have been removed as part ofmike2002-05-111-40/+0
* Cleanup the interface to ip_fw_chk, two of the input argumentsluigi2002-05-094-104/+108
OpenPOWER on IntegriCloud