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