aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-06slip/plip: Use netif_rx().Sebastian Andrzej Siewior2-2/+2
2022-03-06mctp: serial: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior7-10/+10
2022-03-06net: phy: Use netif_rx().Sebastian Andrzej Siewior3-5/+5
2022-03-06net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang3-9/+51
2022-03-06net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"Dongli Zhang1-1/+4
2022-03-06net: tap: track dropped skb via kfree_skb_reason()Dongli Zhang3-10/+43
2022-03-06Revert "net/smc: don't req_notify until all CQEs drained"Dust Li1-28/+21
2022-03-05bnxt_en: add an nvm test for hw diagnoseVikas Gupta4-18/+113
2022-03-05bnxt_en: implement hw health reporterKalesh AP4-0/+126
2022-03-05bnxt_en: Do not destroy health reporters during resetEdwin Peer3-29/+24
2022-03-05bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan1-3/+1
2022-03-05bnxt_en: Properly report no pause support on some cardsMichael Chan4-9/+17
2022-03-05bnxt_en: introduce initial link state of unknownEdwin Peer3-14/+29
2022-03-05bnxt_en: parse result field when NVRAM package install failsKalesh AP1-1/+43
2022-03-05bnxt_en: add more error checks to HWRM_NVM_INSTALL_UPDATEKalesh AP1-0/+4
2022-03-05bnxt_en: refactor error handling of HWRM_NVM_INSTALL_UPDATEKalesh AP1-8/+18
2022-03-05net: axienet: add coalesce timer ethtool configurationRobert Hancock2-14/+47
2022-03-05net: axienet: reduce default RX interrupt threshold to 1Robert Hancock1-1/+1
2022-03-05net: axienet: implement NAPI and GRO receiveRobert Hancock2-28/+59
2022-03-05net: axienet: don't set IRQ timer when IRQ delay not usedRobert Hancock1-4/+14
2022-03-05net: axienet: Clean up DMA start/stop and error handlingRobert Hancock1-175/+105
2022-03-05net: axienet: Clean up device used for DMA callsRobert Hancock1-16/+16
2022-03-05net: axienet: fix RX ring refill allocation failure handlingRobert Hancock1-30/+42
2022-03-05net: dsa: realtek: rtl8365mb: add support for rtl8_4tLuiz Angelo Daros de Luca1-15/+62
2022-03-05net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca2-36/+118
2022-03-05dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formatsLuiz Angelo Daros de Luca1-0/+2
2022-03-04selftests: mptcp: update output info of chk_rm_nrGeliang Tang1-8/+9
2022-03-04selftests: mptcp: add more arguments for chk_join_nrGeliang Tang1-14/+33
2022-03-04selftests: mptcp: add invert check in check_transferGeliang Tang1-8/+17
2022-03-04selftests: mptcp: add fastclose testcaseGeliang Tang1-1/+21
2022-03-04selftests: mptcp: reuse linkfail to make given size filesGeliang Tang1-5/+27
2022-03-04selftests: mptcp: add extra_args in do_transferGeliang Tang1-15/+15
2022-03-04selftests: mptcp: add the MP_RST mibs checkGeliang Tang1-0/+45
2022-03-04mptcp: add the mibs for MP_RSTGeliang Tang3-0/+6
2022-03-04selftests: mptcp: add the MP_FASTCLOSE mibs checkGeliang Tang1-0/+32
2022-03-04mptcp: add the mibs for MP_FASTCLOSEGeliang Tang3-0/+7
2022-03-04selftests: mptcp: adjust output alignment for more testsGeliang Tang1-11/+12
2022-03-04bcm63xx_enet: Use platform_get_irq() to get the interruptMeng Tang1-8/+8
2022-03-04ptp: ocp: Add serial port information to the debug summaryJonathan Lemon1-0/+8
2022-03-04net: sparx5: Fix initialization of variables on stackHoratiu Vultur1-2/+2
2022-03-04Bluetooth: btusb: Add another Realtek 8761BUHelmut Grohne1-0/+2
2022-03-04Bluetooth: hci_bcm: add BCM43430A0 & BCM43430A1Luca Weiss1-0/+2
2022-03-04Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)1-0/+1
2022-03-04Bluetooth: btmtksdio: Fix kernel oops when sdio suspend.Yake Yang1-2/+2
2022-03-04Bluetooth: btusb: Add a new PID/VID 13d3/3567 for MT7921Yake Yang1-0/+3
2022-03-04Bluetooth: move adv_instance_cnt read within the device lockNiels Dossche1-1/+3
2022-03-04Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evtNiels Dossche1-7/+12
2022-03-04Bluetooth: btusb: Make use of of BIT macro to declare flagsLuiz Augusto von Dentz1-27/+27
2022-03-04Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}Luiz Augusto von Dentz1-6/+8