index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-05
samples/bpf: xdpsock: use skb Tx path for XDP_SKB
Björn Töpel
1
-0
/
+5
2018-06-05
xsk: wire upp Tx zero-copy functions
Magnus Karlsson
5
-11
/
+137
2018-06-05
net: added netdevice operation for Tx
Magnus Karlsson
1
-0
/
+2
2018-06-05
xsk: add zero-copy support for Rx
Björn Töpel
5
-21
/
+165
2018-06-05
xdp: add MEM_TYPE_ZERO_COPY
Björn Töpel
2
-5
/
+24
2018-06-05
net: xdp: added bpf_netdev_command XDP_{QUERY, SETUP}_XSK_UMEM
Björn Töpel
1
-0
/
+8
2018-06-05
xsk: introduce xdp_umem_page
Björn Töpel
3
-4
/
+21
2018-06-05
xsk: moved struct xdp_umem definition
Björn Töpel
4
-24
/
+26
2018-06-05
Merge branch 'bpf-xdp-remove-xdp-flush'
Daniel Borkmann
7
-81
/
+1
2018-06-05
net: remove net_device operation ndo_xdp_flush
Jesper Dangaard Brouer
1
-4
/
+0
2018-06-05
tun: remove ndo_xdp_flush call tun_xdp_flush
Jesper Dangaard Brouer
1
-22
/
+1
2018-06-05
virtio_net: remove ndo_xdp_flush call virtnet_xdp_flush
Jesper Dangaard Brouer
1
-13
/
+0
2018-06-05
ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flush
Jesper Dangaard Brouer
1
-21
/
+0
2018-06-05
i40e: remove ndo_xdp_flush call i40e_xdp_flush
Jesper Dangaard Brouer
3
-21
/
+0
2018-06-05
bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}
Wang YanQing
1
-5
/
+5
2018-06-05
bpf, arm32: correct check_imm24
Wang YanQing
1
-3
/
+3
2018-06-04
bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPS
Yonghong Song
1
-0
/
+2
2018-06-04
Merge branch 'bpf-af-xdp-fixes'
Daniel Borkmann
9
-203
/
+172
2018-06-04
samples/bpf: minor *_nb_free performance fix
Magnus Karlsson
1
-3
/
+5
2018-06-04
samples/bpf: adapted to new uapi
Björn Töpel
1
-48
/
+36
2018-06-04
xsk: new descriptor addressing scheme
Björn Töpel
8
-129
/
+123
2018-06-04
xsk: proper Rx drop statistics update
Björn Töpel
1
-5
/
+5
2018-06-04
xsk: proper fill queue descriptor validation
Björn Töpel
2
-29
/
+14
2018-06-03
bpf: flowlabel in bpf_fib_lookup should be flowinfo
David Ahern
3
-3
/
+3
2018-06-03
Merge branch 'bpf_get_current_cgroup_id'
Alexei Starovoitov
13
-4
/
+267
2018-06-03
tools/bpf: add a selftest for bpf_get_current_cgroup_id() helper
Yonghong Song
6
-2
/
+232
2018-06-03
tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helper
Yonghong Song
2
-1
/
+9
2018-06-03
bpf: implement bpf_get_current_cgroup_id() helper
Yonghong Song
5
-1
/
+26
2018-06-03
Merge branch 'ndo_xdp_xmit-cleanup'
Alexei Starovoitov
9
-35
/
+72
2018-06-03
bpf/xdp: devmap can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
1
-13
/
+6
2018-06-03
bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
1
-2
/
+1
2018-06-03
xdp: done implementing ndo_xdp_xmit flush flag for all drivers
Jesper Dangaard Brouer
1
-1
/
+0
2018-06-03
virtio_net: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-1
/
+5
2018-06-03
tun: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-6
/
+13
2018-06-03
ixgbe: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-6
/
+14
2018-06-03
i40e: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-2
/
+8
2018-06-03
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
9
-11
/
+32
2018-06-03
Merge branch 'misc-BPF-improvements'
Alexei Starovoitov
13
-70
/
+421
2018-06-03
bpf, doc: add missing patchwork url and libbpf to maintainers
Daniel Borkmann
1
-0
/
+2
2018-06-03
bpf: sync bpf uapi header with tools
Daniel Borkmann
1
-2
/
+20
2018-06-03
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
3
-9
/
+34
2018-06-03
bpf: fix cbpf parser bug for octal numbers
Daniel Borkmann
1
-1
/
+1
2018-06-03
bpf: make sure to clear unused fields in tunnel/xfrm state fetch
Daniel Borkmann
2
-1
/
+8
2018-06-03
bpf: add bpf_skb_cgroup_id helper
Daniel Borkmann
2
-3
/
+45
2018-06-03
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
3
-22
/
+61
2018-06-03
bpf: show prog and map id in fdinfo
Daniel Borkmann
1
-4
/
+8
2018-06-03
bpf: fixup error message from gpl helpers on license mismatch
Daniel Borkmann
1
-1
/
+1
2018-06-03
bpf: add also cbpf long jump test cases with heavy expansion
Daniel Borkmann
1
-0
/
+63
2018-06-03
bpf: test case for map pointer poison with calls/branches
Daniel Borkmann
3
-27
/
+178
2018-06-02
Merge branch 'btf-fixes'
Alexei Starovoitov
2
-1
/
+70
[next]