summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/mlxfw: Use kzalloc for allocating only one thingZheng Yongjun2021-01-061-1/+1
* Merge tag 'mlx5-updates-2021-01-05' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-01-0610-2078/+2329
|\
| * net/mlx5: DR, Move STEv0 modify header logicYevgeny Kliteynik2021-01-066-390/+501
| * net/mlx5: DR, Add STE modify header actions per-device APIYevgeny Kliteynik2021-01-061-0/+23
| * net/mlx5: DR, Move STEv0 action apply logicYevgeny Kliteynik2021-01-062-235/+256
| * net/mlx5: DR, Add STE tx/rx actions per-device APIYevgeny Kliteynik2021-01-061-0/+12
| * net/mlx5: DR, Move STEv0 setters and gettersYevgeny Kliteynik2021-01-065-103/+195
| * net/mlx5: DR, Add STE setters and getters per-device APIYevgeny Kliteynik2021-01-061-0/+12
| * net/mlx5: DR, Move action apply logic to dr_steYevgeny Kliteynik2021-01-063-234/+231
| * net/mlx5: DR, Refactor ICMP STE builderYevgeny Kliteynik2021-01-062-42/+23
| * net/mlx5: DR, Move STEv0 look up types from mlx5_ifc_dr headerYevgeny Kliteynik2021-01-064-60/+64
| * net/mlx5: DR, Merge similar DR STE SET macrosYevgeny Kliteynik2021-01-062-415/+84
| * net/mlx5: DR, Fix STEv0 source_eswitch_owner_vhca_id supportYevgeny Kliteynik2021-01-061-11/+14
| * net/mlx5: DR, Remove unused macro definition from dr_steYevgeny Kliteynik2021-01-061-2/+0
| * net/mlx5: DR, Move HW STEv0 match logic to a separate fileYevgeny Kliteynik2021-01-064-1279/+1286
| * net/mlx5: DR, Use the new HW specific STE infrastructureYevgeny Kliteynik2021-01-065-330/+613
| * net/mlx5: DR, Move macros from dr_ste.c to headerYevgeny Kliteynik2021-01-062-74/+76
| * net/mlx5: DR, Add infrastructure for supporting several steering formatsYevgeny Kliteynik2021-01-062-1/+37
* | octeontx2-af: Use kzalloc for allocating only one thingZheng Yongjun2021-01-061-1/+1
* | iavf: Use kzalloc for allocating only one thingZheng Yongjun2021-01-061-1/+1
* | liquidio: Use kzalloc for allocating only one thingZheng Yongjun2021-01-061-1/+1
* | bnxt_en: Use kzalloc for allocating only one thingZheng Yongjun2021-01-061-1/+1
* | net: dsa: sja1105: Use kzalloc for allocating only one thingZheng Yongjun2021-01-061-1/+1
* | cavium/liquidio: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-061-2/+1
* | net: ixp4xx_eth: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-061-2/+1
* | net: usb: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-061-2/+1
* | net: wan: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-061-3/+1
* | net: wan: Replace simple_strtol by simple_strtoulZheng Yongjun2021-01-061-1/+1
* | net: mhi: Add raw IP mode supportLoic Poulain2021-01-061-2/+13
* | enetc: reorder macros and functionsMichael Walle2021-01-061-11/+11
* | enetc: drop MDIO_DATA() macroMichael Walle2021-01-061-2/+1
* | enetc: don't use macro magic for the readx_poll_timeout() callbackMichael Walle2021-01-061-6/+8
* | enetc: drop unneeded indirectionMichael Walle2021-01-061-18/+14
|/
* Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-0553-232/+427
|\
| * net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register accessMartin Blumenstingl2021-01-041-17/+6
| * net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYsMartin Blumenstingl2021-01-041-3/+1
| * r8169: work around power-saving bug on some chip versionsHeiner Kallweit2021-01-041-2/+4
| * net: usb: qmi_wwan: add Quectel EM160R-GLBjørn Mork2021-01-041-0/+1
| * net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flagCharles Keepax2021-01-041-1/+1
| * ibmvnic: fix: NULL pointer dereference.YANG LI2021-01-041-3/+1
| * vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang2021-01-041-3/+3
| * bareudp: Fix use of incorrect min_headroom sizeTaehee Yoo2021-01-041-1/+1
| * bareudp: set NETIF_F_LLTX flagTaehee Yoo2021-01-041-0/+1
| * net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He2020-12-291-0/+7
| * atlantic: remove architecture dependsLéo Le Bouter2020-12-291-1/+0
| * net: hns: fix return value check in __lb_other_process()Yunjian Wang2020-12-281-0/+4
| * net: mvpp2: fix pkt coalescing int-threshold configurationStefan Chulski2020-12-281-5/+6
| * net: ipa: don't return a value from evt_ring_command()Alex Elder2020-12-281-11/+6
| * net: ipa: don't return a value from gsi_channel_command()Alex Elder2020-12-281-14/+7
| * bnxt_en: Check TQM rings for maximum supported value.Michael Chan2020-12-282-3/+11