summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'ethtool-extend-coalesce-uapi'Jakub Kicinski2021-08-2493-209/+699
|\
| * net: hns3: add ethtool support for CQE/EQE mode configurationYufeng Mo2021-08-243-4/+23
| * net: hns3: add support for EQE/CQE mode configurationYufeng Mo2021-08-245-2/+58
| * ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-2485-202/+576
| * ethtool: add two coalesce attributes for CQE modeYufeng Mo2021-08-245-4/+45
|/
* netdevice: move xdp_rxq within netdev_rx_queueJakub Kicinski2021-08-241-1/+1
* r8169: enable ASPM L0s stateHeiner Kallweit2021-08-241-3/+2
* page_pool: use relaxed atomic for release side accountingYunsheng Lin2021-08-241-1/+1
* Merge branch 'dsa-sw-bridging'David S. Miller2021-08-246-11/+147
|\
| * net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2021-08-244-9/+28
| * net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean2021-08-243-5/+111
| * net: dsa: properly fall back to software bridgingVladimir Oltean2021-08-242-2/+9
| * net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge p...Vladimir Oltean2021-08-241-0/+4
|/
* Merge branch 'mptcp-refactor'David S. Miller2021-08-245-52/+83
|\
| * selftests: mptcp: add_addr and echo race testYonglong Li2021-08-241-0/+15
| * mptcp: remove MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORTYonglong Li2021-08-243-21/+3
| * mptcp: build ADD_ADDR/echo-ADD_ADDR option according pm.add_signalYonglong Li2021-08-242-6/+10
| * mptcp: fix ADD_ADDR and RM_ADDR maybe flush addr_signal each otherYonglong Li2021-08-241-3/+10
| * mptcp: make MPTCP_ADD_ADDR_SIGNAL and MPTCP_ADD_ADDR_ECHO separateYonglong Li2021-08-243-8/+18
| * mptcp: move drop_other_suboptions check under pm lockYonglong Li2021-08-243-18/+31
|/
* net: ipv4: Move ip_options_fragment() out of loopYajun Deng2021-08-241-15/+4
* cxgb4: improve printing NIC informationHeiner Kallweit2021-08-241-2/+1
* via-velocity: Use of_device_get_match_data to simplify codeTang Bin2021-08-231-4/+2
* via-rhine: Use of_device_get_match_data to simplify codeTang Bin2021-08-231-7/+2
* hinic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-15/+2
* qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-233-29/+25
* net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-234-34/+13
* net: 8139cp: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-19/+12
* vmxnet3: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-27/+20
* myri10ge: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-30/+29
* Merge tag 'wireless-drivers-next-2021-08-22' of git://git.kernel.org/pub/scm/...David S. Miller2021-08-2364-7739/+615
|\
| * brcmsmac: make array addr static const, makes object smallerColin Ian King2021-08-211-1/+1
| * rtw88: Remove unnecessary check codeLen Baker2021-08-211-5/+0
| * rtw88: wow: fix size access error of probe requestChin-Yen Lee2021-08-212-2/+7
| * rtw88: wow: report wow reason through mac80211 apiChin-Yen Lee2021-08-211-9/+37
| * rtw88: wow: build wow function only if CONFIG_PM is onPing-Ke Shih2021-08-211-1/+1
| * rtw88: refine the setting of rsvd pages for different firmwareChin-Yen Lee2021-08-211-23/+17
| * rtw88: use read_poll_timeout instead of fixed sleepChin-Yen Lee2021-08-211-5/+16
| * rtw88: 8822ce: set CLKREQ# signal to low during suspendChin-Yen Lee2021-08-212-0/+34
| * rtw88: change beacon filter default modePo-Hao Huang2021-08-211-1/+1
| * rtw88: 8822c: add tx stbc support under HT modePo-Hao Huang2021-08-213-0/+9
| * rtw88: adjust the log level for failure of tx reportChin-Yen Lee2021-08-211-1/+1
| * rtl8xxxu: Fix the handling of TX A-MPDU aggregationChris Chiu2021-08-212-9/+26
| * rtl8xxxu: disable interrupt_in transfer for 8188cu and 8192cuChris Chiu2021-08-211-2/+2
| * mwifiex: make arrays static const, makes object smallerColin Ian King2021-08-211-2/+2
| * mwifiex: usb: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-211-1/+1
| * mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()Tuo Li2021-08-211-1/+1
| * wilc1000: remove redundant codewengjianfeng2021-08-211-22/+16
| * wilc1000: use devm_clk_get_optional()Claudiu Beznea2021-08-212-16/+13
| * wilc1000: dispose irq on failure pathClaudiu Beznea2021-08-211-2/+3