summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* Remove now obsolete KASSERT.ae2015-11-031-6/+0
* Eliminate any conditional increments of object_opcodes in theae2015-11-032-3/+9
* Add ipfw_check_object_name_generic() function to do basic checks for anae2015-11-034-30/+17
* Implement `ipfw internal olist` command to list named objects.ae2015-11-032-5/+63
* pf: Fix IPv6 checksums with route-to.kp2015-10-291-0/+7
* Eliminate last rtalloc_ign() caller.melifaro2015-10-271-3/+0
* pf: Fix TSO issueskp2015-10-143-50/+88
* Bump number of prefixes in O_IP_<SRC|DST> from 15 to 31 (max possible).melifaro2015-10-031-1/+1
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-1/+1
* pf: Fix misdetection of forwarding when net.link.bridge.pfil_bridge is setkp2015-09-011-1/+11
* pf: Remove support for 'scrub fragment crop|drop-ovl'kp2015-08-271-479/+31
* Fix packets/bytes accounting on i386.melifaro2015-08-271-1/+1
* Reapply r196551 which was accidentally reverted by r223637 (update toloos2015-08-241-1/+1
* Add ALTQ(9) support for the CoDel algorithm.loos2015-08-211-0/+7
* Fix the copy of addresses passed from userland in table replace command.loos2015-08-171-2/+1
* Use correct src/dst ports when removing states.oshogbo2015-08-111-2/+2
* Reduce overhead of ipfw's me6 opcode.ae2015-07-291-23/+27
* pf: Always initialise pf_fragment.fr_flagskp2015-07-291-3/+1
* Simplify logic added in r285945 as suggested by glebiusgarga2015-07-281-4/+2
* Respect pf rule log option before log dropped packets with IP options orgarga2015-07-281-2/+4
* Fix a typo in r280169. Of course we are interested in deleting nsn onlyglebius2015-07-281-1/+1
* Add helper functions for IP checksum adjusting. Use these functions inae2015-07-203-17/+26
* assorted algorithmic fixes from Paolo Valente (one of my qfq coauthors):luigi2015-07-101-7/+13
* one more warning suppression when compiling the test code in userspace.luigi2015-07-101-1/+1
* add code to compute fairness indexes;luigi2015-07-102-9/+68
* ALTQ FAIRQ discipline import from DragonFLYeri2015-06-243-0/+34
* pf: Remove frc_directionkp2015-06-111-7/+3
* pf: Save the protocol number in the pf_fragmentkp2015-06-111-0/+1
* pf: address family must be set when creating a pf_fragmentkp2015-06-101-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-223-3/+3
* use proper types to represent function pointersluigi2015-05-192-2/+2
* remove a redundant ; at the end of a functionluigi2015-05-191-1/+1
* remove an extra ; after MODULE_DEPENDluigi2015-05-191-1/+1
* Use MTX_SYSINIT() instead of mtx_init() to separate mutex initializationglebius2015-05-193-17/+9
* During module unload unlock rules before destroying UMA zones, whichglebius2015-05-191-1/+1
* A miss from r283061: don't dereference NULL is pf_get_mtag() fails.glebius2015-05-181-2/+4
* Don't dereference NULL is pf_get_mtag() fails.glebius2015-05-181-12/+14
* bugfix (only affecting the "lookup" option in the userspace version of ipfw):luigi2015-05-131-1/+2
* Remove ptei->value check from ipfw_link_table_values():melifaro2015-05-121-11/+0
* Fix panic when prepare_batch_buffer() returns error.melifaro2015-05-061-3/+5
* Fix KASSERT introduced in r282155.melifaro2015-04-301-3/+4
* Fix panic introduced by r282070.melifaro2015-04-282-1/+4
* Fix 'may be used uninitialized' warning not caught by clang.melifaro2015-04-271-1/+1
* Use free_nat_instance() for nat instance deletion.melifaro2015-04-271-10/+14
* Make rule table kernel-index rewriting support any kind of objects.melifaro2015-04-275-388/+879
* Fix memory leak.glebius2015-04-271-0/+2
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-161-1/+1
* pf: Fix forwarding detectionkp2015-04-141-1/+1
* I can find no reason to allow packets with both SYN and FIN bitsgnn2015-04-141-1/+1
* pf: Skip firewall for refragmented ip6 packetskp2015-04-061-0/+1
OpenPOWER on IntegriCloud