index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
ixgbe
/
ixgbe_netbsd.h
Age
Commit message (
Expand
)
Author
2022-09-16
ixg(4) add an option for Tx to use deferred softint regardless of whether can...
knakahara
2022-01-25
Fix compile error for non __HAVE_ATOMIC64_LOADSTORE arch.
msaitoh
2022-01-25
Use atomic_{load,store}_relaxed() for event counters.
msaitoh
2021-08-25
Use MCLGET() instead of homegrown cluster (jcl) allocation mechanism.
msaitoh
2021-05-19
No functional change:
msaitoh
2021-03-09
Modify some parameters to reduce packet dropping.
msaitoh
2019-03-05
Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes
msaitoh
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_TX
msaitoh
2016-12-01
Update ixg(4) and ixv(4) up to FreeBSD r282299:
msaitoh
2016-12-01
Update ixg(4) and ixv(4) up to FreeBSD r280197:
msaitoh
2015-04-24
Sync ixg(4) up to FreeBSD r250108:
msaitoh
2014-04-17
CID/1008347, CID/1008348, CID/1008349: overflow before widen
christos
2011-08-12
Add sources for ixgbe(4), a Intel 82599 10-gigabit ethernet driver
dyoung