aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Send periodic ARP requests when ARP entries for hosts we are sendingOrion Hodson2002-03-201-0/+15
* Switch vm_zone.h with uma.h. Change over to uma interfaces.Jeff Roberson2002-03-208-35/+35
* Remove __P.Alfred Perlstein2002-03-1938-260/+259
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-192-2/+3
* NAI DBA updateRobert Watson2002-03-141-1/+1
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>Mike Barcroft2002-03-101-0/+2
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-091-7/+10
* - Set inc_isipv6 in tcp6_usr_connect().Hajimu UMEMOTO2002-02-282-0/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-278-22/+22
* Change the wording of the inline comments from the previous commit.Crist J. Clark2002-02-272-16/+6
* More IPV6 const fixes.Alfred Perlstein2002-02-272-2/+2
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-273-25/+5
* Staticize an extern that no one else used.Brooks Davis2002-02-262-3/+1
* Enforce inbound IPsec SPDChris D. Faulhaber2002-02-261-1/+11
* Document what inpcb->inp_vflag is for.Alfred Perlstein2002-02-251-1/+1
* The TCP code did not do sufficient checks on whether incoming packetsCrist J. Clark2002-02-252-14/+26
* BUGFIX: make use of the pointer to the target of skipto rules,Luigi Rizzo2002-02-201-2/+4
* When expanding a syncache entry into a socket, inherit the socket optionsJonathan Lemon2002-02-201-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-189-53/+70
* Moved the 127/8 check below so that IPF redirects have a chance of working.Ruslan Ermilov2002-02-151-10/+10
* When a duplicate SYN arrives which matches an entry in the syncache,Jonathan Lemon2002-02-121-0/+5
* Silence unused variable warning in the !KLD_MODULE case.Dima Dorfman2002-02-101-0/+2
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-2/+2
* In tcp_respond(), correctly reset returned IPv6 header. This is essentialHajimu UMEMOTO2002-02-042-0/+6
* WARNS=n and lint(1) silencer. Declare an array of (const) stringsMark Murray2002-02-031-1/+1
* The ipfw(8) 'tee' action simply hasn't worked on incoming packets forCrist J. Clark2002-01-261-0/+3
* The ENDPTS_EQ macro was comparing the one of the fports to itself. Fix.Jonathan Lemon2002-01-221-1/+1
* - Check the address family of the destination cached in a PCB.Hajimu UMEMOTO2002-01-212-4/+12
* RFC1122 requires that addresses of the form { 127, <any> } MUST NOTRuslan Ermilov2002-01-211-1/+11
* Fix a panic condition in icmp_reflect() introduced in rev. 1.61.Ruslan Ermilov2002-01-111-2/+2