summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Remove unused inclusion of curses.hmarcel2012-05-191-1/+0
* Use a default for max_burst of 4 and l2var of 2.tuexen2012-05-172-2/+2
* Support SCTP_EOF also for 1-to-1 style sockets.tuexen2012-05-171-2/+1
* Switch to a standard 2 clause BSD license (from bsd-style-copyright).bz2012-05-152-69/+56
* Support SCTP_REMOTE_ERROR notification.tuexen2012-05-133-1/+68
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationstuexen2012-05-138-89/+80
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications astuexen2012-05-135-16/+14
* Remove unused constants.tuexen2012-05-132-39/+19
* Use ECONNABORTED in cases where the ABORT was sent to the peer.tuexen2012-05-135-22/+40
* Ensure the user can read COMM_LOST notifications on 1-to-1 style sockets.tuexen2012-05-131-117/+95
* Provide in the association change notification the received ABORT chunktuexen2012-05-129-130/+105
* General mdoc(7) and typo fixes.gjb2012-05-111-3/+3
* Fix a bug in the handling of association reset request.tuexen2012-05-111-37/+31
* Only provide the supported features in the SCTP_ASSOC_CHANGE notiftuexen2012-05-111-20/+27
* Remove a constant which is only used on non-FreeBSD platform.tuexen2012-05-111-2/+0
* Address clang warnings.tuexen2012-05-062-7/+8
* Add support for the sac_info field in struct sctp_assoc_changetuexen2012-05-062-8/+31
* Remove debug code.tuexen2012-05-064-32/+0
* Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.tuexen2012-05-064-63/+139
* Provide the flags in the SCTP stream reconfig related notificationtuexen2012-05-054-10/+30
* Honor SCTP_ENABLE_STREAM_RESET socket option when processing incomingtuexen2012-05-052-69/+73
* Do error checking for the SCTP_RESET_STREAMS, SCTP_RESET_ASSOC,tuexen2012-05-051-19/+15
* Add ToS definitions for DiffServ Codepoints as per RFC2474.delphij2012-05-041-0/+25
* Add support for the SCTP_ENABLE_STREAM_RESET socket option totuexen2012-05-041-5/+30
* Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT astuexen2012-05-043-33/+47
* Call panic() only under INVARIANTS.tuexen2012-05-041-0/+2
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-0410-62/+62
* Fix another RFC 6458 issue. Spotted by Irene Ruengeler.tuexen2012-05-032-2/+2
* Revert r234834 per luigi@ request.melifaro2012-05-032-82/+81
* Move several enums and structures required for L2 filtering from ip_fw_privat...melifaro2012-04-302-81/+82
* Add support for missing gauth_number_of_chunks field. This Bug wastuexen2012-04-302-0/+4
* Whitespace changes.tuexen2012-04-281-3/+0
* Remove unused structure.tuexen2012-04-271-7/+0
* Fix a type in an SCTP AUTH related notification. Keep the old nametuexen2012-04-263-3/+4
* Use the flags defined in RFC 6525 in the stream reset event.tuexen2012-04-232-7/+9
* Fix check used by stream reset related events.tuexen2012-04-211-3/+3
* Whitespace changes.tuexen2012-04-192-2/+2
* Use the same pattern for mbuf logging everywhere.tuexen2012-04-192-34/+12
* Fix reported errno.tuexen2012-04-191-2/+2
* Fix a bug where we copy out more data from a mbuf chain that aretuexen2012-04-192-16/+21
* When we receive an ICMP unreach need fragmentation datagram, we takeglebius2012-04-164-19/+32
* Send always HBs when in PF state.tuexen2012-04-141-1/+2
* Bugfix: Don't send HBs on path which are not idle.tuexen2012-04-141-1/+16
* It is a logical error that in carp_multicast_cleanup()glebius2012-04-111-24/+59
* M_DONTWAIT is a flag from historical mbuf(9)glebius2012-04-101-1/+1
* CARP should be capable to run on if_bridge(4). Unfortunately,glebius2012-04-101-0/+2
* Remove duplicate condition in if statement.tuexen2012-04-061-1/+0
* Don't check malloc(M_WAITOK) results.glebius2012-03-311-4/+0
* Make stream our stream reset implementationrrs2012-03-2913-215/+549
* Permit tcpdrop in VNET jails.zec2012-03-281-1/+1
OpenPOWER on IntegriCloud