Age | Commit message (Expand) | Author | Files | Lines |
2020-01-03 | RDMA/netlink: Do not always generate an ACK for some netlink operations | HÃ¥kon Bugge | 1 | -1/+1 |
2019-12-04 | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca | 1 | -4/+3 |
2019-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -1/+1 |
2019-09-20 | ipv4: Revert removal of rt_uses_gateway | David Ahern | 1 | -1/+1 |
2019-07-25 | RDMA/core: Support netlink commands in non init_net net namespaces | Parav Pandit | 1 | -1/+1 |
2019-07-09 | RDMA/core: Fix race when resolving IP address | Dag Moxnes | 1 | -1/+1 |
2019-05-14 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -8/+8 |
2019-05-13 | RDMA: Directly cast the sockaddr union to sockaddr | Jason Gunthorpe | 1 | -8/+8 |
2019-05-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -0/+1 |
2019-05-03 | RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdev | Parav Pandit | 1 | -0/+1 |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -2/+2 |
2019-04-08 | ipv4: Prepare rtable for IPv6 gateway | David Ahern | 1 | -1/+1 |
2019-03-29 | ipv6: Move ipv6 stubs to a separate header file | David Ahern | 1 | -1/+1 |
2018-10-16 | RDMA/core: Annotate timeout as unsigned long | Leon Romanovsky | 1 | -1/+1 |
2018-10-16 | RDMA/core: Align multiple functions to kernel coding style | Leon Romanovsky | 1 | -2/+1 |
2018-10-03 | RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcu | Parav Pandit | 1 | -1/+1 |
2018-10-03 | RDMA/netlink: Simplify netlink listener existence check | Leon Romanovsky | 1 | -1/+1 |
2018-09-19 | RDMA/core: Properly return the error code of rdma_set_src_addr_rcu | YueHaibing | 1 | -6/+7 |
2018-09-12 | RDMA/core: Consider net ns of gid attribute for RoCE | Parav Pandit | 1 | -11/+64 |
2018-09-12 | RDMA/core: Simplify roce_resolve_route_from_path() | Parav Pandit | 1 | -13/+38 |
2018-09-12 | RDMA/core: Protect against changing dst->dev during destination resolve | Parav Pandit | 1 | -15/+46 |
2018-09-12 | RDMA/core: Refer to network type instead of device type | Parav Pandit | 1 | -19/+16 |
2018-09-12 | RDMA/core: Use common code flow for IPv4/6 for addr resolve | Parav Pandit | 1 | -17/+15 |
2018-09-12 | RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addr | Parav Pandit | 1 | -9/+15 |
2018-09-12 | RDMA/core: Introduce and use rdma_set_src_addr() between IPv4 and IPv6 | Parav Pandit | 1 | -42/+23 |
2018-09-12 | RDMA/core: Let protocol specific function typecast sockaddr structure | Parav Pandit | 1 | -16/+15 |
2018-09-12 | RDMA/core: Avoid unnecessary sa_family overwrite | Parav Pandit | 1 | -4/+1 |
2018-09-12 | RDMA/core Introduce and use rdma_find_ndev_for_src_ip_rcu | Parav Pandit | 1 | -26/+35 |
2018-09-06 | RDMA/{cma, core}: Avoid callback on rdma_addr_cancel() | Parav Pandit | 1 | -5/+7 |
2018-07-30 | RDMA/core: Constify dst_addr argument | Parav Pandit | 1 | -2/+2 |
2018-06-29 | IB/cm: Remove now useless rcu_lock in dst_fetch_ha | Jason Gunthorpe | 1 | -7/+5 |
2018-04-17 | RDMA/rdma_cm: Delete rdma_addr_client | Jason Gunthorpe | 1 | -34/+4 |
2018-04-17 | RDMA/rdma_cm: Make rdma_addr_cancel into a fence | Jason Gunthorpe | 1 | -18/+40 |
2018-04-17 | RDMA/rdma_cm: Remove process_req and timer sorting | Jason Gunthorpe | 1 | -71/+25 |
2018-04-06 | Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+7 |
2018-03-29 | IB/addr: Constify dst_entry pointer | Parav Pandit | 1 | -5/+7 |
2018-03-28 | RDMA/ucma: Introduce safer rdma_addr_size() variants | Roland Dreier | 1 | -0/+16 |
2018-03-27 | RDMA/rdma_cm: Fix use after free race with process_one_req | Jason Gunthorpe | 1 | -0/+9 |
2018-03-15 | IB/core: Remove rdma_resolve_ip_route() as exported symbol | Parav Pandit | 1 | -1/+0 |
2018-02-28 | IB/core : Add null pointer check in addr_resolve | Muneendra Kumar M | 1 | -10/+5 |
2017-12-18 | RDMA/core: Avoid copying ifindex twice | Parav Pandit | 1 | -2/+0 |
2017-12-18 | RDMA/{core, cma}: Simplify rdma_translate_ip | Parav Pandit | 1 | -8/+3 |
2017-12-18 | IB/core: Removed unused function | Parav Pandit | 1 | -23/+0 |
2017-12-18 | RDMA/core: Avoid redundant memcpy in rdma_addr_find_l2_eth_by_grh | Parav Pandit | 1 | -5/+0 |
2017-12-18 | IB/{core/cm}: Fix generating a return AH for RoCEE | Parav Pandit | 1 | -19/+5 |
2017-11-13 | RDMA/core: Make function rdma_copy_addr return void | Yuval Shaia | 1 | -13/+14 |
2017-10-18 | IB/core: Fix use workqueue without WQ_MEM_RECLAIM | Parav Pandit | 1 | -1/+1 |
2017-08-18 | Merge branch 'k.o/for-4.13-rc' into k.o/for-next | Doug Ledford | 1 | -14/+48 |
2017-08-10 | RDMA/netlink: Convert LS to doit callback | Leon Romanovsky | 1 | -3/+2 |
2017-08-10 | RDMA/netlink: Simplify and rename ibnl_chk_listeners | Leon Romanovsky | 1 | -1/+1 |