summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller320-1448/+7532
2020-01-23net/mlx5e: Enable all available stats for uplink repsVlad Buslov3-33/+18
2020-01-23net/mlx5e: Create q counters on uplink representorsVlad Buslov1-2/+19
2020-01-23net/mlx5e: Convert rep stats to mlx5e_stats_grp-based infraVlad Buslov1-43/+114
2020-01-23net/mlx5e: IPoIB, use separate stats groupsSaeed Mahameed3-15/+51
2020-01-23net/mlx5e: Convert stats groups array to array of group pointersSaeed Mahameed4-31/+56
2020-01-23net/mlx5e: Declare stats groups via macroSaeed Mahameed3-185/+108
2020-01-23net/mlx5e: Profile specific stats groupsSaeed Mahameed6-48/+93
2020-01-23net/mlx5e: Move uplink rep init/cleanup code into own functionsRoi Dayan1-30/+51
2020-01-23net/mlx5: DR, Allow connecting flow table to a lower/same level tableYevgeny Kliteynik1-2/+5
2020-01-23net/mlx5: DR, Modify header copy supportHamdan Igbaria2-15/+151
2020-01-23net/mlx5: DR, Modify set action limitation extensionHamdan Igbaria1-61/+165
2020-01-23net/mlx5e: Add mlx5e_flower_parse_meta supportwenxu1-0/+39
2020-01-23net/mlx5: make the symbol 'ESW_POOLS' staticChen Wandun1-4/+4
2020-01-23net/mlx5e: allow TSO on VXLAN over VLAN topologiesDavide Caratti1-0/+2
2020-01-23net/mlx5e: Fix printk format warningOlof Johansson1-1/+1
2020-01-23Merge branch 'bpf_cubic'Alexei Starovoitov10-2/+641
2020-01-23bpf: tcp: Add bpf_cubic exampleMartin KaFai Lau3-0/+585
2020-01-23bpf: Sync uapi bpf.h to tools/Martin KaFai Lau1-1/+8
2020-01-23bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau6-1/+48
2020-01-23Merge branch 'bpf-dynamic-relinking'Daniel Borkmann17-34/+384
2020-01-23selftests/bpf: Add tests for program extensionsAlexei Starovoitov3-2/+83
2020-01-23libbpf: Add support for program extensionsAlexei Starovoitov6-4/+18
2020-01-23bpf: Introduce dynamic program extensionsAlexei Starovoitov8-28/+283
2020-01-22net: convert additional drivers to use phy_do_ioctlHeiner Kallweit6-37/+6
2020-01-22bpf, btf: Always output invariant hit in pahole DWARF to BTF transformChris Down1-2/+2
2020-01-22selftests/bpf: Build urandom_read with LDFLAGS and LDLIBSDaniel Díaz1-1/+1
2020-01-22bpf: Fix error path under memory pressureAlexei Starovoitov1-2/+7
2020-01-22bpf: Fix trampoline usage in preemptAlexei Starovoitov1-0/+10
2020-01-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel3-2/+4
2020-01-22bpf: don't bother with getname/kern_path - use user_path_atAl Viro1-30/+13
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller15-46/+871
2020-01-21drivers: net: declance: fix comparing pointer to 0Chen Zhou1-1/+1
2020-01-21tcp/ipv4: remove AF_INET_FAMILYAlex Shi1-6/+0
2020-01-21net/hsr: remove seq_nr_after_or_eqAlex Shi1-1/+0
2020-01-21hdlx_x25: Fix backwards compat test.David S. Miller1-1/+1
2020-01-21Merge branch 'hns3-next'David S. Miller7-107/+59
2020-01-21net: hns3: cleanup some coding style issueHuazhong Tan4-86/+35
2020-01-21net: hns3: remove redundant print on ENOMEMHuazhong Tan1-3/+1
2020-01-21net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang2-7/+6
2020-01-21net: hns3: rewrite a log in hclge_put_vector()Yonglong Liu1-1/+1
2020-01-21net: hns3: refine the input parameter 'size' for snprintf()Guojia Liao1-1/+1
2020-01-21net: hns3: move duplicated macro definition into headerGuojia Liao3-5/+3
2020-01-21net: hns3: set VF's default reset_type to HNAE3_NONE_RESETHuazhong Tan1-0/+2
2020-01-21net: hns3: do not reuse pfmemalloc pagesYunsheng Lin1-2/+8
2020-01-21net: hns3: limit the error logging in the hns3_clean_tx_ring()Yunsheng Lin1-2/+2
2020-01-21wan/hdlc_x25: fix skb handlingMartin Schiller1-2/+11
2020-01-21wan/hdlc_x25: make lapb params configurableMartin Schiller3-3/+87
2020-01-21net/smc: allow unprivileged users to read pnet tableHans Wippel1-1/+1
2020-01-21Merge branch 'phy-add-new-version-of-phy_do_ioctl-and-convert-suitable-drivers'David S. Miller8-51/+18