aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/delayed_call.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-28mlxsw: core: Add ethtool support for QSFP-DD transceiversVadim Pasternak2-2/+21
2020-07-28farsync: use generic power managementVaibhav Gupta1-6/+4
2020-07-28net/mlx5: drop unnecessary list_emptyJulia Lawall2-10/+8
2020-07-28net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva8-13/+13
2020-07-28net/mlx5: DR, Reduce print level for matcher printAlex Vesker1-1/+1
2020-07-28net/mlx5e: Add support for PCI relaxed orderingAya Levin3-2/+13
2020-07-28net/mlx5e: Use indirect call wrappers for RX post WQEs functionsTariq Toukan5-8/+7
2020-07-28net/mlx5e: Move exposure of datapath function to txrx headerTariq Toukan4-23/+29
2020-07-28net/mlx5e: RX, Re-work initializaiton of RX function pointersTariq Toukan9-96/+112
2020-07-28net/mlx5e: Link non uplink representors to PCI deviceParav Pandit1-1/+1
2020-07-28net/mlx5: E-switch, Use eswitch total_vportsParav Pandit1-7/+7
2020-07-28net/mlx5: E-switch, Reuse total_vports and avoid duplicate nvportsParav Pandit2-8/+6
2020-07-28net/mlx5: E-switch, Consider maximum vf vports for steering initParav Pandit1-7/+1
2020-07-28net/mlx5: Add function ID to reclaim pages debug logAvihu Hagag1-1/+2
2020-07-28net/mlx5: Hold pages RB tree per VFEran Ben Elisha2-39/+105
2020-07-27net/mlx4: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-07-27qed: fix assignment of n_rq_elems to incorrect params fieldColin Ian King1-1/+1
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree2-0/+23
2020-07-27sfc_ef100: read device MAC address at probe timeEdward Cree2-1/+40
2020-07-27sfc_ef100: probe the PHY and configure the MACEdward Cree1-1/+41
2020-07-27sfc_ef100: actually perform resetsEdward Cree1-0/+9
2020-07-27sfc_ef100: extend ef100_check_caps to cover datapath_caps3Edward Cree3-3/+11
2020-07-27sfc_ef100: read datapath caps, implement check_capsEdward Cree2-2/+58
2020-07-27sfc_ef100: process events for MCDI completionsEdward Cree1-1/+56
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree7-0/+225
2020-07-27sfc_ef100: implement MCDI transportEdward Cree2-0/+107
2020-07-27sfc_ef100: don't call efx_reset_down()/up() on EF100Edward Cree1-3/+8
2020-07-27sfc_ef100: PHY probe stubEdward Cree1-0/+14
2020-07-27sfc_ef100: reset-handling stubEdward Cree1-0/+50
2020-07-27sfc: skeleton EF100 PF driverEdward Cree26-13/+1095
2020-07-27sfc_ef100: register accesses on EF100Edward Cree2-3/+15