index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
once.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-20
libbpf: add bpf_btf_get_next_id() to cycle through BTF objects
Quentin Monnet
3
-0
/
+8
2019-08-20
libbpf: refactor bpf_*_get_next_id() functions
Quentin Monnet
1
-13
/
+8
2019-08-20
tools: bpf: synchronise BPF UAPI header with tools
Quentin Monnet
1
-0
/
+1
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
4
-2
/
+10
2019-08-20
test_bpf: Fix a new clang warning about xor-ing two numbers
Nathan Chancellor
1
-1
/
+1
2019-08-20
bpf: add include guard to tnum.h
Masahiro Yamada
1
-0
/
+6
2019-08-20
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
1
-0
/
+12
2019-08-20
bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
YueHaibing
1
-1
/
+1
2019-08-17
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
Björn Töpel
1
-2
/
+6
2019-08-17
xsk: remove AF_XDP socket from map when the socket is released
Björn Töpel
3
-20
/
+173
2019-08-17
selftests/bpf: add sockopt clone/inheritance test
Stanislav Fomichev
4
-1
/
+353
2019-08-17
bpf: sync bpf.h to tools/
Stanislav Fomichev
1
-0
/
+3
2019-08-17
bpf: support cloning sk storage on accept()
Stanislav Fomichev
4
-6
/
+120
2019-08-17
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
2
-3
/
+15
2019-08-17
selftests/bpf: fix race in test_tcp_rtt test
Petar Penkov
1
-0
/
+31
2019-08-17
libbpf: relicense bpf_helpers.h and bpf_endian.h
Andrii Nakryiko
2
-2
/
+2
2019-08-17
net: Don't call XDP_SETUP_PROG when nothing is changed
Maxim Mikityanskiy
1
-2
/
+13
2019-08-17
net/mlx5e: Add AF_XDP need_wakeup support
Maxim Mikityanskiy
4
-5
/
+48
2019-08-17
net/mlx5e: Move the SW XSK code from NAPI poll to a separate function
Maxim Mikityanskiy
1
-2
/
+11
2019-08-17
samples/bpf: add use of need_wakeup flag in xdpsock
Magnus Karlsson
1
-72
/
+120
2019-08-17
libbpf: add support for need_wakeup flag in AF_XDP part
Magnus Karlsson
3
-0
/
+23
2019-08-17
ixgbe: add support for AF_XDP need_wakeup feature
Magnus Karlsson
1
-0
/
+18
2019-08-17
i40e: add support for AF_XDP need_wakeup feature
Magnus Karlsson
1
-0
/
+18
2019-08-17
xsk: add support for need_wakeup flag in AF_XDP rings
Magnus Karlsson
6
-20
/
+195
2019-08-17
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
12
-19
/
+32
2019-08-16
btf: fix return value check in btf_vmlinux_init()
Wei Yongjun
1
-7
/
+2
2019-08-16
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
5
-10
/
+12
2019-08-16
tools: bpftool: fix format string for p_err() in detect_common_prefix()
Quentin Monnet
1
-1
/
+1
2019-08-16
tools: bpftool: fix format string for p_err() in query_flow_dissector()
Quentin Monnet
1
-1
/
+1
2019-08-16
tools: bpftool: fix argument for p_err() in BTF do_dump()
Quentin Monnet
1
-1
/
+1
2019-08-16
tools: bpftool: fix format strings and arguments for jsonw_printf()
Quentin Monnet
1
-4
/
+4
2019-08-16
tools: bpftool: fix arguments for p_err() in do_event_pipe()
Quentin Monnet
1
-2
/
+2
2019-08-16
libbpf: make libbpf.map source of truth for libbpf version
Andrii Nakryiko
2
-12
/
+11
2019-08-16
tools: bpftool: add documentation for net attach/detach
Daniel T. Lee
1
-3
/
+54
2019-08-16
tools: bpftool: add bash-completion for net attach/detach
Daniel T. Lee
1
-10
/
+55
2019-08-16
tools: bpftool: add net detach command to detach XDP on interface
Daniel T. Lee
1
-1
/
+41
2019-08-16
tools: bpftool: add net attach command to attach XDP on interface
Daniel T. Lee
1
-7
/
+129
2019-08-14
tools: bpftool: compile with $(EXTRA_WARNINGS)
Quentin Monnet
3
-2
/
+7
2019-08-14
r8152: change rx_copybreak and rx_pending through ethtool
Hayes Wang
1
-5
/
+86
2019-08-14
r8152: support skb_add_rx_frag
Hayes Wang
1
-15
/
+105
2019-08-14
r8152: use alloc_pages for rx buffer
Hayes Wang
1
-20
/
+11
2019-08-14
r8152: replace array with linking list for rx information
Hayes Wang
1
-57
/
+125
2019-08-14
r8152: separate the rx buffer size
Hayes Wang
1
-4
/
+8
2019-08-14
net: phy: let phy_speed_down/up support speeds >1Gbps
Heiner Kallweit
2
-44
/
+18
2019-08-14
net: phy: add phy_speed_down_core and phy_resolve_min_speed
Heiner Kallweit
2
-0
/
+29
2019-08-14
net: phy: add __set_linkmode_max_speed
Heiner Kallweit
1
-2
/
+7
2019-08-14
net: devlink: remove redundant rtnl lock assert
Vlad Buslov
1
-3
/
+2
2019-08-14
net: hns3: Make hclge_func_reset_sync_vf static
YueHaibing
1
-1
/
+1
2019-08-13
devlink: send notifications for deleted snapshots on region destroy
Jiri Pirko
1
-11
/
+12
2019-08-13
libbpf: attempt to load kernel BTF from sysfs first
Andrii Nakryiko
1
-7
/
+57
[next]