summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-11can: Kconfig: add CONFIG_CAN_RX_OFFLOADVincent Mailhol4-1/+8
2022-06-11can: bittiming: move bittiming calculation functions to calc_bittiming.cVincent Mailhol4-197/+207
2022-06-11can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEVVincent Mailhol4-18/+43
2022-06-11can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINKVincent Mailhol2-8/+12
2022-06-11can: netlink: allow configuring of fixed bit rates without need for do_set_bi...Marc Kleine-Budde1-1/+2
2022-06-11can: m_can: fix typo prescalar -> prescalerMarc Kleine-Budde1-2/+2
2022-06-11can: xilinx_can: fix typo prescalar -> prescalerMarc Kleine-Budde1-3/+3
2022-06-11can: xilinx_can: add Transmitter Delay Compensation (TDC) feature supportSrinivas Neeli1-5/+61
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
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet1-1/+1