index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_verifier_log.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-10
selftests/bpf: Add a test for a large global function
Alexei Starovoitov
3
-2
/
+14
2020-01-10
selftests/bpf: Add fexit-to-skb test for global funcs
Alexei Starovoitov
3
-0
/
+44
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
5
-84
/
+366
2020-01-10
libbpf: Sanitize global functions
Alexei Starovoitov
2
-1
/
+40
2020-01-09
selftests/bpf: Further clean up Makefile output
Andrii Nakryiko
2
-5
/
+7
2020-01-09
selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dir
Andrii Nakryiko
2
-7
/
+7
2020-01-09
libbpf,selftests/bpf: Fix clean targets
Andrii Nakryiko
2
-6
/
+8
2020-01-09
libbpf: Make bpf_map order and indices stable
Andrii Nakryiko
1
-14
/
+0
2020-01-09
bpf: Document BPF_F_QUERY_EFFECTIVE flag
Andrey Ignatov
2
-2
/
+12
2020-01-09
bpf: Add bpf_dctcp example
Martin KaFai Lau
3
-0
/
+625
2020-01-09
bpf: libbpf: Add STRUCT_OPS support
Martin KaFai Lau
6
-13
/
+661
2020-01-09
bpf: Synch uapi bpf.h to tools/
Martin KaFai Lau
1
-2
/
+17
2020-01-09
bpf: Add BPF_FUNC_tcp_send_ack helper
Martin KaFai Lau
2
-2
/
+33
2020-01-09
bpf: tcp: Support tcp_congestion_ops in bpf
Martin KaFai Lau
10
-16
/
+261
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
11
-47
/
+642
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
10
-63
/
+373
2020-01-09
bpf: Support bitfield read access in btf_struct_access
Martin KaFai Lau
1
-5
/
+39
2020-01-09
bpf: Add enum support to btf_ctx_access()
Martin KaFai Lau
1
-1
/
+1
2020-01-09
bpf: Avoid storing modifier to info->btf_id
Martin KaFai Lau
1
-3
/
+6
2020-01-09
bpf: Save PTR_TO_BTF_ID register state when spilling to stack
Martin KaFai Lau
1
-0
/
+1
2020-01-09
selftests/bpf: Restore original comm in test_overhead
Stanislav Fomichev
1
-1
/
+7
2020-01-08
bpftool: Add misc section and probe for large INSN limit
Michal Rostecki
1
-0
/
+18
2020-01-08
libbpf: Add probe for large INSN limit
Michal Rostecki
3
-0
/
+23
2020-01-07
ptp: clockmatrix: Rework clockmatrix version information.
Vincent Cheng
2
-64
/
+15
2020-01-07
enetc: Fix inconsistent IS_ERR and PTR_ERR
YueHaibing
1
-1
/
+1
2020-01-07
enetc: Fix an off by one in enetc_setup_tc_txtime()
Dan Carpenter
1
-1
/
+1
2020-01-07
Documentation: networking: Add stmmac to device drivers list
Jose Abreu
1
-0
/
+1
2020-01-07
Documentation: networking: Convert stmmac documentation to RST format
Jose Abreu
2
-401
/
+697
2020-01-07
MAINTAINERS: Add stmmac Ethernet driver documentation entry
Jose Abreu
1
-0
/
+1
2020-01-07
drivers: net: cisco_hdlc: use __func__ in debug message
Chen Zhou
1
-2
/
+2
2020-01-07
net: ch9200: remove unnecessary return
Chen Zhou
1
-2
/
+0
2020-01-07
net: ch9200: use __func__ in debug message
Chen Zhou
1
-11
/
+11
2020-01-07
ionic: clear compiler warning on hb use before set
Shannon Nelson
1
-1
/
+1
2020-01-07
ionic: restrict received packets to mtu size
Shannon Nelson
1
-2
/
+9
2020-01-07
ionic: add Rx dropped packet counter
Shannon Nelson
3
-3
/
+11
2020-01-07
ionic: drop use of subdevice tags
Shannon Nelson
1
-4
/
+0
2020-01-06
net: dsa: mv88e6xxx: Unique ATU and VTU IRQ names
Andrew Lunn
3
-2
/
+10
2020-01-06
net: dsa: mv88e6xxx: Unique g2 IRQ name
Andrew Lunn
2
-1
/
+5
2020-01-06
net: dsa: mv88e6xxx: Unique watchdog IRQ name
Andrew Lunn
2
-1
/
+5
2020-01-06
net: dsa: mv88e6xxx: Unique SERDES interrupt names
Andrew Lunn
2
-1
/
+6
2020-01-06
net: dsa: mv88e6xxx: Unique IRQ name
Andrew Lunn
2
-1
/
+5
2020-01-06
igc: Use Start of Packet signal from PHY for timestamping
Vinicius Costa Gomes
2
-1
/
+6
2020-01-06
igc: Add support for ethtool GET_TS_INFO command
Vinicius Costa Gomes
1
-0
/
+34
2020-01-06
igc: Add support for TX timestamping
Vinicius Costa Gomes
4
-0
/
+158
2020-01-06
igc: Add support for RX timestamping
Vinicius Costa Gomes
5
-0
/
+340
2020-01-06
epic100: allow nesting of ethtool_ops begin() and complete()
Michal Kubecek
1
-2
/
+5
2020-01-06
via-velocity: allow nesting of ethtool_ops begin() and complete()
Michal Kubecek
2
-4
/
+11
2020-01-06
wil6210: get rid of begin() and complete() ethtool_ops
Michal Kubecek
1
-27
/
+16
2020-01-06
fcnal-test: Fix vrf argument in local tcp tests
David Ahern
1
-4
/
+4
2020-01-06
gtp: simplify error handling code in 'gtp_encap_enable()'
Christophe JAILLET
1
-6
/
+3
[next]