summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-08net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general objectYevgeny Kliteynik2-0/+86
2022-12-08net/mlx5: fs, add match on ranges APIYevgeny Kliteynik3-2/+26
2022-12-08Merge tag 'net-6.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds45-81/+271
2022-12-08net/mlx4: small optimization in mlx4_en_xmit()Eric Dumazet1-5/+5
2022-12-08net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGSEric Dumazet1-4/+12
2022-12-08net/mlx4: rename two constantsEric Dumazet2-6/+8
2022-12-08ice: reschedule ice_ptp_wait_for_offset_valid during resetJacob Keller1-1/+6
2022-12-08ice: make Tx and Rx vernier offset calibration independentSiddaraju DH3-173/+91
2022-12-08ice: only check set bits in ice_ptp_flush_tx_trackerJacob Keller1-9/+29
2022-12-08ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstampJacob Keller2-36/+67
2022-12-08ice: cleanup allocations in ice_ptp_alloc_tx_trackerJacob Keller1-7/+11
2022-12-08ice: protect init and calibrating check in ice_ptp_request_tsJacob Keller2-6/+32
2022-12-08net/mlx5e: TC, allow meter jump control actionOz Shlomo3-23/+54
2022-12-08net/mlx5e: TC, init post meter rules with branching attributesOz Shlomo3-34/+67
2022-12-08net/mlx5e: TC, rename post_meter actionsOz Shlomo5-33/+33
2022-12-08net/mlx5e: TC, initialize branching action with target attrOz Shlomo2-5/+83
2022-12-08net/mlx5e: TC, initialize branch flow attributesOz Shlomo2-16/+142
2022-12-08net/mlx5e: TC, set control params for branching actionsOz Shlomo2-0/+23
2022-12-08net/mlx5e: TC, validate action list per attributeOz Shlomo1-30/+32
2022-12-08net/mlx5e: TC, add terminating actionsOz Shlomo7-1/+15
2022-12-08net/mlx5e: TC, reuse flow attribute post parser processingOz Shlomo1-45/+51
2022-12-08net/mlx5: fs, assert null dest pointer when dest_num is 0Oz Shlomo1-0/+3
2022-12-08net/mlx5e: E-Switch, handle flow attribute with no destinationsOz Shlomo1-0/+5
2022-12-08Merge tag 'for-linus-2022120801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-22/+34
2022-12-08Revert "HID: logitech-hidpp: Enable HID++ for all the Logitech Bluetooth devi...Benjamin Tissoires1-19/+0
2022-12-08Revert "HID: logitech-hidpp: Remove special-casing of Bluetooth devices"Benjamin Tissoires1-0/+9
2022-12-08ice: synchronize the misc IRQ when tearing down Tx trackerJacob Keller1-4/+6
2022-12-08ice: check Tx timestamp memory register for ready timestampsJacob Keller4-12/+126
2022-12-08ice: handle discarding old Tx requests in ice_ptp_tx_tstampJacob Keller1-63/+48
2022-12-08ice: always call ice_ptp_link_change and make it voidJacob Keller3-21/+19
2022-12-08ice: fix misuse of "link err" with "link status"Jacob Keller1-1/+1
2022-12-08ice: Reset TS memory for all quadsKarol Kolacinski3-27/+42
2022-12-08ice: Remove the E822 vernier "bypass" logicMilena Olech3-145/+14
2022-12-08ice: Use more generic names for ice_ptp_tx fieldsSergey Temerkhanov2-18/+19
2022-12-08Merge tag 'for-linus-xsa-6.1-rc9b-tag' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-12-08Merge tag 'gpio-fixes-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-16/+31
2022-12-08Merge tag 'ata-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-1/+1
2022-12-08net: dsa: sja1105: avoid out of bounds access in sja1105_init_l2_policing()Radu Nicolae Pirea (OSS)1-1/+1
2022-12-08s390/qeth: fix use-after-free in hsciAlexandra Winter1-1/+1
2022-12-08macsec: add missing attribute validation for offloadEmeel Hakim1-0/+1
2022-12-08net: mvneta: Fix an out of bounds checkDan Carpenter1-4/+1
2022-12-08net: thunderbolt: fix memory leak in tbnet_open()Zhengchao Shao1-0/+1
2022-12-08net: dsa: microchip: add stats64 support for ksz8 series of switchesOleksij Rempel2-0/+88
2022-12-08net/mlx5e: Open mlx5 driver to accept IPsec packet offloadLeon Romanovsky1-10/+31
2022-12-08net/mlx5e: Handle ESN update eventsLeon Romanovsky3-3/+48
2022-12-08net/mlx5e: Handle hardware IPsec limits eventsLeon Romanovsky4-5/+118
2022-12-08net/mlx5e: Update IPsec soft and hard limitsLeon Romanovsky4-0/+127
2022-12-08net/mlx5e: Store all XFRM SAs in XarrayLeon Romanovsky3-74/+28
2022-12-08net/mlx5e: Provide intermediate pointer to access IPsec structLeon Romanovsky1-6/+6
2022-12-08net/mlx5e: Skip IPsec encryption for TX path without matching policyLeon Romanovsky3-7/+43