Age | Commit message (Expand) | Author |
2005-04-01 | do not mess with lcp if we are in cisco mode | Can Erkin Acar |
2005-03-30 | add lladdr command to ifconfig to set MAC address. diffs from freebsd via | Ted Unangst |
2005-03-25 | increment the right counter on error. | Brad Smith |
2005-03-24 | Unbreak tree, mono_time may no longer be used because of timecounters. | Claudio Jeker |
2005-03-23 | Merge some sppp improvements from NetBSD: | Can Erkin Acar |
2005-03-23 | Follow RFC and do not reset timeouts everytime sppp_cp_change_state() | Can Erkin Acar |
2005-03-15 | byte order of mss, only affects synproxy code path, from John L. Scarfone | Daniel Hartmeier |
2005-03-04 | add state's tag for IPv6, too. spotted by markus@ | Daniel Hartmeier |
2005-03-03 | when tagging, apply the same tag to all packets matching a state entry | Daniel Hartmeier |
2005-02-27 | support 'tagged' in translation rules, non-delayed tag lookup | Daniel Hartmeier |
2005-02-20 | Avoid use after free when purging states. | Ryan Thomas McBride |
2005-02-20 | ifmedia_set() should not panic, nor can it really fail. So if there is | Brad Smith |
2005-02-15 | rev 1.19 | Brad Smith |
2005-02-15 | Fix scoping error which could cause some states with an empty ifname to be | Aaron Campbell |
2005-02-07 | Add new function if_link_state_change() to take care of sending messages | Ryan Thomas McBride |
2005-01-30 | Add some more reason counters and use them instead of overloading the | Daniel Hartmeier |
2005-01-20 | Use the packet's address family instead of the rule's when selecting a | Daniel Hartmeier |
2005-01-20 | sc->sc_sync_ifp = NULL if we fail to attach the multicast group. | Ryan Thomas McBride |
2005-01-20 | Use syncdev instead of syncif in ifconfig, and modify ioctl struct pfsyncreq | Ryan Thomas McBride |
2005-01-18 | Rewriting the lladdr can now be done without using mbuf tags. | Marco Pfatschbacher |
2005-01-18 | If there is no match in ifaof_ifpforaddr() return the first match -- main | Claudio Jeker |
2005-01-14 | First step in Bluetooth protocol stack support. | Alexander Yurchenko |
2005-01-14 | remove old ifgroups ioctls | Henning Brauer |
2005-01-13 | protect pfkeyv2_dump_walker with spltdb(). Noticed by mpech@, thanks! | Hans-Joerg Hoexer |
2005-01-08 | Unslack and increase AUTHNAMELEN, since some ISP's prefer long usernames. | Can Erkin Acar |
2005-01-07 | Make carp(4) traffic always appear on the physical (carpdev) interface | Ryan Thomas McBride |
2005-01-07 | add support for BIOCGDLTLIST and BIOCSDLT, see bpf(4) | Reyk Floeter |
2005-01-05 | - Use defines from pfvar.h for timeouts | Ryan Thomas McBride |
2005-01-05 | Define defaults for the timeouts ensure consistency between kernel | Ryan Thomas McBride |
2005-01-01 | Disable timeout before destroying a pppoe interface | Can Erkin Acar |
2004-12-23 | Simplify hashtable (de)allocation by moving it into the clone functions. | Camiel Dobbelaar |
2004-12-22 | Introduce 'set skip on <ifspec>' to support a list of interfaces where no | Daniel Hartmeier |
2004-12-20 | Enforce an ordering on ifnet such that CARP interfaces appear later in the | Christopher Pascoe |
2004-12-19 | Make it possible for carp to work on fddi and token ring again. | Ryan Thomas McBride |
2004-12-17 | ICMP state entries use the ICMP ID as port for the unique state key. When | Daniel Hartmeier |
2004-12-17 | knf cleanup, convert old k&r-style functions to ansi-style for a | Reyk Floeter |
2004-12-17 | Reorder code in the ethernet output path, and enhance unicast address | Christopher Pascoe |
2004-12-16 | Clean up handling of sync_flags. | Ryan Thomas McBride |
2004-12-14 | move the ioctls w/ all the other ifaces; mcbride@ ok | Michael Shalayeff |
2004-12-14 | Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN, | Ryan Thomas McBride |
2004-12-13 | move splsoftnet() below ACCEPT_FLAGS(), which contains a potential return. | Daniel Hartmeier |
2004-12-13 | Set creation timestamps correctly on states learnt by pfsync that are | Christopher Pascoe |
2004-12-11 | SADB_X_EXT_LIFETIME_LASTUSE is always defined | Markus Friedl |
2004-12-11 | pass out the correct lifetime type on expire | Markus Friedl |
2004-12-11 | count SADB_REGISTER only once per socket | Markus Friedl |
2004-12-11 | Handle errors in pf_route{,6} more gracefully. | Marco Pfatschbacher |
2004-12-10 | Rename carp_output() to carp_fix_lladdr(). | Ryan Thomas McBride |
2004-12-10 | allow pf to filter on route labels | Henning Brauer |
2004-12-10 | fix ipsec crash from pr 4025, Stefan Miltchev; ok hshoexer@ | Markus Friedl |
2004-12-10 | Run address change notification hooks when the interface address is updated. | Christian Weisgerber |