summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Merge from stable/11 r320593:ae2017-07-033-3/+3
* MFC r318527truckman2017-05-252-6/+16
* MFC r318511truckman2017-05-252-42/+76
* MFC: r311817marius2017-05-101-65/+115
* MFC r316777 (by cem)truckman2017-04-272-2/+2
* MFC r316824:ae2017-04-211-5/+7
* MFC r316435:ae2017-04-173-0/+383
* MFC r316433:ae2017-04-171-0/+5
* MFC r316434:ae2017-04-172-13/+23
* MFC r316461:ae2017-04-178-13/+14
* MFC r316329:ae2017-04-071-1/+10
* MFC r304041:ae2017-04-0315-173/+6190
* MFC r303012:ae2017-04-034-0/+1065
* MFC r315516truckman2017-03-311-3/+3
* MFC r303018:ae2017-03-304-22/+253
* MFC r314716:ae2017-03-194-87/+114
* MFC r313821 r315277 r315286vangyzen2017-03-171-1/+2
* MFC r313982, r314068:pfg2017-03-141-1/+1
* MFC r314715:ae2017-03-131-1/+8
* MFC r314614:ae2017-03-101-4/+6
* MFC r313356:ngie2017-02-141-1/+1
* MFC r312341:ae2017-01-241-1/+1
* MFC r309660:ae2016-12-131-6/+5
* MFC r308237:loos2016-11-171-9/+4
* Stop abusing from struct ifnet presence to determine the packet directionloos2016-11-151-7/+4
* MFC r307628:ae2016-10-261-1/+5
* MFC r305940:ae2016-09-301-2/+2
* MFC r305778:ae2016-09-201-6/+38
* MFC r303382:kib2016-08-261-2/+10
* MFC r304154oleg2016-08-181-2/+4
* MFC r303955:ae2016-08-142-10/+16
* MFC r302667truckman2016-07-161-136/+87
* Fix a race condition between the main thread in aqm_pie_cleanup() and thetruckman2016-07-051-33/+28
* In case of the global eventhandler make sure the current VNETbz2016-06-301-1/+5
* Move the ipfw_log_bpf() calls from global module initialisation tobz2016-06-302-17/+22
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-214-4/+4
* Fix 4-byte overflow in ipv6_writemask.melifaro2016-06-051-1/+2
* Replace constant expressions that contain multiplications bytruckman2016-06-013-28/+30
* Cast some expressions that multiply a long long constant by atruckman2016-05-292-12/+12
* Correct a typo in a comment.truckman2016-05-261-1/+1
* Modify BOUND_VAR() macro to wrap all of its arguments in () and tweaktruckman2016-05-261-2/+2
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).truckman2016-05-2619-2/+4572
* Fix the regression introduced in r300143.ae2016-05-201-3/+3
* Move protocol state handling code from lookup_dyn_rule_locked() functionae2016-05-181-79/+86
* Make named objects set-aware. Now it is possible to create namedae2016-05-174-296/+493
* Fix memory leak possible in error case.ae2016-05-111-2/+4
* Change the type of objhash_cb_t callback function to be able return anae2016-05-066-25/+40
* Rename find_name_tlv_type() to ipfw_find_name_tlv_type() and make itae2016-05-053-44/+9
* sys/net*: minor spelling fixes.pfg2016-05-0311-29/+29
* Make create_object callback optional and return EOPNOTSUPP when it isn'tae2016-04-272-13/+10
OpenPOWER on IntegriCloud