summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-footbridge (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-08bnxt: XDP multibuffer enablementAndy Gospodarek2-4/+4
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek5-23/+126
2022-04-08bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek3-7/+85
2022-04-08bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek1-30/+47
2022-04-08bnxt: change receive ring space parametersAndy Gospodarek2-15/+28
2022-04-08bnxt: set xdp_buff pfmemalloc flag if neededAndy Gospodarek1-5/+9
2022-04-08bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdpAndy Gospodarek1-0/+31
2022-04-08bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skbAndy Gospodarek1-11/+11
2022-04-08bnxt: refactor bnxt_rx_pages operate on skb_shared_infoAndy Gospodarek1-17/+33
2022-04-08bnxt: add flag to denote that an xdp program is currently attachedAndy Gospodarek1-0/+7
2022-04-08bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek4-19/+53
2022-04-08tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski2-8/+4
2022-04-08tls: rx: refactor decrypt_skb_update()Jakub Kicinski1-33/+33
2022-04-08tls: rx: don't issue wake ups when data is decryptedJakub Kicinski1-2/+0
2022-04-08tls: rx: replace 'back' with 'offset'Jakub Kicinski1-5/+4
2022-04-08tls: rx: use a define for tag lengthJakub Kicinski2-2/+3
2022-04-08tls: rx: init decrypted status in tls_read_size()Jakub Kicinski1-4/+1
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski4-6/+9
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski3-28/+23
2022-04-08tls: rx: drop pointless else after gotoJakub Kicinski1-2/+1
2022-04-08tls: rx: jump to a more appropriate labelJakub Kicinski1-3/+4
2022-04-08net: mpls: fix memdup.cocci warningGONG, Ruiqi1-2/+1
2022-04-08hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)1-4/+4
2022-04-08qed: remove an unneed NULL check on list iteratorXiaomeng Tong1-2/+2
2022-04-08sfc: Stop using iommu_present()Robin Murphy1-1/+3
2022-04-08net: ethernet: set default assignment identifier to NET_NAME_ENUMIan Wienand1-1/+1
2022-04-08tcp: Add tracepoint for tcp_set_ca_statePing Gan3-9/+60
2022-04-08net-core: rx_otherhost_dropped to core_statsJeffrey Ji5-0/+10
2022-04-08net: extract a few internals from netdevice.hJakub Kicinski11-70/+108
2022-04-08net: unexport a handful of dev_* functionsJakub Kicinski1-6/+0
2022-04-08net: hyperv: remove use of bpf_op_tJakub Kicinski1-4/+2
2022-04-07drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou1-1/+1
2022-04-07prestera: acl: add action hw_stats supportVolodymyr Mytnyk2-7/+18
2022-04-07ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2-6/+32
2022-04-07random: check for signals every PAGE_SIZE chunk of /dev/[u]randomJason A. Donenfeld1-10/+7
2022-04-06bnx2x: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet27-192/+208
2022-04-06bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack socketsMaxim Mikityanskiy1-19/+59
2022-04-06bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy1-4/+13
2022-04-06ip6_tunnel: Remove duplicate assignmentsHongbin Wang1-2/+0
2022-04-06myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong1-4/+2
2022-04-06net: wan: remove the lanmedia (lmc) driverJakub Kicinski14-4262/+0
2022-04-06net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski1-2/+7
2022-04-06net: usb: remove duplicate assignmentWang Qing1-1/+0
2022-04-06net: ethernet: xilinx: use of_property_read_bool() instead of of_get_propertyWang Qing1-1/+1
2022-04-06qede: confirm skb is allocated before usingJamie Bainbridge1-0/+3
2022-04-06net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal1-1/+1
2022-04-06Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()Andrea Parri (Microsoft)1-3/+3
2022-04-06Drivers: hv: balloon: Disable balloon and hot-add accordinglyBoqun Feng1-2/+34
2022-04-06Drivers: hv: balloon: Support status report for larger page sizesBoqun Feng1-3/+10