summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixl
Commit message (Expand)AuthorAgeFilesLines
* MFC r313497: ixl(4): Update to 1.7.12-k.erj2017-05-1625-676/+2974
* MFC r303816 r303847sbruno2016-08-1124-7459/+11695
* Do not initialize the adapter on MTU change when adapter status is down.sbruno2016-07-072-2/+4
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiessephe2016-06-071-3/+3
* Delete duplicate declaration for i40e_blink_phy_link_led(..)ngie2016-05-291-2/+0
* [ixl] fix build for RSS.adrian2016-05-231-3/+5
* ixl: Re-add a change to TC0 setup made in D5203.erj2016-05-121-3/+11
* ixl: Update to 1.4.27-k.erj2016-05-129-57/+226
* ixl: Update to 1.4.24-k.erj2016-05-1210-114/+337
* ixl: Update to 1.4.20-k.erj2016-05-127-171/+780
* ixl: Update to 1.4.17-k.erj2016-05-129-206/+471
* ixl: Update to 1.4.13-k.erj2016-05-124-34/+52
* ixl: Update to 1.4.12-k.erj2016-05-127-187/+462
* ixl: Update to 1.4.9-k.erj2016-05-128-93/+214
* ixl: Update to 1.4.7-k.erj2016-05-129-100/+1039
* ixl: Update to 1.4.6-k.erj2016-05-125-76/+115
* ixl: Update to 1.4.5-k.erj2016-05-1218-2418/+145
* ixl(4): replace 0 with NULL for pointers.pfg2016-04-092-3/+3
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationsephe2016-04-011-5/+1
* Fix ixl with RSSsmh2016-03-031-38/+39
* ixl(4)/ixlv(4): Remove a couple unnecessary register writes/flushes.erj2016-02-242-2/+0
* ixl(4): Fix potential driver interrupt setup issues and startup crash.erj2016-02-241-35/+67
* ixl(4)/ixlv(4): Revert m_collapse() in ixl_xmit() to m_defrag().erj2016-02-191-1/+1
* ixl(4): Fix errors in queue interrupt setup in MSIX mode.erj2016-02-191-5/+3
* ixl(4): Remove unsupported device IDs.erj2016-02-191-3/+0
* ixl(4): Fix two important RSS bugs.erj2016-02-191-2/+12
* Add missing parentheses.kevlo2016-02-191-1/+1
* Fix phy interrupts setup for ixlsmh2016-01-291-3/+3
* Fix ixl(4) compilation with PCI_IOV pre-r266974ngie2016-01-031-0/+4
* Fix ixl debug sysctls panicsmh2015-11-121-19/+2
* ixl(4): Remove compile warning for unused function.sbruno2015-10-131-0/+4
* Fix for a customer issue with ixl(4):erj2015-07-211-1/+4
* Fix typo in baudrate initialization that was causing ixl to be seen asgallatin2015-06-191-1/+1
* Update SW4 to the Intel ixl/ixlv drivers. This is primarily a sharedjfv2015-06-0518-250/+3259
* Create a separate kobj interface for leaf-driver PCI IOV methods.jhb2015-05-282-7/+8
* Remove executable property from several ixl(4) source files.jhb2015-05-1919-0/+0
* Free vsi->queues after use.araujo2015-05-151-1/+1
* Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).jhb2015-04-301-1/+1
* Remove redundant sysctl_handle_string() calls, the sbuf auto-drain takesian2015-03-151-14/+3
* Replace the DEV_NETMAP code that accidentally got removed in thejfv2015-03-102-1/+92
* This delta introduces SRIOV support, thanks to Ryan Stone of Sandvine forjfv2015-03-1011-455/+1983
* Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().adrian2015-02-252-4/+2
* Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp...adrian2015-02-242-4/+14
* Add native netmap support to ixl.luigi2015-02-242-0/+92
* Bring the XL710 drivers up to the SW3 release level.jfv2015-02-2012-234/+335
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-1/+1
* Some RSS issues discovered by Adrian, missing header, variablejfv2015-01-163-7/+19
* Cleanup some bogus code in the RSS config, and add the includejfv2015-01-132-3/+4
* Complete the RX side RSS code: parse the encoded portion of the RXjfv2015-01-131-2/+62
* Move the vsi variable outside of the #ifdef block to unbreak NOIP kernelsbz2015-01-131-1/+1
OpenPOWER on IntegriCloud