summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2005-05-24add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsdMarkus Friedl
2005-05-24add support for brace notation for interface groups, i. e. (testgroup) matchesHenning Brauer
2005-05-24Make sure all fields in the SADB_DUMP header are zeroed properly. hshoexer@ ok.Hakan Olsson
2005-05-24actually delete the interface from the member list when it leaves the groupHenning Brauer
2005-05-24initial import of a trunking (link aggregation and link failover)Reyk Floeter
2005-05-24Better SA state reporting. markus@, hshoexer@ ok.Hakan Olsson
2005-05-24keep a list of member interfaces in ifg_groupHenning Brauer
2005-05-23change pool allocation of table entries, no longer use the oldnointrDaniel Hartmeier
2005-05-23further cleanup: don't mimic ifnet and add hooks and the dohooks() stuff toHenning Brauer
2005-05-23don't deny access to "special" tables in get_addrsHenning Brauer
2005-05-23repair updates for the tables used for (interface) notationHenning Brauer
2005-05-22missing #if NPF > 0 around ifgroups attachmentsHenning Brauer
2005-05-22no need to search for the kif before callig pf_get_kif, it does that for usHenning Brauer
2005-05-22allow pf to match on interface groupsHenning Brauer
2005-05-22honour the 'no' in 'no scrub' rules for IP normalizations. found byDaniel Hartmeier
2005-05-21make every interface join a group called "all", mcbride okHenning Brauer
2005-05-21KNFHenning Brauer
2005-05-21clean up and rework the interface absraction code big time, rip out multipleHenning Brauer
2005-05-15typoHenning Brauer
2005-05-15ANSI, mostly from Toni Mueller <openbsd-tech@oeko.net>Henning Brauer
2005-05-14- Add IPv6 over GRE.Brad Smith
2005-05-13Fix for a panic experienced when authenticating a pppoe session on an amd64 s...Brad Smith
2005-05-10support NULL encryption for ESP; ok hshoexer, hoMarkus Friedl
2005-05-10In DIOCKILLSTATES: take into account the direction of the state whenJoel Knight
2005-05-09ansify. no binary change.Marco Pfatschbacher
2005-05-04set RUNNING on open; from Alexey E. Suslikov; ok henning, claudioMarkus Friedl
2005-05-03typo, automaticaly -> automaticallyBrad Smith
2005-04-28Don't detach interface from pf's perspective until after IPv6 is done with it.Christopher Pascoe
2005-04-25csum -> csum_flagsBrad Smith
2005-04-25Use ETHERTYPE_VLAN.Brad Smith
2005-04-24Fix cisco-mode check in lcp up/down.Can Erkin Acar
2005-04-24Use the IANA assignment IFT_L2VLAN.Brad Smith
2005-04-22When synproxy completes the replayed handshake and modifies the stateDaniel Hartmeier
2005-04-21Catch failed hook_establish call immediately, rather than misbehaving andChristopher Pascoe
2005-04-20Make vlan(4) aware of its physical interface link state.Marco Pfatschbacher
2005-04-20Introduce if_linkstatehooks.Marco Pfatschbacher
2005-04-20send raw 802.11 frames with bpf(4) using the IEEE802_11 orReyk Floeter
2005-04-20the linktype (DLT) should always be of type u_int.Reyk Floeter
2005-04-18If the parent interface is not IFF_RUNNING, do not call its start function.Brad Smith
2005-04-18revert a change in the previous commit to appease henning@ for the timeBrad Smith
2005-04-17- In vlan_input()/vlan_input_tag(), always mask off all but the VLIDBrad Smith
2005-04-15Try this again.Joel Knight
2005-04-14back out last, some breakage crept inHenning Brauer
2005-04-14When synproxy sends packets to the destination host, make sure to copyJoel Knight
2005-04-11Ignore lcp up/down events in cisco modeCan Erkin Acar
2005-04-05Return EINVAL in SIOCSIFLLADDR if new lladdr is a multicast address.Claudio Jeker
2005-04-04Add sysctl for dumping the SPDHans-Joerg Hoexer
2005-04-01do not mess with lcp if we are in cisco modeCan Erkin Acar
2005-03-30add lladdr command to ifconfig to set MAC address. diffs from freebsd viaTed Unangst
2005-03-25increment the right counter on error.Brad Smith