Age | Commit message (Expand) | Author | Files | Lines |
2017-04-20 | cxgb3: Use more common logging style | Joe Perches | 9 | -86/+70 |
2017-04-20 | IB/IPoIB: Support acceleration options callbacks | Erez Shitrit | 7 | -76/+188 |
2017-04-20 | IB/IPoIB: Use defined function for netdev_priv function | Erez Shitrit | 10 | -129/+136 |
2017-04-20 | IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functions | Erez Shitrit | 2 | -7/+8 |
2017-04-20 | IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndo | Erez Shitrit | 3 | -103/+131 |
2017-04-20 | IB/IPoIB: Separate control and data related initializations | Erez Shitrit | 4 | -88/+109 |
2017-04-20 | IB/IPoIB: Introduce RDMA netdev interface and IPoIB structs | Niranjana Vishwanathapura | 1 | -1/+11 |
2017-04-20 | IB/hfi1: VNIC SDMA support | Vishwanathapura, Niranjana | 6 | -3/+376 |
2017-04-20 | IB/hfi1: Virtual Network Interface Controller (VNIC) HW support | Vishwanathapura, Niranjana | 18 | -105/+661 |
2017-04-20 | IB/hfi1: OPA_VNIC RDMA netdev support | Vishwanathapura, Niranjana | 6 | -7/+853 |
2017-04-20 | IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) function | Vishwanathapura, Niranjana | 5 | -5/+1106 |
2017-04-20 | IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) interface | Vishwanathapura, Niranjana | 5 | -2/+581 |
2017-04-20 | IB/opa-vnic: VNIC MAC table support | Vishwanathapura, Niranjana | 3 | -0/+291 |
2017-04-20 | IB/opa-vnic: VNIC statistics support | Vishwanathapura, Niranjana | 3 | -0/+132 |
2017-04-20 | IB/opa-vnic: VNIC Ethernet Management (EM) structure definitions | Vishwanathapura, Niranjana | 2 | -0/+456 |
2017-04-20 | IB/opa-vnic: Virtual Network Interface Controller (VNIC) netdev | Vishwanathapura, Niranjana | 10 | -0/+802 |
2017-04-20 | IB/opa-vnic: Virtual Network Interface Controller (VNIC) interface | Vishwanathapura, Niranjana | 2 | -0/+142 |
2017-04-20 | IB/opa-vnic: RDMA NETDEV interface | Vishwanathapura, Niranjana | 1 | -0/+33 |
2017-04-20 | IB/opa-vnic: Virtual Network Interface Controller (VNIC) documentation | Vishwanathapura, Niranjana | 1 | -0/+153 |
2017-04-20 | Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdevice | Doug Ledford | 43 | -1531/+3011 |
2017-04-20 | IB/core: Rename uverbs event file structure | Matan Barak | 4 | -90/+91 |
2017-04-20 | IB/core: Don't use is_async in event files to infer events size | Matan Barak | 1 | -9/+5 |
2017-04-20 | IB/core: A small refactor in destroy WQ handler | Matan Barak | 1 | -7/+1 |
2017-04-20 | IB/core: Nullify ib_uobject during allocation | Matan Barak | 1 | -1/+1 |
2017-04-20 | IB/core: Don't pass the lock state to _rdma_remove_commit_uobject | Matan Barak | 1 | -12/+12 |
2017-04-20 | IB/core: Rename write flag to exclusive in rdma_core | Matan Barak | 2 | -45/+48 |
2017-04-17 | Merge branch 'mlx5-RDMA-netdevice' | David S. Miller | 22 | -329/+1187 |
2017-04-17 | hw/mlx5: Add New bit to check over QP creation | Erez Shitrit | 1 | -0/+1 |
2017-04-17 | net/mlx5e: E-switch vport manager is valid for ethernet only | Saeed Mahameed | 1 | -2/+8 |
2017-04-17 | net/mlx5e: IPoIB, RX handler | Saeed Mahameed | 3 | -0/+81 |
2017-04-17 | net/mlx5e: RX handlers per netdev profile | Saeed Mahameed | 3 | -13/+24 |
2017-04-17 | net/mlx5e: IPoIB, Xmit flow | Saeed Mahameed | 5 | -10/+110 |
2017-04-17 | net/mlx5e: Xmit flow break down | Saeed Mahameed | 3 | -89/+119 |
2017-04-17 | net/mlx5e: IPoIB, Underlay QP | Saeed Mahameed | 1 | -2/+124 |
2017-04-17 | net/mlx5e: IPoIB, Basic netdev ndos open/close | Saeed Mahameed | 3 | -3/+93 |
2017-04-17 | net/mlx5e: IPoIB, TX TIS creation | Saeed Mahameed | 3 | -10/+26 |
2017-04-17 | net/mlx5e: IPoIB, RSS flow steering tables | Saeed Mahameed | 3 | -3/+54 |
2017-04-17 | net/mlx5e: IPoIB, RX steering RSS RQTs and TIRs | Saeed Mahameed | 4 | -44/+83 |
2017-04-17 | net/mlx5e: IPoIB, Add netdevice profile skeleton | Saeed Mahameed | 6 | -9/+249 |
2017-04-17 | net/mlx5e: More generic netdev management API | Saeed Mahameed | 3 | -91/+96 |
2017-04-17 | net/mlx5: Enable flow-steering for IB link | Erez Shitrit | 2 | -8/+6 |
2017-04-17 | net/mlx5: Refactor create flow table method to accept underlay QP | Erez Shitrit | 8 | -50/+113 |
2017-04-17 | net/mlx5: Add IPoIB enhanced offloads bits to mlx5_ifc | Erez Shitrit | 1 | -3/+8 |
2017-04-17 | hv_netvsc: Exclude non-TCP port numbers from vRSS hashing | Haiyang Zhang | 1 | -1/+31 |
2017-04-17 | hv_netvsc: Fix the queue index computation in forwarding case | Haiyang Zhang | 2 | -15/+31 |
2017-04-17 | net: dsa: isolate legacy code | Vivien Didelot | 5 | -768/+828 |
2017-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 298 | -1816/+3243 |
2017-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -0/+3 |
2017-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 31 | -91/+238 |
2017-04-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -9/+16 |