Skip to content

Releases: SongXiaoXi/AppleIGC

v1.8

06 Mar 03:19

Choose a tag to compare

  • 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

19 Oct 09:00

Choose a tag to compare

Fix issues in the IPv6 packet-processing path that could trigger a kernel panic, primarily on macOS Tahoe.

v1.6

13 Feb 09:19

Choose a tag to compare

Some fixes to avoid kernel panic. It may be effective for issues #7 #13 #17

v1.5

15 Jun 00:27

Choose a tag to compare

  • Fix a kernel panic #12

v1.4

27 Aug 03:36

Choose a tag to compare

Fixed a potential kernel panic when calculating ICMPv6 packet checksum.

v1.3

07 Jun 14:33

Choose a tag to compare

bump version

v1.2: Fixing Jumbo Frames may result in the loss of the latter part.

31 May 15:12

Choose a tag to compare

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

04 May 07:29

Choose a tag to compare

Enable medium selection but do nothing to make macOS happy.

v1.0

15 Feb 03:49

Choose a tag to compare

first commit