aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-09net: mv88e6xxx: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-09net: thunderbolt: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-09net: usb: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-09net: freescale: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-09net: ethernet: ti: convert comma to semicolonZheng Yongjun1-3/+3
2020-12-09hisilicon/hns3: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-09hisilicon/hns: convert comma to semicolonZheng Yongjun1-6/+6
2020-12-09net: mlx5: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-09net: micrel: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-09net: macb: add support for sama7g5 emac interfaceClaudiu Beznea1-0/+9
2020-12-09net: macb: add support for sama7g5 gem interfaceClaudiu Beznea1-0/+17
2020-12-09net: macb: unprepare clocks in case of failureClaudiu Beznea1-6/+18
2020-12-09net: macb: add function to disable all macb clocksClaudiu Beznea1-17/+21
2020-12-09net: macb: add capability to not set the clock rateClaudiu Beznea2-9/+10
2020-12-09net: macb: add userio bits as platform configurationClaudiu Beznea2-4/+34
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie77-1112/+2061
2020-12-09e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits1-4/+4
2020-12-09ice: avoid premature Rx buffer reuseBjörn Töpel1-9/+22
2020-12-09ixgbe: avoid premature Rx buffer reuseBjörn Töpel1-7/+17
2020-12-09i40e: avoid premature Rx buffer reuseBjörn Töpel1-7/+20
2020-12-09igb: avoid transmit queue timeout in xdp pathSven Auhagen1-0/+5
2020-12-09igb: use xdp_do_flushSven Auhagen1-1/+1
2020-12-09igb: skb add metasize for xdpSven Auhagen1-0/+4
2020-12-09igb: XDP extack message on errorSven Auhagen1-5/+12
2020-12-09igb: take VLAN double header into accountSven Auhagen2-4/+8
2020-12-09igb: XDP xmit back fix error codeSven Auhagen1-1/+1
2020-12-09net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin2-12/+72
2020-12-09net: ena: use xdp_return_frame() to free xdp framesShay Agroskin2-8/+1
2020-12-09net: ena: introduce XDP redirect implementationShay Agroskin3-32/+53
2020-12-09net: ena: use xdp_frame in XDP TX flowShay Agroskin1-24/+29
2020-12-09net: ena: aggregate stats increase into a functionShay Agroskin1-99/+68
2020-12-09net: ena: fix coding style nitsShay Agroskin3-5/+6
2020-12-09net: ena: store values in their appropriate variables typesShay Agroskin2-9/+8
2020-12-09net: ena: add device distinct log prefix to filesShay Agroskin5-184/+312
2020-12-09net: ena: use constant value for net_device allocationShay Agroskin1-23/+23
2020-12-09ptp: clockmatrix: deprecate firmware older than 4.8.7Min Li2-35/+45
2020-12-09ptp: clockmatrix: Fix non-zero phase_adj is lost after snapMin Li2-24/+90
2020-12-09ptp: clockmatrix: remove 5 second delay before entering write phase modeMin Li2-23/+0
2020-12-09ptp: clockmatrix: reset device and check BOOT_STATUSMin Li3-36/+124
2020-12-09Merge tag 'arm-soc-fixes-v5.10-4b' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2020-12-09Revert "geneve: pull IP header before ECN decapsulation"Jakub Kicinski1-16/+4
2020-12-10iwlwifi: mvm: validate notification size when waitingJohannes Berg2-3/+23
2020-12-10iwlwifi: mvm: purge the BSS table upon firmware loadEmmanuel Grumbach1-0/+8
2020-12-10iwlwifi: mvm: check that statistics TLV version match struct versionMordechay Goodstein1-1/+2
2020-12-10iwlwifi: mvm: add size checks for range response notificationAvraham Stern1-3/+41
2020-12-10iwlwifi: mvm: hook up missing RX handlersJohannes Berg1-0/+6
2020-12-10iwlwifi: tighten RX MPDU bounds checksJohannes Berg3-10/+33
2020-12-10iwlwifi: Add a new card for MA familyMatti Gottlieb3-0/+19
2020-12-10iwlwifi: mvm: disconnect if channel switch delay is too longJohannes Berg1-0/+3
2020-12-10iwlwifi: support firmware reset handshakeJohannes Berg9-0/+51