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
Age
Commit message (
Expand
)
Author
2021-12-16
Print NVM image version on 82598.
msaitoh
2021-12-15
Change DCB credit parameters. No functional change.
msaitoh
2021-12-15
Remove dead code. No functional change.
msaitoh
2021-12-15
Check host interface return status. No functional change on NetBSD.
msaitoh
2021-12-15
Match X550_PHY_ID correctly on X550.
msaitoh
2021-12-15
Improve PHY's dmesg output for non-MIIVERBOSE case.
msaitoh
2021-12-14
Use adapter->mta for the multicast array memory instead of the on-stack array.
msaitoh
2021-12-14
Wait longer for link after fiber MAC setup.
msaitoh
2021-12-14
Use macro. No functional change. Same as FreeBSD.
msaitoh
2021-12-14
Add some missing error counters to ierror.
msaitoh
2021-12-14
Change error level in ixgbe_fc_autoneg().
msaitoh
2021-12-14
Add IPv6 mask for flow director.
msaitoh
2021-12-10
Move PF mailbox initialization from ixgbe_attach() to ixgbe_init_iov().
msaitoh
2021-12-10
No functional change.
msaitoh
2021-12-10
Whitespace fix. Sync with FreeBSD ix-3.3.14.
msaitoh
2021-12-10
Add some unused macros. Sync with FreeBSD ix-3.3.14.
msaitoh
2021-12-10
Move increments after evaluations.
msaitoh
2021-12-10
ifdef D(ebug)? From FreeBSD ix-3.3.14.
msaitoh
2021-12-10
Fix infinite recursion on PCIe link down.
msaitoh
2021-12-10
Remove debug error message.
msaitoh
2021-12-10
Change argument. No functional change. This file is not used in NetBSD.
msaitoh
2021-12-10
Remove unnecessary return value check.
msaitoh
2021-12-10
Remove unused argument. Note that this file is not used in NetBSD.
msaitoh
2021-12-10
Add typecast for type mismatch.
msaitoh
2021-12-10
Initialize data field in struct buffer.
msaitoh
2021-12-07
fix typos in word "instead", mainly in log messages.
andvar
2021-11-17
s/dataseet/datasheet/ in comment.
msaitoh
2021-11-12
KNF
skrll
2021-11-01
fix typos, mainly in words minimum and maximum, but also few others.
andvar
2021-09-30
Remove vlan_ifdetach() from ixgbe_detach()
yamaguchi
2021-09-30
Remove vlan_ifdetach() from ixv_detach()
yamaguchi
2021-09-19
fix various typos in comments, messages and documentation.
andvar
2021-09-16
Fix a bug that an mbuf chain which has more than 63488bytes MAY fail on TX.
msaitoh
2021-09-16
Use IXGBE_TXDCTL_WTHRESH_SHIFT macro. No functional change.
msaitoh
2021-09-08
Reduce bus_dmamap_sync() cost.
msaitoh
2021-09-08
Don't pre-allocate a cluster not to do m_freem() it on RXCOPY case.
msaitoh
2021-09-07
Don't increment no_mbuf evcnt(9) when discarding multi-descriptor packet.
msaitoh
2021-09-07
Sprinkle __predict_false() in the RX path.
msaitoh
2021-09-03
Save the discard_multidesc state to not to forget the state by exiting rxeof().
msaitoh
2021-09-03
Rename variable. No functional change.
msaitoh
2021-08-26
Remove "j" or "jumbo" because we always use MCLBYTES sized buffer.
msaitoh
2021-08-25
Use MCLGET() instead of homegrown cluster (jcl) allocation mechanism.
msaitoh
2021-08-20
fix various typos in comments and log messages.
andvar
2021-08-19
Add forgotten commit for previous. Change IXGBE_RX_COPY_LEN_MAX.
msaitoh
2021-08-19
Use m_adj(ETHER_ALIGN) more. Tested by me (amd64,aarch64) and rin (alpha).
msaitoh
2021-08-19
KNF. No functional change.
msaitoh
2021-08-19
Don't use fixed value. No functional change.
msaitoh
2021-08-19
Don't call bus_dmamap_sync with rx_mbuf_sz(== MCLBYTES) to prevent panic.
msaitoh
2021-08-18
Refresh unrefreshed descriptors' buffers correctly.
msaitoh
2021-08-17
fix multiplei repetitive typos in comments, messages and documentation. mainl...
andvar
[next]