summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe/ixgbe.h
AgeCommit message (Expand)Author
2022-05-30Remove unused adapter->msix_mem.msaitoh
2022-03-10Print ECC, PHY and temp error log using with ratecheck().msaitoh
2021-12-10No functional change.msaitoh
2021-11-17s/dataseet/datasheet/ in comment.msaitoh
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-03Save the discard_multidesc state to not to forget the state by exiting rxeof().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-19 Add forgotten commit for previous. Change IXGBE_RX_COPY_LEN_MAX.msaitoh
2021-07-07Add new sysctl "rx_copy_len".msaitoh
2021-03-09Modify some parameters to reduce packet dropping.msaitoh
2020-12-26Disable/enable the OTHER interrupts correctly.msaitoh
2020-11-19 Add comment.msaitoh
2020-11-17Add new spin mutex to avoid race between ixgbe_msix_admin() and ixgbe_handle_...knakahara
2020-08-31If an SFP+ module is not inserted, don't try to access SFP+ EEPROM.msaitoh
2020-08-27 ADD SFP+ MOD_ABS inversion quirk.msaitoh
2020-08-17 Re-enabling interrupt is required only when a work is scheduled form themsaitoh
2020-08-17Fix a bug that the driver sometimes missed module insertion.msaitoh
2020-06-25Reduce ixgbe's busy loop using with workqueue and kpause.msaitoh
2020-06-23 KNF. No functional change.msaitoh
2020-02-06Ensure we don't call workqueue_enqueue() if the pluggable opticsthorpej
2020-02-05No functional change:msaitoh
2020-02-04- Fix locking problem with optics module interrupts: ifmedia_add()thorpej
2020-01-21 Fix the freeing code for some error paths. Found and tested by Patrick Welche.msaitoh
2020-01-20 Free jumbo mem structure correctly. Found by yamaguchi@ using with LOCKDEBUG.msaitoh
2019-12-16No functional change:msaitoh
2019-10-30G.C. (if_ipackets)msaitoh
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2019-09-12- Make SIOCADDMULTI returns ENOSPC when the Ethenet multicast address listmsaitoh
2019-07-17 Implement VLAN hardware filter function(ETHERCAP_VLAN_HWFILTER).msaitoh
2019-06-27Sync with FreeBSD ix-3.3.8 part 1. No functional change in this part:msaitoh
2019-02-22 Fix a bug that if_link_state_change(ifp, LINK_STATE_DOWN) isn't called unlessmsaitoh
2018-12-06 Apply FreeBSD ix-3.3.6.tar.gz's change to NetBSD. Tested on C3000 and X550-T1,msaitoh
2018-12-03 Some counters are not per queue but per traffic class. Make new evcnt groupmsaitoh
2018-07-31 Make jcl allocation per queue to reduce mutex spin. Tested by me andmsaitoh
2018-06-25 Remove duplicated inclusion of net/bpf.h.msaitoh
2018-05-23 Add "bool txr_no_space" for TX descriptor shortage. Use it like IFF_OACTIVE.msaitoh
2018-05-18 Revert new watchdog timer commits. The new watchdog timer made stabilitymsaitoh
2018-05-08- Fix broken watchdog timer. This change detects TX device timeout correctly.msaitoh
2018-04-25 Don't free and reallocate bus_dmamem when it's not required. Currently,msaitoh
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-04-19 Remove unused IXGBE_FC_HI and IXGBE_FC_LO. The watermark of the flow controlmsaitoh
2018-04-17 Remove unused structure entries. No functional change.msaitoh
2018-04-17Fix panic when "sysctl -w hw.ixg0.txrx_workqueue=[01]" while there is traffic.knakahara
2018-04-04Sync with the remaining part of FreeBSD r328265 except sfp_reinit stuff:msaitoh
2018-04-02Avoid issues caused by sending old packets at next link-up time.knakahara
2018-03-30Don't write EIMC directly. It is required to manage with struct ix_queue status.knakahara
2018-03-30Fix the problem between eitr and link_speed.knakahara
2018-03-26- Add link related softint's counter.msaitoh