summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Change error codes returned by protocol operations when an inpcb issam2006-11-221-6/+6
* Add SCTP as a known upper layer protocol over v6.bz2006-11-131-0/+8
* In a true restart case, the send_lock wasrrs2006-11-115-20/+62
* Turns out we would reset the TSN seq counter duringrrs2006-11-117-20/+50
* This patch fixes a LOR that happens during INIT-ACK collision.rrs2006-11-102-9/+17
* Fixes an issue with handling of stream reset. When arrs2006-11-092-4/+3
* -Fixes first of all the getcred on IPv6 and V4. Therrs2006-11-089-167/+138
* Fix TFTP NAT support by making sure the appropriate fingerprinting checksmarcus2006-11-071-2/+4
* Convert three new suser(9) calls introduced between when the priv(9)rwatson2006-11-062-4/+11
* This changes tracks down the EEOR->NonEEOR mode failurerrs2006-11-061-56/+66
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-0611-32/+101
* Revert previous commit, and instead make the expression in rev. 1.2ru2006-11-051-1/+1
* Tons of fixes to get all the 64bit issues removed.rrs2006-11-0510-69/+86
* Fix pointer arithmetic to be 64-bit friendly.ru2006-11-041-1/+1
* Remove bogus casts that Randall for some reason didn't borrowru2006-11-042-2/+2
* Remove a bogus cast in an attempt to fix the tinderbox builds onjb2006-11-041-2/+2
* More 64 bit pointer fun.rrs2006-11-035-7/+7
* Fix two of the 64bit errors on the printfs.rrs2006-11-031-4/+2
* Somehow I missed this one. The sys/cdef.h was outrrs2006-11-031-1/+2
* Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ Irrs2006-11-033-1/+3
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-0333-0/+52679
* - Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70oleg2006-10-291-34/+31
* - Convertoleg2006-10-271-5/+62
* Use separate thread for servicing dummynet(4).oleg2006-10-271-3/+32
* style(9) cleanup.oleg2006-10-271-330/+353
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-2218-18/+36
* revert last change.. premature.. need to wait until if_ethersubr.cjulian2006-10-212-8/+12
* Move some variables to a more likely placejulian2006-10-202-12/+8
* o Do not do args->f_id.addr_type == 6 when there ismaxim2006-10-111-2/+2
* o Kill a nit in the comment.maxim2006-10-111-1/+1
* o Extend not very informative ipfw(4) message 'drop session, too manymaxim2006-10-111-2/+32
* Merge the rest of my changes.ru2006-10-111-13/+26
* Various mdoc and grammar fixes.piso2006-10-081-279/+282
* Set scope on MC address so IPv6 carp advertisement will not get droppedbz2006-10-072-2/+18
* Save space on stack moving token ring stuff to its own hack block.glebius2006-10-041-2/+3
* Style rev. 1.152.glebius2006-10-041-2/+2
* Remove stone-aged and irrelevant "#ifndef notdef".andre2006-09-291-2/+2
* Nits.bms2006-09-291-1/+1
* Push removal of mrouted down to the rest of the tree.bms2006-09-292-2/+2
* o Convert w/spaces to tabs in the previous commit.maxim2006-09-292-6/+6
* Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5,silby2006-09-292-16/+48
* When tcp_output() receives an error upon sending a packet it reverts partsandre2006-09-281-2/+15
* When doing TSO correctly do the check to prevent a maximum sized IP packetandre2006-09-281-1/+1
* Fix the IPv4 multicast routing detach path. On interface detach whilstbms2006-09-281-5/+87
* The IPv4 code should clean up multicast group state when an interfacebms2006-09-282-2/+33
* Compilation.piso2006-09-271-1/+1
* Summer of Code 2005: improve libalias - part 1 of 2piso2006-09-2618-266/+2052
* fix calculating to_tsecr... This prevents the rtt calculations fromjmg2006-09-262-2/+2
* Fix an incompatibility between CARP and IPv4 multicast routing, wherebybms2006-09-251-0/+1
* Splelingbms2006-09-251-1/+1
OpenPOWER on IntegriCloud