aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-05mlxsw: spectrum_ptp: Enable/disable PTP shaper on a port when getting HWTSTAMP on/offShalom Toledo1-0/+52
2019-07-05mlxsw: spectrum: Add new operation for getting the port's speedShalom Toledo2-28/+41
2019-07-05mlxsw: spectrum_ptp: Set the PTP shaper parametersShalom Toledo1-0/+45
2019-07-05mlxsw: reg: Add QoS PTP Shaper Configuration RegisterShalom Toledo1-0/+107
2019-07-05mlxsw: spectrum: Add note about the PTP shaperShalom Toledo1-2/+3
2019-07-05mlxsw: reg: Add ptps field in QoS ETS Element Configuration RegisterShalom Toledo1-0/+22
2019-07-05net: socionext: remove set but not used variable 'pkts'YueHaibing1-2/+1
2019-07-05net: ethernet: allwinner: Remove unneeded memsetHariprasad Kelam1-1/+0
2019-07-05net/ethernet: using dev_get_drvdata directlyFuqian Huang1-2/+2
2019-07-05net/can: using dev_get_drvdata directlyFuqian Huang1-2/+2
2019-07-04net/mlx5: Added devlink info callbackShay Agroskin2-0/+79
2019-07-04net/mlx5: Added fw version query commandShay Agroskin2-20/+201
2019-07-04net: ethernet: mediatek: Fix overlapping capability bits.René van Dorst2-85/+125
2019-07-04net: stmmac: Enable dwmac4 jumbo frame more than 8KiBWeifeng Voon1-1/+12
2019-07-04bonding: add an option to specify a delay between peer notificationsVincent Bernat9-37/+98
2019-07-04net: ethernet: sun: remove redundant assignment to variable errColin Ian King1-2/+0
2019-07-04net/mlx5: Add rts2rts_qp_counters_set_id field in hca capMark Zhang1-1/+3
2019-07-03gve: fix -ENOMEM null check on a page allocationColin Ian King1-1/+1
2019-07-03ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg()Paolo Abeni1-3/+7
2019-07-03ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg()Paolo Abeni1-3/+9
2019-07-03net: adjust socket level ICW to cope with ipv6 variant of {recv, send}msgPaolo Abeni1-12/+11
2019-07-03ipv6: provide and use ipv6 specific version for {recv, send}msgPaolo Abeni1-4/+31
2019-07-03inet: factor out inet_send_prepare()Paolo Abeni2-8/+14
2019-07-03net/mlx5: Properly name the generic WQE control fieldTariq Toukan1-1/+6
2019-07-03net/mlx5: Introduce TLS TX offload hardware bits and structuresEran Ben Elisha2-4/+114
2019-07-03net/mlx5: Refactor mlx5_esw_query_functions for modularityParav Pandit4-22/+46
2019-07-03net/mlx5: E-Switch prepare functions change handler to be modularParav Pandit1-17/+27
2019-07-03net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit8-21/+43
2019-07-03qlcnic: remove redundant assignment to variable errColin Ian King1-1/+1
2019-07-03atl1c: remove redundant assignment to variable tpd_reqColin Ian King1-1/+1
2019-07-03qed: Add support for Timestamping the unicast PTP packets.Sudarsana Reddy Kalluru1-2/+6
2019-07-03gve: Fix u64_stats_sync to initialize startCatherine Sullivan2-4/+8
2019-07-03loopback: fix lockdep splatMahesh Bandewar1-0/+2
2019-07-03net/mlx5: Expose device definitions for object eventsYishai Hadas1-0/+21
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas9-11/+13
2019-07-03net/mlx5: Report a CQ error event only when a handler was setYishai Hadas1-1/+2
2019-07-03net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas5-8/+10
2019-07-03net/mlx5: Expose the API to register for ANY eventYishai Hadas3-3/+4
2019-07-03net/mlx5: Use event mask based on device capabilitiesYishai Hadas6-14/+55
2019-07-03net/mlx5: Fix mlx5_core_destroy_cq() error flowYishai Hadas3-17/+10
2019-07-03samples/bpf: fix tcp_bpf.readme detach commandStanislav Fomichev1-1/+1
2019-07-03samples/bpf: add sample program that periodically dumps TCP statsStanislav Fomichev2-0/+69
2019-07-03selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev3-1/+317
2019-07-03bpf/tools: sync bpf.hStanislav Fomichev1-1/+11
2019-07-03bpf: add icsk_retransmits to bpf_tcp_sockStanislav Fomichev2-1/+20
2019-07-03bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sockStanislav Fomichev2-1/+15
2019-07-03bpf: split shared bpf_tcp_sock and bpf_sock_ops implementationStanislav Fomichev1-54/+126
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev3-1/+17
2019-07-03selftests: bpf: standardize to static __always_inlineJiri Benc5-35/+38
2019-07-03bpf: Add support for fq's EDT to HBMbrakmo5-19/+231