aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bxe
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-037-31/+31
* 1. Removed -Wno-shift-negative-value from MakefileDavid C Somayajulu2016-04-251-2/+2
* Remove Unused/Dead CodeDavid C Somayajulu2016-04-231-141/+0
* 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocatedDavid C Somayajulu2016-04-193-67/+169
* reversed commits r297916 r297909 r297898 due to i386 build failures.David C Somayajulu2016-04-133-169/+67
* Fix compilation error on i386David C Somayajulu2016-04-131-4/+4
* Fix build failure on i386. Need to typecast a bunch of variables to (uintmax_t)David C Somayajulu2016-04-131-11/+14
* 1. modify fwdump (a.k.a grcdump) memory is allocated and freed on as neededDavid C Somayajulu2016-04-133-67/+166
* Add support for Flash UpdateDavid C Somayajulu2016-04-123-5/+400
* 1. Process tx completions in bxe_periodic_callout_func() and restartDavid C Somayajulu2016-04-122-23/+63
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Modifications to achieve a common source base from FreeBSD7.x thru 10.xDavid C Somayajulu2016-03-212-24/+79
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Fix code so that buf_ring allocation for Tx Queues and their mutexesDavid C Somayajulu2016-03-091-28/+119
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-4/+4
* Upgrade the firmware carried in driver and loaded during hardwareDavid C Somayajulu2016-02-2519-90252/+103855
* Remove dead code. Code Cleanup. Improve clarity in debug messagesDavid C Somayajulu2016-02-194-1064/+110
* Modified the use of bxe_grc_dump() function so that it can be invoked directl...David C Somayajulu2016-02-192-42/+56
* Add support for firmware dump (a.k.a grcdump)David C Somayajulu2015-12-235-2/+2782
* Check for packet_length is greater than 60 bytes as well as packet_length isDavid C Somayajulu2015-12-233-4/+23
* Add support for reading device temperatureDavid C Somayajulu2015-10-121-1/+4
* Avoid left-shifting negative signed values in bxe(4).Dimitry Andric2015-08-131-3/+3
* - Avoid lock contention in the if_transmit callback by using trylock andDavid C Somayajulu2015-07-282-22/+15
* tx_mtx should be grabbed before calling buf_ring_dequeue_sc()David C Somayajulu2015-06-231-3/+7
* Simplified implementation of bxe_set_mc_list()David C Somayajulu2015-06-201-54/+25
* In bxe_init_mcast_macs_list(): mc_mac->mac needs to point to the multicast ma...David C Somayajulu2015-06-162-2/+5
* PHY LOCK acquires the hardware lock via bxe_acquire_phy_lock() and releases i...David C Somayajulu2015-06-133-78/+47
* Add stat counters for Jumbo Frames using SGE ring.David C Somayajulu2015-05-223-44/+49
* Limit the size of the posted receive buffers in Rx Rings to MJUMPAGESIZE. Pre...David C Somayajulu2015-05-211-27/+79
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-221-1/+1
* When an mbuf allocation fails in the receive path, the mbuf containing the re...David C Somayajulu2015-04-021-1/+8
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-5/+4
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-7/+7
* - Use if_inc_counter() to increment various counters.Gleb Smirnoff2014-09-183-56/+50
* For ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() check bxe_debug flag beforeDavid C Somayajulu2014-09-171-3/+12
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-311-16/+16
* Fix build by using the driver API (driver converted in r266979 which shouldXin LI2014-07-181-1/+1
* Initiate error recovery stats fail to update after 3 retries.David C Somayajulu2014-07-185-1/+35
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-12/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+12
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-12/+1
* Convert bxe(4) to use the driver API.Marcel Moolenaar2014-06-024-197/+202
* Modify Copyright information and other strings to reflect Qlogic Corporation'...David C Somayajulu2014-05-081-19/+19
* Modify Copyright information to reflect Qlogic Corporation's purchaseDavid C Somayajulu2014-05-0622-176/+22
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-5/+1
* Fixed MSI interrupt allocation and handling.Eric Davis2014-03-111-78/+36
* Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff2014-01-161-6/+6
* defragment mbuf chains longer than hw segment limit before droppingEric Davis2014-01-072-4/+32
* For TSO, when the first mbuf contains both the packet header and data, theEric Davis2013-12-302-18/+17
* In sys/dev/bxe/bxe.c, remove static function bxe_has_tx_work_unload(),Dimitry Andric2013-12-261-7/+0