summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2003-03-02ignore multicast PPPoE packets ASAP.aymeric
2003-03-01Backout previous, I'm on crack obviously.martin
2003-03-01Initialize sc to NULL, it could be used uninitialized otherwise whenmartin
2003-03-01when looking up a Host-Uniq tag, do not consider NULL as a validaymeric
2003-02-27Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.perseant
2003-02-26Fix tpyo.matt
2003-02-26Add MBUFTRACE kernel option.matt
2003-02-25Add support for Prism monitor mode. From Kevin Laheydyoung
2003-02-23Remove assigned-to but not used variable.simonb
2003-02-15Add ipf packet-filtering option to if_bridge. The option is controlled atperseant
2003-02-04PADT is always send with ethertype PPPOE_DISCOVERY, no matter if wemartin
2003-02-03Test callout_pending(), not callout_active(), and eliminate now-unnecessarythorpej
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-28Use MRU negotiated with remote system as MTU. This fixes PR kern/18850tron
2003-01-22Fix typo: realy -> really. Okay'ed by wiz.jmmv
2003-01-19Remove a break after a goto.simonb
2003-01-19Remove variable that is only assigned too but not referenced.simonb
2003-01-19Fix code in #ifdef WICACHE block to use renamed constants andsimonb
2003-01-19Remove variable that is only assigned too but not referenced.simonb
2003-01-18bandwidth, not bandwith.wiz
2003-01-17switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tagitojun
2003-01-12Ethernet multicast entries are malloc'd M_IFMADDR, and thus shouldjdolecek
2003-01-07Fix broken error handling in case M_PREPEND fails.martin
2003-01-06successful with only one l.wiz
2003-01-04Spell output with two ts.wiz
2002-12-28Restore the system priority level in case of errors.kristerw
2002-12-25In do not call pppoe_abort_connect if we fail to send the initial PADImartin
2002-12-25count input/output bytes for tun devicejdolecek
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-26si_ -> sel_christos
2002-11-25Avoid strict-alias warnings.thorpej
2002-11-24Quell an uninitialised variable warning.scw
2002-11-17more pickier packet validation, based onitojun
2002-11-16Fix typo: IEEE80211_FC0_SUBTYPE_CF_ACK_CF_ACK becomesdyoung
2002-11-12when there are multiple matches for the requested media, select the firstchs
2002-11-12remove all entries in rt timer queue on ip_mtudisc change, instead ofitojun
2002-11-12add an argument to rt_timer_remove_all(), to specify if we need to callitojun
2002-11-11make USE_ENCAPCHECK (in netinet*/*gif.c) to global option, GIF_ENCAPCHECK.itojun
2002-11-07Fix more signed/unsigned comparison warnings.thorpej
2002-11-07Make ifm_data unsigned.thorpej
2002-11-07Make media and mask unsigned.thorpej
2002-11-02Revert previous. Nested comments are evil.kristerw
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-16Do not start active scan for WI_RID_SCAN_APS request on HostAP, just returnonoe
2002-10-15Clear wep key when 'ifconfig -nwkey'.onoe
2002-10-11Use ieee80211_free_node() instead of TAILQ_REMOVE() not to forgetonoe
2002-10-04Perform as a bridge within the AP for HostAP mode, to allow communicationonoe
2002-10-02backout previous two - if you use ppp* interface, kernel panics instantly.itojun
2002-10-01In AP mode, transmit deauth to (re)associating station without authenticated.onoe