Age | Commit message (Expand) | Author |
2014-11-16 | remove now unnecessary casts from hash update calls. | Ted Unangst |
2014-11-16 | convert to use sha512 for pf iss. ok deraadt dlg | Ted Unangst |
2014-11-16 | mix the rdomain (rtable?) into the hash for tcp iss generation. | David Gwynne |
2014-11-11 | Ask networking stack to recalculate the ICMPv6 checksum in pf_route6 | Mike Belopuhov |
2014-11-10 | Split the logic for the ICMP and ICMP6 case in pf_get_sport(). The | Alexander Bluhm |
2014-11-10 | Plug a rtentry leak and change the name of the pool to something | Martin Pieuchot |
2014-11-06 | fix mac address selection with unnumbered carpdevs | Henning Brauer |
2014-11-06 | Remove unneeded netinet6/ip6_divert.h include. | Lawrence Teo |
2014-11-04 | Remove "pl" suffix on pool names. | Martin Pieuchot |
2014-11-03 | Do no change the gateway of local routes for p2p interfaces. | Martin Pieuchot |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-10-28 | Fix pipex(4) to return multicast packets to the caller so that npppd can | YASUOKA Masahiko |
2014-10-28 | Initialize the lists of the hash tables and the virtual pipex | YASUOKA Masahiko |
2014-10-28 | Fix pipex(4) to initialize DF bit in IP header for L2TP message. | YASUOKA Masahiko |
2014-10-21 | tun(4) has a pipex session which is used for multicast internally, it | YASUOKA Masahiko |
2014-10-20 | pipex(4): Converted to use pool(9) | Masao Uebayashi |
2014-10-18 | Whitespace. | Masao Uebayashi |
2014-10-17 | reset all the pfsync packet state before calling ip_output in | David Gwynne |
2014-10-14 | Document that lo0 must be present on your system by panic(9)ing if we | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-10-10 | s/lenght/length/ in comments | Stuart Henderson |
2014-10-08 | print ipv6cp by name rather than number in "0x8057 output <...>" debug lines, | Stuart Henderson |
2014-10-08 | Tedu the RB-tree of addresses, thanks for all the fish! | Martin Pieuchot |
2014-10-08 | Use rtalloc1() instead of rtalloc_noclone(). | Martin Pieuchot |
2014-10-07 | remove preliminary AOE (ata over ethernet) support. not finished after | Ted Unangst |
2014-10-07 | when running bpf on an outgoing vlan interface that doesnt have a | David Gwynne |
2014-10-07 | Since the list of mpe(4) interfaces is only accessed in process context, | Martin Pieuchot |
2014-10-07 | Do not protect the SIOCSIFADDR call by splnet(). Drivers already | Martin Pieuchot |
2014-10-05 | fix typo in comment: correspoding -> corresponding | Lawrence Teo |
2014-10-02 | Local routes that do not translate a protocol address into a link-layer | Martin Pieuchot |
2014-10-01 | sl(4) is no more, thanks for all the fish! | Martin Pieuchot |
2014-10-01 | Use the modern way of checking if a local route exists. | Martin Pieuchot |
2014-09-30 | Stop using the RB-tree in ifa_ifwithaddr() and make it lookup over | Martin Pieuchot |
2014-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-09-23 | lock around the sysctl code that sets the bpf buffer sizes so if we ever | David Gwynne |
2014-09-22 | remove a stupid comment above bpfilterattach about how we dont do anything | David Gwynne |
2014-09-22 | stash a pointer to bpf_d in the knotes kn_hook instead of the device id. | David Gwynne |
2014-09-22 | it's easy to allow bpfwrites bigger than MCLBYTES now that we have | David Gwynne |
2014-09-22 | if you request a read timeout and then use kqueues to wait for them, you | David Gwynne |
2014-09-19 | better boundchecks in validation; from Guy Harris; ok millert@ dlg@ | Otto Moerbeek |
2014-09-19 | passing M_NOWAIT to m_tag_get means it can fail, which could hit | David Gwynne |
2014-09-18 | ansify function declaration things. | David Gwynne |
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 |