summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-01-06Bluetooth: hci_bcm: Check for error irqJiasheng Jiang1-1/+6
2022-01-06veth: Do not record rx queue hint in veth_xmitDaniel Borkmann1-1/+0
2022-01-06ethernet: ibmveth: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-06sfc: Use swap() instead of open coding itJiapeng Chong1-10/+4
2022-01-06net: macb: use .mac_select_pcs() interfaceRussell King (Oracle)2-15/+14
2022-01-06net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar1-5/+5
2022-01-06net: lantiq_xrx200: convert to build_skbAleksander Jan Bajkowski1-20/+36
2022-01-06net: lantiq_xrx200: increase napi poll weigthAleksander Jan Bajkowski1-2/+4
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski45-173/+489
2022-01-06Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds11-48/+145
2022-01-05net: gemini: allow any RGMII interface modeRussell King (Oracle)1-3/+6
2022-01-05net: phy: marvell: configure RGMII delays for 88E1118Russell King (Oracle)1-0/+6
2022-01-05net: phy: marvell: use phy_write_paged() to set MSCRRussell King (Oracle)1-14/+8
2022-01-05Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"Aaron Ma1-3/+6
2022-01-05Merge tag 'ieee802154-for-net-2022-01-05' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski1-4/+6
2022-01-05mlxsw: pci: Avoid flow control for EMAD packetsDanielle Ratson2-1/+17
2022-01-05Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/...David S. Miller44-395/+318
2022-01-05net: hns3: create new common cmd code for PF and VF modulesJie Wang7-329/+279
2022-01-05net: hns3: refactor VF tqp stats APIs with new common tqp stats APIsJie Wang2-134/+11
2022-01-05net: hns3: refactor PF tqp stats APIs with new common tqp stats APIsJie Wang2-156/+17
2022-01-05net: hns3: create new set of common tqp stats APIs for PF and VF reuseJie Wang4-2/+161
2022-01-05net: hns3: refactor VF rss init APIs with new common rss init APIsJie Wang2-176/+25
2022-01-05net: hns3: refactor PF rss init APIs with new common rss init APIsJie Wang2-131/+11
2022-01-05net: hns3: create new set of common rss init APIs for PF and VF reuseJie Wang3-5/+213
2022-01-05net: hns3: refactor VF rss set APIs with new common rss set APIsJie Wang3-293/+42
2022-01-05net: hns3: refactor PF rss set APIs with new common rss set APIsJie Wang3-298/+36
2022-01-05net: hns3: create new set of common rss set APIs for PF and VF moduleJie Wang3-1/+230
2022-01-05net: hns3: refactor VF rss get APIs with new common rss get APIsJie Wang2-99/+24
2022-01-05net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang5-160/+67
2022-01-05net: hns3: create new set of common rss get APIs for PF and VF rss moduleJie Wang3-2/+197
2022-01-05net: hns3: refactor hclge_comm_send function in PF/VF driversJie Wang4-53/+38
2022-01-05net: hns3: create new rss common structure hclge_comm_rss_cfgJie Wang1-0/+34
2022-01-05net: lan966x: Extend switchdev with mdb supportHoratiu Vultur6-2/+536
2022-01-05net: lan966x: Add PGID_GP_START and PGID_GP_ENDHoratiu Vultur1-2/+6
2022-01-05net: lan966x: Add function lan966x_mac_ip_learn()Horatiu Vultur3-5/+42
2022-01-05net: ethernet: mtk_eth_soc: implement Clause 45 MDIO accessDaniel Golle2-13/+60
2022-01-05net: ethernet: mtk_eth_soc: fix return values and refactor MDIO opsDaniel Golle2-28/+41
2022-01-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller3-18/+87
2022-01-05can: netlink: report the CAN controller mode supported flagsVincent Mailhol1-1/+30
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol2-4/+10
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol2-3/+4
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol31-173/+113
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol30-76/+110
2022-01-05can: do not copy the payload of RTR framesVincent Mailhol3-12/+14
2022-01-05can: kvaser_usb: do not increase tx statistics when sending error message framesVincent Mailhol1-1/+6
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol27-108/+17
2022-01-05can: etas_es58x: es58x_init_netdev: populate net_device::dev_portVincent Mailhol1-0/+1
2022-01-05can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar1-7/+8
2022-01-05can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interruptLad Prabhakar1-5/+3
2022-01-05can: kvaser_usb: make use of units.h in assignment of frequencyJimmy Assarsson2-7/+9