aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-3115-499/+120
* Avoid unintentional trigraph.Garrett Wollman2002-05-301-1/+1
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromAndrew R. Reiter2002-05-213-24/+16
* - Turn a few DIAGNOSTIC into INVARIANTS since they are really sanityAndrew R. Reiter2002-05-201-3/+3
* - Turn a DIAGNOSTIC into an INVARIANTS since it's a sanity check. UseAndrew R. Reiter2002-05-201-2/+3
* - Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as the code from this lineAndrew R. Reiter2002-05-201-1/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-2015-120/+499
* Reset token-ring source routing control field on receipt of ethernet frameKelly Yancey2002-05-151-0/+1
* Modify the arguments to syncache_socket() to include the mbuf (m) thatRobert Watson2002-05-141-4/+6
* Add ipfw hooks to ether_demux() and ether_output_frame().Luigi Rizzo2002-05-132-5/+29
* Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flagsLuigi Rizzo2002-05-132-12/+1
* Add code to match MAC header fields (at the moment supported onLuigi Rizzo2002-05-121-62/+108
* s/demon/daemon/Dima Dorfman2002-05-122-3/+3
* Remove some duplicate types that should have been removed as part ofMike Barcroft2002-05-111-40/+0
* Cleanup the interface to ip_fw_chk, two of the input argumentsLuigi Rizzo2002-05-094-104/+108
* Move ISO88025 source routing information into sockaddr_dl's sdl_dataKelly Yancey2002-05-071-8/+7
* Revised MLD-related definitionsHajimu UMEMOTO2002-05-061-16/+40
* Indentation and comments cleanup, no functional change.Luigi Rizzo2002-05-051-51/+58
* Redo the sigio locking.Alfred Perlstein2002-05-014-27/+1
* Fix some edge cases where bad string handling could occur.Alfred Perlstein2002-05-011-0/+4
* cleanup:Alfred Perlstein2002-05-011-37/+46
* Enlighten those who read the FINE POINTS of the documentation a bitCrist J. Clark2002-05-011-2/+6
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-308-33/+57
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-274-6/+23
* Rearrange <netinet/in.h> so that it is easier to conditionalizeMike Barcroft2002-04-241-48/+96
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>Mike Barcroft2002-04-201-0/+5
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-195-6/+15
* initialize local variable explicitlySUZUKI Shinsuke2002-04-111-0/+2
* Remove some ISN generation code which has been unused since theMike Silbersack2002-04-104-58/+6
* Totally nuke IPPORT_USERRESERVED, it is no longer used anywhere, updateMike Silbersack2002-04-101-4/+2
* Unconditionalize the definition of INET_ADDRSTRLEN andMike Barcroft2002-04-101-2/+0
* Remove the code that masks an EEXIST returned from rtinit() whenBrian Somers2002-04-101-4/+0
* Don't add host routes for interface addresses of 0.0.0.0/8 -> 0.255.255.255.Brian Somers2002-04-101-6/+18
* Change the first argument of prison_xinpcb() to be a thread pointer insteadJohn Baldwin2002-04-093-6/+5
* Update comments to reflect the recent ephemeral port rangeMike Silbersack2002-04-091-3/+4
* Retire this copy; it now lives in sys/net/fddi.h.Matthew N. Dodd2002-04-051-87/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-042-2/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-018-15/+14
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-011-10/+27
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-248-15/+14
* Merge from TrustedBSD MAC branch:Robert Watson2002-03-224-13/+13
* Prevent icmp_reflect() from calling ip_output() with a NULL routeRuslan Ermilov2002-03-223-9/+8
* Change the ephemeral port range from 1024-5000 to 49152-65535.Mike Silbersack2002-03-221-2/+2