summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add {} braces so that the code conforms to the indentation.rmacklem2014-04-211-2/+4
* Add consistency checks to ensure that fragments of a user messagetuexen2014-04-201-1/+36
* Send also a packet containing an ABORT chunk in response to an OOTB packettuexen2014-04-201-3/+0
* Use consistently debug output instead of an unconditional printf.tuexen2014-04-191-1/+1
* Send the correct error cause, when a DATA chunk with no user datatuexen2014-04-194-1/+41
* Some whitespace and style fixes.jhb2014-04-111-26/+22
* The tw_pcbrele() function does not need the global timewait lock.jhb2014-04-111-14/+4
* Don't leak the TCP pcbinfo lock if a time wait connection is closedjhb2014-04-111-1/+3
* Currently, the TCP slow timer can starve TCP input processing while itjhb2014-04-104-29/+127
* Remove a bogus re-assignment.kevlo2014-04-081-1/+0
* Minor style cleanups.kevlo2014-04-072-15/+15
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-077-59/+295
* Improve readability of comments for DELAY_ACK() macro.hiren2014-04-031-7/+8
* Increment the SSN only after processing the last fragment of antuexen2014-04-011-1/+2
* Don't copy the MF flag from original IP header to ICMP error message.ae2014-03-311-0/+1
* Handle an edge case of address management similar to TCP.tuexen2014-03-291-1/+8
OpenPOWER on IntegriCloud