summaryrefslogtreecommitdiff
path: root/drivers/net/pcap
AgeCommit message (Expand)Author
2024-10-13net/pcap: fix blocking RxStephen Hemminger
2024-08-26net/pcap: set live interface as non-blockingStephen Hemminger
2024-10-03drivers: use per line logging in helpersDavid Marchand
2024-10-03drivers: remove redundant newline from logsDavid Marchand
2023-03-16build: clarify configuration without IOVA field in mbufThomas Monjalon
2023-03-12remove repeated wordsStephen Hemminger
2022-11-14drivers: omit symbol map when unneededAbdullah Ömer Yamaç
2022-10-09drivers: mark SW PMDs to support disabling IOVA as PAShijith Thotton
2022-09-23bus/vdev: make driver-only headers privateDavid Marchand
2022-09-21eal: remove unneeded includes from a public headerDmitry Kozlyuk
2022-07-21version: 22.11-rc0David Marchand
2021-11-10build: cleanup libpcap dependent componentsDavid Marchand
2021-10-22ethdev: add namespaceFerruh Yigit
2021-10-06ethdev: make queue release callback optionalXueming Li
2021-09-09net/pcap: improve Rx statisticsQiming Chen
2021-09-09net/pcap: fix resource leakage on port probeQiming Chen
2021-08-17version: 21.11-rc0Thomas Monjalon
2021-05-11log: register with standardized namesDavid Marchand
2021-04-21net/pcap: build on WindowsDmitry Kozlyuk
2021-04-21net/pcap: move OS-dependent code to separate filesDmitry Kozlyuk
2021-04-21drivers: change indentation in build filesBruce Richardson
2021-04-14drivers: add missing includesFerruh Yigit
2021-03-03net/pcap: fix file descriptor leak on closeTengfei Zhang
2021-03-02net/pcap: fix format stringDmitry Kozlyuk
2021-02-22net/pcap: support imissed statsIdo Goshen
2021-02-04net/pcap: fix infinite Rx with large filesFerruh Yigit
2021-02-04net/pcap: fix byte stats for drop TxFerruh Yigit
2021-01-29ethdev: make driver-only headers privateBruce Richardson
2021-01-14drivers/net: build i40e and mlx5 on WindowsPallavi Kadam
2021-01-11net/pcap: remove local variable shadowing outer oneFerruh Yigit
2020-11-13net/pcap: fix registration of timestamp dynamic fieldOlivier Matz
2020-11-03net/pcap: switch Rx timestamp to dynamic mbuf fieldThomas Monjalon
2020-10-19build: remove library name from version map file nameBruce Richardson
2020-10-16ethdev: add device flag to bypass auto-filled queue xstatsFerruh Yigit
2020-10-16ethdev: change stop operation callback to return intIvan Ilchenko
2020-10-16net/pcap: fix crash on exit for infinite RxFerruh Yigit
2020-10-16net/pcap: fix input only RxFerruh Yigit
2020-09-30ethdev: remove old close behaviourThomas Monjalon
2020-09-30net/pcap: release port upon closeThomas Monjalon
2020-09-30ethdev: allow drivers to return error on closeThomas Monjalon
2020-09-08build: remove makefilesCiara Power
2020-08-12version: 20.11-rc0Thomas Monjalon
2020-07-03log: introduce logtype register macroJerin Jacob
2020-06-16net/pcap: support Tx nanosecond timestampsVivien Didelot
2020-01-17net/pcap: truncate packet if it is too largeZhike Wang
2019-11-20build: align symbols with global ABI versionPawel Modrak
2019-11-20build: remove individual library versionsAnatoly Burakov
2019-11-08net/pcap: fix argument checksKevin Traynor
2019-10-27port: fix pcap support with mesonBruce Richardson
2019-10-23drivers/net: enable promiscuous and multicast by defaultCiara Power