Age | Commit message (Expand) | Author |
2010-11-20 | throw some yields into the pf table code so it doesn't lock up the kernel. | Ted Unangst |
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |
2010-11-20 | remove bs_list occurrences. fixes panic on destroy. | Federico G. Schwindt |
2010-11-17 | make ifa_ifwithaddr use the RB tree for lookups instead of nested list | Henning Brauer |
2010-11-17 | add ifa_print_rb(), dumps the RB tree to the console, can be called from | Henning Brauer |
2010-11-17 | maintain an RB tree of ifaddrs in the system (addresses and broadcast addrs, | Henning Brauer |
2010-11-17 | an extra parameter for in_ifinit, indicating wether the ifaddr passed to it | Henning Brauer |
2010-11-17 | introduce ifa_update_broadaddr to update an ifaddr's broadcast address, | Henning Brauer |
2010-11-16 | If the interface address referenced by a cloning route did not point | Alexander Bluhm |
2010-11-12 | avoid pointer arithmetic on void * | David Hill |
2010-11-04 | Filter out reserved destination MAC addresses (01:80:C2:00:00:0x) as | Paul de Weerd |
2010-10-31 | Remove unused bstp_list and bstp_attach. | Marco Pfatschbacher |
2010-10-29 | Align to 32-bits instead of sizeof(long) which may be bigger. There is no | Can Erkin Acar |
2010-10-28 | Fix a 'bstp still active' panic that happens if a stp enabled | Marco Pfatschbacher |
2010-10-28 | Do not send route messages to userland processes that the kernel | Claudio Jeker |
2010-10-28 | A function that only returns NULL should return void. | Claudio Jeker |
2010-10-25 | move to static initializers for the ifnet/ifg_head TAILQ's | Bret Lambert |
2010-10-23 | remove PFR_FLAG_ATOMIC. not used, and doesn't work as advertised. | Ted Unangst |
2010-10-18 | Revert non-compatible and undocumented bullshit commited by 3 developers | Theo de Raadt |
2010-10-17 | Add quirks support to operating system fingerprinting. tcpdump part | Joel Sing |
2010-10-11 | Implement an rtsocket filter for rtableids. A process will initially | Claudio Jeker |
2010-10-11 | Remove some commented code we will never have. | Claudio Jeker |
2010-10-06 | Retire Skipjack | Mike Belopuhov |
2010-10-04 | fp_wscale is only a single byte so do not byteswap it. This makes os | Claudio Jeker |
2010-09-30 | Convert printf()'s to DPFDEBUG() macro. | Ryan Thomas McBride |
2010-09-29 | pipex_pptp_userland_output() calls always m_pullup() 16 bytes to the | YASUOKA Masahiko |
2010-09-29 | Adjust to the pipex changes introduced during j2k10. Compiles again not | Claudio Jeker |
2010-09-28 | wrap long line. correct indent. delete a useless comment. | YASUOKA Masahiko |
2010-09-28 | replace hand-rolled infinite loop with LIST_FOREACH | Bret Lambert |
2010-09-27 | must have either PR_WAITOK or PR_NOWAIT set. | David Gwynne |
2010-09-27 | a pool_get() assuming that PR_NOWAIT is 0 (not anymore!); run into by naddy | Theo de Raadt |
2010-09-26 | Length field in L2TP header was broken. | YASUOKA Masahiko |
2010-09-24 | avoid potential infinite loop | Bret Lambert |
2010-09-24 | Add L2TP support to PIPEX. | SUENAGA Hiroki |
2010-09-24 | Implement if_freenameindex() as a real function as required by posix. | Claudio Jeker |
2010-09-24 | itojun picked exactly the right reason in that REASON_SET call. really no | Henning Brauer |
2010-09-24 | use pd->rdomain for the PF_MISMATCHAW checks in pf_test_fragment instead of | Henning Brauer |
2010-09-24 | no need to pf_tag_packet in the stateless case in pf_test since | Henning Brauer |
2010-09-24 | hello, this is captain obvious speaking: | Henning Brauer |
2010-09-24 | remove misleading XXX comment. it is pretty clear by now that | Henning Brauer |
2010-09-24 | nicer linewraps, purely cosmetic | Henning Brauer |
2010-09-24 | kill some unused arguments to pf_create_state | Jonathan Gray |
2010-09-23 | Break out rule counter update code into a separate function, makes the | Ryan Thomas McBride |
2010-09-23 | fix indentation to not confusingly align with an unassociated while() statement | Bret Lambert |
2010-09-23 | tweak the mclgeti algorithm to behave better under load. | David Gwynne |
2010-09-23 | If tunread() fails, we should increment if_oerrors, not if_ierrors. | Matthew Dempsky |
2010-09-22 | Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd | Claudio Jeker |
2010-09-22 | Add AES-GCM Transform Identifiers as specified by IANA in | Mike Belopuhov |
2010-09-22 | add a new log opt PF_LOG_MATCHES | Henning Brauer |
2010-09-22 | Don't bother calling suser() in tunopen(). | Matthew Dempsky |