summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* MFC r313820vangyzen2017-03-101-4/+11
* MFC r314614:ae2017-03-101-4/+6
* pf: Fix a crash in low-memory situationskp2017-03-051-1/+1
* MFC r313356:ngie2017-02-141-1/+1
* MFC r312341:ae2017-01-241-1/+1
* MFC r309563: pflog: Correctly initialise subrulenrkp2016-12-141-1/+1
* MFC r309660:ae2016-12-131-6/+5
* MFC r309394, r309787marcel2016-12-111-23/+35
* 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 r304152:kp2016-08-191-6/+6
* MFC r304154oleg2016-08-181-2/+4
* MFC r302497:kp2016-08-171-4/+12
* 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
* The void isn't void.bz2016-06-241-1/+1
* Proerply virtualize pfsync for bringup after pf is initialized andbz2016-06-231-42/+40
* Make sure pflog is attached after pf is initializaed so we canbz2016-06-231-2/+7
* PFSTATE_NOSYNC goes onto state_flags, not sync_state;bz2016-06-231-1/+1
* Update pf(4) and pflog(4) to survive basic VNET testing, which includesbz2016-06-234-116/+251
* Import a fix for and old security issue (CVE-2010-3830) in pf whichbz2016-06-231-0/+2
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-215-5/+5
* pf: Filter on and set vlan PCP valueskp2016-06-172-1/+75
* 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
* pf: Fix more ICMP mistranslationkp2016-05-231-1/+1
* pf: Fix ICMP translationkp2016-05-231-10/+5
* pf: Fix fragment timeoutkp2016-05-201-1/+1
* 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-0314-32/+32
* Make create_object callback optional and return EOPNOTSUPP when it isn'tae2016-04-272-13/+10
* netpfil: for pointers replace 0 with NULL.pfg2016-04-153-4/+4
* Add External Actions KPI to ipfw(9).ae2016-04-145-16/+518
* Change the type of 'etlv' field in struct named_object to uint16_t.ae2016-04-142-4/+5
OpenPOWER on IntegriCloud