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
/
ic
/
aic6915.c
Age
Commit message (
Expand
)
Author
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-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
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-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-19
Convert to if_input().
Martin Pieuchot
2015-04-28
Fix a memory leak in an error path found by Maxime Villard's
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-08
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
Theo de Raadt
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2009-08-10
More cases of shutdown hooks not needed after card is already stopped. In
Theo de Raadt
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
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-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-03-01
Resolve an issue where the Starfire chipset can get into an endless loop
Brad Smith
2006-12-15
fix every architecture being treated as strictly aligned in sf_rxintr() by
Martin Reindl
2006-12-07
remove unused code, fix style and spacing, tidy up ioctl path
Martin Reindl
2006-12-06
replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able
Martin Reindl