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