summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2004-11-02added new commands to ifconfig used by net80211 interfaces:Reyk Floeter
2004-10-28media descriptions and such for carp, ryan daniel okHenning Brauer
2004-10-28define IFT_CARP, and set if_type to that on carp interfaces insteadHenning Brauer
2004-10-17Replace ifdef NATM with if NATM > 0Alexander Yurchenko
2004-10-15correctly parse the anchor names to which tables refer.Jared Yanovich
2004-10-14avoid stupid commonsMichael Shalayeff
2004-10-11ifgroups reqriteHenning Brauer
2004-10-09sizeof(struct ether_header) -> ETHER_HDR_LENBrad Smith
2004-10-07Add an Ethernet option bit for master mode (for 1000baseT, the linkBrad Smith
2004-09-29reset anchor pointer to NULL when stepping back into the main ruleset,Daniel Hartmeier
2004-09-23- remove EVFILT_WRITE in bpfkqfilter() switch case, handledBrad Smith
2004-09-21Implement "no scrub" to allow exclusion of specific traffic from scrub rules.Aaron Campbell
2004-09-20pf_routable(), used for the no-route keyword, was a v4 only implementation,Henning Brauer
2004-09-17Clean up reference counting wrt state creation and destruction. FixesRyan Thomas McBride
2004-09-16handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time agoHenning Brauer
2004-09-16ewps, kill the src route prototypes. was sitting in my tree for ages butHenning Brauer
2004-09-15Kill more netiso ghosts.Alexander Yurchenko
2004-09-14remove remaining unused traces from src routeHenning Brauer
2004-09-12Return the most common data link type instead of the first match for anClaudio Jeker
2004-09-09Copy out anchors with relative paths and wildcards correctly,Daniel Hartmeier
2004-08-30Increment the states reference counter in the rule attached to the stateRyan Thomas McBride
2004-08-18fix bad packets passed to bpf from the gre(4) interface.Can Erkin Acar
2004-08-18skip splx() for skiplookup; report Vafa D. Izadinia; ok henning, canacarMarkus Friedl
2004-08-15undo last commit, skipping over ifaddrs without IFA_ROUTE has unwantedHenning Brauer
2004-08-11skip over interface addresses without IFA_ROUTE, fixes some issue with pppdHenning Brauer
2004-08-10Add SADB_X_EXT_LIFETIME_LASTUSE for use with isakmpd/DPD, adding thisHakan Olsson
2004-08-10when inserting a dynamic group entry into the pfi_ifs tree, don't incorrectlyDavid Gwynne
2004-08-09Change static functions to be non-static, for better backtraces.Otto Moerbeek
2004-08-08Zero route info structure in rtredirect(), avoiding a panic on labelOtto Moerbeek
2004-08-03the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@Todd T. Fries
2004-08-03introduce route labels, allowing for up to 32 bytes of info to be attachedHenning Brauer
2004-08-03Allow a unicast ip address to be specified for pfsync to send it's stateRyan Thomas McBride
2004-07-28pool(9) for rtentry and rttimer; similar to netbsd; ok mcbride, henning, pbMarkus Friedl
2004-07-22Add missing check for NULL in DIOCCHANGERULE. This prevents a crash inMathieu Sauve-Frankel
2004-07-20KASSERT instead of assert. Gives smaller RAMDISKS.Artur Grabowski
2004-07-17Repair breakage from the hackathon's time conversion. Using the timestampMike Frantzen
2004-07-16remove netiso shitz, millert okHenning Brauer
2004-07-13spelling; dlgTheo de Raadt
2004-07-12remove PF_FORWARD (which was introduced by ipv6 reass-on-scrub).Jun-ichiro itojun Hagino
2004-07-11backout IPv6 reass-on-scrub patch (more work needs to be done).Jun-ichiro itojun Hagino
2004-07-11Create the group when adding a dynamic interface that's not yet plugged in.Ryan Thomas McBride
2004-07-08Make 0/0 table entries work; also fix a problem setting the network maskRyan Thomas McBride
2004-07-08Move carp_output() call to after mcopy of MAC address so the virtual addressRyan Thomas McBride
2004-07-05KNFHenning Brauer
2004-07-04remove the half-baked and bogus pfi_dynamic_drivers() which tries to guessHenning Brauer
2004-07-03quick workaround until proper PF_FORWARD reass gets implemented.Jun-ichiro itojun Hagino
2004-06-27Media support for the 802.11 framework, missing in that commit the other day.Todd C. Miller
2004-06-26cleanup ioctl for ifgroups; ok pb@Markus Friedl
2004-06-26Add a table-driven implementation of ether_crc32_be().Christian Weisgerber
2004-06-25introduce "interface groups"Philipp Buehler