Age | Commit message (Expand) | Author |
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 |
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 |