Age | Commit message (Expand) | Author | Files | Lines |
2018-03-19 | net/mlx5: Packet pacing enhancement | Bodong Wang | 2 | -28/+54 |
2018-03-15 | RDMA/mlx4: Move flag constants to uapi header | Jason Gunthorpe | 2 | -0/+2 |
2018-03-14 | Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-next | Doug Ledford | 1 | -1/+1 |
2018-03-07 | net/mlx5: Fix wrongly assigned CQ reference counter | Leon Romanovsky | 1 | -2/+1 |
2018-03-07 | net/mlx5: IPSec, Add support for ESN | Aviad Yehezkel | 5 | -12/+185 |
2018-03-07 | net/mlx5e: Added common function for to_ipsec_sa_entry | Aviad Yehezkel | 1 | -10/+19 |
2018-03-07 | net/mlx5: Add flow-steering commands for FPGA IPSec implementation | Aviad Yehezkel | 5 | -0/+762 |
2018-03-07 | net/mlx5: Refactor accel IPSec code | Aviad Yehezkel | 5 | -223/+528 |
2018-03-07 | net/mlx5: Added required metadata capability for ipsec | Aviad Yehezkel | 1 | -2/+4 |
2018-03-07 | net/mlx5: Export ipsec capabilities | Aviad Yehezkel | 4 | -24/+16 |
2018-03-07 | net/mlx5: IPSec, Add command V2 support | Aviad Yehezkel | 5 | -43/+63 |
2018-03-07 | net/mlx5e: IPSec, Add support for ESP trailer removal by hardware | Yossi Kuperman | 5 | -1/+68 |
2018-03-07 | net/mlx5: IPSec, Generalize sandbox QP commands | Yossi Kuperman | 1 | -51/+65 |
2018-03-07 | net/mlx5: Use MLX5_IPSEC_DEV macro for ipsec caps | Saeed Mahameed | 1 | -2/+1 |
2018-03-06 | net/mlx5: Flow steering cmd interface should get the fte when deleting | Aviad Yehezkel | 3 | -5/+5 |
2018-03-06 | net/mlx5: Embed mlx5_flow_act into fs_fte | Matan Barak | 4 | -25/+21 |
2018-03-06 | net/mlx5: Add empty egress namespace to flow steering core | Aviad Yehezkel | 4 | -0/+34 |
2018-03-06 | net/mlx5: Add shim layer between fs and cmd | Matan Barak | 4 | -100/+248 |
2018-03-06 | {net,IB}/mlx5: Add has_tag to mlx5_flow_act | Matan Barak | 2 | -1/+2 |
2018-03-06 | net/mlx5: FPGA and IPSec initialization to be before flow steering | Matan Barak | 1 | -19/+20 |
2018-03-06 | net/mlx5e: Removed not need synchronize_rcu | Aviad Yehezkel | 1 | -2/+2 |
2018-03-06 | net/mlx5e: Fixed sleeping inside atomic context | Aviad Yehezkel | 1 | -9/+4 |
2018-03-06 | net/mlx5e: Wait for FPGA command responses with a timeout | Aviad Yehezkel | 1 | -3/+6 |
2018-03-06 | net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabled | Aviad Yehezkel | 1 | -2/+2 |
2018-02-28 | {net, IB}/mlx5: Raise fatal IB event when sys error occurs | Daniel Jurgens | 1 | -1/+1 |
2018-02-23 | net/mlx5: E-Switch, Reload IB interface when switching devlink modes | Mark Bloch | 4 | -17/+26 |
2018-02-23 | net/mlx5: E-Switch, Optimize HW steering tables in switchdev mode | Mark Bloch | 2 | -7/+44 |
2018-02-23 | net/mlx5: E-Switch, Increase number of FTEs in FDB in switchdev mode | Mark Bloch | 1 | -2/+3 |
2018-02-23 | net/mlx5: E-Switch, Move representors definition to a global scope | Mark Bloch | 4 | -49/+19 |
2018-02-23 | net/mlx5: E-Switch, Add callback to get representor device | Mark Bloch | 3 | -0/+40 |
2018-02-15 | IB/mlx5: Implement fragmented completion queue (CQ) | Yonatan Cohen | 4 | -43/+45 |
2018-02-15 | net/mlx5: Remove redundant EQ API exports | Saeed Mahameed | 2 | -3/+17 |
2018-02-15 | net/mlx5: Move CQ completion and event forwarding logic to eq.c | Saeed Mahameed | 2 | -47/+47 |
2018-02-15 | net/mlx5: CQ hold/put API | Saeed Mahameed | 1 | -23/+19 |
2018-02-15 | net/mlx5: EQ add/del CQ API | Saeed Mahameed | 3 | -45/+53 |
2018-02-15 | net/mlx5: Add missing likely/unlikely hints to cq events | Saeed Mahameed | 1 | -3/+3 |
2018-02-15 | net/mlx5: CQ Database per EQ | Saeed Mahameed | 3 | -35/+52 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 5 | -18/+18 |
2018-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 47 | -88/+311 |
2018-02-09 | ibmvnic: Remove skb->protocol checks in ibmvnic_xmit | John Allen | 1 | -4/+1 |
2018-02-09 | net: stmmac: remove redundant enable of PMT irq | Niklas Cassel | 2 | -4/+1 |
2018-02-09 | net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4 | Niklas Cassel | 2 | -3/+3 |
2018-02-09 | net: stmmac: discard disabled flags in interrupt status register | Niklas Cassel | 1 | -2/+4 |
2018-02-09 | ibmvnic: Reset long term map ID counter | Thomas Falcon | 1 | -0/+1 |
2018-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -1/+1 |
2018-02-09 | Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -22/+24 |
2018-02-08 | net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT | Heiner Kallweit | 1 | -1/+1 |
2018-02-08 | net: thunder: change q_len's type to handle max ring size | Dean Nelson | 1 | -1/+1 |
2018-02-08 | Merge tag 'wireless-drivers-next-for-davem-2018-02-08' of git://git.kernel.or... | David S. Miller | 16 | -31/+178 |
2018-02-08 | ibmvnic: queue reset when CRQ gets closed during reset | Nathan Fontenot | 1 | -1/+5 |