Age | Commit message (Expand) | Author |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-09-08 | When logging a packet to a listener on the pflog0 interface, the | Alexander Bluhm |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-09-03 | Treat broadcast entries like local ones and give them the highest | Martin Pieuchot |
2014-08-26 | Revert the addition of broadcast addresses, it apparently also corrupts | Martin Pieuchot |
2014-08-25 | Move sending of router solicitations to the kernel; receiving and | Florian Obser |
2014-08-21 | If an ifa has as NULL ifp pointer then is should be considered as | Martin Pieuchot |
2014-08-19 | When a local route entry is added for an ifa having a broadcast address, | Martin Pieuchot |
2014-08-19 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-08-14 | Compare number of allocated clusters with a low watermark, not | Mike Belopuhov |
2014-08-14 | No need for raw_cb.h | Martin Pieuchot |
2014-08-14 | fix logging strings (correct function name via __func__ + a typo) | Bret Lambert |
2014-08-13 | Correctly set the rtable ID of the packet header when sending | Martin Pieuchot |
2014-08-13 | Bring IPFIX sequence numbers in line with the RFC; original | Bret Lambert |
2014-08-12 | Finally implement what's stated in the man page regarding parent | Mike Belopuhov |
2014-08-12 | Make sure that pf_step_into_anchor always saves a pointer to the rule | Mike Belopuhov |
2014-08-12 | Apart from some minor code reshuffling the big change is that we | Mike Belopuhov |
2014-08-12 | route_cb is internal to rtsock.c | Martin Pieuchot |
2014-08-11 | Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag when | Martin Pieuchot |
2014-08-11 | Put back the checks about RTF_LOCAL routes now that userland tools are | Martin Pieuchot |
2014-08-10 | No more bluetooth in netintr(), so delete NETISR_BT. Zap the declaration | Philip Guenther |
2014-07-29 | Revert the checks about RTF_LOCAL routes. | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-14 | now that receive ring accounting has been pulled out of the mbuf layer, | David Gwynne |
2014-07-13 | When reassembled IPv6 fragments are NATed or RDRed by pf, the | Alexander Bluhm |
2014-07-13 | Put back a m_copyback() that got lost in rev 1.837 of pf.c. This | Alexander Bluhm |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | No INET6 in ramdisk, fix the tree. | Martin Pieuchot |
2014-07-12 | /* this has no effect on IP, and will kill all ISO connections XXX */ | Henning Brauer |
2014-07-12 | Always create a local route for every configured IPv4 address on the | Martin Pieuchot |
2014-07-12 | sizeof(afh), afh being uint32, is cooler than literal "4" | Henning Brauer |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst |
2014-07-11 | introduce the IFXF_AUTOCONF6 interface flag which controls wether we | Henning Brauer |
2014-07-11 | Use uint32_t instead of uint16_t for pr_timeout_sec of struct | YASUOKA Masahiko |
2014-07-11 | switch from bpf_mtap to the shiny new bpf_mtap_stripvlan. | Henning Brauer |
2014-07-10 | time to claim copyright | Henning Brauer |
2014-07-10 | some say you don't need NULL checks before free(). Not 0 either. | Henning Brauer |
2014-07-10 | introduce the revolutionary concept of NULL pointers. ok gcc | Henning Brauer |
2014-07-10 | introduce bpf_mcopy_stripvlan, which cuts the 4 extra bytes out of the | Henning Brauer |
2014-07-10 | Simplify the way divert(4) sends packets to userspace: Instead of | Lawrence Teo |
2014-07-09 | Kill unused route storages. | Martin Pieuchot |
2014-07-09 | Add support bpfwrite on DLT_LOOP interfaces. | YASUOKA Masahiko |
2014-07-09 | Herr Reyk correctly pointed out that we don't need the if_pflog.h include | Henning Brauer |
2014-07-09 | tedu bpf_mtap_pflog(). | Henning Brauer |
2014-07-09 | bpf code surgery / shuffling / simplification. | Henning Brauer |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | pull the rx ring accounting out of the mbuf layer now that its all done | David Gwynne |
2014-07-08 | introduce the if_rxr api. it is intended to pull the rx ring accounting | David Gwynne |
2014-07-02 | better indentation; no functional change | Mike Belopuhov |
2014-07-02 | u_int32_t's can't go negative | Mike Belopuhov |