aboutsummaryrefslogtreecommitdiffstats
path: root/.cocciconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13tools: Sync uapi/linux/if_link.hAndrii Nakryiko1-0/+1
2020-01-10selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macrosAndrii Nakryiko11-121/+193
2020-01-10libbpf: Poison kernel-only integer typesAndrii Nakryiko12-1/+37
2020-01-10selftests/bpf: Add unit tests for global functionsAlexei Starovoitov8-0/+280
2020-01-10selftests/bpf: Modify a test to check global functionsAlexei Starovoitov1-2/+2
2020-01-10selftests/bpf: Add a test for a large global functionAlexei Starovoitov3-2/+14
2020-01-10selftests/bpf: Add fexit-to-skb test for global funcsAlexei Starovoitov3-0/+44
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov5-84/+366
2020-01-10libbpf: Sanitize global functionsAlexei Starovoitov2-1/+40
2020-01-09selftests/bpf: Further clean up Makefile outputAndrii Nakryiko2-5/+7
2020-01-09selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dirAndrii Nakryiko2-7/+7
2020-01-09libbpf,selftests/bpf: Fix clean targetsAndrii Nakryiko2-6/+8
2020-01-09libbpf: Make bpf_map order and indices stableAndrii Nakryiko1-14/+0
2020-01-09bpf: Document BPF_F_QUERY_EFFECTIVE flagAndrey Ignatov2-2/+12
2020-01-09bpf: Add bpf_dctcp exampleMartin KaFai Lau3-0/+625
2020-01-09bpf: libbpf: Add STRUCT_OPS supportMartin KaFai Lau6-13/+661
2020-01-09bpf: Synch uapi bpf.h to tools/Martin KaFai Lau1-2/+17
2020-01-09bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau2-2/+33
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau10-16/+261
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau11-47/+642
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau10-63/+373
2020-01-09bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau1-5/+39
2020-01-09bpf: Add enum support to btf_ctx_access()Martin KaFai Lau1-1/+1
2020-01-09bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau1-3/+6
2020-01-09bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau1-0/+1
2020-01-09selftests/bpf: Restore original comm in test_overheadStanislav Fomichev1-1/+7
2020-01-08bpftool: Add misc section and probe for large INSN limitMichal Rostecki1-0/+18
2020-01-08libbpf: Add probe for large INSN limitMichal Rostecki3-0/+23
2020-01-07ptp: clockmatrix: Rework clockmatrix version information.Vincent Cheng2-64/+15
2020-01-07enetc: Fix inconsistent IS_ERR and PTR_ERRYueHaibing1-1/+1
2020-01-07enetc: Fix an off by one in enetc_setup_tc_txtime()Dan Carpenter1-1/+1
2020-01-07Documentation: networking: Add stmmac to device drivers listJose Abreu1-0/+1
2020-01-07Documentation: networking: Convert stmmac documentation to RST formatJose Abreu2-401/+697
2020-01-07MAINTAINERS: Add stmmac Ethernet driver documentation entryJose Abreu1-0/+1
2020-01-07drivers: net: cisco_hdlc: use __func__ in debug messageChen Zhou1-2/+2
2020-01-07net: ch9200: remove unnecessary returnChen Zhou1-2/+0
2020-01-07net: ch9200: use __func__ in debug messageChen Zhou1-11/+11
2020-01-07ionic: clear compiler warning on hb use before setShannon Nelson1-1/+1
2020-01-07ionic: restrict received packets to mtu sizeShannon Nelson1-2/+9
2020-01-07ionic: add Rx dropped packet counterShannon Nelson3-3/+11
2020-01-07ionic: drop use of subdevice tagsShannon Nelson1-4/+0
2020-01-06net: dsa: mv88e6xxx: Unique ATU and VTU IRQ namesAndrew Lunn3-2/+10
2020-01-06net: dsa: mv88e6xxx: Unique g2 IRQ nameAndrew Lunn2-1/+5
2020-01-06net: dsa: mv88e6xxx: Unique watchdog IRQ nameAndrew Lunn2-1/+5
2020-01-06net: dsa: mv88e6xxx: Unique SERDES interrupt namesAndrew Lunn2-1/+6
2020-01-06net: dsa: mv88e6xxx: Unique IRQ nameAndrew Lunn2-1/+5
2020-01-06igc: Use Start of Packet signal from PHY for timestampingVinicius Costa Gomes2-1/+6
2020-01-06igc: Add support for ethtool GET_TS_INFO commandVinicius Costa Gomes1-0/+34
2020-01-06igc: Add support for TX timestampingVinicius Costa Gomes4-0/+158
2020-01-06igc: Add support for RX timestampingVinicius Costa Gomes5-0/+340