aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Import macros IN_LINKLOCAL(), IN_PRIVATE(), IN_LOCAL_GROUP(), IN_ANY_LOCAL().Bruce M Simpson2007-01-311-0/+10
* Make it possible that carpdetach() unlocks on return. Then, inGleb Smirnoff2007-01-251-8/+7
* Spacing.Gleb Smirnoff2007-01-251-5/+5
* - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart2007-01-1826-777/+175
* - Macroizes the V6ONLY flag check.Randall Stewart2007-01-1516-227/+392
* o Increment requests counter right before send out an ARP query actually.Maxim Konovalov2007-01-141-1/+2
* Marking this as __packed was needed to get the alignment and offset ofWarner Losh2007-01-121-1/+1
* Remove two lines that somehow snuck back in after testing.Julian Elischer2007-01-091-2/+0
* o One more typo in the comment.Maxim Konovalov2007-01-061-1/+1
* Prevent adding a rule with a nat action in case IPFIREWALL_NAT was not defined.Paolo Pisati2007-01-051-0/+4
* Wrap ipfw nat support in a new kernel config option namedPaolo Pisati2007-01-031-1/+16
* Remove a bunch of dependencies in the IP header being the first thing in theJulian Elischer2007-01-021-57/+94
* Fix typo in comment.Warner Losh2007-01-011-1/+1
* Add comment about udp checksums being off in BSD 4.2 compatibility mode.Warner Losh2006-12-311-1/+8
* Whitespace fix and remove an extra cast.John Baldwin2006-12-302-2/+4
* Summer of Code 2005: improve libalias - part 2 of 2Paolo Pisati2006-12-295-2/+621
* a) macro-ization of all mbuf and random numberRandall Stewart2006-12-2916-1315/+1208
* Some whitespace nits and remove a few casts.John Baldwin2006-12-294-7/+11
* o made in kernel libalias mpsafePaolo Pisati2006-12-156-94/+327
* 1) Fixes on a number of different collision case LOR's.Randall Stewart2006-12-1416-403/+1075
* Fix LOR between the syncache and inpcb locks when MAC is present in theChristian S.J. Peron2006-12-131-43/+44
* In ip6_sprintf no longer use and return one of eight static buffersBjoern A. Zeeb2006-12-121-1/+3
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-124-11/+24
* Back out revision 1.264.Bruce M Simpson2006-12-101-12/+5
* Improve style(9) conformance of igmp.c.Robert Watson2006-12-041-45/+43
* Make sure that carp_header is 36 bytes longWarner Losh2006-12-011-0/+4
* Make libalias.conf parsing a bit smarter.Paolo Pisati2006-12-011-10/+18
* Remove m_megapullup from ng_nat and put it under libalias.Paolo Pisati2006-12-012-0/+41
* Consistently use #ifdef INET6 rather than mixing and matching withRobert Watson2006-11-301-21/+19
* Change error codes returned by protocol operations when an inpcb isSam Leffler2006-11-221-6/+6
* Add SCTP as a known upper layer protocol over v6.Bjoern A. Zeeb2006-11-131-0/+8
* In a true restart case, the send_lock wasRandall Stewart2006-11-115-20/+62
* Turns out we would reset the TSN seq counter duringRandall Stewart2006-11-117-20/+50
* This patch fixes a LOR that happens during INIT-ACK collision.Randall Stewart2006-11-102-9/+17
* Fixes an issue with handling of stream reset. When aRandall Stewart2006-11-092-4/+3
* -Fixes first of all the getcred on IPv6 and V4. TheRandall Stewart2006-11-089-167/+138
* Fix TFTP NAT support by making sure the appropriate fingerprinting checksJoe Marcus Clarke2006-11-071-2/+4
* Convert three new suser(9) calls introduced between when the priv(9)Robert Watson2006-11-062-4/+11
* This changes tracks down the EEOR->NonEEOR mode failureRandall Stewart2006-11-061-55/+65
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-0611-32/+101
* Revert previous commit, and instead make the expression in rev. 1.2Ruslan Ermilov2006-11-051-1/+1
* Tons of fixes to get all the 64bit issues removed.Randall Stewart2006-11-0510-69/+86
* Fix pointer arithmetic to be 64-bit friendly.Ruslan Ermilov2006-11-041-1/+1
* Remove bogus casts that Randall for some reason didn't borrowRuslan Ermilov2006-11-042-2/+2
* Remove a bogus cast in an attempt to fix the tinderbox builds onJohn Birrell2006-11-041-2/+2
* More 64 bit pointer fun.Randall Stewart2006-11-035-7/+7
* Fix two of the 64bit errors on the printfs.Randall Stewart2006-11-031-4/+2
* Somehow I missed this one. The sys/cdef.h was outRandall Stewart2006-11-031-1/+2
* Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ IRandall Stewart2006-11-033-1/+3
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-0333-0/+52679