summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix wrong formatting of 0.0.0.0/X table records in ipfw(8).melifaro2014-05-171-0/+2
* Provide compatibility #define after r265408.glebius2014-05-171-0/+2
* Reserve IP_FLOWID, IP_FLOWTYPE, IP_RSSCPUID socket option IDs foradrian2014-05-171-0/+3
* Remove the function tcp_twrecycleable; it has been #if 0'd forsilby2014-05-162-36/+0
* Fix checksum computation. Previously it didn't include carry.yongari2014-05-131-2/+3
* Disable TX checksum offload for UDP-Lite completely. It wasn't used fortuexen2014-05-121-5/+9
* Whitespace change.tuexen2014-05-101-1/+1
* Fix a logic bug which prevented the sending of UDP packet with 0 checksum.tuexen2014-05-091-1/+2
* Use KASSERTs as suggested by glebius@tuexen2014-05-081-14/+2
* For some UDP packets (for example with 200 byte payload) and IP options,tuexen2014-05-081-5/+13
* Remove unused code. This is triggered by the bugreport of Sylvestre Ledrutuexen2014-05-061-8/+0
* - Remove net.inet.tcp.reass.overflows sysctl. It counts exactlyglebius2014-05-062-13/+2
* The tcp_log_addrs() uses th pointer, which points into the mbuf, thus weglebius2014-05-051-1/+1
* The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics withglebius2014-05-045-173/+76
* Fix panic on IPv4 address removal introduced in r265279.melifaro2014-05-031-0/+1
* Pass radix head ptr along with rte to rtexpunge().melifaro2014-05-031-4/+4
* Fix TCP reassembly vulnerability.delphij2014-04-301-3/+4
* Fix a panic when removing an IP address from an interface, if the same addressasomers2014-04-291-3/+7
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-244-12/+26
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0asomers2014-04-241-1/+1
* Fix jailed raw sockets not setting the correct source address bysmh2014-04-243-8/+10
* Don't free an mbuf twice. This only happens in very rare errortuexen2014-04-231-1/+15
OpenPOWER on IntegriCloud