Age | Commit message (Expand) | Author |
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 |
2014-07-02 | better indentation | Mike Belopuhov |
2014-07-01 | KASSERT() the correct node if a hint is passed to rn_delete(). | Martin Pieuchot |
2014-06-30 | Attach HFSC after it's been completely initialized. | Martin Pelikan |
2014-06-26 | Calling in{6,}_purgeaddr() is not enough to remove an address from | Martin Pieuchot |
2014-06-25 | pf_translate doesn't use the mbuf argument anymore. | Mike Belopuhov |
2014-06-23 | turn of IPv6 for new interfaces by default. this really just means there | Henning Brauer |
2014-06-16 | Revert "Always create a local route for every configured IPv4 address", | Martin Pieuchot |
2014-06-13 | Instead of updating all the cluster allocation water marks of all the | Martin Pieuchot |
2014-06-13 | KASSERT in pipex_ppp_input() fails if a compressed PPP frame is received | YASUOKA Masahiko |
2014-06-13 | Fix KASSERT on pipex_ppp_input(). Must not reached there even if the | YASUOKA Masahiko |
2014-06-13 | Fix tcp-mss-adjust of pipex and npppd to update the pointer of | YASUOKA Masahiko |
2014-06-11 | Always create a local route for every configured IPv4 address on the | Martin Pieuchot |
2014-06-11 | Flag local routes as such and make them use the highest possible | Martin Pieuchot |
2014-06-07 | g/c unused IFT_L2VLAN, ok reyk bluhm | Henning Brauer |
2014-05-31 | Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in a | Claudio Jeker |
2014-05-27 | Big refactoring of the radix code (mainly rn_addroute but also part | Claudio Jeker |
2014-05-27 | Reserve the highest route priority for kernel-managed routes and prevent | Martin Pieuchot |
2014-05-26 | Document that this reference counter is not generic. It indicates how | Martin Pieuchot |
2014-05-21 | Fix IPsec route addition broken since the removal of the link-layer | Martin Pieuchot |
2014-05-20 | Assign the queue ID to the correct packet header when sending ICMP messages. | Martin Pieuchot |
2014-05-16 | Do not put any link-layer address on the per-ifp lists or on the RB- | Martin Pieuchot |
2014-05-14 | improve style - basically, what my fingers did at Marrakesh airport when | Henning Brauer |
2014-05-14 | There is no reason why one needs to have a lo(4) MTU that is arch specific. | Claudio Jeker |