summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/qcom-pdc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-24ptp: ocp: add Orolia timecard supportVadim Fedorenko1-0/+290
2022-10-24ptp: ocp: upgrade serial line informationVadim Fedorenko1-43/+67
2022-10-24net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin2-7/+7
2022-10-24ibmveth: Always stop tx queues during closeNick Child2-18/+1
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin4-5/+5
2022-10-24net: fec: Add support for periodic output signal of PPSWei Fang2-2/+164
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet5-8/+55
2022-10-24udp: track the forward memory release threshold in an hot cachelinePaolo Abeni4-5/+29
2022-10-24net: introduce and use custom sockopt socket flagPaolo Abeni3-7/+6
2022-10-24bonding: 3ad: Add support for 800G speedAmit Cohen1-0/+9
2022-10-24mlxsw: Add support for 800Gbps link modesAmit Cohen2-0/+22
2022-10-24ethtool: Add support for 800Gbps link modesAmit Cohen3-1/+32
2022-10-24net: microchip: sparx5: Adding KUNIT test for the VCAP APISteen Hegelund5-0/+1596
2022-10-24net: microchip: sparx5: Adding KUNIT test VCAP modelSteen Hegelund3-0/+5581
2022-10-24net: microchip: sparx5: Writing rules to the IS2 VCAPSteen Hegelund1-1/+425
2022-10-24net: microchip: sparx5: Adding basic rule management in VCAP APISteen Hegelund3-8/+316
2022-10-24net: microchip: sparx5: Adding port keyset config and callback interfaceSteen Hegelund3-0/+431
2022-10-24net: microchip: sparx5: Adding initial tc flower support for VCAP APISteen Hegelund10-4/+1011
2022-10-24net: microchip: sparx5: Adding IS2 VCAP register interfaceSteen Hegelund1-2/+458
2022-10-24net: microchip: sparx5: Adding IS2 VCAP model to VCAP APISteen Hegelund4-1/+1374
2022-10-24net: microchip: sparx5: Adding initial VCAP API supportSteen Hegelund10-2/+699
2022-10-24nfp: flower: tunnel neigh support bond offloadYanguo Li4-21/+114
2022-10-24inet6: Clean up failure path in do_ipv6_setsockopt().Kuniyuki Iwashima1-4/+2
2022-10-24inet6: Remove inet6_destroy_sock().Kuniyuki Iwashima2-9/+1
2022-10-24sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima1-8/+21
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima4-8/+17
2022-10-24inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima6-26/+1
2022-10-24net: dpaa2-eth: add trace points on XSK eventsRobert-Ionut Alexa3-51/+101
2022-10-24net: dpaa2-eth: AF_XDP TX zero copy supportRobert-Ionut Alexa3-10/+183
2022-10-24net: dpaa2-eth: AF_XDP RX zero copy supportRobert-Ionut Alexa5-45/+452
2022-10-24net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() functionRobert-Ionut Alexa2-37/+59
2022-10-24net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb functionRobert-Ionut Alexa2-8/+22
2022-10-24net: dpaa2-eth: use dev_close/open instead of the internal functionsIoana Ciornei1-3/+3
2022-10-24net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN poolsRobert-Ionut Alexa3-7/+27
2022-10-24net: dpaa2-eth: export buffer pool info into a new debugfs fileIoana Ciornei1-0/+49
2022-10-24net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug fileIoana Ciornei1-4/+4
2022-10-24net: dpaa2-eth: add support for multiple buffer pools per DPNIRobert-Ionut Alexa3-67/+163
2022-10-24net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_statsIoana Ciornei1-10/+8
2022-10-24net: dpaa2-eth: add support to query the number of queues through ethtoolRobert-Ionut Alexa1-2/+25
2022-10-21dt-bindings: net: adin1110: Document resetAlexandru Tachici1-0/+4
2022-10-21net: ethernet: adi: adin1110: add reset GPIOAlexandru Tachici1-0/+21
2022-10-21net: ipa: Make QMI message rules constJeff Johnson2-20/+20
2022-10-21net: bcmgenet: add RX_CLS_LOC_ANY supportDoug Berger1-4/+27
2022-10-21sctp: remove unnecessary NULL checks in sctp_enqueue_event()Alexey Kodanev1-9/+3
2022-10-21sctp: remove unnecessary NULL check in sctp_ulpq_tail_event()Alexey Kodanev1-4/+1
2022-10-21sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev3-9/+3
2022-10-20net: ipa: Proactively round up to kmalloc bucket sizeKees Cook1-2/+5
2022-10-20net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann1-2/+1
2022-10-20net: sched: fix race condition in qdisc_graft()Eric Dumazet1-2/+3
2022-10-20net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3