/external/intel-fw-eula/

'>index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe/ixgbe_osdep.h
AgeCommit message (Expand)Author
2021-12-24Update copyright to 2020.msaitoh
2021-08-25 Use MCLGET() instead of homegrown cluster (jcl) allocation mechanism.msaitoh
2021-08-19 Use m_adj(ETHER_ALIGN) more. Tested by me (amd64,aarch64) and rin (alpha).msaitoh
2020-09-01 Fix a panic on shutdown on a machine which use the recovery mode timer.msaitoh
2020-06-25Reduce ixgbe's busy loop using with workqueue and kpause.msaitoh
2020-06-11 Fix IXGBE_LE32_TO_CPUS() macro for big endian machine. This problem wasmsaitoh
2019-12-17 Use bus_space_barrier() instead of x86 specific *fence instruction.msaitoh
2019-12-16No functional change:msaitoh
2018-07-31 Make jcl allocation per queue to reduce mutex spin. Tested by me andmsaitoh
2018-04-25 Don't free and reallocate bus_dmamem when it's not required. Currently,msaitoh
2018-04-04Sync with the remaining part of FreeBSD r328265 except sfp_reinit stuff:msaitoh
2018-03-15 Add some changes from ix-3.2.17.tar.gz and r328265. Not fully synchronized.msaitoh
2017-12-06Sync with FreeBSD's r326022. All of the following changes have no influencemsaitoh
2017-08-30- Sync with FreeBSD r320688 (and up to r322865):msaitoh
2017-01-18 Now we can use multiqueue. It's default on ixg(4). Not yet for ixv(4).msaitoh
2016-12-05- Fix wol_enable, fc and wufc sysctls to work correctly.msaitoh
2016-12-05Update ixg(4) and ixv(4) up to FreeBSD r303890:msaitoh
2016-12-02Update ixg(4) and ixv(4) up to FreeBSD r292674:msaitoh
2016-12-01Update ixg(4) and ixv(4) up to FreeBSD r282299:msaitoh
2016-12-01Update ixg(4) and ixv(4) up to FreeBSD r280197:msaitoh
2016-11-25 Remove #ifdef NETBSD_MSI_OR_MSIX to be simple. ixv(4) isn't attached ifmsaitoh
2015-08-13 - Add MSI/MSI-X support. The multiqueue function is not supported yet.msaitoh
2015-08-05 Sync ixg(4) up to FreeBSD r279805 (or r280181) which include some bugfixes.msaitoh
2015-08-05 Fix error path in ixgbe_attach() and ixgbe_detatch() to prevent panic.msaitoh
2015-04-24Sync ixg(4) up to FreeBSD r250108:msaitoh
2015-04-14Sync ixg(4) up to FreeBSD r243716:msaitoh
2015-04-02Update our ixg(4) driver up to FreeBSD r238149:msaitoh
2015-03-27Synchronize our ixg(4) driver up to FreeBSD r230775:msaitoh
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-17Fix ixb(4) build.soren
2011-08-12Add sources for ixgbe(4), a Intel 82599 10-gigabit ethernet driverdyoung