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