Age | Commit message (Expand) | Author | Files | Lines |
2020-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 16 | -155/+154 |
2020-08-31 | xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor... | Magnus Karlsson | 1 | -2/+2 |
2020-08-31 | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces | Magnus Karlsson | 7 | -23/+23 |
2020-08-31 | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem | Magnus Karlsson | 15 | -153/+152 |
2020-08-27 | net/mlx5e: RX, Add a prefetch command for small L1_CACHE_BYTES | Tariq Toukan | 4 | -13/+11 |
2020-08-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 4 | -2/+20 |
2020-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 93 | -1650/+5028 |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2020-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -18/+0 |
2020-08-03 | net/mlx5: Delete extra dump stack that gives nothing | Leon Romanovsky | 1 | -6/+3 |
2020-08-03 | net/mlx5: convert to new udp_tunnel infrastructure | Jakub Kicinski | 5 | -136/+64 |
2020-08-03 | net/mlx5: DR, Change push vlan action sequence | Alex Vesker | 1 | -21/+21 |
2020-08-03 | net/mlx5e: Enable users to change VF/PF representors carrier state | Parav Pandit | 1 | -0/+24 |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 13 | -70/+162 |
2020-07-31 | net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq | Xin Xiong | 1 | -2/+2 |
2020-07-31 | net/mlx5e: E-Switch, Specify flow_source for rule with no in_port | Jianbo Liu | 1 | -7/+12 |
2020-07-31 | net/mlx5e: E-Switch, Add misc bit when misc fields changed for mirroring | Jianbo Liu | 5 | -3/+10 |
2020-07-31 | net/mlx5e: CT: Support restore ipv6 tunnel | Jianbo Liu | 1 | -9/+21 |
2020-07-28 | net/mlx5e: Fix kernel crash when setting vf VLANID on a VF dev | Alaa Hleihel | 1 | -2/+3 |
2020-07-28 | net/mlx5e: Modify uplink state on interface up/down | Ron Diskin | 4 | -9/+36 |
2020-07-28 | net/mlx5: Query PPS pin operational status before registering it | Eran Ben Elisha | 1 | -1/+33 |
2020-07-28 | net/mlx5e: Fix slab-out-of-bounds in mlx5e_rep_is_lag_netdev | Raed Salem | 1 | -2/+5 |
2020-07-28 | net/mlx5: Verify Hardware supports requested ptp function on a given pin | Eran Ben Elisha | 1 | -1/+22 |
2020-07-28 | net/mlx5: Fix a bug of using ptp channel index as pin index | Eran Ben Elisha | 1 | -11/+10 |
2020-07-28 | net/mlx5e: Fix missing cleanup of ethtool steering during rep rx cleanup | Maor Dickman | 1 | -0/+1 |
2020-07-28 | net/mlx5e: Fix error path of device attach | Aya Levin | 1 | -0/+2 |
2020-07-28 | net/mlx5: Fix forward to next namespace | Maor Gottlieb | 1 | -23/+5 |
2020-07-28 | net/mlx5: E-switch, Destroy TSAR after reload interface | Parav Pandit | 1 | -2/+2 |
2020-07-28 | net/mlx5: E-switch, Destroy TSAR when fail to enable the mode | Parav Pandit | 1 | -1/+1 |
2020-07-28 | net/mlx5: drop unnecessary list_empty | Julia Lawall | 2 | -10/+8 |
2020-07-28 | net/mlx5: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 8 | -13/+13 |
2020-07-28 | net/mlx5: DR, Reduce print level for matcher print | Alex Vesker | 1 | -1/+1 |
2020-07-28 | net/mlx5e: Add support for PCI relaxed ordering | Aya Levin | 3 | -2/+13 |
2020-07-28 | net/mlx5e: Use indirect call wrappers for RX post WQEs functions | Tariq Toukan | 5 | -8/+7 |
2020-07-28 | net/mlx5e: Move exposure of datapath function to txrx header | Tariq Toukan | 4 | -23/+29 |
2020-07-28 | net/mlx5e: RX, Re-work initializaiton of RX function pointers | Tariq Toukan | 9 | -96/+112 |
2020-07-28 | net/mlx5e: Link non uplink representors to PCI device | Parav Pandit | 1 | -1/+1 |
2020-07-28 | net/mlx5: E-switch, Use eswitch total_vports | Parav Pandit | 1 | -7/+7 |
2020-07-28 | net/mlx5: E-switch, Reuse total_vports and avoid duplicate nvports | Parav Pandit | 2 | -8/+6 |
2020-07-28 | net/mlx5: E-switch, Consider maximum vf vports for steering init | Parav Pandit | 1 | -7/+1 |
2020-07-28 | net/mlx5: Add function ID to reclaim pages debug log | Avihu Hagag | 1 | -1/+2 |
2020-07-28 | net/mlx5: Hold pages RB tree per VF | Eran Ben Elisha | 1 | -38/+104 |
2020-07-26 | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands | Andrii Nakryiko | 1 | -18/+0 |
2020-07-17 | net/mlx5e: CT: Map 128 bits labels to 32 bit map ID | Eli Britstein | 3 | -23/+42 |
2020-07-17 | net/mlx5e: Do not request completion on every single UMR WQE | Tariq Toukan | 1 | -1/+0 |
2020-07-17 | net/mlx5e: RX, Avoid indirect call in representor CQE handling | Tariq Toukan | 1 | -1/+4 |
2020-07-17 | net/mlx5e: XDP, Avoid indirect call in TX flow | Tariq Toukan | 3 | -14/+37 |
2020-07-17 | net/mlx5e: IPsec: Add Connect-X IPsec ESN update offload support | Raed Salem | 1 | -0/+88 |
2020-07-17 | net/mlx5e: IPsec: Add Connect-X IPsec Rx data path offload | Raed Salem | 4 | -4/+88 |
2020-07-17 | net/mlx5e: IPsec: Add IPsec steering in local NIC RX | Huy Nguyen | 9 | -5/+630 |