summaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ix(4): Move {mod,msf,mbx,fdir,phy,link}_task to lock protected handlerEric Joyner2019-05-107-113/+168
* MFC: r343203Marius Strobl2019-02-132-4/+6
* MFC r343772, r343867Vincenzo Maffione2019-02-121-4/+4
* MFC r339639Vincenzo Maffione2018-12-044-7/+6
* Move 1-second spin into ixgbe_netmap_reg()Stephen Hurd2018-04-132-2/+1
* Work around netmap issue with ixgbeStephen Hurd2018-04-121-0/+2
* MFC r331797:Brooks Davis2018-04-081-2/+2
* Revert r330897:Eitan Adler2018-03-2925-25/+0
* Partial merge of the SPDX changesEitan Adler2018-03-1425-0/+25
* Merge r323509 and r324994 adding Cavium LiquidIO Driver (lio)Sean Bruno2017-11-091-1/+2
* MFC r323024:Konstantin Belousov2017-09-061-0/+2
* MFC r320916Sean Bruno2017-07-121-1/+1
* MFC r316541, r316544, and r320688 from HEAD to stable/11.Eric Joyner2017-07-1141-8696/+13134
* MFC r312544Ryan Stone2017-02-071-0/+1
* MFC r303032Sean Bruno2016-07-241-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
* ixgbe(4): Update to version 3.1.13-kSean Bruno2015-12-2320-974/+957
* Add support for sysctl knobs to live tune the per interrupt rx/tx packetSean Bruno2015-10-134-17/+47
* A misplaced #endif in ixgbe_ioctl() causes interface MTU to becomeSean Bruno2015-08-031-3/+3
* Remove a couple of TUNABLE_INT() calls which are unnecessary after r267961.Hiren Panchasara2015-07-211-2/+0
* Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).Patrick Kelsey2015-07-153-2/+62
* Remove FreeBSD version check for deprecated M_FLOWID.Hiren Panchasara2015-07-151-4/+0
* Fix igxbe SRIOV VF (if_ixv) initialization bugs. The MAC address forPatrick Kelsey2015-07-153-6/+8
* Expose full 32bit RSS hash from card regardless of whether RSS is defined orHiren Panchasara2015-07-141-45/+52
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-0/+3
* Catch up to the SRIOV API changes in r283670.John Baldwin2015-06-012-3/+4
* Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel2015-06-016-177/+1380
* Revert last commit, to remove added skeleton tree.Jack F Vogel2015-06-016-1382/+181
* Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel2015-06-016-181/+1382
* Remove the extra extern which makes gcc complain; I assume it came fromBjoern A. Zeeb2015-05-011-4/+0
* Add support for certain Intel X550 devices.Eric Joyner2015-04-3030-400/+4793
* Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).John Baldwin2015-04-301-0/+11
* Add back ixgbe_rxeof, just remove the assignment to more.Marcelo Araujo2015-04-201-0/+1