aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-05bpf/selftests: Fix namespace mount setup in tc_redirectJiri Olsa1-0/+7
2022-01-05bpftool: Probe for instruction set extensionsPaul Chaignon1-0/+44
2022-01-05bpftool: Probe for bounded loop supportPaul Chaignon1-0/+22
2022-01-05bpftool: Refactor misc. feature probePaul Chaignon1-16/+29
2022-01-05Merge branch 'lan966x-extend-switchdev-and-mdb-support'David S. Miller8-9/+584
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-05Merge branch 'mtk_eth_soc-refactoring-and-clause45'David S. Miller3-30/+102
2022-01-05net: ethernet: mtk_eth_soc: implement Clause 45 MDIO accessDaniel Golle2-13/+60
2022-01-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)1-0/+12
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 Mailhol2-1/+43
2022-01-05can: dev: reorder struct can_priv members for better packingVincent Mailhol1-3/+3
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol3-6/+19
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol3-5/+9
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol32-175/+116
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
2022-01-05can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignmentAndy Shevchenko1-3/+0
2022-01-05can: usb_8dev: remove unused member echo_skb from struct usb_8dev_privMarc Kleine-Budde1-2/+0
2022-01-04Revert "net: wwan: iosm: Keep device at D0 for s2idle case"M Chetan Kumar1-3/+0
2022-01-04sfc: The RX page_ring is optionalMartin Habets2-0/+10
2022-01-04iavf: Fix limit of total number of queues to active queues of VFKaren Sornek1-1/+4
2022-01-04i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-04i40e: Fix for displaying message regarding NVM versionMateusz Palczewski1-2/+2
2022-01-04i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24
2022-01-04i40e: Fix to not show opcode msg on unsuccessful VF MAC changeMateusz Palczewski1-8/+32
2022-01-04ieee802154: atusb: fix uninit value in atusb_set_extended_addrPavel Skripkin1-4/+6
2022-01-04Merge tag 'mac80211-next-for-net-next-2022-01-04' of git://git.kernel.org/pub...Jakub Kicinski5-9/+43
2022-01-04Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski4-82/+55
2022-01-04mac80211: use ieee80211_bss_get_elem()Johannes Berg1-7/+7
2022-01-04nl80211: clarify comment for mesh PLINK_BLOCKED stateFelix Fietkau1-1/+1
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl2-0/+34
2022-01-04mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih1-1/+1
2022-01-04mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin3-81/+54
2022-01-04mac80211: initialize variable have_higher_than_11mbitTom Rix1-1/+1
2022-01-04ethernet/sfc: remove redundant rc variableMinghao Chi1-3/+1
2022-01-04Merge branch 'namespacify-mtu-ipv4'David S. Miller2-26/+51