aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/if_ix.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PNP entries for if_ix and if_ixv properly using the IFLIB_PNP_INFO()Yuri Pankov2018-10-111-3/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-151-5/+4
* 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 ix driverWarner Losh2018-07-081-0/+2
* Restore SIOCGI2C functionality to ixgbeAndrew Gallatin2018-04-171-2/+21
* ixgbe(4): Update shared code, add support for X552 1G, fix bugEric Joyner2018-03-191-1/+2
* ixgbe(4): Convert driver to use iflibEric Joyner2017-12-201-1936/+1213
* 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-111-3/+0
* Only make the if_ix module depend on netmap when netmap is configured.Konstantin Belousov2017-08-301-0/+2
* 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-051-4487/+3756
* Don't overrite vf->flags variable at the end of ixgbe(4) ixgbe_add_vf().Sean Bruno2017-04-051-1/+1
* Fix reference to free memory in ixgbe/if_media.cRyan Stone2017-01-201-0/+1
* Do not initialize the adapter on MTU change when adapter status is down.Sean Bruno2016-07-071-1/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+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
* Configure ixgbe phy & gbic powerSteven Hartland2016-01-311-0/+12
* ixgbe sysctl hardware defaultsSteven Hartland2016-01-261-49/+85
* Fix ix advertise value after media changeSteven Hartland2016-01-221-4/+10
* Add optimizing LRO wrapper:Hans Petter Selasky2016-01-191-2/+2
* Fixup SFP module insertion on the 82599 when insertion happens afterSean Bruno2016-01-071-9/+49
* ixgbe(4): Update to version 3.1.13-kSean Bruno2015-12-231-149/+370
* Add support for sysctl knobs to live tune the per interrupt rx/tx packetSean Bruno2015-10-131-6/+21
* 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-151-0/+5
* Fix igxbe SRIOV VF (if_ixv) initialization bugs. The MAC address forPatrick Kelsey2015-07-151-2/+2
* 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-011-3/+3
* Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel2015-06-011-132/+996
* Revert last commit, to remove added skeleton tree.Jack F Vogel2015-06-011-998/+136
* Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel2015-06-011-136/+998
* 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-301-218/+840
* 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
* Remove unused variable.Marcelo Araujo2015-04-201-2/+0
* Fix ixgbe(4) to compile - with RSS; with ix+ixv in the kernel.Adrian Chadd2015-03-181-9/+14
* Update to the Intel ixgbe driver:Jack F Vogel2015-03-171-0/+4163