Age | Commit message (Expand) | Author |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl |
2005-05-24 | add support for brace notation for interface groups, i. e. (testgroup) matches | Henning Brauer |
2005-05-24 | Make sure all fields in the SADB_DUMP header are zeroed properly. hshoexer@ ok. | Hakan Olsson |
2005-05-24 | actually delete the interface from the member list when it leaves the group | Henning Brauer |
2005-05-24 | initial import of a trunking (link aggregation and link failover) | Reyk Floeter |
2005-05-24 | Better SA state reporting. markus@, hshoexer@ ok. | Hakan Olsson |
2005-05-24 | keep a list of member interfaces in ifg_group | Henning Brauer |
2005-05-23 | change pool allocation of table entries, no longer use the oldnointr | Daniel Hartmeier |
2005-05-23 | further cleanup: don't mimic ifnet and add hooks and the dohooks() stuff to | Henning Brauer |
2005-05-23 | don't deny access to "special" tables in get_addrs | Henning Brauer |
2005-05-23 | repair updates for the tables used for (interface) notation | Henning Brauer |
2005-05-22 | missing #if NPF > 0 around ifgroups attachments | Henning Brauer |
2005-05-22 | no need to search for the kif before callig pf_get_kif, it does that for us | Henning Brauer |
2005-05-22 | allow pf to match on interface groups | Henning Brauer |
2005-05-22 | honour the 'no' in 'no scrub' rules for IP normalizations. found by | Daniel Hartmeier |
2005-05-21 | make every interface join a group called "all", mcbride ok | Henning Brauer |
2005-05-21 | KNF | Henning Brauer |
2005-05-21 | clean up and rework the interface absraction code big time, rip out multiple | Henning Brauer |
2005-05-15 | typo | Henning Brauer |
2005-05-15 | ANSI, mostly from Toni Mueller <openbsd-tech@oeko.net> | Henning Brauer |
2005-05-14 | - Add IPv6 over GRE. | Brad Smith |
2005-05-13 | Fix for a panic experienced when authenticating a pppoe session on an amd64 s... | Brad Smith |
2005-05-10 | support NULL encryption for ESP; ok hshoexer, ho | Markus Friedl |
2005-05-10 | In DIOCKILLSTATES: take into account the direction of the state when | Joel Knight |
2005-05-09 | ansify. no binary change. | Marco Pfatschbacher |
2005-05-04 | set RUNNING on open; from Alexey E. Suslikov; ok henning, claudio | Markus Friedl |
2005-05-03 | typo, automaticaly -> automatically | Brad Smith |
2005-04-28 | Don't detach interface from pf's perspective until after IPv6 is done with it. | Christopher Pascoe |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-25 | Use ETHERTYPE_VLAN. | Brad Smith |
2005-04-24 | Fix cisco-mode check in lcp up/down. | Can Erkin Acar |
2005-04-24 | Use the IANA assignment IFT_L2VLAN. | Brad Smith |
2005-04-22 | When synproxy completes the replayed handshake and modifies the state | Daniel Hartmeier |
2005-04-21 | Catch failed hook_establish call immediately, rather than misbehaving and | Christopher Pascoe |
2005-04-20 | Make vlan(4) aware of its physical interface link state. | Marco Pfatschbacher |
2005-04-20 | Introduce if_linkstatehooks. | Marco Pfatschbacher |
2005-04-20 | send raw 802.11 frames with bpf(4) using the IEEE802_11 or | Reyk Floeter |
2005-04-20 | the linktype (DLT) should always be of type u_int. | Reyk Floeter |
2005-04-18 | If the parent interface is not IFF_RUNNING, do not call its start function. | Brad Smith |
2005-04-18 | revert a change in the previous commit to appease henning@ for the time | Brad Smith |
2005-04-17 | - In vlan_input()/vlan_input_tag(), always mask off all but the VLID | Brad Smith |
2005-04-15 | Try this again. | Joel Knight |
2005-04-14 | back out last, some breakage crept in | Henning Brauer |
2005-04-14 | When synproxy sends packets to the destination host, make sure to copy | Joel Knight |
2005-04-11 | Ignore lcp up/down events in cisco mode | Can Erkin Acar |
2005-04-05 | Return EINVAL in SIOCSIFLLADDR if new lladdr is a multicast address. | Claudio Jeker |
2005-04-04 | Add sysctl for dumping the SPD | Hans-Joerg Hoexer |
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 |