summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-01-25rtlwifi: rtl8192c-common: fix bool comparison in expressionsAditya Srivastava
2021-01-25rtlwifi: rtl_pci: fix bool comparison in expressionsAditya Srivastava
2021-01-14wlcore: Downgrade exceeded max RX BA sessions to debugTony Lindgren
2021-01-14wilc1000: use flexible-array member instead of zero-length arrayTian Tao
2021-01-14brcmfmac: clear EAP/association status bits on linkdown eventsLuca Pesce
2021-01-14brcmfmac: Delete useless kfree codeZheng Yongjun
2021-01-14qtnfmac_pcie: Use module_pci_driverAmey Narkhede
2021-01-14mt7601u: check the status of device in calibrationZhi Han
2021-01-14mt7601u: process URBs in status EPROTO properlyZhi Han
2021-01-14brcmfmac: support BCM4365E with 43666 ChipCommon chip IDRafał Miłecki
2021-01-14wilc1000: fix spelling mistake in Kconfig "devision" -> "division"Colin Ian King
2021-01-14mwifiex: pcie: Drop bogus __refdata annotationGeert Uytterhoeven
2021-01-14rtw88: Simplify bool comparisonYANG LI
2021-01-14rtw88: coex: set 4 slot TDMA for BT link and WL busyChing-Te Ku
2021-01-14rtw88: 8821c: apply CCK PD level which calculates from dynamic mechanismVincent Fann
2021-01-14rtw88: reduce the log level for failure of tx reportChin-Yen Lee
2021-01-14rtw88: Delete useless kfree codeZheng Yongjun
2021-01-11Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2021-01-09net: dsa: bcm_sf2: support BCM4908's integrated switchRafał Miłecki
2021-01-09r8169: don't wakeup-enable device on shutdown if WOL is disabledHeiner Kallweit
2021-01-09r8169: improve rtl_ocp_reg_failureHeiner Kallweit
2021-01-09r8169: replace BUG_ON with WARN in _rtl_eri_writeHeiner Kallweit
2021-01-09dpaa2-mac: remove a comment regarding pause settingsIoana Ciornei
2021-01-09dpaa2-mac: remove an unnecessary checkIoana Ciornei
2021-01-09dpaa2-eth: retry the probe when the MAC is not yet discovered on the busIoana Ciornei
2021-01-09dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei
2021-01-09dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei
2021-01-09ice: drop dead code in ice_receive_skb()Eric Dumazet
2021-01-09net: ipa: support COMPILE_TESTAlex Elder
2021-01-09net: ipa: declare the page pointer type in "gsi_trans.h"Alex Elder
2021-01-09ibmvnic: merge do_change_param_reset into do_resetLijun Pan
2021-01-08ppp: clean up endianness conversionsJulian Wiedmann
2021-01-08net: broadcom: share header defining UniMAC registersRafał Miłecki
2021-01-08bgmac: add bgmac_umac_*() helpers for accessing UniMAC registersRafał Miłecki
2021-01-08ravb: update "undocumented" annotationsSergey Shtylyov
2021-01-08ravb: remove APSR_DMSergey Shtylyov
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-07Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2021-01-07net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski
2021-01-07octeontx2-af: fix memory leak of lmac and lmac->nameColin Ian King
2021-01-07chtls: Fix chtls resources release sequenceAyush Sawal
2021-01-07chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal
2021-01-07chtls: Replace skb_dequeue with skb_peekAyush Sawal
2021-01-07chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal
2021-01-07chtls: Fix panic when route to peer not configuredAyush Sawal
2021-01-07chtls: Remove invalid set_tcb callAyush Sawal
2021-01-07chtls: Fix hardware tid leakAyush Sawal
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon