aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ipfw
Commit message (Expand)AuthorAgeFilesLines
...
* Do not return EINVAL when user does `ipfw set N flush` on an empty set.Andrey V. Elsukov2011-06-061-3/+4
* O_FORWARD_IP is only action which depends from the result of lookup ofAndrey V. Elsukov2011-06-011-1/+2
* Hide some debug messages under debug macro.Andrey V. Elsukov2011-06-011-5/+5
* Hide useless warning under debug macro.Andrey V. Elsukov2011-06-011-1/+2
* Decompose the current single inpcbinfo lock into two locks:Robert Watson2011-05-301-19/+31
* Wrap long line.Andrey V. Elsukov2011-05-301-1/+2
* Add tablearg support for ipfw setfib.Andrey V. Elsukov2011-05-302-4/+11
* Convert delay parameter back to ms when reporting to user.Andrey V. Elsukov2011-05-062-1/+2
* Use size_t for sopt_valsize.Gleb Smirnoff2011-04-211-1/+2
* MFp4 CH=191466:Bjoern A. Zeeb2011-04-201-0/+1
* - Rewrite functions that copyin/out NAT configuration, so that theyGleb Smirnoff2011-04-192-53/+74
* Add sysctl handlers for net.inet.ip.dummynet.hash_size, .pipe_byte_limitAndrey V. Elsukov2011-04-191-8/+52
* ipdn_bound_var() functions is designed to bound a variable betweenAndrey V. Elsukov2011-04-191-1/+5
* Use M_WAITOK instead M_WAIT for malloc. Remove unneded checks.Andrey V. Elsukov2011-04-191-7/+1
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itGleb Smirnoff2011-04-181-14/+7
* Pullup up to TCP header length before matching against 'tcpopts'.Gleb Smirnoff2011-04-181-2/+5
* Restore previous behaviour - always match rule when we doing tagging,Andrey V. Elsukov2011-04-121-4/+7
* Fill up src_port and dst_port variables for SCTP over IPv4.Andrey V. Elsukov2011-03-311-0/+6
* Fix malloc types.Andrey V. Elsukov2011-03-311-2/+2
* Fix a memory leak. Memory that is allocated for schedulers hash tableAndrey V. Elsukov2011-03-311-2/+3
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Bump dummynet module version to meet dummynet schedulers' requirements,Sergey Kandaurov2011-02-161-1/+1
* correct the 'output_time' of packets generated by dummynet.Luigi Rizzo2011-02-051-1/+1
* Use a blocking malloc() to initialize the dummynet taskq.John Baldwin2011-01-131-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-122-13/+13
* Use a regular taskqueue for dummynet rather than a "fast" taskqueue.John Baldwin2011-01-071-1/+1
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-224-20/+20
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-144-20/+20
* The first customer of the SO_USER_COOKIE option:Luigi Rizzo2010-11-122-0/+34
* put back the assigment to sched_time. It was correct, andLuigi Rizzo2010-10-011-0/+1
* remove an unnecessary (and wrong) assignment.Luigi Rizzo2010-09-291-1/+0
* whitespace changes in preparation for future commitsLuigi Rizzo2010-09-295-8/+15
* fix handling of initial credit for an idle pipe.Luigi Rizzo2010-09-291-1/+4
* fix breakage in in-kernel NAT: the code did not honorLuigi Rizzo2010-09-281-0/+5
* Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code:Luigi Rizzo2010-09-283-10/+7
* in_delayed_cksum() requires host byte order.Gleb Smirnoff2010-09-061-6/+4
* o Some programs could send broadcast/multicast traffic to ipfwMaxim Konovalov2010-08-301-2/+21
* Fix operation of "netgraph" action in conjunction with theGleb Smirnoff2010-07-271-0/+2
* remove some conditional #ifdefs (no-op on FreeBSD);Luigi Rizzo2010-07-151-8/+4
* whitespace fixesLuigi Rizzo2010-07-151-2/+2
* fix a comment and final empty lineLuigi Rizzo2010-07-151-3/+5
* Improve last commit: use bpf_mtap2() to avoiding stack usage.Gleb Smirnoff2010-07-091-13/+6
* Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work withGleb Smirnoff2010-07-081-6/+8
* After processing the O_SKIPTO opcode our cmd points to the next rule, andGleb Smirnoff2010-06-291-2/+3
* whitespace fixes (trailing whitespace, bad indentationLuigi Rizzo2010-04-197-32/+34
* Try to help with a virtualized dummynet after r206428.Bjoern A. Zeeb2010-04-101-1/+4
* This commit enables partial operation of dummynet with kernelsLuigi Rizzo2010-04-093-31/+57
* no need to pass an argument to dn_compat_calc_size()Luigi Rizzo2010-04-093-3/+3
* Hopefully fix the recent breakage in rule deletion.Luigi Rizzo2010-04-071-58/+98
* fix bug in previous commit related to rule deletionLuigi Rizzo2010-03-311-15/+20