summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-05net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean
2022-01-05net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean
2022-01-05net: dsa: merge all bools of struct dsa_port into a single u8Vladimir Oltean
2022-01-05net: dsa: move dsa_port :: stp_state near dsa_port :: macVladimir Oltean
2022-01-05Merge branch 'hns3-stats-refactor'David S. Miller
2022-01-05net: hns3: create new common cmd code for PF and VF modulesJie Wang
2022-01-05net: hns3: refactor VF tqp stats APIs with new common tqp stats APIsJie Wang
2022-01-05net: hns3: refactor PF tqp stats APIs with new common tqp stats APIsJie Wang
2022-01-05net: hns3: create new set of common tqp stats APIs for PF and VF reuseJie Wang
2022-01-05net: hns3: refactor VF rss init APIs with new common rss init APIsJie Wang
2022-01-05net: hns3: refactor PF rss init APIs with new common rss init APIsJie Wang
2022-01-05net: hns3: create new set of common rss init APIs for PF and VF reuseJie Wang
2022-01-05net: hns3: refactor VF rss set APIs with new common rss set APIsJie Wang
2022-01-05net: hns3: refactor PF rss set APIs with new common rss set APIsJie Wang
2022-01-05net: hns3: create new set of common rss set APIs for PF and VF moduleJie Wang
2022-01-05net: hns3: refactor VF rss get APIs with new common rss get APIsJie Wang
2022-01-05net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang
2022-01-05net: hns3: create new set of common rss get APIs for PF and VF rss moduleJie Wang
2022-01-05net: hns3: refactor hclge_comm_send function in PF/VF driversJie Wang
2022-01-05net: hns3: create new rss common structure hclge_comm_rss_cfgJie Wang
2022-01-05Merge branch 'lan966x-extend-switchdev-and-mdb-support'David S. Miller
2022-01-05net: lan966x: Extend switchdev with mdb supportHoratiu Vultur
2022-01-05net: lan966x: Add PGID_GP_START and PGID_GP_ENDHoratiu Vultur
2022-01-05net: lan966x: Add function lan966x_mac_ip_learn()Horatiu Vultur
2022-01-05Merge branch 'mtk_eth_soc-refactoring-and-clause45'David S. Miller
2022-01-05net: ethernet: mtk_eth_soc: implement Clause 45 MDIO accessDaniel Golle
2022-01-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)
2022-01-05net: ethernet: mtk_eth_soc: fix return values and refactor MDIO opsDaniel Golle
2022-01-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller
2022-01-05can: netlink: report the CAN controller mode supported flagsVincent Mailhol
2022-01-05can: dev: reorder struct can_priv members for better packingVincent Mailhol
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not copy the payload of RTR framesVincent Mailhol
2022-01-05can: kvaser_usb: do not increase tx statistics when sending error message framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2022-01-05can: etas_es58x: es58x_init_netdev: populate net_device::dev_portVincent Mailhol
2022-01-05can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar
2022-01-05can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interruptLad Prabhakar
2022-01-05can: kvaser_usb: make use of units.h in assignment of frequencyJimmy Assarsson
2022-01-05can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignmentAndy Shevchenko
2022-01-05can: usb_8dev: remove unused member echo_skb from struct usb_8dev_privMarc Kleine-Budde
2022-01-04Revert "net: wwan: iosm: Keep device at D0 for s2idle case"M Chetan Kumar
2022-01-04sfc: The RX page_ring is optionalMartin Habets
2022-01-04iavf: Fix limit of total number of queues to active queues of VFKaren Sornek
2022-01-04i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski
2022-01-04i40e: Fix for displaying message regarding NVM versionMateusz Palczewski
2022-01-04i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu