summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2015-11-25trim unused variableDavid Gwynne
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24You need <netinet/ip.h> if you use "struct ip" for hw checksum.Martin Pieuchot
2015-11-24No need for "vlan.h" if you don't check for "#if NVLAN > 0".Martin Pieuchot
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-20Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-16Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-14Do not include <net/if_vlan_var.h> when it's not necessary.Martin Pieuchot
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2015-11-12two newlines in the middle of a func doenst look right.David Gwynne
2015-11-11Kill useless IFQ_POLL().Martin Pieuchot
2015-11-08Merge NetBSD 1.145:Miod Vallat
2015-11-04use if_enqueue() rather than doing a poor inline version of it.David Gwynne
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-11-02later variants of these chips can support bigger rx and tx rings. thisDavid Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-23replace pointer arithmetic and casts with offsetofJonathan Gray
2015-10-04Fix memory leak in error path.Jonathan Matthew
2015-09-18More ifmedia64 fallout.Miod Vallat
2015-09-17Do not define QLW_DEBUG if SMALL_KERNEL, and turn qlw_dump_iocb() andMiod Vallat
2015-09-12let the C files do the sys/param.h including jobTheo de Raadt
2015-09-12ifmedia64 fixes.Miod Vallat
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-09-10remove unused macro GEM_CURRENT_MEDIA; ok dlg@ mpi@Stefan Sperling
2015-09-09sizes for free(); ok semarieTheo de Raadt
2015-09-09sizes for free(); ok semarieTheo de Raadt
2015-09-09sizes for free(); ok sthenTheo de Raadt
2015-09-09sizes for free(); ok sthen semarieTheo de Raadt
2015-09-07sizes for free(); ok jmatthewTheo de Raadt
2015-09-06srom size is tracked, pass to free()Theo de Raadt
2015-09-06firmware size for free()Theo de Raadt
2015-09-04add support for RTL8168HJonathan Gray
2015-09-01size for free()Theo de Raadt
2015-08-30Track rom size, for free()Theo de Raadt
2015-08-29firmware sizes are known; use them for free()Theo de Raadt
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2015-08-27sizes for free()Theo de Raadt
2015-08-17The 80's called and want their interface back. Remove last fragments ofKenneth R Westerback
2015-08-15Do not perform timeout maintainance on sc->poll_timeout if it has not beenMiod Vallat
2015-08-12removes two mem leaks in ti (in error path).Sebastien Marie
2015-07-26When attaching on an alpha system, get the current textmode resolution byMiod Vallat
2015-07-26Make pcic_ident_ok() completely silent in case of failure.Miod Vallat
2015-07-18Shuffle include file ordering in preparation for future changes in vgavar.h,Miod Vallat
2015-07-17Nuke a bunch of leading and trailing whitespace so I don't go blindKenneth R Westerback
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-07-06Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity.Stefan Sperling
2015-06-26Adapt to the removal of the symbolic input and output port names fromMiod Vallat