Age | Commit message (Expand) | Author |
2013-10-24 | Move more stuff under _KERNEL | Theo de Raadt |
2013-10-24 | Remove the number of in6_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-24 | Move obvious kernel prototypes (and structure's with kernel pointers, | Theo de Raadt |
2013-10-23 | delete junk NRL v6 block; ok claudio | Theo de Raadt |
2013-10-23 | translate port numbers for inner udp packets when they're returned | Mike Belopuhov |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-23 | overwrite icmp packet type-specific nextptr field only when we're | Mike Belopuhov |
2013-10-22 | In pf_test_state_icmp(), actually copy pd->hdr.any back into the mbuf as | Lawrence Teo |
2013-10-22 | whitespace | Reyk Floeter |
2013-10-21 | nuke comment. How soon is now? | Sebastian Benoit |
2013-10-21 | pf_translate: missing conditonal pf_check_proto_cksum calls before | Henning Brauer |
2013-10-21 | Enable IPv6 routing domain support | Peter Hessler |
2013-10-20 | Deep inside DIOCXCOMMIT, should return a real errno instead of -1 | Theo de Raadt |
2013-10-20 | Rename rn_mpath_count() to rn_mpath_active_count() since it will only | Claudio Jeker |
2013-10-20 | in pf_cksum, set the icmp/icmp6 cksums to 0, for comsistency with tcp/udp | Henning Brauer |
2013-10-20 | In rt_mpath_conflict() there is no need to check the priority in the loop | Claudio Jeker |
2013-10-20 | rt_mpath_next() was always called with 0 in the last argument. So drop it. | Claudio Jeker |
2013-10-20 | Make sure that the RTM_DESYNC message is not filtered out. Also ensure that | Claudio Jeker |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-10-20 | remove irrelevant comment | Theo de Raadt |
2013-10-19 | Improve the address and linkstate hooks and add an additional detach | Reyk Floeter |
2013-10-19 | in order to make our life a tad easier and prevent rogue accesses | Mike Belopuhov |
2013-10-19 | Uniformize drivers doing nothing with their multicast filters to make | Martin Pieuchot |
2013-10-19 | forgot the cookies | Reyk Floeter |
2013-10-19 | Bring back the if_detachhook. We're going to have more users now. | Reyk Floeter |
2013-10-19 | In an ideal world, we would use splsoftnet() for all the interface | Reyk Floeter |
2013-10-19 | When a multicast tunnel destination is configured, we have to detect address | Reyk Floeter |
2013-10-19 | When we attach an interface, do not try to reuse the last index to | Martin Pieuchot |
2013-10-19 | simplify checksum handling. no need to compute the pseudo hdr cksum | Henning Brauer |
2013-10-19 | simplify: no need to muck with the pseudo hdr cksum any more | Henning Brauer |
2013-10-19 | pf_cksum doesn't need to compute the pseudo hdr cksum any more. | Henning Brauer |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-15 | Remove the multicast filter from the ``real'' interface when destroying | Martin Pieuchot |
2013-10-14 | Remove obsolete ioctl defines and struct (I overloaded the pflow | Reyk Floeter |
2013-10-14 | Make use of satosin() when applicable plus a couple of style nits. | Martin Pieuchot |
2013-10-13 | whitespace | Reyk Floeter |
2013-10-13 | Just use sockaddr_union instead of a handcrafted version and rename | Reyk Floeter |
2013-10-13 | Set the default MTU to full 1500 bytes. We do not want to encourage | Reyk Floeter |
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk Floeter |
2013-10-12 | new bandwidth shaping subsystem, kernel side | Henning Brauer |
2013-10-12 | give tagname2tag and its siblings an extra "create" parameter. if 1, it | Henning Brauer |
2013-10-12 | standalone hfsc implementation with new interface to the consumers, for | Henning Brauer |
2013-10-11 | Prevent non-data packets from being dropped. | Gerhard Roth |
2013-10-09 | Introduce in_ifdetach() a function to remove all the IPv4 addresses | Martin Pieuchot |
2013-10-09 | Don't leak ruleitems from match rules when hitting a per-rule max state limit. | Camiel Dobbelaar |
2013-10-04 | SIOCSIFBRDADDR is not passed to the per-driver ioctl function, so it | Martin Pieuchot |
2013-10-01 | Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_t | Stefan Fritsch |
2013-10-01 | Format string fixes: Cast time_t to long long | Stefan Fritsch |
2013-09-27 | The error return codes for the enc interface were inconsistent. | Alexander Bluhm |
2013-09-27 | IPv6 atomic fragments must not go the reassembly queue, but be | Alexander Bluhm |