aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl
Commit message (Expand)AuthorAgeFilesLines
* ixl(4): Update to 1.9.9-kEric Joyner2018-05-0138-1886/+5487
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-122-3/+3
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-213-9/+8
* dev/(e1000,ixl): Make some use of mallocarray(9).Pedro F. Giffuni2018-01-113-8/+9
* ixl: Fix mbuf hash type settings.Sepherosa Ziehau2017-09-271-26/+12
* Drop IXL RX lock during TCP_LRO, fixes LOR mahem while holding the RXSean Bruno2017-07-271-3/+4
* ixl: gcc build errorsRyan Libby2017-07-146-22/+24
* ixl(4)/ixlv(4): Stop leaking every busdma entry in receive pathEric Joyner2017-07-131-0/+12
* 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