Releases: SongXiaoXi/AppleIGC
Releases · SongXiaoXi/AppleIGC
v1.8
- Fixed a TX buffer cleanup size mismatch in
igc_free_tx_resources. - Corrected full-duplex / half-duplex detection for 10M and 100M links.
- Improved RX error handling to safely recover from packet buffer copy failures.
- Fixed pointer-width atomic compare-and-swap in
createWorkLoop. - Refined link state handling, including link up/down transitions and watchdog behavior.
- Added extra safety checks in the transmit path.
- Improved suspend/resume handling.
v1.7
Fix issues in the IPv6 packet-processing path that could trigger a kernel panic, primarily on macOS Tahoe.
v1.6
v1.5
v1.4
Fixed a potential kernel panic when calculating ICMPv6 packet checksum.
v1.3
bump version
v1.2: Fixing Jumbo Frames may result in the loss of the latter part.
Fixing Jumbo Frames may result in the loss of the latter part.
Fixing the modification of network card parameters(MTU) may cause kernel panic.
Correcting some atomic operations.
v1.1
Enable medium selection but do nothing to make macOS happy.
v1.0
first commit