summaryrefslogtreecommitdiffstats
path: root/sys/dev/bxe
Commit message (Expand)AuthorAgeFilesLines
* MFC r295830davidcs2016-02-254-1064/+110
* MFC r295823davidcs2016-02-252-42/+56
* MFC r292639davidcs2016-01-125-2/+2782
* MFC r292638davidcs2016-01-123-4/+23
* MFC r289199davidcs2016-01-121-1/+4
* MFC r286733:dim2015-09-221-3/+3
* MFC r285973davidcs2015-08-052-22/+15
* MFC r284739davidcs2015-06-301-3/+7
* MFC r284470davidcs2015-06-302-1/+3
* MFC r284335davidcs2015-06-303-79/+47
* MFC r283274davidcs2015-05-293-44/+49
* MFC r283269davidcs2015-05-291-27/+79
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-5/+4
* MFC r281006davidcs2015-04-071-1/+8
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-7/+7
* MFC r271728davidcs2014-09-221-3/+12
* MFC r268854davidcs2014-09-175-1/+35
* MFC r265703davidcs2014-05-121-19/+19
* MFC r265411davidcs2014-05-1022-176/+22
* MFC 262999edavis2014-03-211-78/+36
* Merged r260415 from head.edavis2014-01-072-4/+32
* Approved by: re@ (gjb)edavis2013-12-302-18/+17
* MFC r259928:dim2013-12-301-7/+0
* Merge r258187 from head.edavis2013-11-168-115/+186
* In sys/dev/bxe/bxe.c, print bus_addr_t values using %#jx, to fix severaldim2013-10-111-7/+7
* Merge r256299 from head.edavis2013-10-113-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
* - Major reorganization of mbuf handling throughout the driver todavidch2011-06-084-3451/+2855
* - Use bus_describe_intr() to describe interrupt usage.davidch2011-05-122-23/+85
* - Simplify multicast address programming.davidch2011-05-092-66/+65
* - Fixed a typo in an if() statement when setting flow control for MTUdavidch2011-05-021-1/+1
* - Re-committed r220603 which was accidentally backed out by an earlierdavidch2011-05-022-4/+1
* - Centralize driver tunables initialization/validation.davidch2011-04-214-415/+896
* Remove a comment which is no longer true since r213878, apart frommarius2011-04-191-3/+0
OpenPOWER on IntegriCloud