summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Port to new memory registration APISagi Grimberg2015-10-281-4/+2
* IB/core: Introduce new fast registration APISagi Grimberg2015-10-281-0/+44
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-46/+85
|\
| * Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c...Doug Ledford2015-10-283-58/+85
| |\
| | * IB: remove xrc_remote_srq_num from struct ib_send_wrChristoph Hellwig2015-10-081-1/+0
| | * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-45/+85
* | | IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-1/+5
* | | IB/addr: Pass network namespace as a parameterGuy Shapiro2015-10-281-1/+15
* | | IB/core: Remove smac and vlan id from path recordMatan Barak2015-10-211-2/+0
* | | IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak2015-10-211-9/+4
* | | IB/core: Use GID table in AH creation and dmac resolutionMatan Barak2015-10-211-1/+1
* | | IB/cache: Add ib_find_gid_by_filter cache APIMatan Barak2015-10-211-0/+8
* | | IB/core: Add netdev to path recordMatan Barak2015-10-211-0/+10
* | | IB/core: Expose and rename ib_find_cached_gid_by_port cache APIMatan Barak2015-10-211-0/+19
* | | IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-212-6/+12
* | | net/mlx4_core: Add support for filtering multicast loopbackMaor Gottlieb2015-10-212-5/+21
* | | IB/core: Extend ib_uverbs_create_qpEran Ben Elisha2015-10-211-0/+26
* | | ib_pack.h: Fix commentary IBA reference for CNP in IB opcode enumHal Rosenstock2015-10-211-1/+1
* | | Merge branch 'k.o/for-4.3-v1' into k.o/for-4.4Doug Ledford2015-10-212-12/+0
|\ \ \ | | |/ | |/|
| * | IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2015-09-252-12/+0
* | | IB/core: Add support of checksum capability reporting for RC and RAWBodong Wang2015-09-281-1/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-09-261-0/+1
|\ \
| * | target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger2015-09-241-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-2611-27/+62
|\ \ \
| * | | phy: add phy_device_remove()Russell King2015-09-241-0/+1
| * | | phy: fix mdiobus module safetyRussell King2015-09-241-1/+4
| * | | lwtunnel: remove source and destination UDP port config optionJiri Benc2015-09-241-4/+0
| * | | ipv4: send arp replies to the correct tunnelJiri Benc2015-09-241-0/+2
| * | | skbuff: Fix skb checksum flag on skb pullPravin B Shelar2015-09-241-0/+3
| * | | netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman2015-09-231-0/+1
| * | | tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-211-1/+13
| * | | ip6tunnel: make rx/tx bytes counters consistentNicolas Dichtel2015-09-201-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-09-201-3/+3
| |\ \ \
| | * | | netfilter: bridge: fix routing of bridge frames with call-iptables=1Florian Westphal2015-09-141-3/+3
| * | | | net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-201-11/+19
| * | | | net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-172-1/+2
| * | | | ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-171-1/+2
| * | | | ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2015-09-151-2/+2
| * | | | ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2015-09-151-2/+9
| * | | | ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau2015-09-151-2/+2
| |/ / /
* | | | Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-251-2/+9
|\ \ \ \
| * | | | cgroup, writeback: don't enable cgroup writeback on traditional hierarchiesTejun Heo2015-09-241-2/+9
* | | | | Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-251-0/+3
|\ \ \ \ \
| * | | | | SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust2015-09-171-0/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-09-241-1/+7
|\ \ \ \ \
| * | | | | thermal: Add a function to get the minimum powerJavi Merino2015-09-141-0/+6
| * | | | | thermal: Fix thermal_zone_of_sensor_register to match documentationPunit Agrawal2015-09-131-1/+1
| |/ / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-242-6/+7
|\ \ \ \ \
| * | | | | userfaultfd: register uapi generic syscall (aarch64)Dr. David Alan Gilbert2015-09-221-3/+5
| * | | | | userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli2015-09-221-3/+2