summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+1
* Change the default to not use packet counters to generate rx interrupts.np2012-04-302-5/+8
* Make sure that the firmware version is available innp2012-04-301-5/+11
* Use the non-sleeping variang of t4_wr_mbox in code that can be callednp2012-02-131-1/+1
* Program the MAC exact match table in batches of 7 addresses atnp2012-02-081-11/+42
* Acquire the adapter lock before updating fields of the filter structure.np2012-02-071-10/+10
* Remove if_start from cxgb and cxgbe.np2012-02-071-21/+0
* cxgbe: reduce diffs with other branches.np2012-02-074-0/+28
* Many updates to cxgbe(4)np2011-12-1614-1831/+6153
* Do not clobber the ingress queue's congestion setting.np2011-12-141-1/+1
* Do not define bool/true/false if the symbols already exist.mdf2011-12-121-0/+2
* - 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/+2
* - driver ioctl to get SGE context for any given queue.np2011-06-114-1/+85
* Cause backpressure (instead of dropping frames) on congestion.np2011-06-041-0/+2
* Allow lazy fill up of freelists.np2011-06-042-1/+10
* Provide hit-count with rest of the information about a filter.np2011-06-011-1/+19
* Firmware device log.np2011-05-311-0/+151
* Update to firmware interface 1.3.10np2011-05-303-6/+235
* - Specialized ingress queues that take interrupts for other ingressnp2011-05-303-219/+303
* L2 table code. This is enough to get the T4's switch + L2 rewritenp2011-05-308-12/+626
* Simplify t4_os_find_pci_capability.np2011-05-191-35/+2
* - Enable per-channel congestion notification.np2011-05-182-8/+25
* Add missing header. The test for VLAN_CAPABILITIES later in the filenp2011-05-171-0/+1
* sysctl that displays the absolute queue id of an rxq.np2011-05-141-0/+13
* Bump up the number of egress queues that the driver is allowed to use.np2011-05-051-1/+1
* T4 packet timestamps.np2011-05-051-1/+22
* T4 packet filtering/steering.np2011-05-054-4/+671
* Always re-arm an iq's interrupt before leaving the handler.np2011-05-041-10/+4
* Ring the freelist doorbell from within refill_fl. While here, fix a bugnp2011-04-201-16/+20
* Use the correct free routine when destroying a control queue.np2011-04-201-1/+1
* Use Toeplitz hash for RSS.np2011-04-191-0/+1
* - Move all Ethernet specific items from sge_eq to sge_txq. sge_eq isnp2011-04-193-115/+345
* Fix a couple of bad races that can occur when a cxgbe interface is takennp2011-04-155-31/+97
* There is no need to request a tx credit flush if such a request is alreadynp2011-04-143-5/+16
* Modify read/write ioctls to work with 64 bit registers too.np2011-04-072-15/+33
* Update header and related code for firmware 1.3.8np2011-04-013-20/+28
* Do not over-allocate MSI interrupts for the case where each ingressnp2011-03-243-26/+39
* Fix an error while constructing the table that maps context id -> egressnp2011-03-221-1/+1
* Display holdoff timers and packet counts as a list of numbers.np2011-03-091-8/+24
* cxgbe shouldn't directly know of the UMA zones where network buffersnp2011-03-083-22/+48
* Be sure to stay within the bounds of the mod_str array when displayingnp2011-03-051-2/+6
* There is no need to hold an ingress queue's lock while processing itsnp2011-03-051-8/+0
* Calculate how many descriptors can be reclaimed before callingnp2011-03-051-37/+53
* Tweaks for rx:np2011-03-052-85/+112
* Store the ifnet rather than the port_info in each txq and rxq struct.np2011-03-053-10/+10
* A txpkts work request should have a valid FID.np2011-03-052-2/+5
* Upgrade the firmware on the card automatically if a better version isnp2011-03-052-17/+58
* Resume tx immediately in response to an SGE egress update from the hardware.np2011-03-053-42/+90
* Fix incorrect assertion.np2011-03-051-4/+5
OpenPOWER on IntegriCloud