Age | Commit message (Expand) | Author |
2005-07-05 | - prototype must not have variable name. | Brad Smith |
2005-07-04 | in if_group_routechange(), when checking wether a default route was changed | Henning Brauer |
2005-07-04 | restrict the tcp.finwait timeout (45s) to state combinations where we have | Markus Friedl |
2005-07-03 | rev 1.13 | Brad Smith |
2005-06-30 | in order for pfvar.h not to conflict with openssl's crypto.h, use | Nikolay Sturm |
2005-06-25 | hide name2id prototypes in #ifdef _KERNEL, claudio ok | Henning Brauer |
2005-06-23 | update if_lastchange for evey IFF_UP change not only SIOCSIFFLAGS; henning@ ok | Michael Shalayeff |
2005-06-16 | no need for NVLAN; ok jason, brad, camiel | Markus Friedl |
2005-06-14 | rename function and define to reflect the external -> egress name change | Henning Brauer |
2005-06-14 | use "egress" instead of "external" for the interface group containing the | Henning Brauer |
2005-06-13 | check wether mask is NULL in if_group_routechange before dereferencing | Henning Brauer |
2005-06-13 | spurious XXX comment left over from interface abstraction code whacking | Henning Brauer |
2005-06-13 | make the packet and byte counters on rules and src nodes per direction, | Henning Brauer |
2005-06-12 | lo0 is special, attaches early an different than the other loopback interfaces | Henning Brauer |
2005-06-12 | add SIOCGIFGMEMB ioctl, returns a list of all interfaces who are member of | Henning Brauer |
2005-06-08 | if a cloned interface's destroy function fails, re-join the interface class | Henning Brauer |
2005-06-08 | netns bits die | Henning Brauer |
2005-06-08 | kill NS and DECNET bits | Henning Brauer |
2005-06-08 | bye bye netns (and a few leftover DECNET bits while here) | Henning Brauer |
2005-06-08 | huch, more netns shitz | Henning Brauer |
2005-06-08 | kill some leftover bits from netns and iso routing | Henning Brauer |
2005-06-08 | no more netns handling for the various tunnel devices and loopback | Henning Brauer |
2005-06-08 | in rtlabel_name2id, handle the case of an empty name: return 0 | Henning Brauer |
2005-06-08 | more inet6 stuff that got exposed | Theo de Raadt |
2005-06-08 | handle ramdisks, and kernels without inet6; henning ok | Theo de Raadt |
2005-06-07 | introduce a default "external" interface group, containing the interface(s) | Henning Brauer |
2005-06-07 | oops | Theo de Raadt |
2005-06-07 | avoid retarded C unsigned char -> signed integer promotion rules. | Theo de Raadt |
2005-06-07 | de-register, ok henning | Camiel Dobbelaar |
2005-06-07 | Run vlan_input before bridge_input, and change vlan_input to not | Camiel Dobbelaar |
2005-06-07 | fix a possible panic in error path, | Can Erkin Acar |
2005-06-07 | do not handle CCITT any longer | Henning Brauer |
2005-06-06 | Backout 1.64, switch back to two-pool allocation scheme (with oldnointr | Daniel Hartmeier |
2005-06-06 | use a define instead of hardcoding "all" in 3 places | Henning Brauer |
2005-06-06 | make cloned interfaces join an interface class group (carp for carpX, tun | Henning Brauer |
2005-06-05 | const'ify the char *groupname param to if_addgroup and if_delgroup | Henning Brauer |
2005-06-05 | const'ify the char * parameter to pfi_kif_get and pfi_group_change | Henning Brauer |
2005-06-02 | tsc, ryan left debug crap behind | Henning Brauer |
2005-06-01 | when dumping policies, skip those attached to a socket. | Hans-Joerg Hoexer |
2005-05-28 | Remove duplicate pfi_ifs. | Ryan Thomas McBride |
2005-05-28 | Only protect IDs by suser() | Hans-Joerg Hoexer |
2005-05-28 | Add SA replay counter synchronization to pfsync(4). Required for IPsec | Hakan Olsson |
2005-05-27 | add missing free on error. thanks to Andrey Matveev. | Reyk Floeter |
2005-05-27 | Use rtm_fmask instead of rtm_use. | Ryan Thomas McBride |
2005-05-27 | Calculate an MD5 checksum over the main pf ruleset. | Marco Pfatschbacher |
2005-05-27 | pass UID_MAX/NO_PID when the socket lookup failed, so tcpdump can | Daniel Hartmeier |
2005-05-27 | -in our current model, a kif has either a pointer to an interface (ifnet) or | Henning Brauer |
2005-05-27 | add back ACCEPT_GLAGS and active flag check, pointed out by cedric | Henning Brauer |
2005-05-27 | Convert IPSP_IPSEC_x to SADB_X_FLOW_TYPE_x. hshoexer@ ok. | Hakan Olsson |
2005-05-27 | Must convert back from IPPROTO_x to SADB_SATYPE_x. hshoexer@ ok | Hakan Olsson |