]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2015-07-08 Ahmed Abbasadd NETFILTER suppport
2015-07-08 Bang NguyenRDS: Local address resolution may be delayed after...
2015-07-08 Bang NguyenRDS: restore two-sided reconnect with the lower IP...
2015-07-08 Weiping Panrds: set correct msg_namelen
2015-07-08 Bang NguyenRDS: IP config needs to be updated when network/rdma...
2015-07-08 Bang NguyenRDS: check for valid rdma id before initiating connection
2015-07-08 Bang NguyenRDS: reduce slab memory usage
2015-07-08 Bang NguyenRDS: Move connection along with IP when failing over...
2015-07-08 Bang NguyenRDS: Rename HAIP parameters to Active Bonding
2015-07-08 Zheng Lirds shouldn't release fmr when ib_device was already...
2015-07-08 Zheng Lirds remove dev race.
2015-07-08 Zheng Lireinit ip_config when service rdma restart.
2015-07-08 Cong Wangrds: limit the size allocated by rds_message_alloc()
2015-07-08 Bang NguyenRDS: Fixes to improve throughput performance
2015-07-08 jeff.liuRDS: fix rds-ping spinlock recursion
2015-07-08 Bang Nguyenrds: Congestion flag does not get cleared causing the...
2015-07-08 Bang NguyenAdd SIOCRDSGETTOS to get the current TOS for the socket
2015-07-08 Bang NguyenChanges to connect/TOS interface
2015-07-08 Bang Nguyenrds: this resolved crash while removing rds_rdma module...
2015-07-08 Bang Nguyenrds: scheduling while atomic on failover orabug: 16275095
2015-07-08 Bang Nguyenrds: unregister IB event handler on shutdown
2015-07-08 Bang Nguyenrds: HAIP support child interface
2015-07-08 Bang NguyenRDS HAIP misc fixes
2015-07-08 Bang NguyenIgnore failover groups if HAIP is disabled
2015-07-08 Saeed MahameedRDS: RDS rolling upgrade
2015-07-08 Ajaykumar HotchandaniRDS: Fixes warning while rds-info. spin_lock_irqsave...
2015-07-08 Mukesh Kackerrds: UNDO reverts done for rebase code to compile with...
2015-07-08 Ajaykumar Hotchandanirds: port to UEK4, Linux-3.18*
2015-07-08 Ajaykumar Hotchandanirds: disable APM support
2015-07-08 Ajaykumar Hotchandanirds: disable cq balance
2015-07-08 Ajaykumar Hotchandanirds: move linux/rds.h to uapi/linux/rds.h
2015-07-08 Ajaykumar HotchandaniRDS: Kconfig and Makefile changes
2015-07-08 Bang NguyenRDS merge for UEK2
2015-07-08 Bang Nguyenrds: Misc Async Send fixes
2015-07-08 Saeed Mahameedrds: call unregister_netdevice_notifier for rds_ib_nb...
2015-07-08 Saeed Mahameedrds: flush and destroy workqueue rds_aux_wq and fix...
2015-07-08 Saeed Mahameedrds : fix compilation warning
2015-07-08 Dotan Barakrds: port the code to uek2
2015-07-08 Bang Nguyenrds: CQ balance
2015-07-08 Bang Nguyenrds: HAIP across HCAs
2015-07-08 Bang Nguyenrds: Misc HAIP fixes
2015-07-08 Dotan Barakrds: off by one fixes
2015-07-08 Dotan Barakrds: Add Automatic Path Migration support
2015-07-07 Dotan Barakrds: fix error flow handling
2015-07-07 Dotan Baraknet/rds: prevent memory leak in case of error flow
2015-07-07 Dotan Barakrds: prepare support to kernel 2.6.39-200.1.1.el5uek...
2015-07-07 Dotan Barakrds: fixed wrong condition in case of error
2015-07-07 Dotan Barakrds: fixed kernel oops in case of error flow
2015-07-07 Dotan BarakRDS: fixed compilation warnings
2015-07-07 Bang NguyenRDS SRQ optional
2015-07-07 Bang NguyenRDS Async send support revised
2015-07-07 Bang NguyenRDS Asynchronous Send support
2015-07-07 Dotan Barakrds: fix compilation warnings
2015-07-07 Bang NguyenRDS: cleanup checkpatch errors
2015-07-07 Bang NguyenRDS Quality Of Service
2015-07-07 Bang NguyenRDS: Use IB_CQ_NEXT_COMP instead of IB_CQ_SOLICITED...
2015-07-07 Chris MasonRDS: make sure rds_send_xmit doesn't loop forever
2015-07-07 Bang NguyenRDS: issue warning if re-connect stalling for more...
2015-07-07 Chris MasonRDS: don't test ring_empty or ring_low without locks...
2015-07-07 Chris MasonRDS: don't use RCU for the bind hash table
2015-07-07 Venkat VenkatsubraRDS: avoid double destory of cm_id when rdms_resolve_ro...
2015-07-07 Chris MasonRDS: make sure rds_send_drop_to properly takes the...
2015-07-07 Chris MasonRDS: kick krdsd to send congestion map updates
2015-07-07 Chris MasonRDS: add debuging code around sock_hold and sock_put.
2015-07-07 Chris MasonRDS: Don't destroy the rdma id until after we're dong...
2015-07-07 Chris MasonRDS: adjust BUG()s for irqs disabled.
2015-07-07 Chris Masonrds: make sure we don't deref a null cm_id->device...
2015-07-07 Chris MasonRDS: don't use GFP_ATOMIC for sk_alloc in rds_create
2015-07-07 Chris MasonRDS: Make sure we do a signaled send at least once...
2015-07-07 Tina YangRDS: Fix an rcu race with rds_bin_lookup
2015-07-07 Chris MasonRDS: Fix RDS_MSG_MAPPED usage.
2015-07-07 Chris MasonRDS: add a sock_destruct callback with debugging
2015-07-07 Tina YangRDS: add a sock_destruct callback with debugging
2015-07-07 Chris MasonRDS: limit the number of times we loop in rds_send_xmit
2015-07-07 Chris MasonRDS Make sure we check for congestion updates during...
2015-07-07 Chris MasonMake sure to kick rds_send_xmit for both LL_SEND_FULL...
2015-07-07 Chris MasonRDS: make sure we post recv buffers
2015-07-07 Chris MasonRDS: don't trust the LL_SEND_FULL bit
2015-07-07 Chris MasonRDS: give up on half formed connections after 15s
2015-07-07 Chris Masonrds_send_xmit is called uner a spinlock, lets not do...
2015-07-07 Chris MasonRDS: make sure not to loop forever inside rds_send_xmit
2015-07-07 Andy Groverrds: check for excessive looping in rds_send_xmit
2015-07-07 Chris Masonrds: don't update ipaddress tables if the address hasn...
2015-07-07 Andy Groverchange ib default retry to 1
2015-07-07 Andy GroverThis patch adds the modparam to rds.ko.
2015-07-07 Zach BrownRDS: only use passive connections when addresses match
2015-07-07 Chris MasonRDS: destroy the ib state that generates call back...
2015-07-07 Chris MasonRDS: check access on pages before doing copy_to_user
2015-07-07 Zach BrownRDS/IB: always free recv frag as we free its ring entry
2015-07-07 Andy GroverRDS/IB: Quiet warnings when leaking frags
2015-07-07 Zach BrownFix loopback connection reference counts
2015-07-07 Zach BrownRDS: cancel connection work structs as we shut down
2015-07-07 Zach BrownRDS: don't call rds_conn_shutdown() from rds_conn_destroy()
2015-07-07 Zach BrownRDS: have sockets get transport module references
2015-07-07 Zach BrownRDS: remove old rs_transport comment
2015-07-07 Zach BrownRDS: lock rds_conn_count decrement in rds_conn_destroy()
2015-07-07 Andy GroverUse CQ_NEXT_COMP for recv completions
2015-07-07 Zach BrownRDS/IB: protect the list of IB devices
2015-07-07 Zach BrownRDS/IB: print IB event strings as well as their number
2015-07-07 Chris MasonRDS: flush the FMR pool less often.
next