aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl
Commit message (Expand)AuthorAgeFilesLines
* ixl(4)/ixlv(4): Fix some busdma tags and improper map NULL.Eric Joyner2017-06-101-5/+4
* ixl(4): Update to 1.7.12-kEric Joyner2017-02-1025-675/+2973
* Restore r302384 that was dropped when r303816 updated the driver to 1.6.6.-kSean Bruno2017-01-031-1/+2
* Fix linker warnings (errors on gcc) that resulted from r304510.Eric Joyner2016-09-012-5/+1
* ixlv(4): Fix ixlv(4) not loading when loaded as a kernel module and netmap is...Eric Joyner2016-08-201-0/+4
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-094-4/+4
* Fixup ixl(4) options parsing to actually compile when using RSS/PCBGROUPSean Bruno2016-08-083-11/+10
* ixl(4): Update to ixl-1.6.6-k.Sean Bruno2016-08-0724-7460/+11697
* Do not initialize the adapter on MTU change when adapter status is down.Sean Bruno2016-07-072-2/+4
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-3/+3
* Delete duplicate declaration for i40e_blink_phy_link_led(..)Enji Cooper2016-05-291-2/+0
* [ixl] fix build for RSS.Adrian Chadd2016-05-231-3/+5
* ixl: Re-add a change to TC0 setup made in D5203.Eric Joyner2016-05-121-3/+11
* ixl: Update to 1.4.27-k.Eric Joyner2016-05-129-57/+226
* ixl: Update to 1.4.24-k.Eric Joyner2016-05-1210-114/+337
* ixl: Update to 1.4.20-k.Eric Joyner2016-05-127-171/+780
* ixl: Update to 1.4.17-k.Eric Joyner2016-05-129-206/+471
* ixl: Update to 1.4.13-k.Eric Joyner2016-05-124-34/+52
* ixl: Update to 1.4.12-k.Eric Joyner2016-05-127-187/+462
* ixl: Update to 1.4.9-k.Eric Joyner2016-05-128-93/+214
* ixl: Update to 1.4.7-k.Eric Joyner2016-05-129-100/+1039
* ixl: Update to 1.4.6-k.Eric Joyner2016-05-125-76/+115
* ixl: Update to 1.4.5-k.Eric Joyner2016-05-1218-2418/+145
* ixl(4): replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-3/+3
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* Fix ixl with RSSSteven Hartland2016-03-031-38/+39
* ixl(4)/ixlv(4): Remove a couple unnecessary register writes/flushes.Eric Joyner2016-02-242-2/+0
* ixl(4): Fix potential driver interrupt setup issues and startup crash.Eric Joyner2016-02-241-35/+67
* ixl(4)/ixlv(4): Revert m_collapse() in ixl_xmit() to m_defrag().Eric Joyner2016-02-191-1/+1
* ixl(4): Fix errors in queue interrupt setup in MSIX mode.Eric Joyner2016-02-191-5/+3
* ixl(4): Remove unsupported device IDs.Eric Joyner2016-02-191-3/+0
* ixl(4): Fix two important RSS bugs.Eric Joyner2016-02-191-2/+12
* Add missing parentheses.Kevin Lo2016-02-191-1/+1
* Fix phy interrupts setup for ixlSteven Hartland2016-01-291-3/+3
* Fix ixl(4) compilation with PCI_IOV pre-r266974Enji Cooper2016-01-031-0/+4
* Fix ixl debug sysctls panicSteven Hartland2015-11-121-19/+2
* ixl(4): Remove compile warning for unused function.Sean Bruno2015-10-131-0/+4
* Fix for a customer issue with ixl(4):Eric Joyner2015-07-211-1/+4
* Fix typo in baudrate initialization that was causing ixl to be seen asAndrew Gallatin2015-06-191-1/+1
* Update SW4 to the Intel ixl/ixlv drivers. This is primarily a sharedJack F Vogel2015-06-0518-250/+3259
* Create a separate kobj interface for leaf-driver PCI IOV methods.John Baldwin2015-05-282-7/+8
* Remove executable property from several ixl(4) source files.John Baldwin2015-05-1919-0/+0
* Free vsi->queues after use.Marcelo Araujo2015-05-151-1/+1
* Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).John Baldwin2015-04-301-1/+1
* Remove redundant sysctl_handle_string() calls, the sbuf auto-drain takesIan Lepore2015-03-151-14/+3
* Replace the DEV_NETMAP code that accidentally got removed in theJack F Vogel2015-03-102-1/+92
* This delta introduces SRIOV support, thanks to Ryan Stone of Sandvine forJack F Vogel2015-03-1011-455/+1983
* Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().Adrian Chadd2015-02-252-4/+2
* Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp...Adrian Chadd2015-02-242-4/+14
* Add native netmap support to ixl.Luigi Rizzo2015-02-242-0/+92