| Age | Commit message (Expand) | Author |
| 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 |
| 2003-08-22 | change the additional arg to be passed to ip{,6}_output to struct socket *. | itojun |
| 2003-08-15 | Make if_loop MTU settable via SIOCSFMTU/ifconfig. Useful for testing, | jonathan |
| 2003-08-15 | (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if | jonathan |
| 2003-08-14 | correct number range handling. David Young | itojun |
| 2003-08-14 | fix INT_MAX check in if_clone_lookup | itojun |
| 2003-08-14 | correct if_clone_lookup(). based on diff from Quentin Garnier | itojun |
| 2003-08-13 | Include correct file for defopt. | wrstuden |
| 2003-08-11 | rm extra blank line | itojun |
| 2003-08-11 | minor knf | itojun |
| 2003-08-09 | Fix problem with OSIOCIFCONF where it tried to copyout addresses that | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-25 | Avoid DOS attack by setting ifm->ifm_media to a high number and running the | christos |
| 2003-07-25 | add AH/ESP algorithms: hmac-ripemd160 (AH), AES XCBC MAC (AH), | itojun |
| 2003-07-22 | add hmac-sha2 support. various cleanups (like avoid hardcoding '16'). | itojun |
| 2003-07-15 | decnetintrq is still in fddi/tokenring (is it needed?). | itojun |
| 2003-07-13 | Include opt_inet.h to get INET6 definition. | jdc |
| 2003-07-09 | We should use IFQ_DEQUEUE to get packets from the send queue, not IF_DEQUEUE. | martin |
| 2003-07-08 | prototype must not have variable name | itojun |
| 2003-07-06 | From Sam Leffler/FreeBSD: AP scanning code, for forthcoming ADM8211 | dyoung |
| 2003-07-06 | A straggler in the 802.11 media-handling consolidation. | dyoung |
| 2003-07-06 | Still more consolidation of 802.11 media-handling, moving moving | dyoung |
| 2003-07-06 | Move the logic to find out what channel to transmit a packet on | dyoung |
| 2003-07-06 | Bug fix: an ad-hoc node's SSID can change at any time, so record | dyoung |
| 2003-07-06 | With the IEEE80211_HEADER_LEN macro, accomodate hardware whose | dyoung |
| 2003-07-06 | More 802.11 media-handling consolidation. ieee80211_media_status | dyoung |
| 2003-07-06 | Prepare to consolidate 802.11 media handling (which is handled in | dyoung |
| 2003-07-06 | In debug messages, tell on which channel we send a mgmt frame. | dyoung |
| 2003-07-06 | In debug messages, use the right MAC address to report which client | dyoung |
| 2003-07-03 | Make IFQ_MAXLEN possible to set as an config-file option. | ragge |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | missing ')' | ichiro |
| 2003-06-28 | From OpenBSD 1.33-1.34: | darrenr |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |