summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-07brcmfmac: bcmsdh: Fix description for function parameter 'pktlist'Lee Jones1-1/+1
2020-11-07rsi: rsi_91x_usb_ops: Source file headers are not good candidates for kernel-docLee Jones1-1/+1
2020-11-07rsi: rsi_91x_usb: Fix some basic kernel-doc issuesLee Jones1-2/+4
2020-11-07rt2x00: save survey for every channel visitedMarkov Mikhail2-16/+56
2020-11-07rtlwifi: Remove in_interrupt() usage in halbtc_send_bt_mp_operation()Sebastian Andrzej Siewior1-3/+0
2020-11-07rtlwifi: Remove in_interrupt() usage in is_any_client_connect_to_ap().Sebastian Andrzej Siewior1-19/+6
2020-11-07zd1211rw: Remove in_atomic() usage.Sebastian Andrzej Siewior1-15/+0
2020-11-07hostap: Remove in_atomic() check.Sebastian Andrzej Siewior1-13/+2
2020-11-07airo: Replace in_atomic() usage.Sebastian Andrzej Siewior1-39/+47
2020-11-07airo: Always use JOB_STATS and JOB_EVENTSebastian Andrzej Siewior1-11/+5
2020-11-07airo: Invoke airo_read_wireless_stats() directlySebastian Andrzej Siewior1-17/+5
2020-11-07orinoco: Remove BUG_ON(in_interrupt/irq())Sebastian Andrzej Siewior1-4/+0
2020-11-07rtl8xxxu: Add Buffalo WI-U3-866D to list of supported devicesTokunori Ikegami1-0/+3
2020-11-07rtw88: decide lps deep mode from firmware feature.Chin-Yen Lee7-17/+48
2020-11-07rtw88: add C2H response for checking firmware leave lpsChin-Yen Lee6-5/+54
2020-11-07rtw88: store firmware feature in firmware headerChin-Yen Lee3-1/+23
2020-11-07rtw88: sync the power state between driver and firmwareChin-Yen Lee1-39/+30
2020-11-07rtw88: coex: separate BLE HID profile from BLE profileChing-Te Ku5-9/+42
2020-11-07rtlwifi: Fix non-canonical address access issuesWeitaoWangoc1-1/+0
2020-11-07brcmfmac: fix SDIO access for big-endian hostRemi Depommier1-4/+4
2020-11-07rtw88: remove extraneous 'const' qualifierArnd Bergmann1-1/+1
2020-11-07rtlwifi: fix -Wpointer-sign warningArnd Bergmann3-44/+45
2020-11-07net: hostap: fix function cast warningArnd Bergmann1-12/+5
2020-11-07wireless: remove unneeded breakTom Rix7-10/+0
2020-11-07rsi: Fix TX EAPOL packet handling against iwlwifi APMarek Vasut1-1/+2
2020-11-07wlcore: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-11-07ray_cs: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-11-07wireless: mt7601u: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+6
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-80/+100
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-10-21ibmvnic: save changed mac address to adapter->mac_addrLijun Pan1-0/+5
2020-10-21Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin1-36/+12
2020-10-21net: ethernet: mtk-star-emac: select REGMAP_MMIOBartosz Golaszewski1-0/+1
2020-10-21net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He1-0/+1
2020-10-21net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He1-1/+9
2020-10-20sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree2-1/+1
2020-10-20net: dsa: bcm_sf2: make const array static, makes object smallerColin Ian King1-1/+1
2020-10-20net: chelsio: inline_crypto: fix Kconfig and build errorsRandy Dunlap1-0/+1
2020-10-20chelsio/chtls: fix writing freed memoryVinay Kumar Yadav1-1/+0
2020-10-20chelsio/chtls: correct function return and return typeVinay Kumar Yadav1-2/+2
2020-10-20chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav1-2/+8
2020-10-20chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav1-3/+2
2020-10-20chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav1-0/+3
2020-10-20chelsio/chtls: fix socket lockVinay Kumar Yadav1-0/+1
2020-10-20netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel1-7/+17
2020-10-20net: remove unneeded breakTom Rix4-7/+0
2020-10-20Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+86
2020-10-20xen/netback: use lateeoi irq bindingJuergen Gross4-14/+86
2020-10-19net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov1-1/+1
2020-10-19net: korina: cast KSEG0 address to pointer in kfreeValentin Vidic1-2/+2