aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* MFC r360398 and r360902Eric Joyner2020-05-142-0/+42
* MFC isc_pause_frame field fixes to Intel ethernet driversEric Joyner2020-01-021-2/+12
* MFC r354349: if_ixv: disable RSS configuration on 82599 and X540 VFsAndriy Gapon2019-12-032-2/+14
* MFC r353599Eric Joyner2019-10-161-3/+1
* MFC r352656: ix/ixv: Read MSI-X bar from device configEric Joyner2019-09-303-5/+4
* MFC r345303, r345305, r345657, r345658Eric Joyner2019-04-172-12/+2
* MFC r344643 and r345306Eric Joyner2019-04-172-2/+2
* MFC r343617, r343618:Konstantin Belousov2019-02-151-3/+1
* MFC: r343622Marius Strobl2019-02-133-1/+3
* MFC: r343621Marius Strobl2019-02-133-59/+59
* MFC: r343369Marius Strobl2019-02-133-4/+11
* MFC: r343203Marius Strobl2019-02-132-4/+6
* MFC: r343578 (partial)Marius Strobl2019-02-072-10/+5
* MFC r341156:Stephen Hurd2018-12-031-0/+2
* em/igb/ix(4): Port two Tx/Rx fixes made to ixl in r339338Eric Joyner2018-10-141-13/+8
* Fix PNP entries for if_ix and if_ixv properly using the IFLIB_PNP_INFO()Yuri Pankov2018-10-112-5/+2
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-262-2/+2
* ix(4), ixv(4): VLAN tag stripping fixes for Amazon EC2 Enhanced NetworkingEric Joyner2018-09-112-11/+22
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-192-2/+2
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-192-2/+2
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-153-13/+11
* Remove code to disable IFCAP_VLAN_HWFILTER by default for ixgbe(4) as VLANMarius Strobl2018-07-151-9/+0
* Add PNP info to PCI attachment of ixv driverWarner Losh2018-07-081-0/+2
* Add PNP info to PCI attachment of ix driverWarner Losh2018-07-081-0/+2
* netmap and iflib drivers, silence unused var warningsMatt Macy2018-05-192-2/+3
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Restore SIOCGI2C functionality to ixgbeAndrew Gallatin2018-04-171-2/+21
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-1/+1
* Use C99 initializers for iflib function tables.Mark Johnston2018-04-111-8/+8
* ixgbe(4): Update shared code, add support for X552 1G, fix bugEric Joyner2018-03-1915-146/+329
* ixv(4): Stop setting editing ifnet flags in ixv_if_init()Eric Joyner2018-01-221-4/+0
* ixgbe(4): Fix build error on i386.Eric Joyner2017-12-211-1/+1
* ixgbe(4): Convert driver to use iflibEric Joyner2017-12-2017-6100/+2485
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2025-0/+25
* Fix ixgbe(4) support for ifconfig's vlanhwtag flag. Disabling this flagSean Bruno2017-11-061-8/+10
* ixgbe: Remove never defined UDP_IPV4_EXSepherosa Ziehau2017-10-113-7/+0
* Only make the if_ix module depend on netmap when netmap is configured.Konstantin Belousov2017-08-301-0/+2
* ixv(4): Add more robust mailbox API negotiationEric Joyner2017-08-241-8/+35
* Drop ixgbe RX lock during TCP_LRO processing. This eliminates a "storm"Sean Bruno2017-07-251-4/+4
* Reset unsupported SFP tuneable back to original entry name.Sean Bruno2017-07-121-1/+1
* ixgbe(4): Update HEAD (p3) to 3.2.12-kEric Joyner2017-07-0541-8675/+13125
* Don't overrite vf->flags variable at the end of ixgbe(4) ixgbe_add_vf().Sean Bruno2017-04-051-1/+1
* Fix a double free in ixgbe_rxeof()Sean Bruno2017-04-051-21/+9
* Fix reference to free memory in ixgbe/if_media.cRyan Stone2017-01-201-0/+1
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-1/+1
* Fixup DA cable detection routines to not set the cable type toSean Bruno2016-07-191-9/+6
* 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-1/+1
* dev/e1000,ixgbe: minor spelling fixes.Pedro F. Giffuni2016-05-065-9/+9
* Correct possible underflow conditions when checking for available spaceSean Bruno2016-04-181-1/+1