index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xdp
/
xsk_queue.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xsk: Explicitly inline functions and move definitions
Björn Töpel
2020-05-21
1
-0
/
+45
*
xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code
Björn Töpel
2020-05-21
1
-105
/
+0
*
xsk: Introduce AF_XDP buffer allocation API
Björn Töpel
2020-05-21
1
-15
/
+44
*
xsk: Move defines only used by AF_XDP internals to xsk.h
Björn Töpel
2020-05-21
1
-0
/
+2
*
xsk: Change two variable names for increased clarity
Magnus Karlsson
2020-05-04
1
-4
/
+4
*
xdp: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-28
1
-2
/
+2
*
xsk: Publish global consumer pointers when NAPI is finished
Magnus Karlsson
2020-02-11
1
-1
/
+2
*
xsk: Add function naming comments and reorder functions
Magnus Karlsson
2019-12-20
1
-136
/
+157
*
xsk: Remove unnecessary READ_ONCE of data
Magnus Karlsson
2019-12-20
1
-2
/
+2
*
xsk: Change names of validation functions
Magnus Karlsson
2019-12-20
1
-28
/
+31
*
xsk: Simplify the consumer ring access functions
Magnus Karlsson
2019-12-20
1
-56
/
+46
*
xsk: Simplify xskq_nb_avail and xskq_nb_free
Magnus Karlsson
2019-12-20
1
-11
/
+13
*
xsk: Eliminate the RX batch size
Magnus Karlsson
2019-12-20
1
-4
/
+2
*
xsk: Standardize naming of producer ring access functions
Magnus Karlsson
2019-12-20
1
-31
/
+27
*
xsk: Consolidate to one single cached producer pointer
Magnus Karlsson
2019-12-20
1
-26
/
+21
*
xsk: Simplify detection of empty and full rings
Magnus Karlsson
2019-12-20
1
-2
/
+5
*
xsk: Eliminate the lazy update threshold
Magnus Karlsson
2019-12-20
1
-2
/
+1
*
xsk: add support to allow unaligned chunk placement
Kevin Laatz
2019-08-31
1
-8
/
+62
*
xsk: add support for need_wakeup flag in AF_XDP rings
Magnus Karlsson
2019-08-17
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-08
1
-1
/
+1
|
\
|
*
xsk: Properly terminate assignment in xskq_produce_flush_desc
Nathan Chancellor
2019-06-26
1
-1
/
+1
*
|
xsk: Add API to check for available entries in FQ
Maxim Mikityanskiy
2019-06-27
1
-0
/
+14
|
/
*
xsk: fix XDP socket ring buffer memory ordering
Magnus Karlsson
2019-04-16
1
-4
/
+52
*
xsk: fix to reject invalid options in Tx descriptor
Björn Töpel
2019-03-08
1
-2
/
+2
*
net: xsk: add a simple buffer reuse queue
Jakub Kicinski
2018-09-25
1
-0
/
+3
*
xsk: i40e: get rid of useless struct xdp_umem_props
Magnus Karlsson
2018-09-01
1
-6
/
+7
*
xsk: fix poll/POLLIN premature returns
Björn Töpel
2018-07-26
1
-1
/
+1
*
xsk: fix potential lost completion message in SKB path
Magnus Karlsson
2018-07-02
1
-7
/
+2
*
xsk: wire upp Tx zero-copy functions
Magnus Karlsson
2018-06-05
1
-1
/
+31
*
xsk: moved struct xdp_umem definition
Björn Töpel
2018-06-05
1
-2
/
+1
*
xsk: new descriptor addressing scheme
Björn Töpel
2018-06-04
1
-24
/
+19
*
xsk: proper fill queue descriptor validation
Björn Töpel
2018-06-04
1
-23
/
+9
*
xsk: remove explicit ring structure from uapi
Björn Töpel
2018-05-22
1
-0
/
+17
*
xsk: fixed some cases of unnecessary parentheses
Björn Töpel
2018-05-18
1
-2
/
+2
*
xsk: clean up SPDX headers
Björn Töpel
2018-05-18
1
-11
/
+2
*
xsk: statistics support
Magnus Karlsson
2018-05-03
1
-0
/
+5
*
xsk: support for Tx
Magnus Karlsson
2018-05-03
1
-1
/
+92
*
xsk: add Rx receive functions and poll support
Björn Töpel
2018-05-03
1
-1
/
+113
*
xsk: add support for bind for Rx
Magnus Karlsson
2018-05-03
1
-0
/
+1
*
xsk: add Rx queue setup and mmap support
Björn Töpel
2018-05-03
1
-1
/
+1
*
xsk: add umem fill queue support and mmap
Magnus Karlsson
2018-05-03
1
-0
/
+38