| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce spares in the TCP syncache and timewait structures | bz | 2013-09-21 | 2 | -1/+4 |
* | Unregister inet/inet6 pfil hooks on vnet destroy. | trociny | 2013-09-13 | 1 | -0/+5 |
* | Fix the aborting of association with the iterator using an empty | tuexen | 2013-09-09 | 1 | -37/+35 |
* | Relese the interface in the last. | trociny | 2013-09-08 | 1 | -1/+1 |
* | When computing the partial delivery point, take the | tuexen | 2013-09-07 | 1 | -3/+2 |
* | Use LIST_FOREACH_SAFE() instead of doing it by hand. | jhb | 2013-09-05 | 1 | -7/+5 |
* | Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. This | jhb | 2013-09-05 | 1 | -4/+4 |
* | Remove unused code and sort variables declarations. | ae | 2013-09-05 | 1 | -8/+2 |
* | Remove redundant field pr_sctp_on. | tuexen | 2013-09-03 | 5 | -13/+3 |
* | Use uint16_t instead of in_port_t for consistency with the SCTP code. | tuexen | 2013-09-02 | 1 | -1/+1 |
* | All changes affect only SCTP-AUTH: | tuexen | 2013-09-02 | 4 | -109/+29 |
* | Merge r254336 from user/np/cxl_tuning. | np | 2013-08-28 | 2 | -1/+26 |
* | Remove most of the remaining sysctl name list macros. They were only | jhb | 2013-08-26 | 6 | -61/+0 |
* | The second last argument of udp:::receive is supposed to contain the | markj | 2013-08-26 | 1 | -1/+1 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | markj | 2013-08-25 | 13 | -21/+294 |
* | Provide human readable debug output. | tuexen | 2013-08-25 | 1 | -2/+2 |
* | For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits. | andre | 2013-08-25 | 1 | -1/+1 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 2 | -6/+6 |
* | Export the inpcb features as a 64-bit entity. | tuexen | 2013-08-22 | 2 | -3/+3 |
* | Make also the features of the association 64-bit. | tuexen | 2013-08-22 | 2 | -2/+2 |
* | Fix an integer overflow in computing the size of a temporary buffer | delphij | 2013-08-22 | 1 | -0/+2 |
* | Reorder the mbuf defines to make more sense and group related flags | andre | 2013-08-19 | 1 | -1/+1 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 5 | -3/+17 |
* | Move the SCTP specific definition of M_NOTIFICATION onto a protocol | andre | 2013-08-19 | 1 | -0/+5 |
* | Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specific | andre | 2013-08-19 | 1 | -1/+3 |
* | Move ip_reassemble()'s use of the global M_FRAG mbuf flag to a protocol layer | andre | 2013-08-19 | 2 | -3/+4 |
* | Remove unused M_FRAG, M_FIRSTFRAG and M_LASTFRAG tagging from ip_fragment(). | andre | 2013-08-19 | 1 | -8/+3 |
* | Specify SDT probe argument types in the probe definition itself rather than | markj | 2013-08-15 | 1 | -159/+102 |
* | Don't send uninitialized memory (two instances of 4 bytes) in | tuexen | 2013-08-14 | 1 | -0/+8 |
* | Virtualize carp(4) variables to have per vnet control. | trociny | 2013-08-13 | 1 | -53/+61 |
* | Make the features a 64-bit value instead of 32-bit. | tuexen | 2013-08-12 | 4 | -35/+34 |
* | Micro-optimization suggested in | tuexen | 2013-08-01 | 1 | -4/+3 |
* | Remove the large part of struct ipsecstat. Only few fields of this | ae | 2013-07-23 | 3 | -8/+8 |
* | Allow the code to be compiled without warnings for any combination | tuexen | 2013-07-20 | 1 | -6/+3 |
* | Get the code compiling without INET and INET6 being defined. | tuexen | 2013-07-19 | 1 | -4/+0 |
* | Free the non-fatal "timestamp missing" debug string manually as it is | andre | 2013-07-16 | 1 | -1/+4 |
* | A complete duplication of binding should be allowed if on both new and | trociny | 2013-07-12 | 1 | -1/+1 |
* | Unbreak VIMAGE by correctly naming the vnet pointer in struct tcp_syncache. | andre | 2013-07-12 | 1 | -1/+1 |
* | Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACK | andre | 2013-07-11 | 2 | -219/+383 |
* | Extend debug logging of TCP timestamp related specification | andre | 2013-07-10 | 2 | -5/+42 |
* | Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics | tuexen | 2013-07-09 | 1 | -2/+2 |
* | Migrate struct carpstats to PCPU counters. | ae | 2013-07-09 | 2 | -8/+24 |
* | Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters. | ae | 2013-07-09 | 1 | -1/+3 |
* | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters. | ae | 2013-07-09 | 1 | -3/+7 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | ae | 2013-07-09 | 9 | -39/+53 |
* | Use new macros to implement ipstat and tcpstat using PCPU counters. | ae | 2013-07-09 | 4 | -271/+26 |
* | Prepare network statistics structures for migration to PCPU counters. | ae | 2013-07-09 | 4 | -69/+69 |
* | Fix a bug were only 2048 streams where usable even though more than | tuexen | 2013-07-05 | 5 | -14/+19 |
* | When processing an incoming ABORT, SHUTDOWN_COMPLETE or ERROR (NAT related) | tuexen | 2013-07-04 | 1 | -2/+4 |
* | In r227207, to fix the issue with possible NULL inp_socket pointer | trociny | 2013-07-04 | 3 | -9/+24 |