Age | Commit message (Expand) | Author | Files | Lines |
2019-07-04 | net/mlx5: Added fw version query command | Shay Agroskin | 2 | -20/+201 |
2019-07-04 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 36 | -360/+786 |
2019-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 98 | -841/+6197 |
2019-07-04 | net: ethernet: mediatek: Fix overlapping capability bits. | René van Dorst | 2 | -85/+125 |
2019-07-04 | net: stmmac: Enable dwmac4 jumbo frame more than 8KiB | Weifeng Voon | 1 | -1/+12 |
2019-07-04 | bonding: add an option to specify a delay between peer notifications | Vincent Bernat | 9 | -37/+98 |
2019-07-04 | net: ethernet: sun: remove redundant assignment to variable err | Colin Ian King | 1 | -2/+0 |
2019-07-04 | net/mlx5: Add rts2rts_qp_counters_set_id field in hca cap | Mark Zhang | 1 | -1/+3 |
2019-07-03 | gve: fix -ENOMEM null check on a page allocation | Colin Ian King | 1 | -1/+1 |
2019-07-03 | Merge branch 'net-ICW-sendmsg-recvmsg' | David S. Miller | 4 | -27/+69 |
2019-07-03 | ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg() | Paolo Abeni | 1 | -3/+7 |
2019-07-03 | ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg() | Paolo Abeni | 1 | -3/+9 |
2019-07-03 | net: adjust socket level ICW to cope with ipv6 variant of {recv, send}msg | Paolo Abeni | 1 | -12/+11 |
2019-07-03 | ipv6: provide and use ipv6 specific version for {recv, send}msg | Paolo Abeni | 1 | -4/+31 |
2019-07-03 | inet: factor out inet_send_prepare() | Paolo Abeni | 2 | -8/+14 |
2019-07-03 | net/mlx5: Properly name the generic WQE control field | Tariq Toukan | 1 | -1/+6 |
2019-07-03 | net/mlx5: Introduce TLS TX offload hardware bits and structures | Eran Ben Elisha | 2 | -4/+114 |
2019-07-03 | net/mlx5: Refactor mlx5_esw_query_functions for modularity | Parav Pandit | 4 | -22/+46 |
2019-07-03 | net/mlx5: E-Switch prepare functions change handler to be modular | Parav Pandit | 1 | -17/+27 |
2019-07-03 | net/mlx5: Introduce and use mlx5_eswitch_get_total_vports() | Parav Pandit | 8 | -21/+43 |
2019-07-03 | qlcnic: remove redundant assignment to variable err | Colin Ian King | 1 | -1/+1 |
2019-07-03 | atl1c: remove redundant assignment to variable tpd_req | Colin Ian King | 1 | -1/+1 |
2019-07-03 | qed: Add support for Timestamping the unicast PTP packets. | Sudarsana Reddy Kalluru | 1 | -2/+6 |
2019-07-03 | gve: Fix u64_stats_sync to initialize start | Catherine Sullivan | 2 | -4/+8 |
2019-07-03 | loopback: fix lockdep splat | Mahesh Bandewar | 1 | -0/+2 |
2019-07-03 | net/mlx5: Expose device definitions for object events | Yishai Hadas | 1 | -0/+21 |
2019-07-03 | net/mlx5: Report EQE data upon CQ completion | Yishai Hadas | 9 | -11/+13 |
2019-07-03 | net/mlx5: Report a CQ error event only when a handler was set | Yishai Hadas | 1 | -1/+2 |
2019-07-03 | net/mlx5: mlx5_core_create_cq() enhancements | Yishai Hadas | 5 | -8/+10 |
2019-07-03 | net/mlx5: Expose the API to register for ANY event | Yishai Hadas | 3 | -3/+4 |
2019-07-03 | net/mlx5: Use event mask based on device capabilities | Yishai Hadas | 6 | -14/+55 |
2019-07-03 | net/mlx5: Fix mlx5_core_destroy_cq() error flow | Yishai Hadas | 3 | -17/+10 |
2019-07-03 | Merge branch 'bpf-tcp-rtt-hook' | Daniel Borkmann | 11 | -58/+574 |
2019-07-03 | samples/bpf: fix tcp_bpf.readme detach command | Stanislav Fomichev | 1 | -1/+1 |
2019-07-03 | samples/bpf: add sample program that periodically dumps TCP stats | Stanislav Fomichev | 2 | -0/+69 |
2019-07-03 | selftests/bpf: test BPF_SOCK_OPS_RTT_CB | Stanislav Fomichev | 3 | -1/+317 |
2019-07-03 | bpf/tools: sync bpf.h | Stanislav Fomichev | 1 | -1/+11 |
2019-07-03 | bpf: add icsk_retransmits to bpf_tcp_sock | Stanislav Fomichev | 2 | -1/+20 |
2019-07-03 | bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sock | Stanislav Fomichev | 2 | -1/+15 |
2019-07-03 | bpf: split shared bpf_tcp_sock and bpf_sock_ops implementation | Stanislav Fomichev | 1 | -54/+126 |
2019-07-03 | bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT | Stanislav Fomichev | 3 | -1/+17 |
2019-07-03 | selftests: bpf: standardize to static __always_inline | Jiri Benc | 5 | -35/+38 |
2019-07-03 | bpf: Add support for fq's EDT to HBM | brakmo | 5 | -19/+231 |
2019-07-03 | bpf, libbpf, smatch: Fix potential NULL pointer dereference | Leo Yan | 1 | -4/+4 |
2019-07-03 | libbpf: fix GCC8 warning for strncpy | Andrii Nakryiko | 1 | -1/+2 |
2019-07-03 | bpf: fix precision tracking | Alexei Starovoitov | 1 | -14/+107 |
2019-07-03 | mlxsw: spectrum_ptp: Fix validation in mlxsw_sp1_ptp_packet_finish() | Petr Machata | 1 | -1/+1 |
2019-07-03 | r8169: add random MAC address fallback | Heiner Kallweit | 1 | -13/+27 |
2019-07-03 | Revert "r8169: improve handling VLAN tag" | Heiner Kallweit | 1 | -3/+2 |
2019-07-03 | net: stmmac: make "snps,reset-delays-us" optional again | Martin Blumenstingl | 1 | -10/+3 |