summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix string length argument passed to "sysctl_handle_string()" so thathselasky2014-08-101-2/+2
* Improve comments by listing a criteria for automatic increment of receive sockethiren2014-08-091-3/+5
* Small modification of the sctp_input() cleanup to avoid havingtuexen2014-08-091-7/+7
* Fix one more compiler warning, m is not initialized.kib2014-08-081-1/+1
* Fix argument to KTR after r269699 to unbreak LINT builds.bz2014-08-081-1/+1
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-0824-158/+220
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-0411-14/+94
* Add a comment for easier code understanding.hiren2014-08-041-0/+5
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-0311-11/+87
* Use consistent names for SCTP sysctls. Renametuexen2014-08-031-1/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-0311-29/+86
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-0213-38/+122
* Fix a copy and paste error.tuexen2014-08-021-1/+1
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-029-17/+72
* Remove the asconf_auth_nochk sysctl. This was off by default and onlytuexen2014-08-014-17/+2
* Fix byte ordering in default RSS key.grehan2014-08-011-5/+5
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to betuexen2014-08-016-270/+220
* Ensure that IP's added to CARP always use the CARP MACsmh2014-07-311-12/+11
* Only check error if one could have been generatedsmh2014-07-311-6/+8
* Add a comment and while there, fix trailing whitespace.hiren2014-07-291-1/+4
* Garbage collect couple of unused fields from struct ifaddr:glebius2014-07-291-1/+0
* The accept filter code is not specific to the FreeBSD IPv4 network stack,marcel2014-07-261-0/+2
* Initialize notification strucuture. This was missed in an earlier committuexen2014-07-241-0/+2
* Fix EtherIP. TOS field must be initialized when the inner protocol ishrs2014-07-241-0/+2
* Cleanup the definition of two structures which aretuexen2014-07-221-2/+1
* Make the PCBGROUPS code aware of IPv4 UDP 4-tuple.adrian2014-07-201-0/+2
* Add hash awareness of the IPv4 and IPv6 UDP 4-tuple.adrian2014-07-201-0/+4
* Implement rss_gethashconfig() - return the currently supported hash methodsadrian2014-07-202-0/+54
* Update the comment to be more concise.adrian2014-07-201-3/+2
* Update the default RSS hash to the Chelsio T5 firmware one - it providesadrian2014-07-181-5/+5
* Oops - somehow I missed the IP option numbers clashing with the multicastadrian2014-07-171-4/+5
* Add RSS hashing awareness for IPv6 and TCP IPv6 hash types.adrian2014-07-121-0/+4
* Expose in_pcbbind_check_bindmulti() so the upcoming IPv6 RSS changesadrian2014-07-122-2/+5
* Whitespace changes.tuexen2014-07-113-58/+58
* Bugfix: When a remote address was added to an endpoint,tuexen2014-07-111-4/+10
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchglebius2014-07-111-1/+1
* Integrate upstream changes.tuexen2014-07-115-4/+27
* Implement the first stage of multi-bind listen sockets and RSS socketadrian2014-07-105-5/+208
* In several cases in ip_output() we obtain reference on ifa. Do notglebius2014-07-091-1/+14
* Initialize SCTP cmsg's and notification's buffer before copying outdelphij2014-07-083-27/+34
* Fix a typo.hiren2014-07-031-1/+1
* (no commit message)hiren2014-07-021-2/+2
* Remove old reference to IP_RSSCPUID.adrian2014-07-011-3/+0
* If we're doing RSS then ensure the TCP timer selection uses the multi-CPUadrian2014-06-301-0/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-283-14/+8
* Revert r267961, r267973:gjb2014-06-273-8/+14
* Add missing variable declarations when using RSS.adrian2014-06-271-0/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-273-14/+8
* Retire IP_RSSCPUID ; the right thing to do is query the RSS bucket;adrian2014-06-262-6/+12
* Add another RSS method to query the indirection table entries.adrian2014-06-262-0/+21
OpenPOWER on IntegriCloud