summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe/ixgbe_netbsd.h
AgeCommit message (Expand)Author
2022-09-16ixg(4) add an option for Tx to use deferred softint regardless of whether can...knakahara
2022-01-25Fix compile error for non __HAVE_ATOMIC64_LOADSTORE arch.msaitoh
2022-01-25Use atomic_{load,store}_relaxed() for event counters.msaitoh
2021-08-25 Use MCLGET() instead of homegrown cluster (jcl) allocation mechanism.msaitoh
2021-05-19No functional change:msaitoh
2021-03-09Modify some parameters to reduce packet dropping.msaitoh
2019-03-05 Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changesmsaitoh
2018-12-21 Remove ETHERCAP_VLAN_HWFILTER.msaitoh
2018-12-06 Apply FreeBSD ix-3.3.6.tar.gz's change to NetBSD. Tested on C3000 and X550-T1,msaitoh
2018-04-25 Don't free and reallocate bus_dmamem when it's not required. Currently,msaitoh
2017-02-08 Enable TX multiqueue by default on both ixg(4) and ixv(4).msaitoh
2017-02-01 TX multiqueue. If you want to disable it, enable IXGBE_LEGACY_TXmsaitoh
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
2015-04-24Sync ixg(4) up to FreeBSD r250108:msaitoh
2014-04-17CID/1008347, CID/1008348, CID/1008349: overflow before widenchristos
2011-08-12Add sources for ixgbe(4), a Intel 82599 10-gigabit ethernet driverdyoung