summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move ISO88025 source routing information into sockaddr_dl's sdl_datakbyanc2002-05-071-8/+7
* Revised MLD-related definitionsume2002-05-061-16/+40
* Indentation and comments cleanup, no functional change.luigi2002-05-051-51/+58
* Redo the sigio locking.alfred2002-05-014-27/+1
* Fix some edge cases where bad string handling could occur.alfred2002-05-011-0/+4
* cleanup:alfred2002-05-011-37/+46
* Enlighten those who read the FINE POINTS of the documentation a bitcjc2002-05-011-2/+6
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-308-33/+57
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-274-6/+23
OpenPOWER on IntegriCloud