summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2003-09-22pass signo to fownsignal #ifdef ALTQcl
2003-09-22- pass signo to fownsignal [ok by jd]christos
2003-09-22kill unused variable in #ifdef ALTQ part, to make this compilejdolecek
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-09-16Tell copyinstr about the real buffer size (not one byte to few). Add moremartin
2003-09-16Adapt to account for bridge_enqueue()'s extra parameter.jdc
2003-09-16Add filter/no filter flag parameter to bridge_enqueue().jdc
2003-09-16Add a flag parameter to bridge_enqueue() to tell it whether to run thejdc
2003-09-11Fix copy & pasto (luckily, for most archs the structs had the same size,martin
2003-09-09Fix vlan tag sending in the ETHERCAP_VLAN_HWTAGGING case.drochner
2003-09-05Fix copy & pasto.martin
2003-09-05u_short -> u_int16_titojun
2003-09-04bump the buffer size from 15 to 63 bytes.christos
2003-09-03If the peer cares to send us error messages, actually display them.martin
2003-09-03Rearange dead link detection slightly:martin
2003-09-01Add a new ioctl PPPIOCGRAWIN to get the last characters we got from thechristos
2003-08-23When trying to (re-)establish a session cope with intermediate outputmartin
2003-08-22change the additional arg to be passed to ip{,6}_output to struct socket *.itojun
2003-08-15Make 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, ifjonathan
2003-08-14correct number range handling. David Youngitojun
2003-08-14fix INT_MAX check in if_clone_lookupitojun
2003-08-14correct if_clone_lookup(). based on diff from Quentin Garnieritojun
2003-08-13Include correct file for defopt.wrstuden
2003-08-11rm extra blank lineitojun
2003-08-11minor knfitojun
2003-08-09Fix problem with OSIOCIFCONF where it tried to copyout addresses thatchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-25Avoid DOS attack by setting ifm->ifm_media to a high number and running thechristos
2003-07-25add AH/ESP algorithms: hmac-ripemd160 (AH), AES XCBC MAC (AH),itojun
2003-07-22add hmac-sha2 support. various cleanups (like avoid hardcoding '16').itojun
2003-07-15decnetintrq is still in fddi/tokenring (is it needed?).itojun
2003-07-13Include opt_inet.h to get INET6 definition.jdc
2003-07-09We should use IFQ_DEQUEUE to get packets from the send queue, not IF_DEQUEUE.martin
2003-07-08prototype must not have variable nameitojun
2003-07-06From Sam Leffler/FreeBSD: AP scanning code, for forthcoming ADM8211dyoung
2003-07-06A straggler in the 802.11 media-handling consolidation.dyoung
2003-07-06Still more consolidation of 802.11 media-handling, moving movingdyoung
2003-07-06Move the logic to find out what channel to transmit a packet ondyoung
2003-07-06Bug fix: an ad-hoc node's SSID can change at any time, so recorddyoung
2003-07-06With the IEEE80211_HEADER_LEN macro, accomodate hardware whosedyoung
2003-07-06More 802.11 media-handling consolidation. ieee80211_media_statusdyoung
2003-07-06Prepare to consolidate 802.11 media handling (which is handled indyoung
2003-07-06In debug messages, tell on which channel we send a mgmt frame.dyoung
2003-07-06In debug messages, use the right MAC address to report which clientdyoung
2003-07-03Make IFQ_MAXLEN possible to set as an config-file option.ragge
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29missing ')'ichiro
2003-06-28From OpenBSD 1.33-1.34:darrenr
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr