summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2003-12-28Sysctl functions called for "generic" nodes should forward "query"atatat
2003-12-26Add a new ioctl SPPPGETSTATUSNCP to query the PPP phase and check wethermartin
2003-12-11gi_len is ip_len, so it has to be network byteorder. markus friedlitojun
2003-12-10use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLitojun
2003-12-09Fix spelling mistake in a comment.augustss
2003-12-05To cater for VLAN-aware layer 2 ethernet switches which may need to stripscw
2003-12-04Dynamic sysctl.atatat
2003-11-28s/netbsd.org/NetBSD.org/gkeihan
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
2003-11-13Add m_tag_delete_nonpesrsistent(), for deleting all packet tags onjonathan
2003-11-12catch up with in_ifaddr -> in_ifaddrhead renamecl
2003-11-11fix interface address list traversal in if_detach():drochner
2003-11-10Make per-protocol network input queue stats visible to userland viajonathan
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-03ifmedia_set() should not panic, nor can it really fail. So if there isbriggs
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-28Mark this initializer in the canonical way so it can be found later.mycroft
2003-10-28Fix previous differently.mycroft
2003-10-28Also, if we're going to bail, we should free the memory we just allocated...mycroft
2003-10-28Previous patch created a dead break.mycroft
2003-10-28Return a sensible error code in the previous.mycroft
2003-10-26Fix uninitialized variable warnings.`christos
2003-10-25Fix uninitialized variable warningschristos
2003-10-13Complete replacement of the old 802.11 layer with the new.dyoung
2003-10-13Use new 802.11 header files.dyoung
2003-10-13Add constants and strings for 802.11 radios with OFDM PHY (802.11a,dyoung
2003-10-03when dropping M_PKTHDR, need to free m_tag associated with it.itojun
2003-10-03Correct debug message, mine is myauth, not hisauth.oki
2003-10-02need to use m_freem(), not m_free(). from iij seil teamitojun
2003-10-02minor KNFitojun
2003-10-01fix out-of-bounds access to ifindex2ifnet[]. found by iij seil team.itojun
2003-09-30Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSDchristos
2003-09-26Process has only one c. From miod@openbsd.wiz
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