summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
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-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-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-13e1000e: Fix possible overflow in LTR decodingSasha Neftin
2022-04-13igc: Fix suspending when PTM is activeVinicius Costa Gomes
2022-04-13igc: Fix BUG: scheduling while atomicSasha Neftin
2022-04-13igc: Fix infinite loop in release_swfw_syncSasha Neftin
2022-04-13net: ftgmac100: access hardware register after clock readyDylan Hung
2022-04-11net: lan966x: Stop processing the MAC entry is port is wrong.Horatiu Vultur
2022-04-11net: lan966x: Fix when a port's upper is changed.Horatiu Vultur
2022-04-11net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur
2022-04-11net: lan966x: Update lan966x_ptp_get_nominal_valueHoratiu Vultur
2022-04-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-04-11net: macb: Restart tx only if queue pointer is laggingTomas Melin
2022-04-11dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi
2022-04-11net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-linkDinh Nguyen
2022-04-08net: atlantic: Avoid out-of-bounds indexingKai-Heng Feng
2022-04-08mlxsw: i2c: Fix initialization error flowVadim Pasternak
2022-04-08Revert "iavf: Fix deadlock occurrence during resetting VF interface"Mateusz Palczewski
2022-04-08ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin
2022-04-06myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong
2022-04-06qede: confirm skb is allocated before usingJamie Bainbridge
2022-04-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-04-06net: axiemac: use a phandle to reference pcs_phyAndy Chiu
2022-04-06net: axienet: factor out phy_node in struct axienet_localAndy Chiu
2022-04-06net: axienet: setup mdio unconditionallyAndy Chiu
2022-04-06net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo
2022-04-05net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn
2022-04-05net: micrel: Fix KS8851 KconfigHoratiu Vultur
2022-04-05ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski
2022-04-05ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski
2022-04-05ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski
2022-04-05ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko
2022-04-05ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko
2022-04-05dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin
2022-04-04sfc: Do not free an empty page_ringMartin Habets
2022-04-04stmmac: dwmac-loongson: change loongson_dwmac_driver from global to staticTom Rix
2022-04-04bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui
2022-04-04bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek
2022-04-04bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi
2022-04-04qed: fix ethtool register dumpManish Chopra
2022-04-01net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai