summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug which incorrectly allowed two listening SCTP sockets ontuexen2014-06-201-21/+20
* Fix a bug in the setsockopt()-handling of the SCTPtuexen2014-06-201-3/+3
* Honor jails for unbound SCTP sockets when selecting source addresses,tuexen2014-06-206-20/+336
* Use ENOBUFS instead of ENOMEM in error situations related to m_uiotombuf().tuexen2014-06-051-4/+4
* Fix build UDP-Lite with VIMAGE enabled when building with gcc.kevlo2014-06-031-0/+1
* ECN marking implenetation for dummynet.hiren2014-06-011-0/+1
* While PAWS is disabled, there are no consumers for the tcp optionsbz2014-05-301-1/+1
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-293-18/+9
* netinet/in.h: Expose htonl(), htons(), ntohl() and ntohs() in strict POSIXjilles2014-05-291-2/+2
* The users of RSS shouldn't be directly concerned about hash -> CPU IDadrian2014-05-272-0/+60
* Remove the prototpye for the static inline functionbz2014-05-241-4/+0
* syncache_lookup() is a file local function. Make it static andbz2014-05-241-2/+1
* Make tcp_twrespond() file local private; this removes it from thebz2014-05-242-2/+2
* Remove the prototypes for things that are no longer file local but werebz2014-05-231-2/+0
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)bz2014-05-232-20/+21
* Use CPU_FIRST() / CPU_NEXT() to iterate over the valid CPU IDs.adrian2014-05-221-4/+6
* When RSS is enabled and per cpu TCP timers are enabled, do an RSSadrian2014-05-181-4/+49
* * When copying the flowid from inp -> outbound mbuf, also assign theadrian2014-05-181-0/+20
* Ensure that the flowid hashtype is assigned to the inp if the flowidadrian2014-05-182-0/+2
* Add a new function to do a CPU ID lookup based on RSS hash information.adrian2014-05-182-11/+19
* Add the flowtype to the inpcb.adrian2014-05-181-1/+2
OpenPOWER on IntegriCloud