summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe
AgeCommit message (Expand)Author
2021-12-16Print NVM image version on 82598.msaitoh
2021-12-15Change DCB credit parameters. No functional change.msaitoh
2021-12-15Remove dead code. No functional change.msaitoh
2021-12-15Check host interface return status. No functional change on NetBSD.msaitoh
2021-12-15Match X550_PHY_ID correctly on X550.msaitoh
2021-12-15Improve PHY's dmesg output for non-MIIVERBOSE case.msaitoh
2021-12-14Use adapter->mta for the multicast array memory instead of the on-stack array.msaitoh
2021-12-14Wait longer for link after fiber MAC setup.msaitoh
2021-12-14Use macro. No functional change. Same as FreeBSD.msaitoh
2021-12-14Add some missing error counters to ierror.msaitoh
2021-12-14Change error level in ixgbe_fc_autoneg().msaitoh
2021-12-14Add IPv6 mask for flow director.msaitoh
2021-12-10Move PF mailbox initialization from ixgbe_attach() to ixgbe_init_iov().msaitoh
2021-12-10No functional change.msaitoh
2021-12-10Whitespace fix. Sync with FreeBSD ix-3.3.14.msaitoh
2021-12-10Add some unused macros. Sync with FreeBSD ix-3.3.14.msaitoh
2021-12-10Move increments after evaluations.msaitoh
2021-12-10ifdef D(ebug)? From FreeBSD ix-3.3.14.msaitoh
2021-12-10Fix infinite recursion on PCIe link down.msaitoh
2021-12-10Remove debug error message.msaitoh
2021-12-10Change argument. No functional change. This file is not used in NetBSD.msaitoh
2021-12-10Remove unnecessary return value check.msaitoh
2021-12-10Remove unused argument. Note that this file is not used in NetBSD.msaitoh
2021-12-10Add typecast for type mismatch.msaitoh
2021-12-10Initialize data field in struct buffer.msaitoh
2021-12-07fix typos in word "instead", mainly in log messages.andvar
2021-11-17s/dataseet/datasheet/ in comment.msaitoh
2021-11-12KNFskrll
2021-11-01fix typos, mainly in words minimum and maximum, but also few others.andvar
2021-09-30Remove vlan_ifdetach() from ixgbe_detach()yamaguchi
2021-09-30Remove vlan_ifdetach() from ixv_detach()yamaguchi
2021-09-19fix 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-16Use IXGBE_TXDCTL_WTHRESH_SHIFT macro. No functional change.msaitoh
2021-09-08Reduce bus_dmamap_sync() cost.msaitoh
2021-09-08Don'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-03Save 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-20fix 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-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar