Age | Commit message (Expand) | Author |
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 |
2013-09-20 | Fix a panic bug in pipex. If pipex deletes a session by the idle-timer | YASUOKA Masahiko |
2013-09-17 | Change vlan(4) detach procedure to not use a hook but a list of vlans | Martin Pieuchot |
2013-09-13 | Don't send flows if flowsrc is not set. Packages had a broken | Florian Obser |
2013-09-12 | Revert previous diff to always increment the interface index, tun_switch() | Martin Pieuchot |
2013-08-30 | Missing splx on return path. | Christiano F. Haesbaert |
2013-08-28 | When we attach an interface, do not try to reuse the last index to limit | Martin Pieuchot |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-08-21 | No need to include if_vlan_var.h twice. | Martin Pieuchot |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot |
2013-08-19 | in pf_test_rule, when dealing with a match rule, obey the match rule's quick | Henning Brauer |
2013-08-16 | Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS. | Martin Pieuchot |
2013-08-15 | Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC because they | Martin Pieuchot |
2013-08-13 | Split pflow version 9 and version 10 to be able to send 64 bit | Florian Obser |
2013-08-10 | Cancel timeouts on pflow interface destruction. | Florian Obser |
2013-08-08 | Insert new IPv4 addresses in only one place, no functional change. | Martin Pieuchot |
2013-08-07 | states learnt via pfsync from a peer with the same ruleset checksum were | David Gwynne |
2013-08-05 | sync the bridge_broadcast comment with reality | Mike Belopuhov |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov |
2013-07-23 | Do not reset the fragment timeout each time a fragment arrives. | Alexander Bluhm |
2013-07-15 | Remove a comment which is no longer true. | Martin Pieuchot |