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_cas.c
Age
Commit message (
Expand
)
Author
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
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-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-12-06
switch on the return value of bus_dmamap_load_mbuf not value != 0
Jonathan Gray
2015-12-03
Rework cas_start to check for space on the ring before dequeueing and drop
Jonathan Matthew
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
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-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-13
Now that if_input() set the receiving interface pointer on mbufs for us
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-03-11
Convert to if_input().
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-11-18
Use pa_device to ensure each MAC address of a multi port board
Brad Smith
2014-11-16
Allow the driver to be able to retrieve the MAC address from the ROM
Brad Smith
2013-08-21
get rid of the copy argument in m_devget that let you provide an
David Gwynne
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2009-11-29
Merge in some tidying up bits from gem(4). From Brad.
Mark Kettenis
2009-11-17
Tidy up promisc/multicast handing. From Brad. Tested by me.
Mark Kettenis
2009-07-23
Use pci_mapreg_map() to map ROM.
Mark Kettenis
2009-06-13
Simplify ioctl handling. From Brad.
Mark Kettenis
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-14
Change m_devget()'s outdated and unused "offset" argument: It is
Christian Weisgerber
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-08-30
Fix an issue initially reported by drahn@ with gem(4) where these
Brad Smith
2008-05-31
Apparently the interrupt status register doesn't always replicate the TX
Mark Kettenis
2008-05-31
Turn the rx descriptor ring into a real ring instead of letting things fall
Mark Kettenis
2008-05-31
Properly set the IFF_OACTIVE flag if all the descriptrs are in use for
Brad Smith
2008-04-08
- Count excess and late collisions as output errors.
Brad Smith
2008-04-02
Add support for the National Semiconductor Saturn (which really is a Sun
Mark Kettenis
2008-02-08
Return ENOTTY not EINVAL for unsupported ioctl's;
Thordur I. Bjornsson
2008-01-17
Remove some #if;ed out code.
Mark Kettenis
2007-11-26
Make Cassini+ work; remove some unused macros while I'm there.
Mark Kettenis
2007-11-26
Avoid resetting PCS. Don't do loopback at the serial link.
Mark Kettenis
2007-11-26
Reenable the PCS functions after a reset; properly disable them while changing
Mark Kettenis
2007-10-06
NPBFILTER -> NBPFILTER in comments.
Jonathan Gray
2007-04-18
Pass arguments to DPRINTF in the right order.
Mark Kettenis
2007-04-15
Make code that fetches the MAC address from PCI ROM actually work.
Mark Kettenis
[next]