summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools: Sync uapi/linux/if_link.hAndrii Nakryiko2020-01-141-0/+1
* selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macrosAndrii Nakryiko2020-01-1011-121/+193
* libbpf: Poison kernel-only integer typesAndrii Nakryiko2020-01-1012-1/+37
* Merge branch 'bpf-global-funcs'Daniel Borkmann2020-01-1022-89/+746
|\
| * selftests/bpf: Add unit tests for global functionsAlexei Starovoitov2020-01-108-0/+280
| * selftests/bpf: Modify a test to check global functionsAlexei Starovoitov2020-01-101-2/+2
| * selftests/bpf: Add a test for a large global functionAlexei Starovoitov2020-01-103-2/+14
| * selftests/bpf: Add fexit-to-skb test for global funcsAlexei Starovoitov2020-01-103-0/+44
| * bpf: Introduce function-by-function verificationAlexei Starovoitov2020-01-105-84/+366
| * libbpf: Sanitize global functionsAlexei Starovoitov2020-01-102-1/+40
|/
* Merge branch 'selftest-makefile-cleanup'Alexei Starovoitov2020-01-104-18/+22
|\
| * selftests/bpf: Further clean up Makefile outputAndrii Nakryiko2020-01-102-5/+7
| * selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dirAndrii Nakryiko2020-01-102-7/+7
| * libbpf,selftests/bpf: Fix clean targetsAndrii Nakryiko2020-01-102-6/+8
|/
* libbpf: Make bpf_map order and indices stableAndrii Nakryiko2020-01-101-14/+0
* bpf: Document BPF_F_QUERY_EFFECTIVE flagAndrey Ignatov2020-01-092-2/+12
* Merge branch 'tcp-bpf-cc'Alexei Starovoitov2020-01-0932-148/+2654
|\
| * bpf: Add bpf_dctcp exampleMartin KaFai Lau2020-01-093-0/+625
| * bpf: libbpf: Add STRUCT_OPS supportMartin KaFai Lau2020-01-096-13/+661
| * bpf: Synch uapi bpf.h to tools/Martin KaFai Lau2020-01-091-2/+17
| * bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau2020-01-092-2/+33
| * bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-0910-16/+261
| * bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-0911-47/+642
| * bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-0910-63/+373
| * bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau2020-01-091-5/+39
| * bpf: Add enum support to btf_ctx_access()Martin KaFai Lau2020-01-091-1/+1
| * bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau2020-01-091-3/+6
|/
* bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau2020-01-091-0/+1
* selftests/bpf: Restore original comm in test_overheadStanislav Fomichev2020-01-091-1/+7
* bpftool: Add misc section and probe for large INSN limitMichal Rostecki2020-01-081-0/+18
* libbpf: Add probe for large INSN limitMichal Rostecki2020-01-083-0/+23
* ptp: clockmatrix: Rework clockmatrix version information.Vincent Cheng2020-01-072-64/+15
* enetc: Fix inconsistent IS_ERR and PTR_ERRYueHaibing2020-01-071-1/+1
* enetc: Fix an off by one in enetc_setup_tc_txtime()Dan Carpenter2020-01-071-1/+1
* Merge branch 'Documentation-stmmac-documentation-improvements'David S. Miller2020-01-074-401/+699
|\
| * Documentation: networking: Add stmmac to device drivers listJose Abreu2020-01-071-0/+1
| * Documentation: networking: Convert stmmac documentation to RST formatJose Abreu2020-01-072-401/+697
| * MAINTAINERS: Add stmmac Ethernet driver documentation entryJose Abreu2020-01-071-0/+1
|/
* drivers: net: cisco_hdlc: use __func__ in debug messageChen Zhou2020-01-071-2/+2
* Merge branch 'net-ch9200-code-cleanup'David S. Miller2020-01-071-13/+11
|\
| * net: ch9200: remove unnecessary returnChen Zhou2020-01-071-2/+0
| * net: ch9200: use __func__ in debug messageChen Zhou2020-01-071-11/+11
|/
* Merge branch 'ionic-driver-updates'David S. Miller2020-01-075-10/+21
|\
| * ionic: clear compiler warning on hb use before setShannon Nelson2020-01-071-1/+1
| * ionic: restrict received packets to mtu sizeShannon Nelson2020-01-071-2/+9
| * ionic: add Rx dropped packet counterShannon Nelson2020-01-073-3/+11
| * ionic: drop use of subdevice tagsShannon Nelson2020-01-071-4/+0
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-01-077-1/+976
|\
| * igc: Use Start of Packet signal from PHY for timestampingVinicius Costa Gomes2020-01-072-1/+6
| * igc: Add support for ethtool GET_TS_INFO commandVinicius Costa Gomes2020-01-061-0/+34