summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-23net: ethernet: mtk_eth_soc: cache HW pointer of last freed TX descriptorFelix Fietkau2-4/+6
2021-04-23net: ethernet: mtk_eth_soc: implement dynamic interrupt moderationFelix Fietkau3-14/+124
2021-04-23net: ethernet: mtk_eth_soc: increase DMA ring sizesFelix Fietkau1-1/+1
2021-04-23net: ethernet: mtk_eth_soc: use larger burst size for QDMA TXFelix Fietkau2-2/+2
2021-04-23net: ethernet: mtk_eth_soc: remove unnecessary TX queue stopsFelix Fietkau1-13/+2
2021-04-23net: ethernet: mtk_eth_soc: reduce MDIO bus access latencyFelix Fietkau1-1/+1
2021-04-23net: ethernet: mtk_eth_soc: use napi_consume_skbFelix Fietkau1-7/+12
2021-04-23net: ethernet: mtk_eth_soc: fix build_skb cleanupIlya Lipnitskiy1-2/+3
2021-04-23net: ethernet: mtk_eth_soc: unmap RX data before calling build_skbFelix Fietkau1-2/+3
2021-04-23net: ethernet: mtk_eth_soc: fix RX VLAN offloadFelix Fietkau2-1/+2
2021-04-23net: mana: Use int to check the return value of mana_gd_poll_cq()Dexuan Cui2-2/+2
2021-04-23virtio-net: fix use-after-free in skb_gro_receiveXuan Zhuo1-3/+9
2021-04-23net: sock: remove the unnecessary check in proto_registerTonghao Zhang1-1/+1
2021-04-23Merge branch 'Simplify bpf_snprintf verifier code'Alexei Starovoitov1-4/+5
2021-04-23bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STRFlorent Revest1-2/+1
2021-04-23bpf: Notify user if we ever hit a bpf_snprintf verifier bugFlorent Revest1-2/+4
2021-04-23iavf: redefine the magic number for FDIR GTP-U header fieldsHaiyue Wang1-3/+12
2021-04-23iavf: enhance the duplicated FDIR list scan handlingHaiyue Wang1-6/+3
2021-04-23iavf: change the flex-byte support number to macro definitionHaiyue Wang2-3/+8
2021-04-23iavf: remove duplicate free resources callsStefan Assmann1-2/+0
2021-04-23i40e: use minimal admin queue for kdumpCoiby Xu2-2/+9
2021-04-23i40e: use minimal Rx and Tx ring buffers for kdumpCoiby Xu1-0/+5
2021-04-23i40e: use minimal Tx and Rx pairs for kdumpCoiby Xu1-0/+9
2021-04-23i40e: refactor repeated link state reporting codeAleksandr Loktionov1-39/+69
2021-04-23xsk: Align XDP socket batch size with DPDKLi RongQing1-1/+1
2021-04-22Merge branch 'stmmac-swmac-desc-prefetch'David S. Miller6-2/+17
2021-04-22stmmac: intel: Enable HW descriptor prefetch by defaultMohammad Athari Bin Ismail1-0/+1
2021-04-22net: stmmac: Add HW descriptor prefetch setting for DWMAC Core 5.20 onwardsMohammad Athari Bin Ismail5-2/+16
2021-04-22net/mlx4: Treat VFs fair when handling comm_channel_eventsHans Westgaard Ry2-29/+41
2021-04-22bpf, doc: Fix some invalid links in bpf_devel_QA.rstTiezhu Yang1-9/+8
2021-04-22net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi1-1/+5
2021-04-22r8152: replace return with break for ram code speedup mode timeoutHayes Wang1-1/+1
2021-04-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller21-55/+2214
2021-04-22vxge: avoid -Wemtpy-body warningsArnd Bergmann1-7/+7
2021-04-22net: wwan: core: Return poll error in case of port removalLoic Poulain1-0/+2
2021-04-22netdevsim: Only use sampling truncation length when validIdo Schimmel1-3/+4
2021-04-22net: enetc: fix link error againArnd Bergmann1-3/+1
2021-04-22net: mana: fix PCI_HYPERV dependencyArnd Bergmann1-1/+1
2021-04-22iavf: Support for modifying SCTP RSS flow hashingHaiyue Wang3-5/+56
2021-04-22iavf: Support for modifying UDP RSS flow hashingHaiyue Wang3-5/+56
2021-04-22iavf: Support for modifying TCP RSS flow hashingHaiyue Wang5-4/+450
2021-04-22iavf: Add framework to enable ethtool RSS configHaiyue Wang4-0/+214
2021-04-22ice: Support RSS configure removal for AVFQi Zhang3-2/+105
2021-04-22ice: Enable RSS configure for AVFQi Zhang4-1/+486
2021-04-22ice: Add helper function to get the VF's VSIBrett Creeley1-43/+39
2021-04-22ice: remove redundant assignment to pointer vsiColin Ian King1-1/+0
2021-04-22iavf: add support for UDP Segmentation OffloadBrett Creeley3-4/+14
2021-04-22ice: Advertise virtchnl UDP segmentation offload capabilityBrett Creeley2-0/+4
2021-04-22ice: Allow ignoring opcodes on specific VFMichal Swiatkowski6-0/+199
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar7-4/+605