| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | MFC r264887 | Alan Somers | 2014-06-06 | 1 | -1/+3 |
| * | MFC changes relating to running multiple interfaces on different fibs but | Alan Somers | 2014-06-06 | 1 | -3/+8 |
| * | MFC r263779 | Alan Somers | 2014-06-06 | 2 | -4/+5 |
| * | MFC r264879 | Steven Hartland | 2014-05-26 | 3 | -8/+10 |
| * | MFC r265942: | Pyun YongHyeon | 2014-05-16 | 1 | -2/+3 |
| * | MFC r264212,r264213,r264248,r265776,r265811,r265909: | Kevin Lo | 2014-05-13 | 7 | -69/+313 |
| * | Merge 260488, r260508. | Alexander V. Chernikov | 2014-05-08 | 1 | -43/+8 |
| * | MFC: r264739 | Rick Macklem | 2014-05-06 | 1 | -2/+4 |
| * | Fix devfs rules not applied by default for jails. | Xin LI | 2014-04-30 | 1 | -3/+4 |
| * | MFC r263966: | Andrey V. Elsukov | 2014-04-07 | 1 | -0/+1 |
| * | Merge r262341: | Gleb Smirnoff | 2014-04-04 | 1 | -38/+33 |
| * | Merge r262763, r262767, r262771, r262806 from head: | Gleb Smirnoff | 2014-03-21 | 8 | -33/+26 |
| * | Merge r262747: remove extraneous ifa_ref()/ifa_free(). | Gleb Smirnoff | 2014-03-19 | 1 | -9/+1 |
| * | Merge r263091: fix mbuf flags clash that lead to failure of operation | Gleb Smirnoff | 2014-03-18 | 2 | -9/+3 |
| * | Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, | Gleb Smirnoff | 2014-03-04 | 2 | -42/+3 |
| * | Merge r261590: Fixup for r261590 (vnet sysctl handlers cleanup) | Gleb Smirnoff | 2014-03-04 | 2 | -11/+2 |
| * | Merge r261590, r261592 from head: | Gleb Smirnoff | 2014-03-04 | 1 | -4/+0 |
| * | MFC r260871: | Adrian Chadd | 2014-02-10 | 1 | -0/+10 |
| * | MFC r260702 (by melifaro): | Andrey V. Elsukov | 2014-02-06 | 1 | -0/+8 |
| * | MFC 260796 | George V. Neville-Neil | 2014-02-03 | 1 | -8/+18 |
| * | Merge 261024: fix PIM input regression. | Gleb Smirnoff | 2014-01-27 | 1 | -5/+3 |
| * | Merge r257846: | Gleb Smirnoff | 2014-01-22 | 1 | -0/+21 |
| * | MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | Andriy Gapon | 2014-01-17 | 6 | -37/+37 |
| * | MFC r258605: Convert over the TCP probes to use mtod() | Andriy Gapon | 2014-01-17 | 2 | -10/+11 |
| * | MFC r260151 (by adrian): | Andrey V. Elsukov | 2014-01-10 | 2 | -4/+5 |
| * | Revert MFC of r258821 - it was already handled by MFC of r239672. | Peter Wemm | 2014-01-08 | 1 | -4/+2 |
| * | MFC r259943: | Michael Tuexen | 2014-01-07 | 2 | -3/+3 |
| * | MFC r258821 - fix tcp simultaneous close | Peter Wemm | 2014-01-07 | 1 | -2/+4 |
| * | Merge r260188 from head: | Gleb Smirnoff | 2014-01-05 | 1 | -0/+6 |
| * | MFC r259906: Draft-ietf-tcpm-initcwnd-05 became RFC6928. | Sergey Kandaurov | 2014-01-02 | 1 | -2/+2 |
| * | MFC r259839: | Dimitry Andric | 2013-12-28 | 1 | -0/+4 |
| * | MFC r258574: | Michael Tuexen | 2013-12-03 | 2 | -2/+3 |
| * | MFC r256556: | Michael Tuexen | 2013-11-21 | 11 | -112/+171 |
| * | MFC r256920: | Andre Oppermann | 2013-10-29 | 1 | -4/+7 |
| * | When processing ACK in tcp_do_segment, use sbcut_locked() instead of | Gleb Smirnoff | 2013-10-09 | 1 | -2/+5 |
| * | Add a separate translator for headers passed to the TCP probes in the | Mark Johnston | 2013-10-02 | 1 | -4/+4 |
| * | 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 |