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_bge.c
Age
Commit message (
Expand
)
Author
2024-09-04
Fix some spelling.
Marcus Glocker
2024-08-31
net drivers may have mii children, but mii layer has no _activate
Theo de Raadt
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2024-04-14
with empty body loops, put final semicolon on a new line for readability
Jonathan Gray
2024-02-11
recue -> reduce (in comment); from andrius v
Jason McIntyre
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-07-04
Make the hardware counters available on BCM5705 and newer available as
Jonathan Matthew
2023-01-18
These days bge_stop() calls intr_barrier(9). So in bge_detach() we need
Mark Kettenis
2022-10-09
Fix typo in debug messages.
Kevin Lo
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-01-09
spelling
Jonathan Gray
2021-06-18
recognise BCM5762 B0
Jonathan Gray
2021-06-12
Enable code to read MAC address from the device tree on FDT platforms.
Mark Kettenis
2021-04-19
Recognize BCM57762 A0 and A1. My diff for this only added the A0 revision,
Mark Kettenis
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-07-26
Avoid nvram lock timeout on sparc64 systems with onboard BCM5704 instances
Mark Kettenis
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
David Gwynne
2020-06-18
BCM5719 A1 seen in the wild.
Mark Kettenis
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
2018-05-17
Fix iLO/IPMI remote access problem. At least for bge(4) network port
YASUOKA Masahiko
2017-08-17
Fix asic test. Coverity CID 990792.
Jonathan Gray
2017-02-13
properly set BGE_HCC_STATS_ADDR_HI by using BGE_HOSTADDR.
David Gwynne
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
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-29
shuffle tx code slightly and mark bge_start as mpsafe.
David Gwynne
2015-11-29
Make it possible to detach bge(4).
Mark Kettenis
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-23
Include <sys/atomic.h> when atomic operations are used.
Martin Pieuchot
2015-11-17
Clear if_timer when shutting down the interface so the watchdog timer
Jonathan Matthew
2015-11-17
shuffle transmit to avoid IFQ_POLL.
David Gwynne
2015-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
Martin Pieuchot
2015-11-12
Revert 1.372, reported to cause regressions on some models.
Miod Vallat
2015-11-10
In bge_reset(), after figuring out which register access routines to use
Miod Vallat
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-19
Move bge rxeof and txeof outside the kernel lock.
Jonathan Matthew
2015-07-19
use standardized register definition in mii.h rather than each
Yojiro Uo
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-19
Increase a maximum firmware handshake timeout to 10s
Mike Belopuhov
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-09
if_input sets m->m_pkthdr.rcvif so we dont have to.
David Gwynne
2015-02-09
tweak the new if_input function so it takes an mbuf_list instead
David Gwynne
2015-01-24
Remove a comment that is no longer true with MCLGETI and jumbos on
Brad Smith
2014-12-22
unifdef INET
Ted Unangst
2014-09-02
Add Jumbo support for BCM5714 / BCM5780 and BCM5717 / BCM5719 / BCM5720 / BCM...
Brad Smith
2014-08-26
Revert part of the if_rxr diff that incorrectly moves RX ring tail
Mike Belopuhov
2014-08-21
Fix a copy and pasto with the standard ring setup with calling if_rxr_init()
Brad Smith
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
[next]