| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC ng_ether support for if_bridge and cleanup of bridge hooks. | Andrew Thompson | 2005-10-23 | 1 | -2/+11 |
| * | MFC 1.35: do not derefer NULL sc in ngt_input(). | Seigo Tanimura | 2005-10-09 | 1 | -2/+5 |
| * | MFC typo fix from 1.75: | Gleb Smirnoff | 2005-09-20 | 1 | -1/+1 |
| * | MFC 1.69: | Gleb Smirnoff | 2005-09-20 | 1 | -2/+3 |
| * | Merge locking of ng_pptpgre node. See 1.38, 1.39 log for longer | Gleb Smirnoff | 2005-09-20 | 1 | -37/+74 |
| * | MFC 1.7: | Gleb Smirnoff | 2005-09-13 | 1 | -0/+3 |
| * | MFC 1.68 by obrien: | Gleb Smirnoff | 2005-09-13 | 1 | -1/+1 |
| * | MFC 1.26 by ru: | Gleb Smirnoff | 2005-09-13 | 1 | -1/+4 |
| * | MFC 1.112: | Gleb Smirnoff | 2005-09-12 | 1 | -2/+6 |
| * | MFC 1.57 (see original revision for full description): | Gleb Smirnoff | 2005-09-09 | 1 | -4/+13 |
| * | MFC 1.109: | Gleb Smirnoff | 2005-09-09 | 1 | -1/+1 |
| * | MFC 1.108, 1.110, 1.111: | Gleb Smirnoff | 2005-09-09 | 1 | -5/+9 |
| * | MFC to RELENG 6 | Maksim Yevmenkin | 2005-09-03 | 4 | -1/+15 |
| * | MFC to RELENG_6 | Maksim Yevmenkin | 2005-08-29 | 2 | -74/+74 |
| * | MFC to RELENG_6 | Maksim Yevmenkin | 2005-08-29 | 1 | -3/+3 |
| * | MFC: | Gleb Smirnoff | 2005-08-29 | 1 | -3/+1 |
| * | MFC to RELENG_6 | Maksim Yevmenkin | 2005-08-25 | 1 | -4/+4 |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 5 | -37/+47 |
| * | MFC: reduce warnings when compiled under -W. | Julian Elischer | 2005-08-15 | 1 | -3/+3 |
| * | MFC 1.10: | Gleb Smirnoff | 2005-08-10 | 1 | -12/+14 |
| * | MFC: | Gleb Smirnoff | 2005-08-10 | 2 | -1/+3 |
| * | MFC 1.103, 1.105: | Gleb Smirnoff | 2005-08-10 | 1 | -67/+17 |
| * | Insta-MFC to RELENG_6 | Maksim Yevmenkin | 2005-07-29 | 1 | -1/+1 |
| * | MFC to RELENG_6 ng_ubt.c v1.25 | Maksim Yevmenkin | 2005-07-25 | 1 | -1/+2 |
| * | Remove obsoleted sysctl interface for switching between standard and 3Com | Gleb Smirnoff | 2005-07-05 | 1 | -39/+1 |
| * | In the splnet times, netgraph was functional and synchronous. Nowadays, | Gleb Smirnoff | 2005-07-05 | 4 | -3/+82 |
| * | - After LibAlias processing check for TCP packet with th_x2 field | Gleb Smirnoff | 2005-06-27 | 1 | -8/+51 |
| * | Fix some long standing bugs in writing to the BPF device attached to | David Malone | 2005-06-26 | 2 | -9/+6 |
| * | Eliminate unused argument in PCMCIA_CARD macro. | Warner Losh | 2005-06-24 | 1 | -1/+1 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 8 | -78/+85 |
| * | - Remove redundant parenthesis in M_CHECK macro. | Gleb Smirnoff | 2005-06-10 | 1 | -13/+8 |
| * | Add ng_tcpmss node, which alters MSS options of TCP packets. Useful to | Gleb Smirnoff | 2005-06-10 | 2 | -0/+525 |
| * | Refer to the mbuf header length field via the official method. | Ruslan Ermilov | 2005-06-09 | 1 | -8/+8 |
| * | Update statistics only in case if delivery was successfull. | Gleb Smirnoff | 2005-06-07 | 1 | -2/+4 |
| * | MPPC node is not thread safe. | Gleb Smirnoff | 2005-06-03 | 1 | -0/+3 |
| * | Fix check for leading zero, so that it does not block two zeroes | Gleb Smirnoff | 2005-05-29 | 1 | -1/+5 |
| * | Fix use of uninitialized variable len in ngd_send. | Bjoern A. Zeeb | 2005-05-28 | 1 | -3/+7 |
| * | Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices list | Maksim Yevmenkin | 2005-05-28 | 1 | -4/+6 |
| * | Remove local error variable, which leads to hiding error from return | Gleb Smirnoff | 2005-05-23 | 1 | -1/+0 |
| * | Return EINVAL for incorrect hook names. | Gleb Smirnoff | 2005-05-23 | 1 | -3/+2 |
| * | - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwinded | Gleb Smirnoff | 2005-05-17 | 1 | -27/+25 |
| * | Use NG_QUEUE instead of constant. | Gleb Smirnoff | 2005-05-16 | 1 | -1/+1 |
| * | Refactor places where ng_package_data() failed. | Gleb Smirnoff | 2005-05-16 | 1 | -13/+13 |
| * | - Fix build with TRACE_MESSAGES on. | Gleb Smirnoff | 2005-05-16 | 1 | -41/+42 |
| * | Close race between node being shutdown and socket being detached. To | Gleb Smirnoff | 2005-05-16 | 1 | -7/+27 |
| * | Catch up with new ng_package_data(). | Gleb Smirnoff | 2005-05-16 | 1 | -1/+1 |
| * | Catch up with new ng_package_data(). Use NG_WAITOK on userland | Gleb Smirnoff | 2005-05-16 | 1 | -1/+1 |
| * | - Catch up with new interface to ng_package_data(). | Gleb Smirnoff | 2005-05-16 | 1 | -5/+8 |
| * | Catch up with new ng_send_fn1() interface. | Gleb Smirnoff | 2005-05-16 | 1 | -1/+4 |
| * | - Extend interface of ng_getqblk(), so that malloc wait flags are | Gleb Smirnoff | 2005-05-16 | 2 | -36/+34 |