|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +--------------------------------------- |
| 4 | +2025-11- PF_RING 9.2 |
| 5 | + |
| 6 | +* PF_RING Library |
| 7 | + - Fix fd leak in pfring_findalldevs |
| 8 | + - Fix IPv6 decoding |
| 9 | + - Define endianess macros compatible with kernel in userspace |
| 10 | + |
| 11 | +* PF_RING Kernel Module |
| 12 | + - Enhanced namespace and container support |
| 13 | + - Implement cluster type cluster_per_flow_ip_with_dup_tuple_ext |
| 14 | + - Fix GRE parsing: do not modify packet content |
| 15 | + - Reset packet_type struct |
| 16 | + - Fix compilation on old kernels |
| 17 | + |
| 18 | +* ZC Library |
| 19 | + - Add GTP-over-GRE support for zbalance GTP hash |
| 20 | + |
| 21 | +* FT Library |
| 22 | + - nDPI API updates |
| 23 | + - Fix CAPWAB decoding |
| 24 | + |
| 25 | +* PF_RING Capture Modules and ZC Drivers |
| 26 | + - NVIDIA (Mellanox) ConnectX improvements |
| 27 | + - Add support for non-promisc mode, both with single queue and RSS |
| 28 | + - Napatech improvements |
| 29 | + - Add PF_RING_FLOW_OFFLOAD_RESET flag to reset hardware flow table when using PF_RING_FLOW_OFFLOAD |
| 30 | + - Intel improvements |
| 31 | + - New ice-zc driver v.2.3.10 |
| 32 | + - Rework shutdown procedure to avoid crash on shutdown |
| 33 | + - New igb-zc driver v.5.16.11 |
| 34 | + - Disable e1000e compilation on kernel 6.12 or later (EOL) |
| 35 | + - Rename intel_igb_82580 to intel_igb_ts (includes i350/82580) |
| 36 | + - Load ice before iavf to prevent initialization issues |
| 37 | + - Fix VF configuration and driver auto-loading |
| 38 | + |
| 39 | +* Examples |
| 40 | + - pfcount_multichannel |
| 41 | + - Add -J option to disable promisc mode |
| 42 | + - ftflow |
| 43 | + - Update access to ndpi metadata |
| 44 | + - New psend example |
| 45 | + |
| 46 | +* Misc |
| 47 | + - Support for Debian 13 |
| 48 | + - Support for Linux kernel 6.12 and newer |
| 49 | + |
3 | 50 | --------------------------------------- |
4 | 51 | 2025-04-24 PF_RING 9.0 |
5 | 52 |
|
|
0 commit comments