index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xdp
/
xsk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-11
xsk: Publish global consumer pointers when NAPI is finished
Magnus Karlsson
1
-0
/
+2
2020-01-22
xsk, net: Make sock_def_readable() have external linkage
Björn Töpel
1
-1
/
+1
2019-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-34
/
+45
2019-12-20
xsk: Add function naming comments and reorder functions
Magnus Karlsson
1
-0
/
+10
2019-12-20
xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addr
Magnus Karlsson
1
-2
/
+2
2019-12-20
xsk: Change names of validation functions
Magnus Karlsson
1
-2
/
+2
2019-12-20
xsk: Simplify the consumer ring access functions
Magnus Karlsson
1
-12
/
+12
2019-12-20
xsk: Standardize naming of producer ring access functions
Magnus Karlsson
1
-10
/
+10
2019-12-19
xsk: Make xskmap flush_list common for all map instances
Björn Töpel
1
-8
/
+9
2019-12-19
xsk: Add rcu_read_lock around the XSK wakeup
Maxim Mikityanskiy
1
-8
/
+14
2019-11-24
xsk: Fix xsk_poll()'s return type
Luc Van Oostenryck
1
-4
/
+4
2019-11-02
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
1
-2
/
+31
2019-10-03
xsk: Fix crash in poll when device does not support ndo_xsk_wakeup
Magnus Karlsson
1
-15
/
+27
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-09-05
xsk: use state member for socket synchronization
Björn Töpel
1
-15
/
+39
2019-09-05
xsk: avoid store-tearing when assigning umem
Björn Töpel
1
-2
/
+2
2019-09-05
xsk: avoid store-tearing when assigning queues
Björn Töpel
1
-1
/
+1
2019-08-31
xsk: add support to allow unaligned chunk placement
Kevin Laatz
1
-18
/
+76
2019-08-17
xsk: remove AF_XDP socket from map when the socket is released
Björn Töpel
1
-0
/
+50
2019-08-17
xsk: add support for need_wakeup flag in AF_XDP rings
Magnus Karlsson
1
-19
/
+127
2019-08-17
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
1
-1
/
+2
2019-07-12
xdp: fix potential deadlock on socket mutex
Ilya Maximets
1
-0
/
+2
2019-07-12
xdp: fix possible cq entry leak
Ilya Maximets
1
-7
/
+4
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+76
2019-07-09
xdp: fix race on generic receive path
Ilya Maximets
1
-9
/
+22
2019-07-03
xdp: fix hang while unregistering device bound to xdp socket
Ilya Maximets
1
-11
/
+76
2019-06-27
xsk: Return the whole xdp_desc from xsk_umem_consume_tx
Maxim Mikityanskiy
1
-7
/
+3
2019-06-27
xsk: Add getsockopt XDP_OPTIONS
Maxim Mikityanskiy
1
-0
/
+20
2019-06-27
xsk: Add API to check for available entries in FQ
Maxim Mikityanskiy
1
-0
/
+6
2019-03-08
xsk: fix to reject invalid flags in xsk_bind
Björn Töpel
1
-1
/
+4
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+15
2019-02-21
Revert "xsk: simplify AF_XDP socket teardown"
Björn Töpel
1
-1
/
+15
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2019-02-10
xsk: add missing smp_rmb() in xsk_mmap
Magnus Karlsson
1
-0
/
+4
2019-01-25
xsk: add sock_diag interface for AF_XDP
Björn Töpel
1
-5
/
+1
2019-01-25
net: xsk: track AF_XDP sockets on a per-netns list
Björn Töpel
1
-0
/
+30
2018-12-19
xsk: simplify AF_XDP socket teardown
Björn Töpel
1
-15
/
+1
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-10-11
xsk: do not call synchronize_net() under RCU read lock
Björn Töpel
1
-0
/
+2
2018-10-08
xsk: proper AF_XDP socket teardown ordering
Björn Töpel
1
-5
/
+8
2018-10-05
xsk: fix bug when trying to use both copy and zero-copy on one queue id
Magnus Karlsson
1
-7
/
+0
2018-09-01
xsk: i40e: get rid of useless struct xdp_umem_props
Magnus Karlsson
1
-4
/
+6
2018-08-30
xsk: include XDP meta data in AF_XDP frames
Björn Töpel
1
-6
/
+18
2018-07-31
net: xsk: don't return frames via the allocator on error
Jakub Kicinski
1
-3
/
+1
2018-07-13
xsk: do not return EMSGSIZE in copy mode for packets larger than MTU
Magnus Karlsson
1
-6
/
+1
2018-07-13
xsk: always return ENOBUFS from sendmsg if there is no TX queue
Magnus Karlsson
1
-3
/
+2
2018-07-13
xsk: do not return EAGAIN from sendmsg when completion queue is full
Magnus Karlsson
1
-3
/
+1
2018-07-13
xsk: do not return ENXIO from TX copy mode
Magnus Karlsson
1
-3
/
+1
2018-07-02
xsk: fix potential race in SKB TX completion code
Magnus Karlsson
1
-0
/
+4
2018-07-02
xsk: frame could be completed more than once in SKB path
Magnus Karlsson
1
-3
/
+3
[next]