summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2022-02-23net/mlx5e: TC, Skip redundant ct clear actionsRoi Dayan-0/+8
2022-02-23net/mlx5e: TC, Reject rules with forward and drop actionsRoi Dayan-0/+6
2022-02-23net/mlx5e: TC, Reject rules with drop and modify hdr actionRoi Dayan-0/+6
2022-02-23net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packetsTariq Toukan-1/+2
2022-02-23net/mlx5e: Fix wrong return value on ioctl EEPROM query failureGal Pressman-1/+1
2022-02-23net/mlx5: Fix possible deadlock on rule deletionMaor Gottlieb-0/+2
2022-02-23net/mlx5: Fix tc max supported prio for nic modeChris Mi-0/+3
2022-02-23net/mlx5: Fix wrong limitation of metadata match on ecpfAriel Levkovich-4/+0
2022-02-23net/mlx5: Update log_max_qp value to be 17 at mostMaher Sanalla-1/+1
2022-02-23net/mlx5: DR, Fix the threshold that defines when pool sync is initiatedYevgeny Kliteynik-4/+7
2022-02-23net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_versionYevgeny Kliteynik-17/+45
2022-02-23net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fteYevgeny Kliteynik-7/+26
2022-02-23net/mlx5: DR, Cache STE shadow memoryYevgeny Kliteynik-35/+79
2022-02-23net/mlx5: Update the list of the PCI supported devicesMeir Lichtinger-0/+2
2022-02-23drivers/net/ftgmac100: fix DHCP potential failure with systemdHeyi Guo-2/+11
2022-02-23drivers/net/ftgmac100: adjust code place for function call dependencyHeyi Guo-111/+111
2022-02-23drivers/net/ftgmac100: refactor ftgmac100_reset_task to enable direct functio...Heyi Guo-3/+9
2022-02-23vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella-7/+14
2022-02-22ibmvnic: schedule failover only if vioctl failsSukadev Bhattiprolu-1/+5
2022-02-21net: mdio-ipq4019: add delay after clock enableBaruch Siach-1/+5
2022-02-20bnxt_en: Fix devlink fw_activateKalesh AP-8/+31
2022-02-20bnxt_en: Increase firmware message response DMA wait timeMichael Chan-4/+10
2022-02-20bnxt_en: Restore the resets_reliable flag in bnxt_open()Kalesh AP-2/+15
2022-02-20bnxt_en: Fix incorrect multicast rx mask setting when not requestedPavan Chebbi-5/+8
2022-02-20bnxt_en: Fix occasional ethtool -t loopback test failuresMichael Chan-1/+9
2022-02-20bnxt_en: Fix offline ethtool selftest with RDMA enabledMichael Chan-8/+14
2022-02-20bnxt_en: Fix active FEC reporting to ethtoolSomnath Kotur-0/+3
2022-02-19net: dsa: microchip: fix bridging with more than two member portsSvenning Sørensen-3/+23
2022-02-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller-23/+39
2022-02-18nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()Christophe JAILLET-2/+2
2022-02-18net: mvpp2: always set port pcs opsJeremy Linton-3/+3
2022-02-18ice: initialize local variable 'tlv'Tom Rix-1/+1
2022-02-18ice: check the return of ice_ptp_gettimex64Tom Rix-1/+4
2022-02-18ice: fix concurrent reset and removal of VFsJacob Keller-18/+27
2022-02-18ice: fix setting l4 port flag when adding filterMichal Swiatkowski-2/+2
2022-02-18ice: Match on all profiles in slow-pathWojciech Drewek-1/+5
2022-02-18net: ll_temac: check the return value of devm_kmalloc()Xiaoke Wang-0/+2
2022-02-18sr9700: sanity check for packet lengthOliver Neukum-1/+1
2022-02-18drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()Duoming Zhou-2/+2
2022-02-17Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-644/+210
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong-3/+2
2022-02-17nfp: flower: netdev offload check for ip6gretapDanie du Toit-0/+2
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet-2/+2
2022-02-17net: dsa: lan9303: add VLAN IDs to master deviceMans Rullgard-2/+10
2022-02-17Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname"Jonas Gorski-7/+16
2022-02-17net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990Daniele Palmas-0/+5
2022-02-16net: dsa: lantiq_gswip: fix use after free in gswip_remove()Alexey Khoroshilov-1/+1
2022-02-16Merge tag 'mmc-v5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+14
2022-02-16tty: n_tty: do not look ahead for EOL character past the end of the bufferLinus Torvalds-4/+2
2022-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds-29/+102