| Commit message (Expand) | Author | Age | Files | Lines |
| * | Retire IP_RSSCPUID ; the right thing to do is query the RSS bucket; | Adrian Chadd | 2014-06-26 | 2 | -6/+12 |
| * | Add another RSS method to query the indirection table entries. | Adrian Chadd | 2014-06-26 | 2 | -0/+21 |
| * | Fix a bug which incorrectly allowed two listening SCTP sockets on | Michael Tuexen | 2014-06-20 | 1 | -21/+20 |
| * | Fix a bug in the setsockopt()-handling of the SCTP | Michael Tuexen | 2014-06-20 | 1 | -3/+3 |
| * | Honor jails for unbound SCTP sockets when selecting source addresses, | Michael Tuexen | 2014-06-20 | 6 | -20/+336 |
| * | Use ENOBUFS instead of ENOMEM in error situations related to m_uiotombuf(). | Michael Tuexen | 2014-06-05 | 1 | -4/+4 |
| * | Fix build UDP-Lite with VIMAGE enabled when building with gcc. | Kevin Lo | 2014-06-03 | 1 | -0/+1 |
| * | ECN marking implenetation for dummynet. | Hiren Panchasara | 2014-06-01 | 1 | -0/+1 |
| * | While PAWS is disabled, there are no consumers for the tcp options | Bjoern A. Zeeb | 2014-05-30 | 1 | -1/+1 |
| * | Fix unintended KBI change from r264905. Add _fib versions of | Alan Somers | 2014-05-29 | 3 | -18/+9 |
| * | netinet/in.h: Expose htonl(), htons(), ntohl() and ntohs() in strict POSIX | Jilles Tjoelker | 2014-05-29 | 1 | -2/+2 |
| * | The users of RSS shouldn't be directly concerned about hash -> CPU ID | Adrian Chadd | 2014-05-27 | 2 | -0/+60 |
| * | Remove the prototpye for the static inline function | Bjoern A. Zeeb | 2014-05-24 | 1 | -4/+0 |
| * | syncache_lookup() is a file local function. Make it static and | Bjoern A. Zeeb | 2014-05-24 | 1 | -2/+1 |
| * | Make tcp_twrespond() file local private; this removes it from the | Bjoern A. Zeeb | 2014-05-24 | 2 | -2/+2 |
| * | Remove the prototypes for things that are no longer file local but were | Bjoern A. Zeeb | 2014-05-23 | 1 | -2/+0 |
| * | Move the tcp_fields_to_host() and tcp_fields_to_net() (inline) | Bjoern A. Zeeb | 2014-05-23 | 2 | -20/+21 |
| * | Use CPU_FIRST() / CPU_NEXT() to iterate over the valid CPU IDs. | Adrian Chadd | 2014-05-22 | 1 | -4/+6 |
| * | When RSS is enabled and per cpu TCP timers are enabled, do an RSS | Adrian Chadd | 2014-05-18 | 1 | -4/+49 |
| * | * When copying the flowid from inp -> outbound mbuf, also assign the | Adrian Chadd | 2014-05-18 | 1 | -0/+20 |
| * | Ensure that the flowid hashtype is assigned to the inp if the flowid | Adrian Chadd | 2014-05-18 | 2 | -0/+2 |
| * | Add a new function to do a CPU ID lookup based on RSS hash information. | Adrian Chadd | 2014-05-18 | 2 | -11/+19 |
| * | Add the flowtype to the inpcb. | Adrian Chadd | 2014-05-18 | 1 | -1/+2 |
| * | Fix wrong formatting of 0.0.0.0/X table records in ipfw(8). | Alexander V. Chernikov | 2014-05-17 | 1 | -0/+2 |
| * | Provide compatibility #define after r265408. | Gleb Smirnoff | 2014-05-17 | 1 | -0/+2 |
| * | Reserve IP_FLOWID, IP_FLOWTYPE, IP_RSSCPUID socket option IDs for | Adrian Chadd | 2014-05-17 | 1 | -0/+3 |
| * | Remove the function tcp_twrecycleable; it has been #if 0'd for | Mike Silbersack | 2014-05-16 | 2 | -36/+0 |
| * | Fix checksum computation. Previously it didn't include carry. | Pyun YongHyeon | 2014-05-13 | 1 | -2/+3 |
| * | Disable TX checksum offload for UDP-Lite completely. It wasn't used for | Michael Tuexen | 2014-05-12 | 1 | -5/+9 |
| * | Whitespace change. | Michael Tuexen | 2014-05-10 | 1 | -1/+1 |
| * | Fix a logic bug which prevented the sending of UDP packet with 0 checksum. | Michael Tuexen | 2014-05-09 | 1 | -1/+2 |
| * | Use KASSERTs as suggested by glebius@ | Michael Tuexen | 2014-05-08 | 1 | -14/+2 |
| * | For some UDP packets (for example with 200 byte payload) and IP options, | Michael Tuexen | 2014-05-08 | 1 | -5/+13 |
| * | Remove unused code. This is triggered by the bugreport of Sylvestre Ledru | Michael Tuexen | 2014-05-06 | 1 | -8/+0 |
| * | - Remove net.inet.tcp.reass.overflows sysctl. It counts exactly | Gleb Smirnoff | 2014-05-06 | 2 | -13/+2 |
| * | The tcp_log_addrs() uses th pointer, which points into the mbuf, thus we | Gleb Smirnoff | 2014-05-05 | 1 | -1/+1 |
| * | The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics with | Gleb Smirnoff | 2014-05-04 | 5 | -173/+76 |
| * | Fix panic on IPv4 address removal introduced in r265279. | Alexander V. Chernikov | 2014-05-03 | 1 | -0/+1 |
| * | Pass radix head ptr along with rte to rtexpunge(). | Alexander V. Chernikov | 2014-05-03 | 1 | -4/+4 |
| * | Fix TCP reassembly vulnerability. | Xin LI | 2014-04-30 | 1 | -3/+4 |
| * | Fix a panic when removing an IP address from an interface, if the same address | Alan Somers | 2014-04-29 | 1 | -3/+7 |
| * | Fix subnet and default routes on different FIBs on the same subnet. | Alan Somers | 2014-04-24 | 4 | -12/+26 |
| * | Fix host and network routes for new interfaces when net.add_addr_allfibs=0 | Alan Somers | 2014-04-24 | 1 | -1/+1 |
| * | Fix jailed raw sockets not setting the correct source address by | Steven Hartland | 2014-04-24 | 3 | -8/+10 |
| * | Don't free an mbuf twice. This only happens in very rare error | Michael Tuexen | 2014-04-23 | 1 | -1/+15 |
| * | Add {} braces so that the code conforms to the indentation. | Rick Macklem | 2014-04-21 | 1 | -2/+4 |
| * | Add consistency checks to ensure that fragments of a user message | Michael Tuexen | 2014-04-20 | 1 | -1/+36 |
| * | Send also a packet containing an ABORT chunk in response to an OOTB packet | Michael Tuexen | 2014-04-20 | 1 | -3/+0 |
| * | Use consistently debug output instead of an unconditional printf. | Michael Tuexen | 2014-04-19 | 1 | -1/+1 |
| * | Send the correct error cause, when a DATA chunk with no user data | Michael Tuexen | 2014-04-19 | 4 | -1/+41 |