Age | Commit message (Expand) | Author | Files | Lines |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 6 | -34/+19 |
2019-12-19 | net/mlx5e: Fix concurrency issues between config flow and XSK | Maxim Mikityanskiy | 5 | -33/+13 |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 3 | -6/+6 |
2019-12-09 | mlxsw: spectrum_router: Remove unlikely user-triggerable warning | Ido Schimmel | 1 | -1/+6 |
2019-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 11 | -80/+148 |
2019-12-06 | net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tag | Parav Pandit | 2 | -38/+93 |
2019-12-06 | net/mlx5e: ethtool, Fix analysis of speed setting | Aya Levin | 1 | -10/+3 |
2019-12-06 | net/mlx5e: Fix translation of link mode into speed | Aya Levin | 1 | -0/+1 |
2019-12-06 | net/mlx5e: Fix free peer_flow when refcount is 0 | Roi Dayan | 1 | -2/+5 |
2019-12-06 | net/mlx5e: Fix freeing flow with kfree() and not kvfree() | Roi Dayan | 1 | -1/+1 |
2019-12-06 | net/mlx5e: Fix SFF 8472 eeprom length | Eran Ben Elisha | 1 | -1/+1 |
2019-12-06 | net/mlx5e: Query global pause state before setting prio2buffer | Huy Nguyen | 1 | -2/+25 |
2019-12-06 | net/mlx5e: Fix TXQ indices to be sequential | Eran Ben Elisha | 4 | -22/+15 |
2019-12-04 | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca | 1 | -4/+4 |
2019-11-30 | net/mlx5e: Fix build error without IPV6 | YueHaibing | 1 | -36/+38 |
2019-11-27 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -31/+1 |
2019-11-25 | Merge branch 'ib-guids' into rdma.git for-next | Jason Gunthorpe | 6 | -420/+666 |
2019-11-25 | mlxsw: spectrum_router: Fix use of uninitialized adjacency index | Amit Cohen | 1 | -3/+2 |
2019-11-25 | mlxsw: spectrum_router: After underlay moves, demote conflicting tunnels | Petr Machata | 1 | -1/+38 |
2019-11-24 | Merge tag 'mlx5-updates-2019-11-22' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 7 | -93/+186 |
2019-11-23 | net: use rhashtable_lookup() instead of rhashtable_lookup_fast() | Taehee Yoo | 1 | -1/+1 |
2019-11-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 14 | -72/+70 |
2019-11-23 | net/mlx5e: Remove redundant pointer check | Eli Cohen | 1 | -12/+10 |
2019-11-23 | net/mlx5e: TC, Stub out ipv6 tun create header function | Saeed Mahameed | 2 | -4/+7 |
2019-11-23 | net/mlx5: DR, Add support for Geneve packets SW steering | Yevgeny Kliteynik | 3 | -0/+83 |
2019-11-23 | net/mlx5: DR, Add HW bits and definitions for Geneve flex parser | Yevgeny Kliteynik | 1 | -0/+13 |
2019-11-23 | net/mlx5: DR, Refactor VXLAN GPE flex parser tunnel code for SW steering | Yevgeny Kliteynik | 4 | -57/+66 |
2019-11-23 | net/mlx5: Don't write read-only fields in MODIFY_HCA_VPORT_CONTEXT command | Leon Romanovsky | 1 | -20/+7 |
2019-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -31/+11 |
2019-11-20 | net/mlxfw: Verify FSM error code translation doesn't exceed array size | Eran Ben Elisha | 1 | -0/+2 |
2019-11-20 | net/mlx5: Update the list of the PCI supported devices | Shani Shapp | 1 | -0/+1 |
2019-11-20 | net/mlx5: Fix auto group size calculation | Maor Gottlieb | 2 | -4/+7 |
2019-11-20 | net/mlx5e: Add missing capability bit check for IP-in-IP | Marina Varshaver | 1 | -1/+4 |
2019-11-20 | net/mlx5e: Do not use non-EXT link modes in EXT mode | Eran Ben Elisha | 1 | -6/+6 |
2019-11-20 | net/mlx5e: Fix set vf link state error flow | Roi Dayan | 1 | -1/+1 |
2019-11-20 | net/mlx5: DR, Limit STE hash table enlarge based on bytemask | Alex Vesker | 2 | -20/+15 |
2019-11-20 | net/mlx5: DR, Skip rehash for tables with byte mask zero | Alex Vesker | 1 | -1/+1 |
2019-11-20 | net/mlx5: DR, Fix invalid EQ vector number on CQ creation | Alex Vesker | 1 | -1/+3 |
2019-11-20 | net/mlx5e: Reorder mirrer action parsing to check for encap first | Vlad Buslov | 1 | -14/+14 |
2019-11-20 | net/mlx5e: Fix ingress rate configuration for representors | Eli Cohen | 1 | -2/+1 |
2019-11-20 | net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6 | Eli Cohen | 1 | -6/+12 |
2019-11-20 | net/mlx5e: Rx, Update page pool numa node when changed | Saeed Mahameed | 1 | -0/+3 |
2019-11-19 | net/mlx4_en: Fix wrong limitation for number of TX rings | Tariq Toukan | 2 | -4/+13 |
2019-11-19 | mlxsw: spectrum_router: Fix determining underlay for a GRE tunnel | Petr Machata | 1 | -18/+1 |
2019-11-18 | bpf: Convert bpf_prog refcnt to atomic64_t | Andrii Nakryiko | 2 | -31/+11 |
2019-11-17 | net/mlx4_en: fix mlx4 ethtool -N insertion | Luigi Rizzo | 1 | -0/+1 |
2019-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+17 |
2019-11-15 | mlx5: Reject requests to enable time stamping on both edges. | Richard Cochran | 1 | -0/+6 |
2019-11-15 | ptp: Introduce strict checking of external time stamp options. | Richard Cochran | 1 | -1/+2 |
2019-11-15 | mlx5: reject unsupported external timestamp flags | Jacob Keller | 1 | -0/+6 |