aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-3/+3
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* Prevent invalid ixgbe advertise setting warningSteven Hartland2016-03-161-4/+4
* In FreeBSD 10 and higher the driver announces SCTP checksum offloading supportMichael Tuexen2016-02-041-7/+11
* Fix ixgbe flow control autoneg reportingSteven Hartland2016-01-311-1/+4
* Configure ixgbe phy & gbic powerSteven Hartland2016-01-315-4/+36
* ixgbe sysctl hardware defaultsSteven Hartland2016-01-262-49/+86
* Fix ixgbe compliation with DBG 1Steven Hartland2016-01-251-3/+26
* Fix ix advertise value after media changeSteven Hartland2016-01-221-4/+10
* Add optimizing LRO wrapper:Hans Petter Selasky2016-01-192-6/+6
* Fix VF handling of VLANs.Sean Bruno2016-01-071-3/+2
* Fixup SFP module insertion on the 82599 when insertion happens afterSean Bruno2016-01-071-9/+49
* Add missing #ifdef INET after r292674 to allow NOIP and NOINET kernelsBjoern A. Zeeb2015-12-261-0/+2
* Fix NO INET6 build broken at svn r292674Sean Bruno2015-12-241-0/+2