summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_bge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-221-3/+8
* BCM5719 A1 seen in the wild.kettenis2020-06-181-1/+2
* M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forclaudio2018-11-091-5/+5
* Fix iLO/IPMI remote access problem. At least for bge(4) network portyasuoka2018-05-171-4/+17
* Fix asic test. Coverity CID 990792.jsg2017-08-171-2/+2
* properly set BGE_HCC_STATS_ADDR_HI by using BGE_HOSTADDR.dlg2017-02-131-4/+4
* add support for multiple transmit ifqueues per network interface.dlg2017-01-241-7/+8
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* shuffle tx code slightly and mark bge_start as mpsafe.dlg2015-12-291-22/+17
* Make it possible to detach bge(4).kettenis2015-11-291-71/+112
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* Include <sys/atomic.h> when atomic operations are used.mpi2015-11-231-1/+2
* Clear if_timer when shutting down the interface so the watchdog timerjmatthew2015-11-171-1/+2
* shuffle transmit to avoid IFQ_POLL.dlg2015-11-171-32/+30
* Do not include <net/if_vlan_var.h> when it's not necessary.mpi2015-11-141-6/+1
* Revert 1.372, reported to cause regressions on some models.miod2015-11-121-2/+2
* In bge_reset(), after figuring out which register access routines to usemiod2015-11-101-2/+2
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Move bge rxeof and txeof outside the kernel lock.jmatthew2015-10-191-109/+92
* use standardized register definition in mii.h rather than eachyuo2015-07-191-2/+3
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Increase a maximum firmware handshake timeout to 10smikeb2015-05-191-3/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* if_input sets m->m_pkthdr.rcvif so we dont have to.dlg2015-02-091-2/+1
* tweak the new if_input function so it takes an mbuf_list insteaddlg2015-02-091-10/+5
* Remove a comment that is no longer true with MCLGETI and jumbos onbrad2015-01-241-7/+1
* unifdef INETtedu2014-12-221-5/+1
* Add Jumbo support for BCM5714 / BCM5780 and BCM5717 / BCM5719 / BCM5720 / BCM57765 / BCM57766brad2014-09-021-16/+41
* Revert part of the if_rxr diff that incorrectly moves RX ring tailmikeb2014-08-261-5/+3
* Fix a copy and pasto with the standard ring setup with calling if_rxr_init()brad2014-08-211-2/+2
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* cut things that relied on mclgeti for rx ring accounting/restriction overdlg2014-07-081-25/+63
* sending a heavily fragmented packet will cause the bus_dmamap_loaddlg2014-07-031-3/+14
* If VLAN_HWTAGGING is disabled, we tell the chip not to strip thenaddy2014-04-221-2/+3
* Revert rev 1.348 and disable IPv6 TCP checksum offload for the time being.brad2014-02-241-3/+1
* - Recognize BCM5762 A0 chipset.brad2014-02-051-17/+17
* Revert part of rev 1.329 that involved bringing in some code from FreeBSDbrad2014-02-041-3/+2
* Split bge(4)'s feature flags into bge_flags and bge_phy_flags.brad2014-02-011-25/+25
* Fix a long standing VCPU reset sequence bug on BCM5906. The VCPU (Virtual CPU)brad2014-01-311-14/+12
* Enable IPv6 TCP checksum offload; ok brad@naddy2014-01-281-1/+3
* - Bring in some fixes/workarounds for BCM5719 / BCM5720 / BCM57765 and BCM57766brad2014-01-281-20/+133
* Expand the MSI support to cover most of the remaining bge(4) chipsets with thebrad2013-12-301-10/+59
* The few network drivers that called their children's (ie. mii PHYderaadt2013-12-281-2/+1
* Add support for BCM57786,which seems to be almost indistinguishable from thekettenis2013-12-221-1/+3
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-4/+4
* spelling; Kent R. Spillnerderaadt2013-11-261-4/+4
* Enable TX checksum offload.brad2013-10-231-5/+7