Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-24rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan
2018-01-05rds: use RCU to synchronize work-enqueue with connection teardownSowmini Varadhan
2017-01-03RDS: add receive message trace used by applicationSantosh Shilimkar
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan
2016-07-01RDS: TCP: make ->sk_user_data point to a rds_conn_pathSowmini Varadhan
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-19net: rds: fix coding style issuesJoshua Houghton
2016-06-15RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan
2016-05-19rds: tcp: block BH in TCP callbacksEric Dumazet
2016-04-25RDS: TCP: Call pskb_extract() helper functionSowmini Varadhan
2015-10-28RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2012-08-23rds: Don't disable BH on BH contextYing Xue
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang
2010-10-21rds: make local functions/variables staticstephen hemminger
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-25net: fix a lockdep splatEric Dumazet
2010-09-09RDS: remove __init and __exit annotationZach Brown
2010-09-09RDS: inc_purge() transport function unused - remove itAndy Grover
2010-09-09RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-17RDS: update copy_to_user state in tcp transportAndy Grover
2009-08-24RDS: Add TCP transport to RDSAndy Grover