summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2022-08-22bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins-9/+4
2022-08-22bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins-22/+16
2022-08-22net: moxa: get rid of asymmetry in DMA mapping/unmappingSergei Antonov-5/+6
2022-08-22net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()Xiaolei Wang-4/+4
2022-08-22net: ipa: don't assume SMEM is page-alignedAlex Elder-1/+1
2022-08-22net: dsa: microchip: keep compatibility with device tree blobs with no phy-modeVladimir Oltean-1/+7
2022-08-22net/mlx5: Unlock on error in mlx5_sriov_enable()Dan Carpenter-1/+1
2022-08-22net/mlx5e: Fix use after free in mlx5e_fs_init()Dan Carpenter-2/+3
2022-08-22net/mlx5e: kTLS, Use _safe() iterator in mlx5e_tls_priv_tx_list_cleanup()Dan Carpenter-2/+2
2022-08-22net/mlx5: unlock on error path in esw_vfs_changed_event_handler()Dan Carpenter-1/+3
2022-08-22net/mlx5e: Fix wrong tc flag used when set hw-tc-offload offMaor Dickman-1/+3
2022-08-22net/mlx5e: TC, Add missing policer validationRoi Dayan-0/+4
2022-08-22net/mlx5e: Fix wrong application of the LRO stateAya Levin-8/+0
2022-08-22net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh-0/+4
2022-08-22net/mlx5: Fix cmd error logging for manage pages cmdRoy Novich-3/+6
2022-08-22net/mlx5: Disable irq when locking lag_lockVlad Buslov-22/+33
2022-08-22net/mlx5: Eswitch, Fix forwarding decision to uplinkEli Cohen-1/+2
2022-08-22net/mlx5: LAG, fix logic over MLX5_LAG_FLAG_NDEVS_READYEli Cohen-1/+1
2022-08-22net/mlx5e: Properly disable vlan strip on non-UL repsVlad Buslov-0/+2
2022-08-22ice: xsk: use Rx ring's XDP ring when picking NAPI contextMaciej Fijalkowski-29/+48
2022-08-22ice: xsk: prohibit usage of non-balanced queue idMaciej Fijalkowski-0/+6
2022-08-22r8152: fix the RX FIFO settings when suspendingHayes Wang-0/+10
2022-08-22r8152: fix the units of some registers for RTL8156AHayes Wang-15/+2
2022-08-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+1
2022-08-19Revert "net: macsec: update SCI upon MAC address change."Sabrina Dubroca-6/+5
2022-08-19net: dpaa: Fix <1G ethernet on LS1046ARDBSean Anderson-1/+5
2022-08-18Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-452/+1645
2022-08-18ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger-1/+2
2022-08-18net: moxa: MAC address reading, generating, validity checkingSergei Antonov-6/+7
2022-08-18igb: Add lock to avoid data raceLin Ma-1/+13
2022-08-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-18/+85
2022-08-18stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_re...Christophe JAILLET-0/+1
2022-08-17net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_xdp_runLorenzo Bianconi-1/+1
2022-08-17net/mlx5e: Allocate flow steering storage during uplink initializationLeon Romanovsky-8/+17
2022-08-17net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Vladimir Oltean-27/+26
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean-285/+478
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean-298/+1146
2022-08-17net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workVladimir Oltean-0/+4
2022-08-17net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean-8/+7
2022-08-17net: mscc: ocelot: fix address of SYS_COUNT_TX_AGING counterVladimir Oltean-1/+1
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean-28/+38
2022-08-17net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean-1/+2
2022-08-17net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions()Rustam Subkhankulov-1/+1
2022-08-17net: dsa: microchip: ksz9477: fix fdb_dump last invalid entryArun Ramadoss-0/+3
2022-08-17ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch-11/+57
2022-08-17ice: Ignore error message when setting same promiscuous modeBenjamin Mikailenko-4/+4
2022-08-17ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik-2/+16
2022-08-17ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik-1/+1
2022-08-17ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik-0/+7
2022-08-16i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady-1/+3