aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* MFC ng_ether support for if_bridge and cleanup of bridge hooks.Andrew Thompson2005-10-231-2/+11
* MFC 1.35: do not derefer NULL sc in ngt_input().Seigo Tanimura2005-10-091-2/+5
* MFC typo fix from 1.75:Gleb Smirnoff2005-09-201-1/+1
* MFC 1.69:Gleb Smirnoff2005-09-201-2/+3
* Merge locking of ng_pptpgre node. See 1.38, 1.39 log for longerGleb Smirnoff2005-09-201-37/+74
* MFC 1.7:Gleb Smirnoff2005-09-131-0/+3
* MFC 1.68 by obrien:Gleb Smirnoff2005-09-131-1/+1
* MFC 1.26 by ru:Gleb Smirnoff2005-09-131-1/+4
* MFC 1.112:Gleb Smirnoff2005-09-121-2/+6
* MFC 1.57 (see original revision for full description):Gleb Smirnoff2005-09-091-4/+13
* MFC 1.109:Gleb Smirnoff2005-09-091-1/+1
* MFC 1.108, 1.110, 1.111:Gleb Smirnoff2005-09-091-5/+9
* MFC to RELENG 6Maksim Yevmenkin2005-09-034-1/+15
* MFC to RELENG_6Maksim Yevmenkin2005-08-292-74/+74
* MFC to RELENG_6Maksim Yevmenkin2005-08-291-3/+3
* MFC:Gleb Smirnoff2005-08-291-3/+1
* MFC to RELENG_6Maksim Yevmenkin2005-08-251-4/+4
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-255-37/+47
* MFC: reduce warnings when compiled under -W.Julian Elischer2005-08-151-3/+3
* MFC 1.10:Gleb Smirnoff2005-08-101-12/+14
* MFC:Gleb Smirnoff2005-08-102-1/+3
* MFC 1.103, 1.105:Gleb Smirnoff2005-08-101-67/+17
* Insta-MFC to RELENG_6Maksim Yevmenkin2005-07-291-1/+1
* MFC to RELENG_6 ng_ubt.c v1.25Maksim Yevmenkin2005-07-251-1/+2
* Remove obsoleted sysctl interface for switching between standard and 3ComGleb Smirnoff2005-07-051-39/+1
* In the splnet times, netgraph was functional and synchronous. Nowadays,Gleb Smirnoff2005-07-054-3/+82
* - After LibAlias processing check for TCP packet with th_x2 fieldGleb Smirnoff2005-06-271-8/+51
* Fix some long standing bugs in writing to the BPF device attached toDavid Malone2005-06-262-9/+6
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-108-78/+85
* - Remove redundant parenthesis in M_CHECK macro.Gleb Smirnoff2005-06-101-13/+8
* Add ng_tcpmss node, which alters MSS options of TCP packets. Useful toGleb Smirnoff2005-06-102-0/+525
* Refer to the mbuf header length field via the official method.Ruslan Ermilov2005-06-091-8/+8
* Update statistics only in case if delivery was successfull.Gleb Smirnoff2005-06-071-2/+4
* MPPC node is not thread safe.Gleb Smirnoff2005-06-031-0/+3
* Fix check for leading zero, so that it does not block two zeroesGleb Smirnoff2005-05-291-1/+5
* Fix use of uninitialized variable len in ngd_send.Bjoern A. Zeeb2005-05-281-3/+7
* Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices listMaksim Yevmenkin2005-05-281-4/+6
* Remove local error variable, which leads to hiding error from returnGleb Smirnoff2005-05-231-1/+0
* Return EINVAL for incorrect hook names.Gleb Smirnoff2005-05-231-3/+2
* - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwindedGleb Smirnoff2005-05-171-27/+25
* Use NG_QUEUE instead of constant.Gleb Smirnoff2005-05-161-1/+1
* Refactor places where ng_package_data() failed.Gleb Smirnoff2005-05-161-13/+13
* - Fix build with TRACE_MESSAGES on.Gleb Smirnoff2005-05-161-41/+42
* Close race between node being shutdown and socket being detached. ToGleb Smirnoff2005-05-161-7/+27
* Catch up with new ng_package_data().Gleb Smirnoff2005-05-161-1/+1
* Catch up with new ng_package_data(). Use NG_WAITOK on userlandGleb Smirnoff2005-05-161-1/+1
* - Catch up with new interface to ng_package_data().Gleb Smirnoff2005-05-161-5/+8
* Catch up with new ng_send_fn1() interface.Gleb Smirnoff2005-05-161-1/+4
* - Extend interface of ng_getqblk(), so that malloc wait flags areGleb Smirnoff2005-05-162-36/+34