summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-163-3/+21
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-127-23/+23
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-112-2/+0
* Simplify ng_pipe locking model by relying on the netgraph frameworkzec2010-11-241-147/+85
* After some off-list discussion, revert a number of changes to thedim2010-11-223-5/+5
* Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to bezec2010-11-222-1/+3
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-143-5/+5
* When calling panic(), always pass a format string.rpaulo2010-10-138-12/+12
* Fix typoemax2010-08-021-1/+1
* Fix operation of "netgraph" action in conjunction with theglebius2010-07-271-1/+2
* Zero padding fields of netflow records. This helps to reduceglebius2010-07-261-0/+3
* Remove defunct email address from header as well.emaste2010-07-061-1/+1
* Remove email address that no longer exists.emaste2010-07-061-1/+1
* Fix a double-free bug which can occur if both bit error rate and packetzec2010-07-061-2/+3
* Avoid double-free. In error cases ipfw(4) frees the mbuf(4), we don'tglebius2010-07-061-4/+1
* The struct ipfw_rule_ref follows the struct m_tag. Deal with thisglebius2010-07-011-4/+5
* * Include sys/systm.h for KASSERT()ae2010-06-151-6/+3
* Style(9) fixes:ae2010-06-102-38/+50
* New netgraph node ng_patch(4). It performs data modification of packetsae2010-06-092-0/+673
* Remove some dead and incorrect code.mav2010-06-051-1/+1
* Fix a race between ngs_rcvmsg() and soclose() which closes the controlattilio2010-05-191-6/+26
* Increase the target buffer for performing NGM_ASCII2BINARY conversionzec2010-05-131-1/+1
* Fix an invalid parameter detected by INVARIANT and confirmed by r193272.fabient2010-05-061-1/+1
* Add an optional "persistent" flag to ng_hub and ng_bridge, which if set,zec2010-05-054-3/+95
* When destroying a vnet, shut down all netgraph nodes tied to that vnetzec2010-05-031-19/+33
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-034-5/+5
* Avoid undefined behaviour.trasz2010-04-301-8/+11
* Start copyright notice with /*-joel2010-04-072-2/+2
* Remove alignment constraints.mav2010-04-011-11/+11
* Remove alignment constraints.mav2010-04-011-4/+5
* Remove alignment constraints.mav2010-04-011-8/+11
* Remove some more alignment constraints.mav2010-03-312-7/+8
* Make ng_ksocket fulfill lower protocol stack layers alignment requirementsmav2010-03-311-1/+13
* Make ng_l2tp irrelevant to data alignment.mav2010-03-311-15/+31
* Make ng_ppp fulfill upper protocol stack layers alignment requirementsmav2010-03-311-0/+14
* Remove disabled code. In 99% cases exports are send to ng_ksocket(4), whichglebius2010-03-251-9/+0
* Now fix functionality of 'netstat -f netgraph' that hasn't workedglebius2010-03-122-0/+4
* Fix 'netstat -f netgraph', which I had broken in r163463 ling timeglebius2010-03-121-0/+18
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-183-0/+3
* Send link state change control messages to "orphans" hook as well.fjoe2010-01-091-6/+10
* ip_var.h now needs to be before ip_fw_private.hluigi2010-01-071-1/+1
* Various cleanup done in ipfw3-head branch including:luigi2010-01-041-30/+19
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-282-11/+11
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsluigi2009-12-281-0/+1
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-282-26/+6
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-222-2/+4
* add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit;luigi2009-12-152-1/+3
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-064-4/+0
* Spell DIAGNOSTIC correctly.ru2009-10-241-2/+2
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-1/+1
OpenPOWER on IntegriCloud