index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcap-dpdk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling
Josh Soref
2023-06-25
1
-3
/
+3
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-2
/
+2
*
Use the intended date types for variables passed as or compared to other types.
Rose
2023-05-08
1
-2
/
+2
*
Fix some typos
Francois-Xavier Le Bail
2022-08-01
1
-1
/
+1
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-2
/
+18
*
Fix some typos
Francois-Xavier Le Bail
2020-12-12
1
-6
/
+6
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
dpdk: get rid of an unused variable.
Guy Harris
2020-05-23
1
-1
/
+0
*
dpdk: get rid of unused argument to dpdk_read_with_timeout().
Guy Harris
2020-05-19
1
-2
/
+2
*
dpdk: make the length argument dpdk_gather_data() unsigned.
Guy Harris
2020-05-19
1
-1
/
+1
*
dpdk: check for rte_ether_addr and RTE_ETHER_MAX_JUMBO_FRAME_LEN.
Guy Harris
2020-05-19
1
-4
/
+18
*
Don't use ctype.h macros.
Guy Harris
2019-08-31
1
-1
/
+0
*
Remove trailing spaces/tabs
Francois-Xavier Le Bail
2019-08-16
1
-1
/
+1
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-24
/
+24
*
Don't treat EACCES as a fatal error when enumerating DPDK devices.
Guy Harris
2019-02-10
1
-4
/
+17
*
Don't explicitly check for root permission.
Guy Harris
2019-02-10
1
-10
/
+0
*
Fix some errors, warnings, and typoes.
Guy Harris
2019-02-08
1
-10
/
+9
*
We need rte_errno.h for rte_strerror() and rte_errno.
Guy Harris
2019-02-08
1
-0
/
+1
*
At least some DPDK RTE headers depend on stuff defined in rte_config.h.
Guy Harris
2019-02-08
1
-0
/
+1
*
Mark dpdk_fmt_errmsg_for_rte_errno() as printf-like.
Guy Harris
2019-02-08
1
-1
/
+5
*
More error cleanups.
Guy Harris
2019-02-07
1
-52
/
+170
*
Fix comment.
Guy Harris
2019-02-07
1
-1
/
+1
*
Fix error reporting.
Guy Harris
2019-02-07
1
-50
/
+135
*
Clean up some whitespaces
Francois-Xavier Le Bail
2019-01-23
1
-42
/
+42
*
Clean up the findalldevs code.
Guy Harris
2019-01-06
1
-3
/
+4
*
Add DPDK-only support.
Guy Harris
2019-01-06
1
-0
/
+35
*
configuration comment
jingleyang
2019-01-07
1
-10
/
+10
*
feature: required_select_timeout
jingleyang
2018-12-25
1
-0
/
+5
*
remove tx_pkts
jingleyang
2018-12-25
1
-4
/
+1
*
comment: block sleep is necessary
jingleyang
2018-12-25
1
-1
/
+2
*
bugfix: reset break_loop to 0 when break
jingleyang
2018-12-25
1
-2
/
+2
*
dpdk_read_with_timeout() non-blocking, blocking with timeout read
jingleyang
2018-12-25
1
-5
/
+53
*
setnonblock and getnonblock
jingleyang
2018-12-24
1
-6
/
+7
*
remove filter_in_userland
jingleyang
2018-12-24
1
-2
/
+0
*
add comment for bpf filter
jingleyang
2018-12-24
1
-3
/
+5
*
support pEnd check for strtoul
jingleyang
2018-12-24
1
-1
/
+4
*
fix typo
jingleyang
2018-12-24
1
-15
/
+5
*
use PACKET_COUNT_IS_UNLIMITED(max_cnt)
jingleyang
2018-12-24
1
-1
/
+1
*
remove dpdk_dispatch_internal and call pcap_dpdk_dispatch directly
jingleyang
2018-12-24
1
-41
/
+7
*
update configure and cmake
jingleyang
2018-12-24
1
-9
/
+16
*
set burst_cnt=max_cnt if max_cnt is small
jingleyang
2018-12-23
1
-1
/
+7
*
synchronous call dpdk_dispatch_internal
jingleyang
2018-12-23
1
-28
/
+11
*
userland install_bpf_program
jingleyang
2018-12-23
1
-13
/
+3
*
support p->snapshot
jingleyang
2018-12-23
1
-9
/
+26
*
modify copyright msg
jingleyang
2018-12-22
1
-0
/
+12
*
add more detailed error msg
jingleyang
2018-12-22
1
-34
/
+26
*
do more checks on strtoul
jingleyang
2018-12-22
1
-20
/
+24
*
remove copyright
jingleyang
2018-12-22
1
-32
/
+1
*
add pcap_dpdk_findalldevs support
jingleyang
2018-12-22
1
-29
/
+109
*
reduce debug msg
jingleyang
2018-12-21
1
-3
/
+3
[next]