index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_tht.c
Age
Commit message (
Expand
)
Author
2024-09-04
Fix some spelling.
Marcus Glocker
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-08-29
static const, not const static
Jonathan Gray
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-01-09
spelling
Jonathan Gray
2020-12-17
tht(4): more tsleep(9) -> tsleep_nsec(9)
cheloha
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-01-09
Convert sleeps of 1sec or more to tsleep_nsec(9).
Martin Pieuchot
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-08-28
fairly simple sizes for free(); ok tedu
Theo de Raadt
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-30
Convert moar drivers to if_input().
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-04-02
- Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESET
Brad Smith
2013-01-14
use one interrupt handler for the thtc headend, rather than seperate
Theo de Raadt
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2009-04-07
dont enable checksumming. it appears to be broken on fragmented packets.
David Gwynne
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-23
sizeofa -> nitems
David Gwynne
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-05-13
Also report the duplex state of the connection when calling
Brad Smith
2008-05-12
Make this compile again.
Mark Kettenis
2008-05-12
Pass correct argument to timeout_set so that the timeout can break the
Can Erkin Acar
2008-04-11
introduce THT_{RXF/TXT}_PKT_NUM macros and use them instead of the
Thordur I. Bjornsson
2008-04-04
tht is cool cos it generates interrupts when the link state change.
David Gwynne
2008-02-02
Correct the baudrate handling.
Brad Smith
2008-01-17
Set if_baudrate with IF_Gbps(10);
Thordur I. Bjornsson
2008-01-14
Zap two usless printfs.
Thordur I. Bjornsson
2007-09-19
M_ZERO. all the cool kids are doing it.
David Gwynne
2007-07-22
clear the IFF_ALLMULTI flag when the interface goes down.
David Gwynne
2007-07-22
the softc variable is sc, not sp.
David Gwynne
2007-05-28
use memcpy when copying to/from the fifos, apparently gcc can do a better
David Gwynne
2007-05-26
chop ETHER_ALIGN off the size of the packet we tell the hw we can do
David Gwynne
2007-05-26
ETHER_ALIGN rx mbuf so that it works on strict alignment archs. OK dlg@
Claudio Jeker
2007-05-26
correctly byteswap the mac address when moving it on and off teh card
David Gwynne
2007-05-17
copy the lladdr from the arpcom struct onto the hardware when the interface
David Gwynne
2007-05-17
support changing the mtu up to the maximum frame size it currently
David Gwynne
2007-05-16
add support for multicast addresses. this adds the add/del multi handlers
David Gwynne
[next]