Age | Commit message (Expand) | Author |
2018-08-09 | Currently, attempting to move an immovable lo(4) to a new rdomain will fail | akoshibe |
2018-07-30 | Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode | Martin Pieuchot |
2018-07-24 | When a GRE packet goes to "decline", the mbuf pointer was not updated | YASUOKA Masahiko |
2018-07-22 | Fix arguments of pf_purge_expired_{src_nodes,rules}() | Stefan Fritsch |
2018-07-16 | use 'switch' rathan than an if-else construct to match on the netflow version... | Jasper Lievisse Adriaanse |
2018-07-13 | Some USB network interfaces like rum(4) report ENXIO from their | Alexander Bluhm |
2018-07-12 | Introduce RTM_CHGADDRATTR to inform userland on the route socket when | Florian Obser |
2018-07-12 | trade few 'goto unlock: for 'break' in pf_test() | Alexandr Nedvedicky |
2018-07-11 | Disambiguate the source of panics in sys/net* by adding __func__ | Nayden Markatchev |
2018-07-11 | superfluous newline | Henning Brauer |
2018-07-11 | Fix comment about VLAN encapsulation and checksum offload | Stefan Fritsch |
2018-07-11 | the STATE_LOOKUP macro made sense ages ago. It stopped making sense | Henning Brauer |
2018-07-11 | in if_addgroup(), call the new pfi_group_addmember() instead of | Henning Brauer |
2018-07-11 | provide pfi_group_addmember(), which makes the new member interface inherit | Henning Brauer |
2018-07-10 | Remove raw_usrreq and raw_cb, nothing is using them anymore. | Claudio Jeker |
2018-07-10 | Remove net/raw_cb.h from includes and replace the RAWSNDQ, RAWRCVQ with | Claudio Jeker |
2018-07-10 | The year is 2018. | Henning Brauer |
2018-07-10 | in pf_set_protostate(), only decrement the half-open states counter when | Henning Brauer |
2018-07-10 | After removing raw_usrreq() from route and pfkey, the global sockaddr | Alexander Bluhm |
2018-07-10 | if_enqueue: call pf_delay_pkt() if m_pkthdr.pf.delay is set | Henning Brauer |
2018-07-10 | provide a generic packet delay functionality. packets to be delayed are marked | Henning Brauer |
2018-07-09 | Inline the raw_usrreq() function into pfkeyv2_usrreq(). Similar to the | Claudio Jeker |
2018-07-09 | Inline the raw_usrreq() function into route_usrreq(). This simplifies the | Claudio Jeker |
2018-07-08 | "id" is too generic, rename to "rdomain" for clarity and easier grepping | Jeremie Courreges-Anglas |
2018-07-08 | Use the same test pattern as for enc_ifps, for consistency | Jeremie Courreges-Anglas |
2018-07-05 | fix comment: s/always send/always sent/ | Stuart Henderson |
2018-07-05 | RTM_BFD route messages are also a special case. suggested by claudio@, | Sebastian Benoit |
2018-07-05 | not all route messages have a priority. Move the priority filter check | Sebastian Benoit |
2018-07-01 | Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE. | Martin Pieuchot |
2018-06-25 | Fix a kernelpanic when using rdomain(4) and enc(4) | denis |
2018-06-25 | Push the NET_LOCK() down in pfkeyv2_send(). | Martin Pieuchot |
2018-06-25 | Factorize MPLS setup/teardown into two functions. | Martin Pieuchot |
2018-06-25 | Push the NET_LOCK() down in rtm_output(). | Martin Pieuchot |
2018-06-21 | Grab the KERNEL_LOCK() rather than asserting that it is held. | Martin Pieuchot |
2018-06-20 | Use the socket lock rather than the KERNEL_LOCK() in pfkey_sendup(). | Martin Pieuchot |
2018-06-18 | Do not allow to change the rdomain of the default loopback interface. | Martin Pieuchot |
2018-06-18 | Refactor the six ways to find TCP options into one new function. As a result: | Richard Procter |
2018-06-15 | Fix the lock order problem found by witness. Release the lock for | YASUOKA Masahiko |
2018-06-11 | Rename routing & pfkey tables for coherency with other PCB tables. | Martin Pieuchot |
2018-06-11 | Push the KERNEL_LOCK() inside route_input(). | Martin Pieuchot |
2018-06-06 | Prefix fields of pfkey & routing PCBs, part 2, no functionnal change. | Martin Pieuchot |
2018-06-06 | Prefix fields of pfkey & routing PCBs, no functionnal change. | Martin Pieuchot |
2018-06-06 | Pass the socket to sounlock(), this prepare the terrain for per-socket | Martin Pieuchot |
2018-06-06 | Asseert that a pfkey or routing socket is referenced by a `fp' instead | Martin Pieuchot |
2018-06-04 | The function pf_create_state() calls pf_set_protostate() before | Alexander Bluhm |
2018-06-01 | While sending the pf syncookie, we are holding the pf lock. So | Alexander Bluhm |
2018-05-30 | restrict the prio values from SIOCSIFLLPRIO to what the kernel handles | David Gwynne |
2018-05-30 | Add SIOCGIFGLIST to fetch a list of interface groups on the system. | Stuart Henderson |
2018-05-28 | implement support for MikroTik's Ethernet over IP protocol as eoip(4) | David Gwynne |
2018-05-19 | As long we have no per socket locking, we must grab either net lock | Alexander Bluhm |