summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-04-28Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"Dany Madden
2022-04-28net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean
2022-04-28ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky
2022-04-27net: fec: add missing of_node_put() in fec_enet_init_stop_mode()Yang Yingliang
2022-04-27bnx2x: fix napi API usage sequenceManish Chopra
2022-04-27Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/netDavid S. Miller
2022-04-26net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLKMartin Blumenstingl
2022-04-26ice: fix use-after-free when deinitializing mailbox snapshotJacob Keller
2022-04-26ice: wait 5 s for EMP reset after firmware flashPetr Oros
2022-04-26ice: Protect vf_state check by cfg_lock in ice_vc_process_vf_msg()Ivan Vecera
2022-04-26ice: Fix incorrect locking in ice_vc_process_vf_msg()Ivan Vecera
2022-04-26virtio_net: fix wrong buf address calculation when using xdpNikolay Aleksandrov
2022-04-26net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addrNathan Rossi
2022-04-26net: phy: marvell10g: fix return value on errorBaruch Siach
2022-04-26net: bcmgenet: hide status block before TX timestampingJonathan Lemon
2022-04-25net: mscc: ocelot: don't add VID 0 to ocelot->vlans when leaving VLAN-aware b...Vladimir Oltean
2022-04-25net: mscc: ocelot: ignore VID 0 added by 8021q moduleVladimir Oltean
2022-04-25net: lan966x: fix a couple off by one bugsDan Carpenter
2022-04-25net: hns: Add missing fwnode_handle_put in hns_mac_initPeng Wu
2022-04-25net: hns3: add return value for mailbox handling in PFJian Shen
2022-04-25net: hns3: add validity check for message data lengthJian Shen
2022-04-25net: hns3: modify the return code of hclge_get_ring_chain_from_mbxJie Wang
2022-04-25net: hns3: fix error log of tx/rx tqps statsPeng Li
2022-04-25net: hns3: align the debugfs output to the leftHao Chen
2022-04-25net: hns3: clear inited state and stop client after failed to register netdevJian Shen
2022-04-22net: ethernet: stmmac: fix write to sgmii_adapter_baseDinh Nguyen
2022-04-22wireguard: device: check for metadata_dst with skb_valid_dst()Nikolay Aleksandrov
2022-04-22net: dsa: realtek: remove realtek,rtl8367s stringLuiz Angelo Daros de Luca
2022-04-22net: cosa: fix error check return value of register_chrdev()Lv Ruyi
2022-04-21drivers: net: hippi: Fix deadlock in rr_close()Duoming Zhou
2022-04-20net: stmmac: Use readl_poll_timeout_atomic() in atomic stateKevin Hao
2022-04-19net: mscc: ocelot: fix broken IP multicast floodingVladimir Oltean
2022-04-18net: atlantic: invert deep par in pm functions, preventing null derefsManuel Ullmann
2022-04-17bonding: do not discard lowest hash bit for non layer3+4 hashingsuresh kumar
2022-04-15net: lan966x: Make sure to release ptp interruptHoratiu Vultur
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern
2022-04-15Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2022-04-15net: restore alpha order to Ethernet devices in configStephen Hemminger
2022-04-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-04-15net: phy: LAN937x: added PHY_POLL_CABLE_TEST flagArun Ramadoss
2022-04-14Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-14ice: Fix memory leak in ice_get_orom_civd_data()Jianglei Nie
2022-04-14ice: fix crash in switchdev modeWojciech Drewek
2022-04-14ice: allow creating VFs for !CONFIG_NET_SWITCHDEVMaciej Fijalkowski
2022-04-14ice: xsk: check if Rx ring was filled up to the endMaciej Fijalkowski
2022-04-14net: bcmgenet: Revert "Use stronger register read/writes to assure ordering"Jeremy Linton
2022-04-14net: dsa: felix: fix tagging protocol changes with multiple CPU portsVladimir Oltean
2022-04-14tun: annotate access to queue->trans_startAntoine Tenart
2022-04-13e1000e: Fix possible overflow in LTR decodingSasha Neftin
2022-04-13igc: Fix suspending when PTM is activeVinicius Costa Gomes