summaryrefslogtreecommitdiffstats
path: root/sys/dev/bxe
Commit message (Expand)AuthorAgeFilesLines
* Add support for reading device temperaturedavidcs2015-10-121-1/+4
* Avoid left-shifting negative signed values in bxe(4).dim2015-08-131-3/+3
* - Avoid lock contention in the if_transmit callback by using trylock anddavidcs2015-07-282-22/+15
* tx_mtx should be grabbed before calling buf_ring_dequeue_sc()davidcs2015-06-231-3/+7
* Simplified implementation of bxe_set_mc_list()davidcs2015-06-201-54/+25
* In bxe_init_mcast_macs_list(): mc_mac->mac needs to point to the multicast ma...davidcs2015-06-162-2/+5
* PHY LOCK acquires the hardware lock via bxe_acquire_phy_lock() and releases i...davidcs2015-06-133-78/+47
* Add stat counters for Jumbo Frames using SGE ring.davidcs2015-05-223-44/+49
* Limit the size of the posted receive buffers in Rx Rings to MJUMPAGESIZE. Pre...davidcs2015-05-211-27/+79
* Move zlib.c from net to libkern.rodrigc2015-04-221-1/+1
* When an mbuf allocation fails in the receive path, the mbuf containing the re...davidcs2015-04-021-1/+8
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-5/+4
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-7/+7
* - Use if_inc_counter() to increment various counters.glebius2014-09-183-56/+50
* For ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() check bxe_debug flag beforedavidcs2014-09-171-3/+12
* It is actually possible to have if_t a typedef to non-void type,glebius2014-08-311-16/+16
* Fix build by using the driver API (driver converted in r266979 which shoulddelphij2014-07-181-1/+1
* Initiate error recovery stats fail to update after 3 retries.davidcs2014-07-185-1/+35
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-12/+1
* Revert r267961, r267973:gjb2014-06-271-1/+12
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-12/+1
* Convert bxe(4) to use the driver API.marcel2014-06-024-197/+202
* Modify Copyright information and other strings to reflect Qlogic Corporation'...davidcs2014-05-081-19/+19
* Modify Copyright information to reflect Qlogic Corporation's purchasedavidcs2014-05-0622-176/+22
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-5/+1
* Fixed MSI interrupt allocation and handling.edavis2014-03-111-78/+36
* Another round of removing historical mbuf(9) allocator flags.glebius2014-01-161-6/+6
* defragment mbuf chains longer than hw segment limit before droppingedavis2014-01-072-4/+32
* For TSO, when the first mbuf contains both the packet header and data, theedavis2013-12-302-18/+17
* In sys/dev/bxe/bxe.c, remove static function bxe_has_tx_work_unload(),dim2013-12-261-7/+0
* Fixed a tx watchdog chip reset that could occur on mostly idle links.edavis2013-11-158-115/+186
* In sys/dev/bxe/bxe.c, print bus_addr_t values using %#jx, to fix severaldim2013-10-111-7/+7
* Fixed the media type shown via ifconfig.edavis2013-10-103-8/+36
* Substantial rewrite of bxe(4) to add support for the BCM57712 anddavidch2013-09-2038-108103/+177888
* Remove unused and incomplete support for delayed fragment checksumsandre2013-08-191-3/+1
* This fixes a out-of-order problem with severalrrs2013-02-071-20/+8
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-5/+5
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-271-1/+1
* Utilize new macro to initialize if_baudrate.glebius2012-10-181-1/+1
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-0/+5
* Only stop the BXE controller if it was first started. Stoppingsilby2012-09-051-1/+7
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+2
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-151-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Update recently added drivers to use the if_*addr_r*lock() wrapperjhb2012-01-051-4/+4
* s/timout/timeoutkevlo2011-12-151-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* - change "is is" to "is" or "it is"eadler2011-10-161-2/+2
* - Fix compiler warning in ADD_64() macro.davidch2011-09-131-1/+1
OpenPOWER on IntegriCloud