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.h
Age
Commit message (
Expand
)
Author
2022-05-30
Remove unused adapter->msix_mem.
msaitoh
2022-03-10
Print ECC, PHY and temp error log using with ratecheck().
msaitoh
2021-12-10
No functional change.
msaitoh
2021-11-17
s/dataseet/datasheet/ in comment.
msaitoh
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-03
Save 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-07
Add new sysctl "rx_copy_len".
msaitoh
2021-03-09
Modify some parameters to reduce packet dropping.
msaitoh
2020-12-26
Disable/enable the OTHER interrupts correctly.
msaitoh
2020-11-19
Add comment.
msaitoh
2020-11-17
Add new spin mutex to avoid race between ixgbe_msix_admin() and ixgbe_handle_...
knakahara
2020-08-31
If 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 the
msaitoh
2020-08-17
Fix a bug that the driver sometimes missed module insertion.
msaitoh
2020-06-25
Reduce ixgbe's busy loop using with workqueue and kpause.
msaitoh
2020-06-23
KNF. No functional change.
msaitoh
2020-02-06
Ensure we don't call workqueue_enqueue() if the pluggable optics
thorpej
2020-02-05
No 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-16
No functional change:
msaitoh
2019-10-30
G.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 list
msaitoh
2019-07-17
Implement VLAN hardware filter function(ETHERCAP_VLAN_HWFILTER).
msaitoh
2019-06-27
Sync 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 unless
msaitoh
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 group
msaitoh
2018-07-31
Make jcl allocation per queue to reduce mutex spin. Tested by me and
msaitoh
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 stability
msaitoh
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-19
s/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 control
msaitoh
2018-04-17
Remove unused structure entries. No functional change.
msaitoh
2018-04-17
Fix panic when "sysctl -w hw.ixg0.txrx_workqueue=[01]" while there is traffic.
knakahara
2018-04-04
Sync with the remaining part of FreeBSD r328265 except sfp_reinit stuff:
msaitoh
2018-04-02
Avoid issues caused by sending old packets at next link-up time.
knakahara
2018-03-30
Don't write EIMC directly. It is required to manage with struct ix_queue status.
knakahara
2018-03-30
Fix the problem between eitr and link_speed.
knakahara
2018-03-26
- Add link related softint's counter.
msaitoh
[next]