| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r273184, r273185 from stable/10: | Gleb Smirnoff | 2014-10-16 | 1 | -2/+2 |
| * | Merge r270928: explicitly free packet on PF_DROP, otherwise a "quick" | Gleb Smirnoff | 2014-09-09 | 1 | -0/+8 |
| * | Fix ABI broken in r270576. This is direct commit to stable/10. | Gleb Smirnoff | 2014-09-01 | 2 | -4/+2 |
| * | Merge r270023 from head: | Gleb Smirnoff | 2014-08-25 | 2 | -13/+19 |
| * | Merge r270022 from head: | Gleb Smirnoff | 2014-08-25 | 2 | -29/+16 |
| * | Merge 270010 from head: | Gleb Smirnoff | 2014-08-25 | 1 | -0/+3 |
| * | Merge r269998 from head: | Gleb Smirnoff | 2014-08-25 | 3 | -23/+120 |
| * | Merge r268492: | Gleb Smirnoff | 2014-08-22 | 1 | -15/+26 |
| * | MFC r266399: | Andrey V. Elsukov | 2014-05-26 | 1 | -1/+1 |
| * | Merge r258708, r258711, r260247, r261117. | Alexander V. Chernikov | 2014-05-08 | 4 | -33/+32 |
| * | MFC r264963: | Mikolaj Golub | 2014-05-02 | 1 | -2/+2 |
| * | MFC r264689: | Martin Matuska | 2014-04-27 | 2 | -12/+26 |
| * | MFC r264540: | Andrey V. Elsukov | 2014-04-23 | 1 | -1/+1 |
| * | MFC: r264421 | Christian Brueffer | 2014-04-23 | 1 | -3/+7 |
| * | MFC r264220: | Martin Matuska | 2014-04-14 | 1 | -6/+12 |
| * | Merge r263497: fix ipfw + VIMAGE sysctls. | Gleb Smirnoff | 2014-03-24 | 1 | -14/+6 |
| * | Merge r262763, r262767, r262771, r262806 from head: | Gleb Smirnoff | 2014-03-21 | 1 | -1/+1 |
| * | Bulk sync of pf changes from head, in attempt to fixup broken build I | Gleb Smirnoff | 2014-03-12 | 7 | -4/+315 |
| * | Merge r261882, r261898, r261937, r262760, r262799: | Gleb Smirnoff | 2014-03-11 | 3 | -46/+65 |
| * | Merge r261029: remove NULL pointer dereference. | Gleb Smirnoff | 2014-03-11 | 1 | -1/+0 |
| * | Merge r261028: fix resource leak and simplify code for DIOCCHANGEADDR. | Gleb Smirnoff | 2014-03-11 | 1 | -24/+18 |
| * | MFC r261915: | Dimitry Andric | 2014-02-19 | 2 | -0/+4 |
| * | Merge r260377: fix panic on pf_get_translation() failure. | Gleb Smirnoff | 2014-01-22 | 1 | -0/+1 |
| * | Merge r258478, r258479, r258480, r259719: fixes related to mass source | Gleb Smirnoff | 2014-01-22 | 2 | -54/+109 |
| * | Merge several fixlets from head: | Gleb Smirnoff | 2014-01-22 | 2 | -15/+12 |
| * | MFC r258588 | Craig Rodrigues | 2013-12-04 | 1 | -1/+1 |
| * | Use the correct EtherType for logging IPv6 packets. | Philip Paeps | 2013-09-28 | 1 | -2/+9 |
| * | Merge 1.12 of pf_lb.c from OpenBSD, with some changes. Original commit: | Gleb Smirnoff | 2013-09-02 | 1 | -26/+29 |
| * | Make dummynet use new direct callout(9) execution mechanism. Since the only | Alexander Motin | 2013-08-24 | 1 | -4/+6 |
| * | Make ipfw nat init/unint work correctly for VIMAGE: | Mikolaj Golub | 2013-08-24 | 3 | -24/+58 |
| * | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | Andre Oppermann | 2013-08-19 | 1 | -2/+2 |
| * | Fix a possible NULL-pointer dereference on the pfsync(4) reconfiguration. | Andrey V. Elsukov | 2013-07-29 | 1 | -1/+4 |
| * | Improve locking strategy between keys hash and ID hash. | Gleb Smirnoff | 2013-06-13 | 1 | -21/+64 |
| * | Return meaningful error code from pf_state_key_attach() and | Gleb Smirnoff | 2013-05-11 | 1 | -4/+5 |
| * | Better debug message. | Gleb Smirnoff | 2013-05-11 | 1 | -1/+1 |
| * | Fix DIOCADDSTATE operation. | Gleb Smirnoff | 2013-05-11 | 1 | -1/+1 |
| * | Invalid creatorid is always EINVAL, not only when we are in verbose mode. | Gleb Smirnoff | 2013-05-11 | 1 | -3/+4 |
| * | Improve KASSERT() message. | Gleb Smirnoff | 2013-05-06 | 1 | -2/+2 |
| * | Simplify printf(). | Gleb Smirnoff | 2013-05-06 | 1 | -2/+1 |
| * | Use unified method for accessing / updating cached rule pointers. | Alexander V. Chernikov | 2013-05-04 | 1 | -40/+35 |
| * | Correct a few sizeof()s | Eitan Adler | 2013-05-01 | 1 | -1/+1 |
| * | Remove useless ifdef KLD_MODULE from dummynet module unload path. This | Gleb Smirnoff | 2013-04-29 | 1 | -7/+0 |
| * | Add const qualifier to the dst parameter of the ifnet if_output method. | Gleb Smirnoff | 2013-04-26 | 3 | -7/+7 |
| * | Fix ipfw rule validation partially broken by r248552. | Alexander V. Chernikov | 2013-04-01 | 1 | -4/+5 |
| * | When we are removing a specific set, call ipfw_expire_dyn_rules only once. | Andrey V. Elsukov | 2013-03-25 | 1 | -4/+5 |
| * | Add ipfw support for setting/matching DiffServ codepoints (DSCP). | Alexander V. Chernikov | 2013-03-20 | 3 | -4/+59 |
| * | Separate the locking macros that are used in the packet flow path | Andrey V. Elsukov | 2013-03-19 | 2 | -7/+9 |
| * | Use m_get/m_gethdr instead of compat macros. | Gleb Smirnoff | 2013-03-15 | 1 | -1/+1 |
| * | Functions m_getm2() and m_get2() have different order of arguments, | Gleb Smirnoff | 2013-03-12 | 1 | -1/+1 |
| * | Fix callout expiring dynamic rules. | Alexander V. Chernikov | 2013-03-02 | 1 | -3/+3 |