| Age | Commit message (Expand) | Author |
| 2003-12-28 | Sysctl functions called for "generic" nodes should forward "query" | atatat |
| 2003-12-26 | Add a new ioctl SPPPGETSTATUSNCP to query the PPP phase and check wether | martin |
| 2003-12-11 | gi_len is ip_len, so it has to be network byteorder. markus friedl | itojun |
| 2003-12-10 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | itojun |
| 2003-12-09 | Fix spelling mistake in a comment. | augustss |
| 2003-12-05 | To cater for VLAN-aware layer 2 ethernet switches which may need to strip | scw |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-28 | s/netbsd.org/NetBSD.org/g | keihan |
| 2003-11-16 | Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIO | dyoung |
| 2003-11-13 | Add m_tag_delete_nonpesrsistent(), for deleting all packet tags on | jonathan |
| 2003-11-12 | catch up with in_ifaddr -> in_ifaddrhead rename | cl |
| 2003-11-11 | fix interface address list traversal in if_detach(): | drochner |
| 2003-11-10 | Make per-protocol network input queue stats visible to userland via | jonathan |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-11-03 | ifmedia_set() should not panic, nor can it really fail. So if there is | briggs |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-28 | Mark this initializer in the canonical way so it can be found later. | mycroft |
| 2003-10-28 | Fix previous differently. | mycroft |
| 2003-10-28 | Also, if we're going to bail, we should free the memory we just allocated... | mycroft |
| 2003-10-28 | Previous patch created a dead break. | mycroft |
| 2003-10-28 | Return a sensible error code in the previous. | mycroft |
| 2003-10-26 | Fix uninitialized variable warnings.` | christos |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-10-13 | Complete replacement of the old 802.11 layer with the new. | dyoung |
| 2003-10-13 | Use new 802.11 header files. | dyoung |
| 2003-10-13 | Add constants and strings for 802.11 radios with OFDM PHY (802.11a, | dyoung |
| 2003-10-03 | when dropping M_PKTHDR, need to free m_tag associated with it. | itojun |
| 2003-10-03 | Correct debug message, mine is myauth, not hisauth. | oki |
| 2003-10-02 | need to use m_freem(), not m_free(). from iij seil team | itojun |
| 2003-10-02 | minor KNF | itojun |
| 2003-10-01 | fix out-of-bounds access to ifindex2ifnet[]. found by iij seil team. | itojun |
| 2003-09-30 | Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSD | christos |
| 2003-09-26 | Process has only one c. From miod@openbsd. | wiz |
| 2003-09-22 | pass signo to fownsignal #ifdef ALTQ | cl |
| 2003-09-22 | - pass signo to fownsignal [ok by jd] | christos |
| 2003-09-22 | kill unused variable in #ifdef ALTQ part, to make this compile | jdolecek |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-09-16 | Tell copyinstr about the real buffer size (not one byte to few). Add more | martin |
| 2003-09-16 | Adapt to account for bridge_enqueue()'s extra parameter. | jdc |
| 2003-09-16 | Add filter/no filter flag parameter to bridge_enqueue(). | jdc |
| 2003-09-16 | Add a flag parameter to bridge_enqueue() to tell it whether to run the | jdc |
| 2003-09-11 | Fix copy & pasto (luckily, for most archs the structs had the same size, | martin |
| 2003-09-09 | Fix vlan tag sending in the ETHERCAP_VLAN_HWTAGGING case. | drochner |
| 2003-09-05 | Fix copy & pasto. | martin |
| 2003-09-05 | u_short -> u_int16_t | itojun |
| 2003-09-04 | bump the buffer size from 15 to 63 bytes. | christos |
| 2003-09-03 | If the peer cares to send us error messages, actually display them. | martin |
| 2003-09-03 | Rearange dead link detection slightly: | martin |
| 2003-09-01 | Add a new ioctl PPPIOCGRAWIN to get the last characters we got from the | christos |
| 2003-08-23 | When trying to (re-)establish a session cope with intermediate output | martin |