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
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
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-08
cut things that relied on mclgeti for rx ring accounting/restriction over
David Gwynne
2014-07-03
sending a heavily fragmented packet will cause the bus_dmamap_load
David Gwynne
2014-04-22
If VLAN_HWTAGGING is disabled, we tell the chip not to strip the
Christian Weisgerber
2014-02-24
Revert rev 1.348 and disable IPv6 TCP checksum offload for the time being.
Brad Smith
2014-02-05
- Recognize BCM5762 A0 chipset.
Brad Smith
2014-02-04
Revert part of rev 1.329 that involved bringing in some code from FreeBSD
Brad Smith
2014-02-01
Split bge(4)'s feature flags into bge_flags and bge_phy_flags.
Brad Smith
2014-01-31
Fix a long standing VCPU reset sequence bug on BCM5906. The VCPU (Virtual CPU)
Brad Smith
2014-01-28
Enable IPv6 TCP checksum offload; ok brad@
Christian Weisgerber
2014-01-28
- Bring in some fixes/workarounds for BCM5719 / BCM5720 / BCM57765 and BCM57766
Brad Smith
2013-12-30
Expand the MSI support to cover most of the remaining bge(4) chipsets with the
Brad Smith
2013-12-28
The few network drivers that called their children's (ie. mii PHY
Theo de Raadt
2013-12-22
Add support for BCM57786,which seems to be almost indistinguishable from the
Mark Kettenis
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-11-26
spelling; Kent R. Spillner
Theo de Raadt
2013-10-23
Enable TX checksum offload.
Brad Smith
2013-08-25
call if_link_state_change when link state actually changes; ok claudio
Mike Belopuhov
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-07-11
use fls as initially intended
Mike Belopuhov
2013-06-28
Turns out that BGE_STATFLAG_UPDATED bit in the status block doesn't get
Mike Belopuhov
2013-06-25
Repair flow control broken in the rev1.329 and make sure that a simple
Mike Belopuhov
2013-06-10
A couple of changes from Masanobu SAITOH <msaitoh@netbsd.org>:
Mike Belopuhov
2013-06-06
dont count rx ring overruns as input errors. with MCLGETI controlling the
David Gwynne
2013-06-04
A couple of style/comment fixes from FreeBSD, with input from
Mike Belopuhov
2013-06-04
Substitute a couple of magic numbers with newly added PCIE
Mike Belopuhov
2013-06-04
Substitute a couple of magic numbers with newly added PCIE
Mike Belopuhov
2013-05-31
New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-E
Mike Belopuhov
2013-05-29
PHY auto-polling mode should not be used for anything newer than BCM5705.
Mike Belopuhov
2013-05-22
BUS_DMA_WAITOK can't be used in the bge_init path since it
Mike Belopuhov
2013-04-07
check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd.
David Gwynne
2013-04-03
Fix a typo in the bge_ape_lock_init() function.
Brad Smith
2013-03-20
- Sync the ring setup code closer to FreeBSD's driver
Brad Smith
2013-03-17
- Sync some of the stats counter code to be closer to the FreeBSD code,
Brad Smith
2013-03-11
flush writes to BGE_MI_COMM by doing a read straight after. helps avoid
David Gwynne
2013-03-07
Add the PCI ids for the BCM57762 and BCM57766 chipsets.
Brad Smith
2013-03-07
Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319
Brad Smith
2013-03-04
fix format string issue when printing an error our on bge's with APE and
David Gwynne
[next]