Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vnet
/
devices
/
af_packet
/
af_packet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-08
devices: af_packet, fix tx stall by retrying failed sendto
Mohammed Hawari
1
-0
/
+1
2022-05-08
devices: fix crash on invalid interface
Gabriel Ganne
1
-2
/
+5
2022-04-11
devices: refactor fanout support
Mohsin Kazmi
1
-27
/
+33
2022-04-07
devices: add cli support for checksum and gso disable
Mohsin Kazmi
1
-16
/
+20
2022-04-06
devices: add cli support to disable qdisc bypass
Mohsin Kazmi
1
-11
/
+18
2022-04-05
devices: remove redundant code af-packet
Mohsin Kazmi
1
-22
/
+3
2022-04-05
devices: fix the coverity warnings for af-packet v3
Mohsin Kazmi
1
-9
/
+14
2022-04-04
devices: add multi-queue support for af-packet
Mohsin Kazmi
1
-161
/
+371
2022-03-25
devices: fix high vector rate per dispatch
Mohsin Kazmi
1
-0
/
+1
2022-03-23
devices: add support for offloads
Mohsin Kazmi
1
-19
/
+24
2022-03-23
devices: af-packet v3 support
Mohsin Kazmi
1
-25
/
+62
2022-03-10
devices: remove the unused code from af_packet
Mohsin Kazmi
1
-3
/
+0
2022-01-18
vnet: distinguish between max_frame_size and MTU
Damjan Marion
1
-4
/
+6
2022-01-17
interface: improve MTU handling
Damjan Marion
1
-21
/
+16
2022-01-10
interface: refactor interface capabilities code, part 2
Damjan Marion
1
-10
/
+6
2022-01-07
ethernet: new interface registration function
Damjan Marion
1
-15
/
+6
2022-01-05
interface: refactor interface capabilities code
Damjan Marion
1
-5
/
+3
2021-11-23
devices: support build on older kernels
Florin Coras
1
-0
/
+3
2021-10-29
devices: default mode eth in the api
Nathan Skrzypczak
1
-2
/
+2
2021-10-22
devices: add support for l3 af_packet interface
Mohsin Kazmi
1
-26
/
+43
2021-09-28
devices: Add queues params in create_if
Nathan Skrzypczak
1
-37
/
+40
2021-09-07
devices: restore regular af-packet tx path
Mohammed Hawari
1
-0
/
+9
2021-04-08
devices: af_packet - use netlink to get/set mtu
Aloys Augustin
1
-12
/
+6
2021-03-19
interface: add capabilities flags
Mohsin Kazmi
1
-4
/
+9
2021-02-05
devices: af-packet gso mtu
Nathan Skrzypczak
1
-0
/
+25
2021-01-22
devices: adapt af_packet to new rxq framework
Mohammed Hawari
1
-21
/
+21
2020-12-14
misc: move to new pool_foreach macros
Damjan Marion
1
-3
/
+3
2020-10-08
interface: shorten vnet_hw_if_rx_mode
Damjan Marion
1
-1
/
+1
2020-05-27
ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)
John Lo
1
-1
/
+1
2019-09-12
devices: af_packet API cleanup
Jakub Grajciar
1
-11
/
+13
2019-05-07
Fix af_packet issues:
jackiechen1985
1
-31
/
+57
2018-10-23
c11 safe string handling support
Dave Barach
1
-3
/
+3
2018-05-29
af_packet: Add support for dump interfaces
Mohsin Kazmi
1
-0
/
+25
2018-05-28
af-packet: Add support for logging
Mohsin Kazmi
1
-24
/
+30
2018-05-28
itf: Fix admin up down for AF_PACKET and vhost-user
Mohsin Kazmi
1
-4
/
+41
2018-03-26
afpacket: Fix the reply if itf already exits
Mohsin Kazmi
1
-1
/
+3
2018-03-14
At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin...
Chaoyu Jin
1
-12
/
+12
2018-02-06
vlib: epoll on worker threads
Damjan Marion
1
-0
/
+2
2018-01-05
VPP-1115 Fix a debug log mistake when create AF_PACKET socket
zhaoqingling
1
-1
/
+1
2017-11-14
vnet: af_packet_set_l4_cksum_offload device class check
Jakub Grajciar
1
-0
/
+3
2017-10-24
Add extern to *_main global variable declarations in header files.
Dave Wallace
1
-0
/
+2
2017-10-23
af_packet: invalid TCP/UDP offload checksum on RX node recalculation
Jakub Grajciar
1
-0
/
+16
2017-10-11
Revert "VPP-1001 - update AF Packet Driver to for modern kernels"
Damjan Marion
1
-28
/
+2
2017-10-04
VPP-1001 - update AF Packet Driver to for modern kernels
Anton Ivanov
1
-2
/
+28
2017-09-15
vppinfra: add clib_mem_vm_ext_alloc function
Damjan Marion
1
-2
/
+2
2017-09-09
move unix_file_* code to vppinfra
Damjan Marion
1
-6
/
+6
2017-09-08
vlib: move linux-specific code to vlib/linux
Damjan Marion
1
-0
/
+1
2017-05-15
af_packet: support changing the mtu size
Ray Kinsella
1
-1
/
+23
2017-05-02
Add interface rx mode commands, unify rx mode and placement CLI
Damjan Marion
1
-6
/
+12
2017-04-28
af_packet: reflect admin device state on host
Ray Kinsella
1
-12
/
+38
[next]