summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-22net/mlx5e: Support multiple SKBs in a TX WQEMaxim Mikityanskiy5-21/+87
2020-09-22net/mlx5e: Move the TLS resync check out of the functionMaxim Mikityanskiy3-8/+13
2020-09-22net/mlx5e: Unify constants for WQE_EMPTY_DS_COUNTMaxim Mikityanskiy4-21/+21
2020-09-22net/mlx5e: Small improvements for XDP TX MPWQE logicMaxim Mikityanskiy2-10/+11
2020-09-22net/mlx5e: Refactor xmit functionsMaxim Mikityanskiy4-187/+202
2020-09-22net/mlx5e: Move mlx5e_tx_wqe_inline_mode to en_tx.cMaxim Mikityanskiy2-23/+23
2020-09-22net/mlx5e: Use struct assignment to initialize mlx5e_tx_wqe_infoMaxim Mikityanskiy1-4/+6
2020-09-22net/mlx5e: Refactor inline header size calculation in the TX pathMaxim Mikityanskiy1-4/+4
2020-09-22Merge branch 'Fix-broken-tc-flower-rules-for-mscc_ocelot-switches'David S. Miller3-24/+24
2020-09-22net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-22net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-22net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesXiaoliang Yang1-8/+8
2020-09-22inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet1-5/+15
2020-09-22net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCUVladimir Oltean1-10/+17
2020-09-22Merge tag 'mlx5-fixes-2020-09-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller20-180/+200
2020-09-22net: Update MAINTAINERS for MediaTek switch driverSean Wang1-0/+1
2020-09-22net/mlx5e: mlx5e_fec_in_caps() returns a booleanSaeed Mahameed1-5/+2
2020-09-22net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlockSaeed Mahameed1-15/+10
2020-09-22net/mlx5e: kTLS, Fix leak on resync error flowSaeed Mahameed1-2/+6
2020-09-22net/mlx5e: kTLS, Add missing dma_unmap in RX resyncSaeed Mahameed1-3/+5
2020-09-22net/mlx5e: kTLS, Fix napi sync and possible use-after-freeTariq Toukan1-1/+1
2020-09-22net/mlx5e: TLS, Do not expose FPGA TLS counter if not supportedTariq Toukan1-4/+8
2020-09-22net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()Alaa Hleihel6-15/+17
2020-09-22net/mlx5e: Fix multicast counter not up-to-date in "ip -s"Ron Diskin4-7/+12
2020-09-22net/mlx5e: Fix endianness when calculating pedit mask first bitMaor Dickman1-13/+21
2020-09-22net/mlx5e: Enable adding peer miss rules only if merged eswitch is supportedMaor Dickman1-24/+28
2020-09-22net/mlx5e: CT: Fix freeing ct_label mappingRoi Dayan3-17/+36
2020-09-22net/mlx5e: Fix memory leak of tunnel info when rule under multipath not readyJianbo Liu1-4/+1
2020-09-22net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy5-36/+22
2020-09-22net/mlx5e: Use RCU to protect rq->xdp_progMaxim Mikityanskiy3-30/+27
2020-09-22net/mlx5: Fix FTE cleanupMaor Gottlieb1-4/+4
2020-09-22net: phy: bcm7xxx: Add an entry for BCM72113Florian Fainelli2-0/+3
2020-09-22selftests/bpf: Fix stat probe in d_path testJiri Olsa3-1/+26
2020-09-22bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song1-18/+13
2020-09-22Merge branch 'refactor-check_func_arg'Alexei Starovoitov11-237/+239
2020-09-22bpf: Use a table to drive helper arg type checksLorenz Bauer2-74/+110
2020-09-22bpf: Hoist type checking for nullable arg typesLorenz Bauer1-34/+30
2020-09-22bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer1-14/+14
2020-09-22bpf: Set meta->raw_mode for pointers close to useLorenz Bauer1-1/+5
2020-09-22bpf: Make context access check genericLorenz Bauer1-3/+4
2020-09-22bpf: Make reference tracking genericLorenz Bauer1-16/+10
2020-09-22bpf: Make BTF pointer type checking genericLorenz Bauer1-18/+20
2020-09-22bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer9-103/+58
2020-09-22btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer2-0/+16
2020-09-22bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer1-13/+11
2020-09-22btf: Make btf_set_contains take a const pointerLorenz Bauer2-2/+2
2020-09-22Merge tag 'linux-can-next-for-5.10-20200921' of git://git.kernel.org/pub/scm/...David S. Miller50-232/+5116
2020-09-22Merge tag 'mac80211-next-for-net-next-2020-09-21' of git://git.kernel.org/pub...David S. Miller26-930/+1570
2020-09-22Merge tag 'mac80211-for-net-2020-09-21' of git://git.kernel.org/pub/scm/linux...David S. Miller7-16/+28
2020-09-22net: natsemi: Remove set but not used variableZheng Yongjun1-2/+2