aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-1916-704/+1033
* Add rate limitation for SCTP OOTB responses.Michael Tuexen2012-06-183-10/+5
* Cleanup the UDP decapsulation code.Michael Tuexen2012-06-181-42/+20
* Pass flowid explicitly through the stack instead of taking it fromMichael Tuexen2012-06-148-96/+260
* mdoc: avoid nested displays. Fixes mandoc warnings.Joel Dahl2012-06-131-4/+2
* Add a cmsg of type IP_TOS for UDP/IPv4 sockets to specify the TOS byte.Michael Tuexen2012-06-121-1/+11
* Add a IP_RECVTOS socket option to receive for received UDP/IPv4Michael Tuexen2012-06-125-1/+21
* Unify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR chunks.Michael Tuexen2012-06-123-604/+133
* Small cleanup.Michael Tuexen2012-06-121-3/+1
* Validate IPv4 network mask being passed to ipfw kernel interface.Alexander V. Chernikov2012-06-091-0/+3
* Fix style nit: don't use leading zero for dates in .DdEitan Adler2012-06-051-1/+1
* Plug more refcount leaks and possible NULL deref for interfaceMaksim Yevmenkin2012-06-041-1/+4
* Remove code which is not needed.Michael Tuexen2012-06-031-4/+0
* Use an existing function to get the source address.Michael Tuexen2012-06-031-60/+10
* Honor sysctl for TTL.Michael Tuexen2012-06-021-3/+3
* Don't request data from the IPv6 layer, which is not used.Michael Tuexen2012-06-021-26/+3
* Remove an unused parameter.Michael Tuexen2012-06-023-8/+8
* Make TCP LRO work properly with VIMAGE kernels rather than just panicing.Bjoern A. Zeeb2012-06-011-0/+11
* Small cleanups. No functional change.Michael Tuexen2012-06-012-4/+0
* Seperate SCTP checksum offloading for IPv4 and IPv6.Michael Tuexen2012-05-301-4/+4
* Improve style(9) of bcopy() to and from mbuf tag.Gleb Smirnoff2012-05-301-4/+3
* After r228571 carp_output() expects carp_softc * pointer in the mtag.Gleb Smirnoff2012-05-301-3/+3
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-285-5/+9
* Add IPPROTO_MPLS (rfc4023) IP protocol definitionEd Maste2012-05-271-0/+1
* Trim the extra $FreeBSD$ from the comment below the license. We useBjoern A. Zeeb2012-05-261-2/+0
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.Michael Tuexen2012-05-263-30/+4
* Undefine SCTP_PACKED before including sctp_uio.h, which doesn'tMichael Tuexen2012-05-251-3/+2
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-1/+3
* In case forwarding is turned on for a given address family, refuse toBjoern A. Zeeb2012-05-251-0/+11
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-255-25/+45
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-2/+4
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-242-300/+518
* Add sn_send_failed_event to sctp_notification.Michael Tuexen2012-05-241-1/+1
* Use consistent text at the begining of the files.Michael Tuexen2012-05-2338-172/+140
* Remove unused inclusion of curses.hMarcel Moolenaar2012-05-191-1/+0
* Use a default for max_burst of 4 and l2var of 2.Michael Tuexen2012-05-172-2/+2
* Support SCTP_EOF also for 1-to-1 style sockets.Michael Tuexen2012-05-171-2/+1
* Switch to a standard 2 clause BSD license (from bsd-style-copyright).Bjoern A. Zeeb2012-05-152-69/+56
* Support SCTP_REMOTE_ERROR notification.Michael Tuexen2012-05-133-1/+68
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationsMichael Tuexen2012-05-138-89/+80
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications asMichael Tuexen2012-05-135-16/+14
* Remove unused constants.Michael Tuexen2012-05-132-39/+19
* Use ECONNABORTED in cases where the ABORT was sent to the peer.Michael Tuexen2012-05-135-22/+40
* Ensure the user can read COMM_LOST notifications on 1-to-1 style sockets.Michael Tuexen2012-05-131-117/+95
* Provide in the association change notification the received ABORT chunkMichael Tuexen2012-05-129-130/+105
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-3/+3
* Fix a bug in the handling of association reset request.Michael Tuexen2012-05-111-36/+30
* Only provide the supported features in the SCTP_ASSOC_CHANGE notifMichael Tuexen2012-05-111-20/+27
* Remove a constant which is only used on non-FreeBSD platform.Michael Tuexen2012-05-111-2/+0
* Address clang warnings.Michael Tuexen2012-05-062-7/+8