summaryrefslogtreecommitdiffstats
path: root/lib/bitrev.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet2-5/+7
2022-06-13net: smsc95xx: add support for Microchip EVB-LAN8670-USBParthiban Veerasooran1-0/+5
2022-06-13nfp: support 48-bit DMA addressing for NFP3800Yinjun Zhang10-33/+52
2022-06-13net: ipa: derive channel from transactionAlex Elder3-29/+13
2022-06-13net: ipa: determine channel from eventAlex Elder1-5/+21
2022-06-13net: ipa: simplify endpoint transaction completionAlex Elder1-18/+5
2022-06-13net: ipa: rename endpoint->trans_tre_maxAlex Elder2-4/+4
2022-06-13net: ipa: rename channel->tlv_countAlex Elder5-32/+11
2022-06-13net: ipa: verify command channel TLV countAlex Elder1-12/+27
2022-06-11nfp: flower: support to offload pedit of IPv6 flowinto fieldsYinjun Zhang2-5/+3
2022-06-11ethernet: Remove vf rate limit check for driversBin Chen4-21/+3
2022-06-11net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet1-2/+0
2022-06-11net: keep sk->sk_forward_alloc as small as possibleEric Dumazet11-72/+7
2022-06-11net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet1-4/+8
2022-06-11net: implement per-cpu reserves for memory_allocatedEric Dumazet1-9/+29
2022-06-11net: add per_cpu_fw_alloc field to struct protoEric Dumazet14-0/+43
2022-06-11net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet8-28/+26
2022-06-11Revert "net: set SK_MEM_QUANTUM to 4096"Eric Dumazet1-13/+3
2022-06-10certs: Convert spaces in certs/Makefile to a tabDavid Howells1-1/+1
2022-06-10dt-bindings: display: arm,malidp: remove bogus RQOS propertyAndre Przywara1-6/+1
2022-06-10dt-bindings: pinctrl: ralink: Fix 'enum' lists with duplicate entriesRob Herring2-25/+28
2022-06-10arm64: Add kasan_hw_tags_enable() prototype to silence sparseCatalin Marinas1-0/+6
2022-06-10arm64/sme: Fix EFI save/restoreMark Brown1-4/+14
2022-06-10ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x)Andy Shevchenko1-1/+1
2022-06-10ptp_ocp: do not call pci_set_drvdata(pdev, NULL)Andy Shevchenko1-2/+0
2022-06-10ptp_ocp: drop duplicate NULL check in ptp_ocp_detach()Andy Shevchenko1-4/+2
2022-06-10ptp_ocp: use bits.h macros for all masksAndy Shevchenko1-6/+7
2022-06-10arm64/fpsimd: Fix typo in commentXiang wangx1-1/+1
2022-06-10arm64/sysreg: Fix typo in Enum element regexAlejandro Tafalla1-1/+1
2022-06-10wifi: mac80211_hwsim: Directly use ida_alloc()/free()Ke Liu1-3/+2
2022-06-10wifi: mac80211: refactor some key codeJohannes Berg2-33/+41
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg15-432/+39
2022-06-10wifi: nl80211: fix typo in commentJulia Lawall1-1/+1
2022-06-10wifi: virt_wifi: fix typo in commentJulia Lawall1-1/+1
2022-06-10rtw89: add new state to CFO state machine for UL-OFDMAEric Huang3-3/+29
2022-06-10rtw89: 8852c: add trigger frame counterPo Hao Huang3-1/+64
2022-06-10ieee80211: add trigger frame definitionPo Hao Huang1-0/+31
2022-06-10wifi: wfx: Remove redundant NULL check before release_firmware() callMinghao Chi1-2/+1
2022-06-10bonding: cleanup bond_createJonathan Toppins1-18/+6
2022-06-10bonding: netlink error message support for optionsJonathan Toppins3-41/+95
2022-06-10net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer1-0/+1
2022-06-10nfp: flower: restructure flow-key for gre+vlan combinationEtienne van der Linde2-24/+24
2022-06-10nfp: avoid unnecessary check warnings in nfp_app_get_vf_configFei Qin1-13/+15
2022-06-10net: add napi_get_frags_check() helperEric Dumazet1-0/+18
2022-06-10net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet1-1/+2
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet1-1/+1
2022-06-10af_unix: use DEBUG_NET_WARN_ON_ONCE()Eric Dumazet1-4/+4
2022-06-10net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet1-3/+3
2022-06-10net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet1-4/+4
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet1-1/+1